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

Go to the source code of this file.

Functions

 registerMooseObject ("StochasticToolsApp", PolynomialChaosReporter)
 
void to_json (nlohmann::json &json, const PolynomialChaos *const &pc)
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "StochasticToolsApp"  ,
PolynomialChaosReporter   
)

◆ to_json()

void to_json ( nlohmann::json &  json,
const PolynomialChaos *const &  pc 
)

Definition at line 150 of file PolynomialChaosReporter.C.

151 {
152  pc->store(json);
153 }
void store(nlohmann::json &json) const