MUMPSLUSolver.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class MUMPSLUSolver

Parent class(es)

This class implements the direct solution (LU factorization) for linear systems of the form Ax = b. It is a wrapper for the MUMPS LU solver.

MUMPSLUSolver(const CoordinateMatrix& A)

Constructor

MUMPSLUSolver(std::shared_ptr<const CoordinateMatrix> A)

Constructor

std::size_t solve(GenericVector& x, const GenericVector& b)

Solve linear system Ax = b

static Parameters default_parameters()

Default parameter values

Previous topic

LinearSolver.h

Next topic

Matrix.h

This Page