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