Encapsulation of MUMPS linear solver. More...
#include <mumps.h>
Inherits LinearSolver.
Public Member Functions | |
| MumpsSolver (MumpsMatrix *m, MumpsVector *rhs) | |
| MumpsSolver (LinearProblem *lp) | |
| virtual | ~MumpsSolver () |
| virtual bool | solve () |
Protected Attributes | |
| MumpsMatrix * | m |
| MumpsVector * | rhs |
Encapsulation of MUMPS linear solver.
| MumpsSolver::MumpsSolver | ( | MumpsMatrix * | m, | |
| MumpsVector * | rhs | |||
| ) |
| MumpsSolver::MumpsSolver | ( | LinearProblem * | lp | ) |
| MumpsSolver::~MumpsSolver | ( | ) | [virtual] |
| bool MumpsSolver::solve | ( | ) | [virtual] |
Implements Solver.
MumpsMatrix* MumpsSolver::m [protected] |
MumpsVector* MumpsSolver::rhs [protected] |
1.6.3