|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "mixedgradientpressurebc.h"#include "boundarycondition.h"#include "dof.h"#include "bctype.h"#include "valuemodetype.h"#include "floatarray.h"#include "floatmatrix.h"#include <memory>Go to the source code of this file.
Classes | |
| class | oofem::MixedGradientPressureWeakPeriodic |
| Applies a mean deviatoric shear rate and pressure (Neumann boundary condition) in a weakly periodic way. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | _IFT_MixedGradientPressureWeakPeriodic_Name "mixedgradientpressureweakperiodic" |
| #define | _IFT_MixedGradientPressureWeakPeriodic_order "order" |
| Order of global polynomial in the unknown tractions. Should be at least 1. More... | |
| #define _IFT_MixedGradientPressureWeakPeriodic_Name "mixedgradientpressureweakperiodic" |
Definition at line 48 of file mixedgradientpressureweakperiodic.h.
Referenced by oofem::MixedGradientPressureWeakPeriodic::giveInputRecordName().
| #define _IFT_MixedGradientPressureWeakPeriodic_order "order" |
Order of global polynomial in the unknown tractions. Should be at least 1.
Definition at line 49 of file mixedgradientpressureweakperiodic.h.
Referenced by oofem::MixedGradientPressureWeakPeriodic::initializeFrom().