Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include "alsutils/config.hpp"
#include "alsfvm/numflux/NumericalFluxFactory.hpp"
#include "alsfvm/numflux/NumericalFluxCPU.hpp"
#include "alsfvm/reconstruction/ReconstructionFactory.hpp"
#include "alsfvm/numflux/euler/HLL.hpp"
#include "alsfvm/numflux/euler/HLL3.hpp"
#include "alsfvm/numflux/numerical_flux_list.hpp"
#include "alsutils/error/Exception.hpp"
#include <iostream>
#include <boost/algorithm/string.hpp>
Namespaces | |
alsfvm | |
Various utility functions to implement the tecno flux. | |
alsfvm::numflux | |
alsfvm::shared_ptr<DeviceConfiguration>& deviceConfiguration |
const std::string& equationName |
const std::string& fluxName |
const grid::Grid& grid |
alsfvm::shared_ptr<NumericalFlux>& numericalFlux |
alsfvm::shared_ptr<reconstruction::Reconstruction>& reconstruction |
const alsfvm::shared_ptr<simulator::SimulatorParameters>& simulatorParameters |