OOFEM 3.0
Loading...
Searching...
No Matches
oofem::MatrixProductAssembler Class Reference

#include <assemblercallback.h>

Inheritance diagram for oofem::MatrixProductAssembler:
Collaboration diagram for oofem::MatrixProductAssembler:

Public Member Functions

 MatrixProductAssembler (const MatrixAssembler &m)
void vectorFromElement (FloatArray &vec, Element &element, TimeStep *tStep, ValueModeType mode) const override
void vectorFromLoad (FloatArray &vec, Element &element, BodyLoad *load, TimeStep *tStep, ValueModeType mode) const override
void vectorFromSurfaceLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int boundary, TimeStep *tStep, ValueModeType mode) const override
void vectorFromEdgeLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int edge, TimeStep *tStep, ValueModeType mode) const override
Public Member Functions inherited from oofem::VectorAssembler
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, void *lock=nullptr) const
virtual void locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const
 Default implementation takes all the DOF IDs.
virtual void locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const
 Default implementation takes all the DOF IDs.

Protected Attributes

const MatrixAssemblermAssem

Detailed Description

Implementation for assembling forces computed by multiplication with a matrix. This is useful for computing; f = K * u for extrapolated forces, without constructing the K-matrix.

Author
Mikael Öhman

Definition at line 166 of file assemblercallback.h.

Constructor & Destructor Documentation

◆ MatrixProductAssembler()

oofem::MatrixProductAssembler::MatrixProductAssembler ( const MatrixAssembler & m)
inline

Definition at line 172 of file assemblercallback.h.

References mAssem.

Member Function Documentation

◆ vectorFromEdgeLoad()

void oofem::MatrixProductAssembler::vectorFromEdgeLoad ( FloatArray & vec,
Element & element,
BoundaryLoad * load,
int edge,
TimeStep * tStep,
ValueModeType mode ) const
overridevirtual

Reimplemented from oofem::VectorAssembler.

Definition at line 114 of file assemblercallback.C.

References mAssem.

◆ vectorFromElement()

void oofem::MatrixProductAssembler::vectorFromElement ( FloatArray & vec,
Element & element,
TimeStep * tStep,
ValueModeType mode ) const
overridevirtual

◆ vectorFromLoad()

void oofem::MatrixProductAssembler::vectorFromLoad ( FloatArray & vec,
Element & element,
BodyLoad * load,
TimeStep * tStep,
ValueModeType mode ) const
overridevirtual

Reimplemented from oofem::VectorAssembler.

Definition at line 100 of file assemblercallback.C.

References mAssem.

◆ vectorFromSurfaceLoad()

void oofem::MatrixProductAssembler::vectorFromSurfaceLoad ( FloatArray & vec,
Element & element,
BoundaryLoad * load,
int boundary,
TimeStep * tStep,
ValueModeType mode ) const
overridevirtual

Reimplemented from oofem::VectorAssembler.

Definition at line 107 of file assemblercallback.C.

References mAssem.

Member Data Documentation

◆ mAssem

const MatrixAssembler& oofem::MatrixProductAssembler::mAssem
protected

The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011