OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::NonlocalMaterialWTP |
Class implements Work Transfer Plugin that introduces extension to efficiently handle nonlocal dependency of nonlocal materials via remote elements. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | NonlocalMaterialWTP_END_DATA -1 |
End-of-data marker, used to identify end of data stream received. More... | |
#define | MIGRATE_NONLOCALDEP_TAG 4008 |
#define | MIGRATE_REMOTE_ELEMENTS_TAG 4009 |
#define MIGRATE_NONLOCALDEP_TAG 4008 |
Definition at line 52 of file nonlocalmatwtp.h.
Referenced by oofem::NonlocalMaterialWTP::init().
#define MIGRATE_REMOTE_ELEMENTS_TAG 4009 |
Definition at line 53 of file nonlocalmatwtp.h.
Referenced by oofem::NonlocalMaterialWTP::migrate().
#define NonlocalMaterialWTP_END_DATA -1 |
End-of-data marker, used to identify end of data stream received.
The value should not conflict with any classType value and any possible globnum id.
Definition at line 50 of file nonlocalmatwtp.h.
Referenced by oofem::NonlocalMaterialWTP::packMigratingElementDependencies(), and oofem::NonlocalMaterialWTP::unpackMigratingElementDependencies().