|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Base class for all nonlocal structural material statuses. More...
#include <structuralnonlocalmaterialext.h>
Inheritance diagram for oofem::StructuralNonlocalMaterialStatusExtensionInterface:
Collaboration diagram for oofem::StructuralNonlocalMaterialStatusExtensionInterface:Public Member Functions | |
| StructuralNonlocalMaterialStatusExtensionInterface () | |
| ~StructuralNonlocalMaterialStatusExtensionInterface () | |
Public Member Functions inherited from oofem::NonlocalMaterialStatusExtensionInterface | |
| NonlocalMaterialStatusExtensionInterface () | |
| Constructor. More... | |
| virtual | ~NonlocalMaterialStatusExtensionInterface () |
| Destructor. More... | |
| std::vector< localIntegrationRecord > * | giveIntegrationDomainList () |
| Returns integration list of receiver. More... | |
| double | giveIntegrationScale () |
| Returns associated integration scale. More... | |
| void | setIntegrationScale (double val) |
| Sets associated integration scale. More... | |
| double | giveVolumeAround () |
| Returns associated volume. More... | |
| void | setVolumeAround (double val) |
| Sets associated integration scale. More... | |
| void | clear () |
| clears the integration list of receiver More... | |
Public Member Functions inherited from oofem::Interface | |
| Interface () | |
| Constructor. More... | |
| 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. More... | |
| double | integrationScale |
| Nonlocal volume around the corresponding integration point. More... | |
| double | volumeAround |
| Local volume around the corresponding integration point. More... | |
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.
|
inline |
Definition at line 49 of file structuralnonlocalmaterialext.h.