|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "activebc.h"#include "floatmatrix.h"#include "floatarray.h"#include <memory>#include <map>Go to the source code of this file.
Classes | |
| class | oofem::TransportGradientPeriodic |
| Prescribes an average displacement gradient based on microperiodicity. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | _IFT_TransportGradientPeriodic_Name "tmgradperiodic" |
| #define | _IFT_TransportGradientPeriodic_centerCoords "centercoords" |
| #define | _IFT_TransportGradientPeriodic_gradient "gradient" |
| #define | _IFT_TransportGradientPeriodic_masterSet "masterset" |
| #define | _IFT_TransportGradientPeriodic_jump "jump" |
| #define _IFT_TransportGradientPeriodic_centerCoords "centercoords" |
Definition at line 48 of file transportgradientperiodic.h.
Referenced by oofem::TransportGradientPeriodic::giveInputRecord(), and oofem::TransportGradientPeriodic::initializeFrom().
| #define _IFT_TransportGradientPeriodic_gradient "gradient" |
Definition at line 49 of file transportgradientperiodic.h.
Referenced by oofem::TransportGradientPeriodic::giveInputRecord(), and oofem::TransportGradientPeriodic::initializeFrom().
| #define _IFT_TransportGradientPeriodic_jump "jump" |
Definition at line 51 of file transportgradientperiodic.h.
Referenced by oofem::TransportGradientPeriodic::giveInputRecord(), and oofem::TransportGradientPeriodic::initializeFrom().
| #define _IFT_TransportGradientPeriodic_masterSet "masterset" |
Definition at line 50 of file transportgradientperiodic.h.
Referenced by oofem::TransportGradientPeriodic::giveInputRecord(), and oofem::TransportGradientPeriodic::initializeFrom().
| #define _IFT_TransportGradientPeriodic_Name "tmgradperiodic" |
Definition at line 47 of file transportgradientperiodic.h.
Referenced by oofem::TransportGradientPeriodic::giveInputRecordName().