IBAMR  IBAMR version 0.19.
Classes | Namespaces
AdvectorExplicitPredictorPatchOps.h File Reference
#include <ibamr/config.h>
#include "ibamr/ibamr_enums.h"
#include "tbox/Pointer.h"
#include "tbox/Serializable.h"
#include <string>

Classes

class  SAMRAI::hier::Patch< DIM >
 
class  SAMRAI::pdat::CellData< DIM, TYPE >
 Class CellData<DIM> provides an implementation for data defined at cell centers on AMR patches. It is derived from the hier::PatchData interface common to all SAMRAI patch data types.
Given a CELL-centered AMR index space box, a cell data object represents data of some template TYPE and depth at the centers of the cells in the box. Here, depth indicates the number of data values at each cell index location. The CellGeometry class provides the translation between the standard SAMRAI cell-centered AMR index space and cell-centered data. More...
 
class  SAMRAI::pdat::FaceData< DIM, TYPE >
 Class FaceData<DIM> provides an implementation for data defined at cell faces on AMR patches. It is derived from the hier::PatchData interface common to all SAMRAI patch data types. Given a CELL-centered AMR index space box, a face data object represents data of some template TYPE and depth on the faces of the cells in the box. Here, depth indicates the number of data values at each face index location. The FaceGeometry class provides the translation between the standard SAMRAI cell-centered AMR index space and face-centered data. More...
 
class  IBAMR::AdvectorExplicitPredictorPatchOps
 Class AdvectorExplicitPredictorPatchOps provides patch-based operations required to implement a second-order Godunov method for the linear advection equation in conservative and non-conservative forms. More...
 

Namespaces

 SAMRAI
 
 SAMRAI::hier
 
 SAMRAI::pdat
 
 SAMRAI::tbox
 
 IBAMR