|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "prescribedgradienthomogenization.h"#include "activebc.h"#include "floatmatrix.h"#include "floatarray.h"#include <memory>#include <map>Go to the source code of this file.
Classes | |
| class | oofem::PrescribedGradientBCPeriodic |
| 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_PrescribedGradientBCPeriodic_Name "prescribedgradientperiodic" |
| #define | _IFT_PrescribedGradientBCPeriodic_masterSet "masterset" |
| #define | _IFT_PrescribedGradientBCPeriodic_jump "jump" |
| #define _IFT_PrescribedGradientBCPeriodic_jump "jump" |
Definition at line 49 of file prescribedgradientbcperiodic.h.
Referenced by oofem::PrescribedGradientBCPeriodic::giveInputRecord(), and oofem::PrescribedGradientBCPeriodic::initializeFrom().
| #define _IFT_PrescribedGradientBCPeriodic_masterSet "masterset" |
Definition at line 48 of file prescribedgradientbcperiodic.h.
Referenced by oofem::PrescribedGradientBCPeriodic::giveInputRecord(), and oofem::PrescribedGradientBCPeriodic::initializeFrom().
| #define _IFT_PrescribedGradientBCPeriodic_Name "prescribedgradientperiodic" |
Definition at line 47 of file prescribedgradientbcperiodic.h.
Referenced by oofem::PrescribedGradientBCPeriodic::giveInputRecordName().