#include "SAMRAI_config.h"
#include "FACPreconditioner.h"
#include "CellPoissonFACOps.h"
#include "PoissonSpecifications.h"
#include "SimpleCellRobinBcCoefs.h"
#include "tbox/Database.h"
#include "tbox/Pointer.h"
#include "CellPoissonFACSolver.I"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::solv |
Classes | |
class | SAMRAI::solv::CellPoissonFACSolver< DIM > |
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... |