OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::EffectiveTangentAssembler Class Reference

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

#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)
 
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
 
- 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

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

Definition at line 280 of file assemblercallback.C.

Member Function Documentation

void oofem::EffectiveTangentAssembler::assembleFromActiveBC ( SparseMtrx k,
ActiveBoundaryCondition bc,
TimeStep tStep,
const UnknownNumberingScheme s_r,
const UnknownNumberingScheme s_c 
) const
virtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 322 of file assemblercallback.C.

References oofem::ActiveBoundaryCondition::assemble().

void oofem::EffectiveTangentAssembler::matrixFromEdgeLoad ( FloatMatrix mat,
Element element,
EdgeLoad load,
int  edge,
TimeStep tStep 
) const
virtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 315 of file assemblercallback.C.

References oofem::FloatMatrix::clear().

void oofem::EffectiveTangentAssembler::matrixFromElement ( FloatMatrix mat,
Element element,
TimeStep tStep 
) const
virtual
void oofem::EffectiveTangentAssembler::matrixFromLoad ( FloatMatrix mat,
Element element,
BodyLoad load,
TimeStep tStep 
) const
virtual

Reimplemented from oofem::MatrixAssembler.

Definition at line 302 of file assemblercallback.C.

References oofem::FloatMatrix::clear().

void oofem::EffectiveTangentAssembler::matrixFromSurfaceLoad ( FloatMatrix mat,
Element element,
SurfaceLoad load,
int  boundary,
TimeStep tStep 
) const
virtual

Member Data Documentation

double oofem::EffectiveTangentAssembler::k
protected

Definition at line 222 of file assemblercallback.h.

Referenced by matrixFromElement(), and matrixFromSurfaceLoad().

double oofem::EffectiveTangentAssembler::lumped
protected

Definition at line 221 of file assemblercallback.h.

Referenced by matrixFromElement().

double oofem::EffectiveTangentAssembler::m
protected

Definition at line 222 of file assemblercallback.h.

Referenced by matrixFromElement().

MatResponseMode oofem::EffectiveTangentAssembler::rmode
protected

Definition at line 220 of file assemblercallback.h.

Referenced by matrixFromElement(), and matrixFromSurfaceLoad().


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

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:35 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011