![]() |
|
#include "linear_solver.h"
#include "preconditioner.h"
#include <mumps_c_types.h>
#include <dmumps_c.h>
Go to the source code of this file.
Classes | |
class | oomph::MumpsSolver |
Wrapper to Mumps solver. More... | |
class | oomph::NewMumpsPreconditioner |
An interface to allow Mumps to be used as an (exact) Preconditioner. More... | |
Namespaces | |
oomph | |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
Macros | |
#define | ICNTL(i) icntl[(i)-1] |
#define | INFOG(i) infog[(i)-1] |
#define | INFO(i) info[(i)-1] |