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 |
NodeCFIVS | Class to get fine IntVectSet at coarse/fine interface |
NodeFArrayBox | A wrapper for an FArrayBox to contain NODE-centered data |
NodeLevelMG | Multigrid solver on a level |
NodeMaskAverage | Replaces coarse level data with an average of fine level data |
NodeMaskAverage2 | Replaces coarse-level data with an average of fine-level data, where refinement ratio is 2 |
NodeMaskBaseBottomSmoother | Pure base class to encapsulate bottom smoother for NodeMaskLevelOp-derived objects |
NodeMaskBiCGStabSmoother | Implements BiCGStab as a bottom smoother for LevelOp-derived classes |
NodeMaskCGSmoother | Implements CG as a bottom smoother for NodeMaskLevelOp-derived classes |
NodeMaskLevelOp | Pure base class to encapsulate level operations API for node-centered elliptic solvers |
NodeMaskNoOpSmoother | Implements NoOp as a bottom smoother for LevelOp-derived classes |
NodeMaskPoissonOp | Node-centered Poisson operator |
NodeMGInterp | Class to interpolate coarse level data to a fine level |
NodeMGInterp2 | Class to interpolate coarse level data to a fine level |
NodeQuadCFInterp | Class to interpolate quadratically at coarse/fine interface |
NodeQuadCFInterp2 | Class to interpolate quadratically at coarse/fine interface when refinement ratio is 2 |