|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <MachnumberBoundary.hpp>
Public Types | |
| using | Complete = ::fub::Complete< EulerEquation > |
Public Member Functions | |
| MachnumberBoundary (const EulerEquation &eq, const MachnumberBoundaryOptions &options) | |
| void | FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &gridding, int level) |
| void | FillBoundary (::amrex::MultiFab &mf, const ::amrex::MultiFab &alphas, const ::amrex::Geometry &geom) |
| void | FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &gridding, int level, Direction dir) |
| void | ExpandState (Complete &expanded, const Complete &source) |
Private Attributes | |
| EulerEquation | equation_ |
| MachnumberBoundaryOptions | options_ |
| using fub::amrex::cutcell::MachnumberBoundary< EulerEquation >::Complete = ::fub::Complete<EulerEquation> |
| fub::amrex::cutcell::MachnumberBoundary< EulerEquation >::MachnumberBoundary | ( | const EulerEquation & | eq, |
| const MachnumberBoundaryOptions & | options | ||
| ) |
| void fub::amrex::cutcell::MachnumberBoundary< EulerEquation >::ExpandState | ( | Complete & | expanded, |
| const Complete & | source | ||
| ) |
| void fub::amrex::cutcell::MachnumberBoundary< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const ::amrex::MultiFab & | alphas, | ||
| const ::amrex::Geometry & | geom | ||
| ) |
| void fub::amrex::cutcell::MachnumberBoundary< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const GriddingAlgorithm & | gridding, | ||
| int | level | ||
| ) |
|
inline |
|
private |
|
private |