Go to the source code of this file.
Classes | |
class | oomph::ExactDGPBlockPreconditioner< MATRIX > |
General purpose block tridiagonal preconditioner. By default ExactPreconditioner is used to solve the subsidiary systems, but other preconditioners can be used by setting them using passing a pointer to a function of type SubsidiaryPreconditionerFctPt to the method subsidiary_preconditioner_function_pt(). More... | |
class | oomph::BandedBlockTriangularPreconditioner< MATRIX > |
General purpose block triangular preconditioner. By default this operates as an upper triangular preconditioner. Also, by default ExactPreconditioner is used to solve the subsidiary systems, but other preconditioners can be used by setting them using passing a pointer to a function of type SubsidiaryPreconditionerFctPt to the method subsidiary_preconditioner_function_pt(). More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |