OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Callback class for assembling linearized thermal "loads", useful for computing initial guesses. More...
#include <structengngmodel.h>
Public Member Functions | |
virtual void | vectorFromElement (FloatArray &vec, Element &element, TimeStep *tStep, ValueModeType mode) const |
Public Member Functions inherited from oofem::VectorAssembler | |
virtual void | vectorFromLoad (FloatArray &vec, Element &element, BodyLoad *load, TimeStep *tStep, ValueModeType mode) const |
virtual void | vectorFromSurfaceLoad (FloatArray &vec, Element &element, SurfaceLoad *load, int boundary, TimeStep *tStep, ValueModeType mode) const |
virtual void | vectorFromEdgeLoad (FloatArray &vec, Element &element, EdgeLoad *load, int edge, TimeStep *tStep, ValueModeType mode) const |
virtual void | vectorFromNodeLoad (FloatArray &vec, DofManager &dman, NodalLoad *load, TimeStep *tStep, ValueModeType mode) const |
virtual void | assembleFromActiveBC (FloatArray &answer, ActiveBoundaryCondition &bc, TimeStep *tStep, ValueModeType mode, const UnknownNumberingScheme &s, FloatArray *eNorms) const |
virtual void | locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
Default implementation takes all the DOF IDs. More... | |
virtual void | locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
Default implementation takes all the DOF IDs. More... | |
Callback class for assembling linearized thermal "loads", useful for computing initial guesses.
Definition at line 56 of file structengngmodel.h.
|
virtual |
Reimplemented from oofem::VectorAssembler.
Definition at line 59 of file structengngmodel.C.
References oofem::FloatArray::beProductOf(), oofem::FloatArray::clear(), oofem::StructuralElement::computeBmatrixAt(), oofem::StructuralElement::computeConstitutiveMatrixAt(), oofem::Element::computeVolumeAround(), oofem::Element::giveDefaultIntegrationRulePtr(), oofem::StructuralCrossSection::giveMaterial(), oofem::FloatArray::giveSize(), oofem::StructuralElement::giveStructuralCrossSection(), and oofem::FloatArray::plusProduct().