IBAMR  IBAMR version 0.19.
Classes | Namespaces
CCPoissonHypreLevelSolver.h File Reference
#include <ibtk/config.h>
#include "ibtk/LinearSolver.h"
#include "ibtk/PoissonSolver.h"
#include "ibtk/ibtk_utilities.h"
#include "Box.h"
#include "CoarseFineBoundary.h"
#include "Index.h"
#include "IntVector.h"
#include "PatchHierarchy.h"
#include "PatchLevel.h"
#include "tbox/Database.h"
#include "tbox/Pointer.h"
#include "HYPRE_struct_ls.h"
#include "HYPRE_struct_mv.h"
#include <string>
#include <vector>

Classes

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::solv::SAMRAIVectorReal< DIM, TYPE >
 
class  IBTK::CCPoissonHypreLevelSolver
 Class CCPoissonHypreLevelSolver is a concrete LinearSolver for solving elliptic equations of the form \( \mbox{$L u$} = \mbox{$(C I + \nabla \cdot D \nabla) u$} = f \) on a single SAMRAI::hier::PatchLevel using hypre. More...
 

Namespaces

 SAMRAI
 
 SAMRAI::pdat
 
 SAMRAI::solv
 
 IBTK