55 const std::string& equation,
alsfvm::shared_ptr< memory::MemoryFactory > memoryFactory
Definition: VolumeFactory.cpp:86
alsfvm::shared_ptr< reconstruction::Reconstruction > & reconstruction
Definition: NumericalFluxFactory.cpp:101
alsfvm::shared_ptr< DeviceConfiguration > & deviceConfiguration
Definition: NumericalFluxFactory.cpp:103
const alsfvm::shared_ptr< simulator::SimulatorParameters > & simulatorParameters
Definition: NumericalFluxFactory.cpp:102
Responsible for creating the different reconstructions.
Definition: ReconstructionFactory.hpp:27
std::string name
Definition: EquationParameterFactory.cpp:39
const grid::Grid & grid
Definition: NumericalFluxFactory.cpp:104
ReconstructionPtr createReconstruction(const std::string &name, const std::string &equation, const simulator::SimulatorParameters &simulatorParameters, alsfvm::shared_ptr< memory::MemoryFactory > &memoryFactory, const grid::Grid &grid, alsfvm::shared_ptr< DeviceConfiguration > &deviceConfiguration)
Definition: ReconstructionFactory.cpp:42
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
alsfvm::shared_ptr< Reconstruction > ReconstructionPtr
Definition: ReconstructionFactory.hpp:29
Definition: SimulatorParameters.hpp:22