|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <cstdio>#include <cstdlib>#include <algorithm>#include <memory>#include "activebc.h"#include "node.h"#include "boundaryload.h"Go to the source code of this file.
Classes | |
| class | oofem::PrescribedMean |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for PrescribedMean | |
| #define | _IFT_PrescribedMean_Name "prescribedmean" |
| #define | _IFT_PrescribedMean_DofID "dofid" |
| #define | _IFT_PrescribedMean_Mean "mean" |
| #define | _IFT_PrescribedMean_Edge "edge" |
| #define _IFT_PrescribedMean_DofID "dofid" |
Definition at line 52 of file prescribedmean.h.
Referenced by oofem::PrescribedMean::initializeFrom().
| #define _IFT_PrescribedMean_Edge "edge" |
Definition at line 54 of file prescribedmean.h.
Referenced by oofem::PrescribedMean::initializeFrom().
| #define _IFT_PrescribedMean_Mean "mean" |
Definition at line 53 of file prescribedmean.h.
Referenced by oofem::PrescribedMean::initializeFrom().
| #define _IFT_PrescribedMean_Name "prescribedmean" |
Definition at line 51 of file prescribedmean.h.
Referenced by oofem::PrescribedMean::giveInputRecordName().