|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <AxiSymmetricSourceTerm.hpp>
Public Member Functions | |
| AxiSymmetricSourceTerm (const IdealGasMix< 2 > &eq) | |
| Duration | ComputeStableDt (int level) |
| Result< void, TimeStepTooLarge > | AdvanceLevel (cutcell::IntegratorContext &simulation_data, int level, Duration dt, const ::amrex::IntVect &=::amrex::IntVect(0)) |
Static Public Attributes | |
| static constexpr int | Rank |
Private Attributes | |
| OmpLocal< IdealGasMix< 2 > > | equation_ |
| fub::amrex::AxiSymmetricSourceTerm::AxiSymmetricSourceTerm | ( | const IdealGasMix< 2 > & | eq | ) |
| Result<void, TimeStepTooLarge> fub::amrex::AxiSymmetricSourceTerm::AdvanceLevel | ( | cutcell::IntegratorContext & | simulation_data, |
| int | level, | ||
| Duration | dt, | ||
| const ::amrex::IntVect & | = ::amrex::IntVect(0) |
||
| ) |
| Duration fub::amrex::AxiSymmetricSourceTerm::ComputeStableDt | ( | int | level | ) |
|
private |
|
staticconstexpr |