IBAMR  IBAMR version 0.19.
Classes
SAMRAI::solv Namespace Reference

Classes

class  CartesianRobinBcHelper
 Helper utility for setting Robin boundary conditions. More...
 
class  CellPoissonFACOps
 FAC operator class to solve Poisson's equation on a SAMR grid, using cell-centered, second-order finite-volume method, with Robin boundary conditions. More...
 
class  CellPoissonFACSolver
 Class for solving scalar Poisson's equation on SAMR grid, wrapping up lower-level components (FAC cycling, Poisson equation operations and boundary conditions) in a single high-level interface. More...
 
class  FACOperatorStrategy
 Defines a Strategy pattern interface to problem-specific operations needed to implement the FAC preconditioner algorithm. More...
 
class  FACPreconditioner
 Implements the FAC iterative solution procedure for a linear system of equations, Au=f, defined on some subset of levels in an AMR patch hierarchy. More...
 
class  GhostCellRobinBcCoefs
 A prefabricated Robin boundary condition coefficients for the case where cell-centered data is fixed at the first ghost-cell centers. More...
 
class  LocationIndexRobinBcCoefs
 A prefabricated Robin boundary condition coefficients for coefficients that are entirely specified by the boundary box location index. More...
 
class  NonlinearSolverStrategy
 Abstract base class defining interface between an algs::ImplicitIntegrator object and a nonlinear solver used to advance the solution in time. More...
 
class  PoissonSpecifications
 Light class holding specifications for cell-centered implementation of the scalar Poisson equation. More...
 
class  RobinBcCoefStrategy
 Interface for specifying Robin boundary conditions. More...
 
class  SAMRAIVectorReal
 
class  SimpleCellRobinBcCoefs
 A prefabricated Robin boundary condition coefficients with an interface like the old Poisson solvers. More...