|
OOFEM 3.0
|
#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 | |
| namespace | oofem |
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().