12#ifndef NONLINEARFORM_EXT_HPP
13#define NONLINEARFORM_EXT_HPP
22class NonlinearFormIntegrator;
74 void AssembleGrad(
const Vector &g);
77 virtual void AssembleDiagonal(
Vector &diag)
const;
81 virtual const Operator *GetProlongation()
const
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
virtual const Operator * GetProlongationMatrix() const
The returned Operator is owned by the FiniteElementSpace.