|
OOFEM 3.0
|
#include <termlibrary3.h>
Public Member Functions | |
| TMgNTfTerm (const Variable *testField, const Variable *unknownField, MatResponseMode lhsType, MatResponseMode rhsType) | |
| void | evaluate (FloatArray &, MPElement &cell, GaussPoint *gp, TimeStep *tstep) const override |
| Evaluates Internal forces vector, i.e. $w^T(\grad N)^T f(p)$. | |
| Public Member Functions inherited from oofem::gNTfTerm | |
| gNTfTerm (const Variable *testField, const Variable *unknownField, MatResponseMode lhsType, MatResponseMode rhsType) | |
| void | evaluate_lin (FloatMatrix &answer, MPElement &e, GaussPoint *gp, TimeStep *tstep) const override |
| Evaluates $\bf{H}$ matrix, the linearization of $w^T(\grad N)^T f(p)$, i.e. $(\grad N)^T \bf{k}/\mu \grad p = \bf{H}$. | |
| void | getDimensions (Element &cell) const override |
| void | initializeCell (Element &cell) const override |
| Public Member Functions inherited from oofem::Term | |
| Term () | |
| Term (const Variable *testField, const Variable *unknownField, MaterialMode m=MaterialMode::_Unknown) | |
| virtual IntegrationRule * | giveElementIntegrationRule (Element *e) const |
| virtual void | initializeFrom (InputRecord &ir, EngngModel *problem) |
Additional Inherited Members | |
| Public Attributes inherited from oofem::Term | |
| const Variable * | field |
| const Variable * | testField |
| MaterialMode | mode |
| Protected Member Functions inherited from oofem::gNTfTerm | |
| void | grad (FloatMatrix &answer, const Variable *v, const FEInterpolation *interpol, const Element &cell, const FloatArray &coords) const |
| Evaluates B matrix; i.e. $\grad N$ where $N$ is interpolation matrix of unknown (p). | |
| Protected Attributes inherited from oofem::gNTfTerm | |
| MatResponseMode | lhsType |
| MatResponseMode | rhsType |
Definition at line 95 of file termlibrary3.h.
| oofem::TMgNTfTerm::TMgNTfTerm | ( | const Variable * | testField, |
| const Variable * | unknownField, | ||
| MatResponseMode | lhsType, | ||
| MatResponseMode | rhsType ) |
Definition at line 77 of file termlibrary3.C.
References oofem::gNTfTerm::gNTfTerm(), oofem::gNTfTerm::lhsType, oofem::gNTfTerm::rhsType, and oofem::Term::testField.
|
overridevirtual |
Evaluates Internal forces vector, i.e. $w^T(\grad N)^T f(p)$.
| cell | |
| coords |
Reimplemented from oofem::gNTfTerm.
Definition at line 78 of file termlibrary3.C.
References oofem::FloatArray::beProductOf(), oofem::FloatArray::beTProductOf(), oofem::Term::field, oofem::MPElement::getUnknownVector(), oofem::Material::giveCharacteristicVector(), oofem::Element::giveCrossSection(), oofem::CrossSection::giveMaterial(), oofem::GaussPoint::giveNaturalCoordinates(), oofem::gNTfTerm::grad(), Nt, and oofem::gNTfTerm::rhsType.