Proto
3.2
|
#include "Proto_FinitePointSet.H"
#include "Proto_DisjointBoxLayout.H"
#include "Proto_LevelBoxData.H"
#include "Proto_InterpStencil.H"
#include "implem/Proto_AMRGridImplem.H"
Go to the source code of this file.
Classes | |
class | Proto::AMRGrid |
AMR Grid. More... | |
Namespaces | |
Proto | |
Macros | |
#define | _PROTO_AMR_GRID_ |
Typedefs | |
typedef LevelBoxData< short, 1, MEMTYPE_DEFAULT, PR_CELL > | Proto::LevelTagData |
typedef LevelBoxData< short, 1, MemType::HOST, PR_CELL > | Proto::LevelTagDataHost |
typedef BoxData< short, 1, MEMTYPE_DEFAULT > | Proto::TagData |
typedef BoxData< short, 1, MemType::HOST > | Proto::TagDataHost |
Functions | |
PROTO_KERNEL_START void | Proto::maxTagFcnF (Var< short, 1 > &a_tag, Var< short, 1 > &a_coarse) |
#define _PROTO_AMR_GRID_ |