#include <AMReX_Config.H>#include <AMReX_Array.H>#include <AMReX_Vector.H>#include <AMReX_REAL.H>#include <AMReX_Box.H>#include <AMReX_PhysBCFunct.H>#include <AMReX_Interpolater.H>#include <AMReX_MFInterpolater.H>#include <AMReX_EBInterpolater.H>#include <AMReX_EBMFInterpolater.H>#include <utility>#include <memory>Go to the source code of this file.
Classes | |
| class | amrex::StateDescriptor |
| Attributes of StateData. More... | |
| class | amrex::StateDescriptor::BndryFunc |
| class | amrex::DescriptorList |
Namespaces | |
| namespace | amrex |
Typedefs | |
| using | amrex::BndryFuncFabDefault = std::function< void(Box const &bx, FArrayBox &data, int dcomp, int numcomp, Geometry const &geom, Real time, const Vector< BCRec > &bcr, int bcomp, int scomp)> |