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

#include <nodalaveragingrecoverymodel.h>

Inheritance diagram for oofem::NodalAveragingRecoveryModel:
Collaboration diagram for oofem::NodalAveragingRecoveryModel:

Classes

struct  parallelStruct

Public Member Functions

 NodalAveragingRecoveryModel (Domain *d)
 Constructor.
virtual ~NodalAveragingRecoveryModel ()
 Destructor.
int recoverValues (Set elementSet, InternalStateType type, TimeStep *tStep) override
const char * giveClassName () const override
Public Member Functions inherited from oofem::NodalRecoveryModel
 NodalRecoveryModel (Domain *d)
 Constructor.
virtual ~NodalRecoveryModel ()
 Destructor.
void setDomain (Domain *ipDomain)
virtual int clear ()
int giveNodalVector (const FloatArray *&ptr, int node)
virtual int giveRegionRecordSize ()
std::string errorInfo (const char *func)

Private Member Functions

void initCommMaps ()
void exchangeDofManValues (FloatArray &lhs, IntArray &, IntArray &, int)
int packSharedDofManData (parallelStruct *s, ProcessCommunicator &processComm)
int unpackSharedDofManData (parallelStruct *s, ProcessCommunicator &processComm)

Additional Inherited Members

Public Types inherited from oofem::NodalRecoveryModel
enum  NodalRecoveryModelType { NRM_NodalAveraging = 0 , NRM_ZienkiewiczZhu = 1 , NRM_SPR = 2 }
Protected Member Functions inherited from oofem::NodalRecoveryModel
int initRegionNodeNumbering (IntArray &regionNodalNumbers, int &regionDofMans, Set &region)
int updateRegionRecoveredValues (const IntArray &regionNodalNumbers, int regionValSize, const FloatArray &rhs)
Protected Attributes inherited from oofem::NodalRecoveryModel
std ::map< int, FloatArraynodalValList
InternalStateType valType
 Determines the type of recovered values.
StateCounterType stateCounter
 Time stamp of recovered values.
Domaindomain
CommunicatorBuffcommBuff
 Common Communicator buffer.
ProblemCommunicatorcommunicator
 Communicator.
bool initCommMap
 Communication init flag.

Detailed Description

The nodal recovery model based on nodal averaging. The recovery is based on nodal averaging or projection process in which element contributions are averaged at node with the same weight.

Definition at line 52 of file nodalaveragingrecoverymodel.h.

Constructor & Destructor Documentation

◆ NodalAveragingRecoveryModel()

oofem::NodalAveragingRecoveryModel::NodalAveragingRecoveryModel ( Domain * d)

Constructor.

Definition at line 51 of file nodalaveragingrecoverymodel.C.

References oofem::NodalRecoveryModel::NodalRecoveryModel().

◆ ~NodalAveragingRecoveryModel()

oofem::NodalAveragingRecoveryModel::~NodalAveragingRecoveryModel ( )
virtual

Destructor.

Definition at line 54 of file nodalaveragingrecoverymodel.C.

Member Function Documentation

◆ exchangeDofManValues()

void oofem::NodalAveragingRecoveryModel::exchangeDofManValues ( FloatArray & lhs,
IntArray & regionDofMansConnectivity,
IntArray & regionNodalNumbers,
int regionValSize )
private

Definition at line 180 of file nodalaveragingrecoverymodel.C.

References oofem::NodalRecoveryModel::communicator.

Referenced by recoverValues().

◆ giveClassName()

const char * oofem::NodalAveragingRecoveryModel::giveClassName ( ) const
inlineoverridevirtual

Implements oofem::NodalRecoveryModel.

Definition at line 76 of file nodalaveragingrecoverymodel.h.

◆ initCommMaps()

◆ packSharedDofManData()

◆ recoverValues()

◆ unpackSharedDofManData()


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