Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include "alsfvm/simulator/AbstractSimulator.hpp"
#include "alsfvm/io/Writer.hpp"
#include "alsfvm/integrator/IntegratorFactory.hpp"
#include "alsfvm/volume/VolumeFactory.hpp"
#include "alsfvm/boundary/BoundaryFactory.hpp"
#include "alsfvm/numflux/NumericalFluxFactory.hpp"
#include "alsfvm/equation/CellComputerFactory.hpp"
#include "alsfvm/grid/Grid.hpp"
#include "alsfvm/simulator/TimestepInformation.hpp"
#include "alsfvm/simulator/SimulatorParameters.hpp"
#include "alsfvm/init/InitialData.hpp"
#include "alsfvm/simulator/ConservedSystem.hpp"
#include "alsfvm/diffusion/DiffusionOperator.hpp"
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | alsfvm::simulator::Simulator |
The Simulator class contains all the neccesary tools for running the whole simulation. More... | |
Namespaces | |
alsfvm | |
Various utility functions to implement the tecno flux. | |
alsfvm::simulator | |