OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Callback class for assembling effective tangents composed of stiffness and mass matrix. More...
#include <assemblercallback.h>
Public Member Functions | |
EffectiveTangentAssembler (MatResponseMode mode, bool lumped, double k, double m) | |
virtual void | matrixFromElement (FloatMatrix &mat, Element &element, TimeStep *tStep) const |
virtual void | matrixFromLoad (FloatMatrix &mat, Element &element, BodyLoad *load, TimeStep *tStep) const |
virtual void | matrixFromSurfaceLoad (FloatMatrix &mat, Element &element, SurfaceLoad *load, int boundary, TimeStep *tStep) const |
virtual void | matrixFromEdgeLoad (FloatMatrix &mat, Element &element, EdgeLoad *load, int edge, TimeStep *tStep) const |
virtual void | assembleFromActiveBC (SparseMtrx &k, ActiveBoundaryCondition &bc, TimeStep *tStep, const UnknownNumberingScheme &s_r, const UnknownNumberingScheme &s_c) const |
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 | ||
) |
Definition at line 280 of file assemblercallback.C.
|
virtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 322 of file assemblercallback.C.
References oofem::ActiveBoundaryCondition::assemble().
|
virtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 315 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
|
virtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 284 of file assemblercallback.C.
References oofem::FloatMatrix::add(), oofem::Element::giveCharacteristicMatrix(), k, lumped, m, rmode, and oofem::FloatMatrix::times().
|
virtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 302 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
|
virtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 309 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 matrixFromElement(), and matrixFromSurfaceLoad().
|
protected |
Definition at line 221 of file assemblercallback.h.
Referenced by matrixFromElement().
|
protected |
Definition at line 222 of file assemblercallback.h.
Referenced by matrixFromElement().
|
protected |
Definition at line 220 of file assemblercallback.h.
Referenced by matrixFromElement(), and matrixFromSurfaceLoad().