Function base which provides a piecewise approximation to a specified (x,y) point data set...
PiecewiseTabularBase(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
Function base which provides a piecewise approximation to a provided (x,y) point data set via input p...
static InputParameters validParams()
void buildFromFile(const libMesh::Parallel::Communicator &comm)
Reads data from supplied CSV file.
void initialSetup() override
Needed to load data from user objects that are not available at construction.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void buildFromXandY()
Builds data from 'x' and 'y' parameters.
const Real & _scale_factor
function value scale factor
void buildFromXY()
Builds data from 'xy_data' parameter.
void buildFromJSON(const JSONFileReader &json_uo)
Reads data from supplied JSON reader.