OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "mathfem.h"
#include <cstdio>
#include <string>
#include <cstring>
#include <tinyxml2.h>
#include "domain.h"
#include "../isoheatmat.h"
Go to the source code of this file.
Classes | |
struct | oofem::FCOMPLEX |
class | oofem::CemhydMat |
class | oofem::CemhydMatStatus |
struct | oofem::CemhydMatStatus::cluster |
struct | oofem::CemhydMatStatus::ants |
struct | oofem::CemhydMatStatus::togo |
struct | oofem::CemhydMatStatus::percolatedpath |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | TINYXML |
Input fields for CemhydMat | |
#define | _IFT_CemhydMat_Name "cemhydmat" |
#define | _IFT_CemhydMat_conductivitytype "conductivitytype" |
#define | _IFT_CemhydMat_capacitytype "capacitytype" |
#define | _IFT_CemhydMat_densitytype "densitytype" |
#define | _IFT_CemhydMat_eachgp "eachgp" |
#define | _IFT_CemhydMat_nowarnings "nowarnings" |
#define | _IFT_CemhydMat_scaling "scaling" |
#define | _IFT_CemhydMat_reinforcementDegree "reinforcementdegree" |
#define | _IFT_CemhydMat_inputFileName "file" |
Typedefs | |
typedef struct oofem::FCOMPLEX | oofem::fcomplex_cem |
#define _IFT_CemhydMat_capacitytype "capacitytype" |
Definition at line 61 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define _IFT_CemhydMat_conductivitytype "conductivitytype" |
Definition at line 60 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define _IFT_CemhydMat_densitytype "densitytype" |
Definition at line 62 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define _IFT_CemhydMat_eachgp "eachgp" |
Definition at line 63 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define _IFT_CemhydMat_inputFileName "file" |
Definition at line 67 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define _IFT_CemhydMat_Name "cemhydmat" |
Definition at line 59 of file cemhydmat.h.
Referenced by oofem::CemhydMat::giveInputRecordName().
#define _IFT_CemhydMat_nowarnings "nowarnings" |
Definition at line 64 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define _IFT_CemhydMat_reinforcementDegree "reinforcementdegree" |
Definition at line 66 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define _IFT_CemhydMat_scaling "scaling" |
Definition at line 65 of file cemhydmat.h.
Referenced by oofem::CemhydMat::initializeFrom().
#define TINYXML |
Definition at line 50 of file cemhydmat.h.