MueluPreconditioner.h

Note

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

class MueluPreconditioner

Parent class(es)

Implements Muelu preconditioner from Trilinos

MueluPreconditioner()

Create a particular preconditioner object

void set(BelosKrylovSolver &solver)

Set the preconditioner on a solver

std::string str(bool verbose) const

Return informal string representation (pretty-print)

void init(std::shared_ptr<const TpetraMatrix> P)

Initialise preconditioner based on Operator P

static Parameters default_parameters()

Default parameter values