https://mooseframework.inl.gov
Functions
RestartableDataReporter.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("MooseApp", RestartableDataReporter)
 
void to_json (nlohmann::json &json, const RestartableDataReporter::Value &value)
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "MooseApp"  ,
RestartableDataReporter   
)

◆ to_json()

void to_json ( nlohmann::json &  json,
const RestartableDataReporter::Value value 
)

Definition at line 132 of file RestartableDataReporter.C.

133 {
134  mooseAssert(value.value, "Not set");
135  value.value->store(json, value.params);
136 }
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)