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