|
OOFEM 3.0
|
#include <assemblercallback.h>
Public Member Functions | |
| TangentAssembler (MatResponseMode m=TangentStiffness) | |
| void | matrixFromElement (FloatMatrix &mat, Element &element, TimeStep *tStep) const override |
| void | matrixFromLoad (FloatMatrix &mat, Element &element, BodyLoad *load, TimeStep *tStep) const override |
| void | matrixFromSurfaceLoad (FloatMatrix &mat, Element &element, BoundaryLoad *load, int boundary, TimeStep *tStep) const override |
| void | matrixFromEdgeLoad (FloatMatrix &mat, Element &element, BoundaryLoad *load, int edge, TimeStep *tStep) const override |
| void | assembleFromActiveBC (SparseMtrx &k, ActiveBoundaryCondition &bc, TimeStep *tStep, const UnknownNumberingScheme &s_r, const UnknownNumberingScheme &s_c, void *lock=nullptr) const override |
| Public Member Functions inherited from oofem::MatrixAssembler | |
| virtual void | locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
| virtual void | locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
Protected Attributes | |
| MatResponseMode | rmode |
Implementation for assembling tangent matrices in standard monolithic FE-problems
Definition at line 185 of file assemblercallback.h.
|
inline |
Definition at line 192 of file assemblercallback.h.
References rmode.
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 275 of file assemblercallback.C.
References oofem::ActiveBoundaryCondition::assemble().
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 269 of file assemblercallback.C.
References oofem::Element::computeTangentFromEdgeLoad(), and rmode.
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 246 of file assemblercallback.C.
References oofem::Element::giveCharacteristicMatrix(), and rmode.
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 258 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 264 of file assemblercallback.C.
References oofem::Element::computeTangentFromSurfaceLoad(), and rmode.
|
protected |
Definition at line 189 of file assemblercallback.h.
Referenced by matrixFromEdgeLoad(), matrixFromElement(), matrixFromSurfaceLoad(), and TangentAssembler().