|
OOFEM 3.0
|
#include "oofemenv.h"#include "domaintype.h"#include "statecountertype.h"#include "parametermanager.h"#include "intarray.h"#include "error.h"#include "bctracker.h"#include "inputrecord.h"#include "entityrenumberingscheme.h"#include <memory>#include <unordered_map>#include <map>#include <string>#include <list>Go to the source code of this file.
Classes | |
| class | oofem::Domain |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for domains | |
| #define | _IFT_Domain_type "domain" |
| This is trouble, will not work with dynamic input record. | |
| #define | _IFT_Domain_ndofman "ndofman" |
| #define | _IFT_Domain_nelem "nelem" |
| #define | _IFT_Domain_nmat "nmat" |
| #define | _IFT_Domain_ncrosssect "ncrosssect" |
| #define | _IFT_Domain_nbc "nbc" |
| #define | _IFT_Domain_nic "nic" |
| #define | _IFT_Domain_nfunct "nltf" |
| #define | _IFT_Domain_nset "nset" |
| #define | _IFT_Domain_nbarrier "nbarrier" |
| #define | _IFT_Domain_topology "topology" |
| #define | _IFT_Domain_nxfemman "nxfemman" |
| #define | _IFT_Domain_ncontactsurf "ncontactsurf" |
| #define | _IFT_Domain_numberOfSpatialDimensions "nsd" |
| [in,optional] Specifies how many spatial dimensions the domain has. | |
| #define | _IFT_Domain_nfracman "nfracman" |
| #define | _IFT_Domain_axisymmetric "axisymm" |
| #define _IFT_Domain_axisymmetric "axisymm" |
Definition at line 74 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_nbarrier "nbarrier" |
Definition at line 68 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
| #define _IFT_Domain_nbc "nbc" |
Definition at line 64 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_ncontactsurf "ncontactsurf" |
Definition at line 71 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
| #define _IFT_Domain_ncrosssect "ncrosssect" |
Definition at line 63 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_ndofman "ndofman" |
Definition at line 60 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_nelem "nelem" |
Definition at line 61 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_nfracman "nfracman" |
Definition at line 73 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
| #define _IFT_Domain_nfunct "nltf" |
Definition at line 66 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_nic "nic" |
Definition at line 65 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
| #define _IFT_Domain_nmat "nmat" |
Definition at line 62 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_nset "nset" |
Definition at line 67 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
| #define _IFT_Domain_numberOfSpatialDimensions "nsd" |
[in,optional] Specifies how many spatial dimensions the domain has.
Definition at line 72 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_Domain_nxfemman "nxfemman" |
Definition at line 70 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
| #define _IFT_Domain_topology "topology" |
Definition at line 69 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
| #define _IFT_Domain_type "domain" |
This is trouble, will not work with dynamic input record.
Definition at line 59 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().