const InputParameters & parameters() const
Get the parameters of the object.
std::vector< Real > _data_y
Moose::Kokkos::Scalar< const Real > _scale_factor
function value scale factor
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.
static InputParameters validParams()
std::vector< Real > _data_x
void buildFromXandY()
Builds data from 'x' and 'y' parameters.
KokkosPiecewiseTabularBase(const InputParameters ¶meters)
Piecewise tabular base class which provides a piecewise approximation to a provided (x...
void buildFromXY()
Builds data from 'xy_data' parameter.
Function base which provides a piecewise approximation to a specified (x,y) point data set...
void buildFromJSON(const JSONFileReader &json_uo)
Reads data from supplied JSON reader.