AMRNodeLevelMG | Class which manages data and operations on a level for AMRNodeSolver |
AMRNodeSolver | Class which manages grid hierarchy and composite elliptic solution |
AMRNodeSolverAlt | Class which manages grid hierarchy and composite elliptic solution, solving level-by-level |
DomainNodeBC | Class to enforce boundary conditions |
FaceNodeBC | A class to encapsulate the operations of boundary conditions |
LevelNodeSolver | Solves elliptic equations on a level |
NodeBaseBottomSmoother | Pure base class to encapsulate bottom smoother for NodeLevelOp-derived objects |
NodeBiCGStabSmoother | Implements BiCGStab as a bottom smoother for LevelOp-derived classes |
NodeCFIVS | Class to get fine IntVectSet at coarse/fine interface |
NodeCGSmoother | Implements CG as a bottom smoother for LevelOp-derived classes |
NodeCoarseAverage | Replaces coarse level data with an average of fine level data |
NodeFArrayBox | A wrapper for an FArrayBox to contain NODE-centered data |
NodeLevelMG | Multigrid solver on a level |
NodeLevelOp | Pure base class to encapsulate level operations API for node-centered elliptic solvers |
NodeMGInterp | Class to interpolate coarse level data to a fine level |
NodeNoOpSmoother | Implements NoOp as a bottom smoother for LevelOp-derived classes |
NodePoissonOp | Node-centered Poisson operator |
NodeQuadCFInterp | Class to interpolate quadratically at coarse/fine interface |
NodeQuadCFInterp2 | Class to interpolate quadratically at coarse/fine interface when refinement ratio is 2 |