TrilinosPreconditioner.h

Note

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

class TrilinosPreconditioner

This class provides a common base for Trilinos preconditioners.

TrilinosPreconditioner()

Constructor

void set(BelosKrylovSolver &solver) = 0

Set this preconditioner on a solver

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

Initialise this preconditioner with the operator P