|
OOFEM 3.0
|
#include <assemblercallback.h>
Public Member Functions | |
| EffectiveTangentAssembler (MatResponseMode mode, bool lumped, double k, double m) | |
| 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 |
| double | lumped |
| double | k |
| double | m |
Callback class for assembling effective tangents composed of stiffness and mass matrix.
Definition at line 217 of file assemblercallback.h.
| oofem::EffectiveTangentAssembler::EffectiveTangentAssembler | ( | MatResponseMode | mode, |
| bool | lumped, | ||
| double | k, | ||
| double | m ) |
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 332 of file assemblercallback.C.
References oofem::ActiveBoundaryCondition::assemble(), and k.
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 325 of file assemblercallback.C.
References oofem::FloatMatrix::clear(), oofem::Element::computeTangentFromEdgeLoad(), k, rmode, and oofem::FloatMatrix::times().
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 294 of file assemblercallback.C.
References oofem::FloatMatrix::add(), oofem::Element::giveCharacteristicMatrix(), k, lumped, m, rmode, and oofem::FloatMatrix::times().
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 312 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 319 of file assemblercallback.C.
References oofem::Element::computeTangentFromSurfaceLoad(), k, rmode, and oofem::FloatMatrix::times().
|
protected |
Definition at line 222 of file assemblercallback.h.
Referenced by assembleFromActiveBC(), EffectiveTangentAssembler(), matrixFromEdgeLoad(), matrixFromElement(), and matrixFromSurfaceLoad().
|
protected |
Definition at line 221 of file assemblercallback.h.
Referenced by EffectiveTangentAssembler(), and matrixFromElement().
|
protected |
Definition at line 222 of file assemblercallback.h.
Referenced by EffectiveTangentAssembler(), and matrixFromElement().
|
protected |
Definition at line 220 of file assemblercallback.h.
Referenced by EffectiveTangentAssembler(), matrixFromEdgeLoad(), matrixFromElement(), and matrixFromSurfaceLoad().