OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Structure containing reference to integration point and its corresponding nonlocal integration weight. More...
#include <nonlocalmaterialext.h>
Public Attributes | |
GaussPoint * | nearGp |
Reference to influencing integration point. More... | |
double | weight |
Corresponding integration weight. More... | |
Structure containing reference to integration point and its corresponding nonlocal integration weight.
Used by nonlocal constitutive models based on integral averaging procedure, where in each integration point the corresponding list of influencing integration points is kept, together with their weights. This structure encapsulates the reference to influencing integration point and its corresponding weight.
Definition at line 76 of file nonlocalmaterialext.h.
GaussPoint* oofem::localIntegrationRecord::nearGp |
Reference to influencing integration point.
Definition at line 78 of file nonlocalmaterialext.h.
Referenced by oofem::NonlocalMaterialExtensionInterface::buildNonlocalPointTable(), and oofem::NonlocalMaterialExtensionInterface::rebuildNonlocalPointTable().
double oofem::localIntegrationRecord::weight |
Corresponding integration weight.
Definition at line 80 of file nonlocalmaterialext.h.
Referenced by oofem::NonlocalMaterialExtensionInterface::buildNonlocalPointTable(), oofem::NonlocalMaterialExtensionInterface::giveDomain(), and oofem::NonlocalMaterialExtensionInterface::rebuildNonlocalPointTable().