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

#include <assemblercallback.h>

Inheritance diagram for oofem::TangentAssembler:
Collaboration diagram for oofem::TangentAssembler:

Public Member Functions

 TangentAssembler (MatResponseMode m=TangentStiffness)
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

Detailed Description

Implementation for assembling tangent matrices in standard monolithic FE-problems

Author
Mikael Öhman

Definition at line 185 of file assemblercallback.h.

Constructor & Destructor Documentation

◆ TangentAssembler()

oofem::TangentAssembler::TangentAssembler ( MatResponseMode m = TangentStiffness)
inline

Definition at line 192 of file assemblercallback.h.

References rmode.

Member Function Documentation

◆ assembleFromActiveBC()

void oofem::TangentAssembler::assembleFromActiveBC ( SparseMtrx & k,
ActiveBoundaryCondition & bc,
TimeStep * tStep,
const UnknownNumberingScheme & s_r,
const UnknownNumberingScheme & s_c,
void * lock = nullptr ) const
overridevirtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 275 of file assemblercallback.C.

References oofem::ActiveBoundaryCondition::assemble().

◆ matrixFromEdgeLoad()

void oofem::TangentAssembler::matrixFromEdgeLoad ( FloatMatrix & mat,
Element & element,
BoundaryLoad * load,
int edge,
TimeStep * tStep ) const
overridevirtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 269 of file assemblercallback.C.

References oofem::Element::computeTangentFromEdgeLoad(), and rmode.

◆ matrixFromElement()

void oofem::TangentAssembler::matrixFromElement ( FloatMatrix & mat,
Element & element,
TimeStep * tStep ) const
overridevirtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 246 of file assemblercallback.C.

References oofem::Element::giveCharacteristicMatrix(), and rmode.

◆ matrixFromLoad()

void oofem::TangentAssembler::matrixFromLoad ( FloatMatrix & mat,
Element & element,
BodyLoad * load,
TimeStep * tStep ) const
overridevirtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 258 of file assemblercallback.C.

References oofem::FloatMatrix::clear().

◆ matrixFromSurfaceLoad()

void oofem::TangentAssembler::matrixFromSurfaceLoad ( FloatMatrix & mat,
Element & element,
BoundaryLoad * load,
int boundary,
TimeStep * tStep ) const
overridevirtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 264 of file assemblercallback.C.

References oofem::Element::computeTangentFromSurfaceLoad(), and rmode.

Member Data Documentation

◆ rmode

MatResponseMode oofem::TangentAssembler::rmode
protected
Todo
This is more general than just material responses; we should make a "TangentType"

Definition at line 189 of file assemblercallback.h.

Referenced by matrixFromEdgeLoad(), matrixFromElement(), matrixFromSurfaceLoad(), and TangentAssembler().


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