|  | MFEM v4.8.0
    Finite element discretization library | 
#include <mtop_integrators.hpp>
| Public Member Functions | |
| QLinearDiffusion (mfem::Coefficient &diffco, mfem::Coefficient &hsrco, real_t pp=1.0, real_t minrho=1e-7, real_t betac=4.0, real_t etac=0.5) | |
| std::string | GetType () override | 
| Returns a user defined string identifying the function. | |
| real_t | QEnergy (ElementTransformation &T, const IntegrationPoint &ip, Vector &dd, Vector &uu) override | 
| void | QResidual (ElementTransformation &T, const IntegrationPoint &ip, Vector &dd, Vector &uu, Vector &rr) override | 
| Returns the derivative of QEnergy with respect to the state vector uu. | |
| void | AQResidual (ElementTransformation &T, const IntegrationPoint &ip, Vector &dd, Vector &uu, Vector &aa, Vector &rr) override | 
| void | QGradResidual (ElementTransformation &T, const IntegrationPoint &ip, Vector &dd, Vector &uu, DenseMatrix &hh) override | 
| Returns the gradient of the residual at a integration point. | |
|  Public Member Functions inherited from mfem::BaseQFunction | |
| virtual | ~BaseQFunction () | 
Definition at line 69 of file mtop_integrators.hpp.
| 
 | inline | 
Definition at line 72 of file mtop_integrators.hpp.
| 
 | inlineoverridevirtual | 
Returns the gradient of the residual with respect to the design parameters, multiplied by the adjoint.
Implements mfem::BaseQFunction.
Definition at line 123 of file mtop_integrators.hpp.
| 
 | inlineoverridevirtual | 
Returns a user defined string identifying the function.
Implements mfem::BaseQFunction.
Definition at line 79 of file mtop_integrators.hpp.
| 
 | inlineoverridevirtual | 
Reimplemented from mfem::BaseQFunction.
Definition at line 84 of file mtop_integrators.hpp.
| 
 | inlineoverridevirtual | 
Returns the gradient of the residual at a integration point.
Implements mfem::BaseQFunction.
Definition at line 136 of file mtop_integrators.hpp.
| 
 | inlineoverridevirtual | 
Returns the derivative of QEnergy with respect to the state vector uu.
Implements mfem::BaseQFunction.
Definition at line 106 of file mtop_integrators.hpp.