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

#include <assemblercallback.h>

Inheritance diagram for oofem::EffectiveTangentAssembler:
Collaboration diagram for oofem::EffectiveTangentAssembler:

Public Member Functions

 EffectiveTangentAssembler (MatResponseMode mode, bool lumped, double k, double m)
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
double lumped
double k
double m

Detailed Description

Callback class for assembling effective tangents composed of stiffness and mass matrix.

Author
Mikael Öhman

Definition at line 217 of file assemblercallback.h.

Constructor & Destructor Documentation

◆ EffectiveTangentAssembler()

oofem::EffectiveTangentAssembler::EffectiveTangentAssembler ( MatResponseMode mode,
bool lumped,
double k,
double m )

Definition at line 290 of file assemblercallback.C.

References k, lumped, m, and rmode.

Member Function Documentation

◆ assembleFromActiveBC()

void oofem::EffectiveTangentAssembler::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 332 of file assemblercallback.C.

References oofem::ActiveBoundaryCondition::assemble(), and k.

◆ matrixFromEdgeLoad()

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

◆ matrixFromElement()

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

◆ matrixFromLoad()

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

Reimplemented from oofem::MatrixAssembler.

Definition at line 312 of file assemblercallback.C.

References oofem::FloatMatrix::clear().

◆ matrixFromSurfaceLoad()

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

Member Data Documentation

◆ k

double oofem::EffectiveTangentAssembler::k
protected

◆ lumped

double oofem::EffectiveTangentAssembler::lumped
protected

Definition at line 221 of file assemblercallback.h.

Referenced by EffectiveTangentAssembler(), and matrixFromElement().

◆ m

double oofem::EffectiveTangentAssembler::m
protected

Definition at line 222 of file assemblercallback.h.

Referenced by EffectiveTangentAssembler(), and matrixFromElement().

◆ rmode

MatResponseMode oofem::EffectiveTangentAssembler::rmode
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