12 #ifndef NONLINEARFORM_EXT_HPP
13 #define NONLINEARFORM_EXT_HPP
15 #include "../config/config.hpp"
22 class NonlinearFormIntegrator;
74 void AssembleGrad(
const Vector &g);
164 #endif // NONLINEARFORM_EXT_HPP
virtual const Operator * GetProlongation() const
Prolongation operator from linear algebra (linear system) vectors, to input vectors for the operator...
virtual const Operator * GetProlongationMatrix() const
The returned Operator is owned by the FiniteElementSpace.
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
virtual void AssembleDiagonal(Vector &diag) const
Computes the diagonal entries into diag. Typically, this operation only makes sense for linear Operat...