91 virtual boost::property_tree::ptree
getDescription()
const override 96 std::string programString;
virtual boost::property_tree::ptree getDescription() const override
Definition: PythonInitialData.cpp:292
The CellComputer class defines some useful per cell computations.
Definition: CellComputer.hpp:25
virtual void setParameters(const Parameters ¶meters) override
Sets the given parameters.
Definition: PythonInitialData.cpp:283
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
Definition: Parameters.hpp:27
PythonInitialData(const std::string &programString, const Parameters ¶meters)
PythonInitialData constructs the object.
Definition: PythonInitialData.cpp:78
Definition: InitialData.hpp:25
const grid::Grid & grid
Definition: NumericalFluxFactory.cpp:104
virtual void setInitialData(volume::Volume &conservedVolume, volume::Volume &primitiveVolume, equation::CellComputer &cellComputer, grid::Grid &grid) override
setInitialData sets the initial data
Definition: PythonInitialData.cpp:84
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
The PythonInitialData class sets the initial data through a python string.
Definition: PythonInitialData.hpp:27