Function base which provides a piecewise approximation to a specified (x,y) point data set.
Piecewise tabular base class which provides a piecewise approximation to a provided (x,...
std::vector< Real > _data_x
static InputParameters validParams()
Moose::Kokkos::Scalar< const Real > _scale_factor
function value scale factor
std::vector< Real > _data_y
KokkosPiecewiseTabularBase(const InputParameters ¶meters)
void initialSetup() override
Needed to load data from user objects that are not available at construction.
const InputParameters & parameters() const
Get the parameters of the object.
The Kokkos wrapper class that can hold the reference of an arithmetic scalar variable.
void buildFromXY()
Builds data from 'xy_data' parameter.
void buildFromXandY()
Builds data from 'x' and 'y' parameters.
void buildFromFile(const libMesh::Parallel::Communicator &comm)
Reads data from supplied CSV file.
void buildFromJSON(const JSONFileReader &json_uo)
Reads data from supplied JSON reader.