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

This class implements associated Material Status to FCMMaterial (fixed crack material). More...

#include <fcm.h>

+ Inheritance diagram for oofem::FCMMaterialStatus:
+ Collaboration diagram for oofem::FCMMaterialStatus:

Public Member Functions

 FCMMaterialStatus (int n, Domain *d, GaussPoint *g)
 
virtual ~FCMMaterialStatus ()
 
virtual void printOutputAt (FILE *file, TimeStep *tStep)
 prints the output into the output file More...
 
virtual int giveNumberOfCracks () const
 returns number of cracks from the previous time step (equilibrated value) More...
 
virtual int giveNumberOfTempCracks () const
 returns temporary number of cracks More...
 
const FloatArraygiveMaxCrackStrainVector ()
 returns vector with maximum cracking strains (max 3 components) More...
 
double giveMaxCrackStrain (int icrack)
 returns maximum crack strain for the i-th crack (equilibrated value) More...
 
void setMaxCrackStrain (int icrack, double val)
 sets value of the maximum crack strain for the i-th crack (equilibrated value) More...
 
double giveTempMaxCrackStrain (int icrack)
 returns maximum crack strain for the i-th crack (temporary value) More...
 
void setTempMaxCrackStrain (int icrack, double val)
 sets value of the maximum crack strain for the i-th crack (temporary value) More...
 
const IntArraygiveTempCrackStatus ()
 returns vector of temporary crack statuses More...
 
int giveTempCrackStatus (int icrack) const
 returns temporary value of status associated with i-th crack direction More...
 
void setTempCrackStatus (int icrack, int val)
 sets temporary value of status for of the i-th crack More...
 
int giveCrackStatus (int icrack) const
 return equilibrated value of status associated with i-th crack direction More...
 
const FloatArraygiveCrackStrainVector () const
 return equilibrated crack strain vector (max 6 components) More...
 
const FloatArraygiveTempCrackStrainVector ()
 return temporary crack strain vector (max 6 components) More...
 
double giveCrackStrain (int icrack) const
 returns i-th component of the crack strain vector (equilibrated) More...
 
double giveTempCrackStrain (int icrack) const
 returns i-th component of the crack strain vector (temporary) More...
 
void setTempCrackStrainVector (FloatArray a)
 sets temporary vector of cracking strains (max 6 components) More...
 
void setTempCrackStrain (int icrack, double val)
 sets temporary value of i-th cracking strain (max 6 components) More...
 
void setCrackStrainVector (FloatArray a)
 sets equilibrated vector of cracking strains (max 6 components) More...
 
void setG2LStressVectorTransformationMtrx (FloatMatrix t)
 sets transformation matrix for stress transformation from global to local coordinate system More...
 
void setG2LStrainVectorTransformationMtrx (FloatMatrix s)
 sets transformation matrix for strain transformation from global to local coordinate system More...
 
void setL2GStressVectorTransformationMtrx (FloatMatrix t)
 sets transformation matrix for stress transformation from local to global coordinate system More...
 
void setL2GStrainVectorTransformationMtrx (FloatMatrix s)
 sets transformation matrix for stress transformation from global to local coordinate system More...
 
const FloatMatrixgiveG2LStressVectorTransformationMtrx ()
 returns transformation matrix for stress transformation from global to local coordinate system More...
 
const FloatMatrixgiveG2LStrainVectorTransformationMtrx ()
 sets transformation matrix for strain transformation from global to local coordinate system More...
 
const FloatMatrixgiveL2GStressVectorTransformationMtrx ()
 sets transformation matrix for stress transformation from local to global coordinate system More...
 
const FloatMatrixgiveL2GStrainVectorTransformationMtrx ()
 sets transformation matrix for stress transformation from global to local coordinate system More...
 
double giveCharLength (int icrack) const
 returns characteristic length associated with i-th crack direction More...
 
void setCharLength (int icrack, double val)
 sets characteristic length for i-th crack More...
 
const FloatMatrixgiveCrackDirs ()
 returns crack directions More...
 
const IntArraygiveCrackStatus ()
 returns crack statuses More...
 
void setCrackDirs (FloatMatrix a)
 sets matrix with crack directions (normal vectors) More...
 
virtual int giveMaxNumberOfCracks (GaussPoint *gp)
 returns maximum number of cracks associated with current mode More...
 
virtual const char * giveClassName () const
 
virtual void initTempStatus ()
 initializes temporary status More...
 
virtual void updateYourself (TimeStep *tStep)
 replaces equilibrated values with temporary values More...
 
virtual contextIOResultType saveContext (DataStream &stream, ContextMode mode, void *obj=NULL)
 saves current context(state) into stream More...
 
virtual contextIOResultType restoreContext (DataStream &stream, ContextMode mode, void *obj=NULL)
 restores context(state) from stream More...
 
- Public Member Functions inherited from oofem::StructuralMaterialStatus
 StructuralMaterialStatus (int n, Domain *d, GaussPoint *g)
 Constructor. Creates new StructuralMaterialStatus with number n, belonging to domain d and IntegrationPoint g. More...
 
virtual ~StructuralMaterialStatus ()
 Destructor. More...
 
const FloatArraygiveStrainVector () const
 Returns the const pointer to receiver's strain vector. More...
 
const FloatArraygiveStressVector () const
 Returns the const pointer to receiver's stress vector. More...
 
const FloatArraygivePVector () const
 Returns the const pointer to receiver's first Piola-Kirchhoff stress vector. More...
 
const FloatArraygiveCVector () const
 Returns the const pointer to receiver's Cauchy stress vector. More...
 
const FloatArraygiveFVector () const
 Returns the const pointer to receiver's deformation gradient vector. More...
 
const FloatArraygiveTempStrainVector () const
 Returns the const pointer to receiver's temporary strain vector. More...
 
const FloatArraygiveTempStressVector () const
 Returns the const pointer to receiver's temporary stress vector. More...
 
const FloatArraygiveTempPVector () const
 Returns the const pointer to receiver's temporary first Piola-Kirchhoff stress vector. More...
 
const FloatArraygiveTempCVector () const
 Returns the const pointer to receiver's temporary Cauchy stress vector. More...
 
const FloatArraygiveTempFVector () const
 Returns the const pointer to receiver's temporary deformation gradient vector. More...
 
void letStrainVectorBe (const FloatArray &v)
 Assigns strain vector to given vector v. More...
 
void letStressVectorBe (const FloatArray &v)
 Assigns stressVector to given vector v. More...
 
void letPVectorBe (const FloatArray &v)
 Assigns PVector to given vector v. More...
 
void letCVectorBe (const FloatArray &v)
 Assigns CVector to given vector v. More...
 
void letFVectorBe (const FloatArray &v)
 Assigns FVector to given vector v. More...
 
void letTempStressVectorBe (const FloatArray &v)
 Assigns tempStressVector to given vector v. More...
 
void letTempStrainVectorBe (const FloatArray &v)
 Assigns tempStrainVector to given vector v. More...
 
void letTempPVectorBe (const FloatArray &v)
 Assigns tempPVector to given vector v. More...
 
void letTempCVectorBe (const FloatArray &v)
 Assigns tempPVector to given vector v. More...
 
void letTempFVectorBe (const FloatArray &v)
 Assigns tempFVector to given vector v. More...
 
virtual void copyStateVariables (const MaterialStatus &iStatus)
 Functions for MaterialStatusMapperInterface. More...
 
virtual void addStateVariables (const MaterialStatus &iStatus)
 
- Public Member Functions inherited from oofem::MaterialStatus
 MaterialStatus (int n, Domain *d, GaussPoint *g)
 Constructor. More...
 
virtual ~MaterialStatus ()
 Destructor. More...
 
virtual bool giveMaterialProperty (int propID, double &value)
 Returns the value of material model property stored in receiving status. More...
 
virtual void setMaterialProperty (int propID, double value)
 Allows to set the value of material model property to be stored in receiving status. More...
 
virtual void setStatusVariable (int varID, double value)
 Allows to set the value of a specific variable, identified by varID. More...
 
virtual void restoreConsistency ()
 Restores consistency of the status, i.e., computes or corrects the values of certain status variables such that the state is admissible. More...
 
virtual IRResultType initializeFrom (InputRecord *ir)
 Initializes receiver according to object description stored in input record. More...
 
- Public Member Functions inherited from oofem::IntegrationPointStatus
 IntegrationPointStatus (int n, Domain *d, GaussPoint *g)
 Constructor. More...
 
virtual ~IntegrationPointStatus ()
 Destructor. More...
 
virtual const char * giveInputRecordName () const
 
- Public Member Functions inherited from oofem::FEMComponent
 FEMComponent (int n, Domain *d)
 Regular constructor, creates component with given number and belonging to given domain. More...
 
virtual ~FEMComponent ()
 Virtual destructor. More...
 
DomaingiveDomain () const
 
virtual void setDomain (Domain *d)
 Sets associated Domain. More...
 
int giveNumber () const
 
void setNumber (int num)
 Sets number of receiver. More...
 
virtual void updateLocalNumbering (EntityRenumberingFunctor &f)
 Local renumbering support. More...
 
virtual void giveInputRecord (DynamicInputRecord &input)
 Setups the input record string of receiver. More...
 
virtual int checkConsistency ()
 Allows programmer to test some internal data, before computation begins. More...
 
virtual void printYourself ()
 Prints receiver state on stdout. Useful for debugging. More...
 
virtual InterfacegiveInterface (InterfaceType t)
 Interface requesting service. More...
 
std::string errorInfo (const char *func) const
 Returns string for prepending output (used by error reporting macros). More...
 
- Public Member Functions inherited from oofem::MaterialStatusMapperInterface
 MaterialStatusMapperInterface ()
 
virtual ~MaterialStatusMapperInterface ()
 
virtual int MSMI_map (const GaussPoint &iGP, const Domain &iOldDom, Set &sourceSet, const TimeStep &iTStep, MaterialStatus &oStatus)
 Maps all internal state variables from the old domain to the given gp status. More...
 
virtual int MSMI_map_cz (const GaussPoint &iGP, const Domain &iOldDom, Set &sourceSet, const TimeStep &iTStep, MaterialStatus &oStatus)
 
virtual int MSMI_update (const GaussPoint &iGP, const TimeStep &iTStep)
 Updates the internal state variables from previously mapped values. More...
 
virtual int MSMI_finish (const TimeStep &iTStep)
 Finishes the mapping for given time step. More...
 

Protected Attributes

IntArray crackStatuses
 crack statuses (none, just initialized, softenin, unlo-relo, closed) More...
 
IntArray tempCrackStatuses
 
FloatArray maxCrackStrains
 Max. crack strain reached in the entire previous history. More...
 
FloatArray tempMaxCrackStrains
 
FloatArray crackStrainVector
 Components of crack strain vector (normal as well as shear). More...
 
FloatArray tempCrackStrainVector
 
FloatMatrix crackDirs
 Storing direction of cracks (crack normals) in columwise format. More...
 
FloatArray charLengths
 Characteristic lengths computed from the crack orientation and element geometry. More...
 
FloatMatrix transMatrix_G2Lstress
 transformation matrix converting stress from global to local coordinate system More...
 
FloatMatrix transMatrix_G2Lstrain
 transformation matrix converting strain from global to local coordinate system More...
 
FloatMatrix transMatrix_L2Gstress
 transformation matrix converting stress from local to global coordinate system More...
 
FloatMatrix transMatrix_L2Gstrain
 transformation matrix converting strain from local to global coordinate system More...
 
int nMaxCracks
 number of maximum possible cracks (optional parameter) More...
 
- Protected Attributes inherited from oofem::StructuralMaterialStatus
FloatArray strainVector
 Equilibrated strain vector in reduced form. More...
 
FloatArray stressVector
 Equilibrated stress vector in reduced form. More...
 
FloatArray tempStressVector
 Temporary stress vector in reduced form (increments are used mainly in nonlinear analysis) More...
 
FloatArray tempStrainVector
 Temporary strain vector in reduced form (to find balanced state) More...
 
FloatArray PVector
 Equilibrated first Piola-Kirchhoff stress vector. More...
 
FloatArray tempPVector
 Temporary first Piola-Kirchhoff stress vector (to find balanced state) More...
 
FloatArray CVector
 Equilibrated Cauchy stress vector. More...
 
FloatArray tempCVector
 Temporary Cauchy stress vector (to find balanced state) More...
 
FloatArray FVector
 Equilibrated deformation gradient in reduced form. More...
 
FloatArray tempFVector
 Temporary deformation gradient in reduced form (to find balanced state) More...
 
- Protected Attributes inherited from oofem::IntegrationPointStatus
GaussPointgp
 Associated integration point. More...
 
- Protected Attributes inherited from oofem::FEMComponent
int number
 Component number. More...
 
Domaindomain
 Link to domain object, useful for communicating with other FEM components. More...
 
- Protected Attributes inherited from oofem::MaterialStatusMapperInterface
MaterialMappingAlgorithmmpMaterialMapper
 

Detailed Description

This class implements associated Material Status to FCMMaterial (fixed crack material).

Definition at line 68 of file fcm.h.

Constructor & Destructor Documentation

oofem::FCMMaterialStatus::~FCMMaterialStatus ( )
virtual

Definition at line 1778 of file fcm.C.

Member Function Documentation

virtual const char* oofem::FCMMaterialStatus::giveClassName ( ) const
inlinevirtual
Returns
Class name of the receiver.

Reimplemented from oofem::StructuralMaterialStatus.

Reimplemented in oofem::FRCFCMStatus, oofem::FRCFCMNLStatus, and oofem::ConcreteFCMStatus.

Definition at line 177 of file fcm.h.

References initTempStatus(), restoreContext(), saveContext(), and updateYourself().

int oofem::FCMMaterialStatus::giveCrackStatus ( int  icrack) const
inline

return equilibrated value of status associated with i-th crack direction

Definition at line 123 of file fcm.h.

References oofem::IntArray::at().

Referenced by oofem::FCMMaterial::giveIPValue(), and oofem::FCMMaterial::updateCrackStatus().

const IntArray& oofem::FCMMaterialStatus::giveCrackStatus ( )
inline

returns crack statuses

Definition at line 170 of file fcm.h.

References crackStatuses.

double oofem::FCMMaterialStatus::giveCrackStrain ( int  icrack) const
inline

returns i-th component of the crack strain vector (equilibrated)

Definition at line 130 of file fcm.h.

References oofem::FloatArray::at().

Referenced by oofem::FRCFCM::giveIPValue(), and oofem::FCMMaterial::giveIPValue().

const FloatArray& oofem::FCMMaterialStatus::giveCrackStrainVector ( ) const
inline

return equilibrated crack strain vector (max 6 components)

Definition at line 126 of file fcm.h.

References crackStrainVector.

Referenced by oofem::FCMMaterial::checkStrengthCriterion(), oofem::FCMMaterial::giveIPValue(), and oofem::FCMMaterial::giveRealStressVector().

const FloatMatrix& oofem::FCMMaterialStatus::giveG2LStrainVectorTransformationMtrx ( )
inline

sets transformation matrix for strain transformation from global to local coordinate system

Definition at line 151 of file fcm.h.

References transMatrix_G2Lstrain.

Referenced by oofem::FCMMaterial::giveMaterialStiffnessMatrix(), and oofem::FCMMaterial::giveRealStressVector().

const FloatMatrix& oofem::FCMMaterialStatus::giveG2LStressVectorTransformationMtrx ( )
inline

returns transformation matrix for stress transformation from global to local coordinate system

Definition at line 149 of file fcm.h.

References transMatrix_G2Lstress.

Referenced by oofem::FCMMaterial::checkStrengthCriterion(), and oofem::FRCFCMNL::giveRealStressVector().

const FloatMatrix& oofem::FCMMaterialStatus::giveL2GStrainVectorTransformationMtrx ( )
inline

sets transformation matrix for stress transformation from global to local coordinate system

Definition at line 155 of file fcm.h.

References transMatrix_L2Gstrain.

Referenced by oofem::FCMMaterial::giveIPValue().

const FloatMatrix& oofem::FCMMaterialStatus::giveL2GStressVectorTransformationMtrx ( )
inline

sets transformation matrix for stress transformation from local to global coordinate system

Definition at line 153 of file fcm.h.

References transMatrix_L2Gstress.

Referenced by oofem::FRCFCMNL::giveRealStressVector(), and oofem::FCMMaterial::giveRealStressVector().

const FloatArray& oofem::FCMMaterialStatus::giveMaxCrackStrainVector ( )
inline

returns vector with maximum cracking strains (max 3 components)

Definition at line 105 of file fcm.h.

References maxCrackStrains.

Referenced by oofem::FCMMaterial::updateCrackStatus().

int oofem::FCMMaterialStatus::giveNumberOfCracks ( ) const
virtual

returns number of cracks from the previous time step (equilibrated value)

Definition at line 1829 of file fcm.C.

References oofem::IntArray::at(), crackStatuses, oofem::IntArray::giveSize(), and pscm_NONE.

Referenced by oofem::FCMMaterial::giveIPValue(), oofem::FCMMaterial::giveRealStressVector(), and printOutputAt().

int oofem::FCMMaterialStatus::giveTempCrackStatus ( int  icrack) const
inline

returns temporary value of status associated with i-th crack direction

Definition at line 119 of file fcm.h.

References oofem::IntArray::at().

double oofem::FCMMaterialStatus::giveTempCrackStrain ( int  icrack) const
inline
const FloatArray& oofem::FCMMaterialStatus::giveTempCrackStrainVector ( )
inline

return temporary crack strain vector (max 6 components)

Definition at line 128 of file fcm.h.

References tempCrackStrainVector.

Referenced by oofem::FCMMaterial::updateCrackStatus().

double oofem::FCMMaterialStatus::giveTempMaxCrackStrain ( int  icrack)
inline

returns maximum crack strain for the i-th crack (temporary value)

Definition at line 112 of file fcm.h.

References oofem::FloatArray::at().

Referenced by oofem::FRCFCM::computeD2ModulusForCrack(), oofem::FRCFCM::estimateD2ModulusForCrack(), and oofem::FRCFCM::maxShearStress().

void oofem::FCMMaterialStatus::initTempStatus ( )
virtual
void oofem::FCMMaterialStatus::setCharLength ( int  icrack,
double  val 
)
inline

sets characteristic length for i-th crack

Definition at line 166 of file fcm.h.

References oofem::FloatArray::at().

Referenced by oofem::FCMMaterial::initializeCrack().

void oofem::FCMMaterialStatus::setCrackDirs ( FloatMatrix  a)
inline

sets matrix with crack directions (normal vectors)

Definition at line 172 of file fcm.h.

References giveMaxNumberOfCracks(), and oofem::IntegrationPointStatus::gp.

Referenced by oofem::FCMMaterial::giveRealStressVector(), and oofem::FCMMaterial::initializeCrack().

void oofem::FCMMaterialStatus::setCrackStrainVector ( FloatArray  a)
inline

sets equilibrated vector of cracking strains (max 6 components)

Definition at line 138 of file fcm.h.

Referenced by oofem::FCMMaterial::checkStrengthCriterion().

void oofem::FCMMaterialStatus::setG2LStrainVectorTransformationMtrx ( FloatMatrix  s)
inline

sets transformation matrix for strain transformation from global to local coordinate system

Definition at line 142 of file fcm.h.

Referenced by oofem::FCMMaterial::initializeCrack().

void oofem::FCMMaterialStatus::setG2LStressVectorTransformationMtrx ( FloatMatrix  t)
inline

sets transformation matrix for stress transformation from global to local coordinate system

Definition at line 140 of file fcm.h.

Referenced by oofem::FCMMaterial::initializeCrack().

void oofem::FCMMaterialStatus::setL2GStrainVectorTransformationMtrx ( FloatMatrix  s)
inline

sets transformation matrix for stress transformation from global to local coordinate system

Definition at line 146 of file fcm.h.

Referenced by oofem::FCMMaterial::initializeCrack().

void oofem::FCMMaterialStatus::setL2GStressVectorTransformationMtrx ( FloatMatrix  t)
inline

sets transformation matrix for stress transformation from local to global coordinate system

Definition at line 144 of file fcm.h.

Referenced by oofem::FCMMaterial::initializeCrack().

void oofem::FCMMaterialStatus::setMaxCrackStrain ( int  icrack,
double  val 
)
inline

sets value of the maximum crack strain for the i-th crack (equilibrated value)

Definition at line 109 of file fcm.h.

References oofem::FloatArray::at().

Referenced by oofem::FCMMaterial::checkStrengthCriterion().

void oofem::FCMMaterialStatus::setTempCrackStatus ( int  icrack,
int  val 
)
inline

sets temporary value of status for of the i-th crack

Definition at line 121 of file fcm.h.

References oofem::IntArray::at().

Referenced by oofem::FCMMaterial::giveRealStressVector(), oofem::FCMMaterial::initializeCrack(), and oofem::FCMMaterial::updateCrackStatus().

void oofem::FCMMaterialStatus::setTempCrackStrain ( int  icrack,
double  val 
)
inline

sets temporary value of i-th cracking strain (max 6 components)

Definition at line 136 of file fcm.h.

References oofem::FloatArray::at().

Referenced by oofem::FCMMaterial::giveRealStressVector().

void oofem::FCMMaterialStatus::setTempCrackStrainVector ( FloatArray  a)
inline

sets temporary vector of cracking strains (max 6 components)

Definition at line 134 of file fcm.h.

Referenced by oofem::FCMMaterial::checkStrengthCriterion(), and oofem::FCMMaterial::giveRealStressVector().

void oofem::FCMMaterialStatus::setTempMaxCrackStrain ( int  icrack,
double  val 
)
inline

sets value of the maximum crack strain for the i-th crack (temporary value)

Definition at line 114 of file fcm.h.

References oofem::FloatArray::at().

Referenced by oofem::FCMMaterial::checkStrengthCriterion(), and oofem::FCMMaterial::updateCrackStatus().

Member Data Documentation

FloatArray oofem::FCMMaterialStatus::charLengths
protected

Characteristic lengths computed from the crack orientation and element geometry.

Definition at line 80 of file fcm.h.

Referenced by FCMMaterialStatus(), restoreContext(), and saveContext().

FloatMatrix oofem::FCMMaterialStatus::crackDirs
protected

Storing direction of cracks (crack normals) in columwise format.

Definition at line 78 of file fcm.h.

Referenced by FCMMaterialStatus(), giveCrackDirs(), printOutputAt(), restoreContext(), and saveContext().

IntArray oofem::FCMMaterialStatus::crackStatuses
protected

crack statuses (none, just initialized, softenin, unlo-relo, closed)

Definition at line 72 of file fcm.h.

Referenced by FCMMaterialStatus(), giveCrackStatus(), giveNumberOfCracks(), initTempStatus(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().

FloatArray oofem::FCMMaterialStatus::crackStrainVector
protected

Components of crack strain vector (normal as well as shear).

Definition at line 76 of file fcm.h.

Referenced by FCMMaterialStatus(), giveCrackStrainVector(), initTempStatus(), restoreContext(), saveContext(), and updateYourself().

FloatArray oofem::FCMMaterialStatus::maxCrackStrains
protected

Max. crack strain reached in the entire previous history.

Definition at line 74 of file fcm.h.

Referenced by FCMMaterialStatus(), giveMaxCrackStrainVector(), initTempStatus(), restoreContext(), saveContext(), and updateYourself().

int oofem::FCMMaterialStatus::nMaxCracks
protected

number of maximum possible cracks (optional parameter)

Definition at line 92 of file fcm.h.

Referenced by FCMMaterialStatus(), oofem::FRCFCMNLStatus::FRCFCMNLStatus(), giveMaxNumberOfCracks(), and updateYourself().

IntArray oofem::FCMMaterialStatus::tempCrackStatuses
protected
FloatArray oofem::FCMMaterialStatus::tempCrackStrainVector
protected

Definition at line 76 of file fcm.h.

Referenced by FCMMaterialStatus(), giveTempCrackStrainVector(), initTempStatus(), and updateYourself().

FloatArray oofem::FCMMaterialStatus::tempMaxCrackStrains
protected

Definition at line 74 of file fcm.h.

Referenced by FCMMaterialStatus(), initTempStatus(), and updateYourself().

FloatMatrix oofem::FCMMaterialStatus::transMatrix_G2Lstrain
protected

transformation matrix converting strain from global to local coordinate system

Definition at line 85 of file fcm.h.

Referenced by FCMMaterialStatus(), giveG2LStrainVectorTransformationMtrx(), restoreContext(), and saveContext().

FloatMatrix oofem::FCMMaterialStatus::transMatrix_G2Lstress
protected

transformation matrix converting stress from global to local coordinate system

Definition at line 83 of file fcm.h.

Referenced by FCMMaterialStatus(), giveG2LStressVectorTransformationMtrx(), restoreContext(), and saveContext().

FloatMatrix oofem::FCMMaterialStatus::transMatrix_L2Gstrain
protected

transformation matrix converting strain from local to global coordinate system

Definition at line 89 of file fcm.h.

Referenced by FCMMaterialStatus(), giveL2GStrainVectorTransformationMtrx(), restoreContext(), and saveContext().

FloatMatrix oofem::FCMMaterialStatus::transMatrix_L2Gstress
protected

transformation matrix converting stress from local to global coordinate system

Definition at line 87 of file fcm.h.

Referenced by FCMMaterialStatus(), giveL2GStressVectorTransformationMtrx(), restoreContext(), and saveContext().


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