|
OOFEM 3.0
|
#include <structuralnonlocalmaterialext.h>
Public Member Functions | |
| StructuralNonlocalMaterialStatusExtensionInterface () | |
| ~StructuralNonlocalMaterialStatusExtensionInterface () | |
| Public Member Functions inherited from oofem::NonlocalMaterialStatusExtensionInterface | |
| NonlocalMaterialStatusExtensionInterface () | |
| virtual | ~NonlocalMaterialStatusExtensionInterface () |
| Destructor. | |
| std ::vector< localIntegrationRecord > * | giveIntegrationDomainList () |
| double | giveIntegrationScale () |
| Returns associated integration scale. | |
| void | setIntegrationScale (double val) |
| Sets associated integration scale. | |
| double | giveVolumeAround () |
| Returns associated volume. | |
| void | setVolumeAround (double val) |
| Sets associated integration scale. | |
| void | clear () |
| clears the integration list of receiver | |
| Public Member Functions inherited from oofem::Interface | |
| Interface () | |
| Constructor. | |
| virtual | ~Interface () |
| virtual const char * | giveClassName () const =0 |
Additional Inherited Members | |
| Protected Attributes inherited from oofem::NonlocalMaterialStatusExtensionInterface | |
| std ::vector< localIntegrationRecord > | integrationDomainList |
| List containing localIntegrationRecord values. | |
| double | integrationScale |
| Nonlocal volume around the corresponding integration point. | |
| double | volumeAround |
| Local volume around the corresponding integration point. | |
Base class for all nonlocal structural material statuses.
Definition at line 45 of file structuralnonlocalmaterialext.h.
|
inline |
Definition at line 48 of file structuralnonlocalmaterialext.h.
References oofem::NonlocalMaterialStatusExtensionInterface::NonlocalMaterialStatusExtensionInterface().
Referenced by oofem::FRCFCMNLStatus::FRCFCMNLStatus(), oofem::FRCFCMNLStatus::giveInterface(), oofem::IDNLMaterialStatus::giveInterface(), oofem::MazarsNLMaterialStatus::giveInterface(), oofem::MisesMatNlStatus::giveInterface(), oofem::RankineMatNlStatus::giveInterface(), oofem::IDNLMaterialStatus::IDNLMaterialStatus(), oofem::MazarsNLMaterialStatus::MazarsNLMaterialStatus(), oofem::MDMStatus::MDMStatus(), oofem::MisesMatNlStatus::MisesMatNlStatus(), oofem::RankineMatNlStatus::RankineMatNlStatus(), oofem::RCSDNLMaterialStatus::RCSDNLMaterialStatus(), oofem::TrabBoneNL3DStatus::TrabBoneNL3DStatus(), oofem::TrabBoneNLEmbedStatus::TrabBoneNLEmbedStatus(), and oofem::TrabBoneNLStatus::TrabBoneNLStatus().
|
inline |
Definition at line 49 of file structuralnonlocalmaterialext.h.