OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"
#include "domaintype.h"
#include "statecountertype.h"
#include "intarray.h"
#include "error.h"
#include "bctracker.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 |
Class and object Domain. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for domains | |
#define | _IFT_Domain_type "domain" |
This is trouble, will not work with dynamic input record. More... | |
#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_ncontactman "ncontactman" |
#define | _IFT_Domain_numberOfSpatialDimensions "nsd" |
[in,optional] Specifies how many spatial dimensions the domain has. More... | |
#define | _IFT_Domain_nfracman "nfracman" |
#define | _IFT_Domain_axisymmetric "axisymm" |
#define _IFT_Domain_axisymmetric "axisymm" |
Definition at line 71 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_nbarrier "nbarrier" |
Definition at line 65 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
#define _IFT_Domain_nbc "nbc" |
Definition at line 61 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_ncontactman "ncontactman" |
Definition at line 68 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
#define _IFT_Domain_ncrosssect "ncrosssect" |
Definition at line 60 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_ndofman "ndofman" |
Definition at line 57 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_nelem "nelem" |
Definition at line 58 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_nfracman "nfracman" |
Definition at line 70 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
#define _IFT_Domain_nfunct "nltf" |
Definition at line 63 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_nic "nic" |
Definition at line 62 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
#define _IFT_Domain_nmat "nmat" |
Definition at line 59 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_nset "nset" |
Definition at line 64 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 69 of file domain.h.
Referenced by oofem::Domain::instanciateYourself(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_Domain_nxfemman "nxfemman" |
Definition at line 67 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().
#define _IFT_Domain_topology "topology" |
Definition at line 66 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 56 of file domain.h.
Referenced by oofem::Domain::instanciateYourself().