12 #ifndef MFEM_NAVIER_ORTHO_SOLVER_HPP
13 #define MFEM_NAVIER_ORTHO_SOLVER_HPP
42 void Orthogonalize(
const Vector &v,
Vector &v_ortho)
const;
virtual void SetOperator(const Operator &op)
Set/update the solver for the given operator.
void Mult(const Vector &b, Vector &x) const
Operator application: y=A(x).
Solver wrapper which orthogonalizes the input and output vector.