OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Callback class for assembling specific types of matrices. More...
#include <assemblercallback.h>
Public Member Functions | |
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 |
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 |
Callback class for assembling specific types of matrices.
Definition at line 83 of file assemblercallback.h.
|
virtual |
Reimplemented in oofem::EffectiveTangentAssembler, and oofem::TangentAssembler.
Definition at line 78 of file assemblercallback.C.
Referenced by oofem::EngngModel::assemble().
|
virtual |
Reimplemented in oofem::PFEMPressureLaplacianAssembler, and oofem::PressureLhsAssembler.
Definition at line 80 of file assemblercallback.C.
References oofem::Element::giveLocationArray().
Referenced by oofem::EngngModel::assemble().
|
virtual |
Definition at line 85 of file assemblercallback.C.
References oofem::Element::giveBoundaryLocationArray().
Referenced by oofem::EngngModel::assemble().
|
virtual |
Reimplemented in oofem::EffectiveTangentAssembler, and oofem::TangentAssembler.
Definition at line 76 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
Referenced by oofem::EngngModel::assemble().
|
virtual |
Reimplemented in oofem::EffectiveTangentAssembler, oofem::MassMatrixAssembler, oofem::TangentAssembler, oofem::PFEMPressureLaplacianAssembler, oofem::PressureLhsAssembler, oofem::IntSourceLHSAssembler, oofem::SUPGTangentAssembler, oofem::MidpointLhsAssembler, and oofem::InitialStressMatrixAssembler.
Definition at line 70 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
Referenced by oofem::EngngModel::assemble().
|
virtual |
Reimplemented in oofem::EffectiveTangentAssembler, and oofem::TangentAssembler.
Definition at line 72 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
Referenced by oofem::EngngModel::assemble().
|
virtual |
Reimplemented in oofem::EffectiveTangentAssembler, and oofem::TangentAssembler.
Definition at line 74 of file assemblercallback.C.
References oofem::FloatMatrix::clear().
Referenced by oofem::EngngModel::assemble().