30 std::vector<std::vector<Real>>
_data;
A class used to generate samples from a CSV file.
std::vector< std::vector< Real > > _data
Data read in from the CSV file.
CSVSampler(const InputParameters ¶meters)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeSample(dof_id_type row_index, dof_id_type col_index) override
Return the sample for the given row and column.
const InputParameters & parameters() const