https://mooseframework.inl.gov
Classes | Functions
RestartableDataReporter.h File Reference

Go to the source code of this file.

Classes

class  RestartableDataReporter
 Reports restartable data and restartable meta data. More...
 
struct  RestartableDataReporter::Value
 Helper struct for storing a single piece of restartable data. More...
 

Functions

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

Function Documentation

◆ 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)