|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <ViewFArrayBox.hpp>
Public Types | |
| using | Equation = typename State::Equation |
| using | Depths = meta::Depths< State > |
| using | ValueType = typename State::ValueType |
Public Member Functions | |
| State | operator() (const PatchDataView< ValueType, AMREX_SPACEDIM+1 > &fab, const Equation &equation) |
Static Public Attributes | |
| static constexpr int | Rank |
| static constexpr std::size_t | sRank |
| using fub::amrex::MakeViewImpl< State >::Depths = meta::Depths<State> |
| using fub::amrex::MakeViewImpl< State >::Equation = typename State::Equation |
| using fub::amrex::MakeViewImpl< State >::ValueType = typename State::ValueType |
|
inline |
|
staticconstexpr |
|
staticconstexpr |