|
OOFEM 3.0
|
#include "femcmpnn.h"#include "dofiditem.h"#include "tipinfo.h"#include "intarray.h"#include "dofmanager.h"#include "xfem/enrichmentfronts/enrichmentfront.h"#include "xfem/enrichmentfunction.h"#include "error.h"#include <vector>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | oofem::EnrichmentItem |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for XFEM | |
| #define | _IFT_EnrichmentItem_domains "enrichmentdomains" |
| #define | _IFT_EnrichmentItem_domain "enrichmentdomain" |
| #define | _IFT_EnrichmentItem_function "enrichmentfunction" |
| #define | _IFT_EnrichmentItem_front "enrichmentfront" |
| #define | _IFT_EnrichmentItem_propagationlaw "propagationlaw" |
| #define | _IFT_EnrichmentItem_inheritbc "inheritbc" |
| #define | _IFT_EnrichmentItem_inheritorderedbc "inheritorderedbc" |
Enumerations | |
| enum | oofem::NodeEnrichmentType : int { oofem::NodeEnr_NONE = 0 , oofem::NodeEnr_BULK = 1 , oofem::NodeEnr_START_TIP = 2 , oofem::NodeEnr_END_TIP = 3 , oofem::NodeEnr_START_AND_END_TIP = 4 } |
| #define _IFT_EnrichmentItem_domain "enrichmentdomain" |
Definition at line 54 of file enrichmentitem.h.
| #define _IFT_EnrichmentItem_domains "enrichmentdomains" |
Definition at line 53 of file enrichmentitem.h.
| #define _IFT_EnrichmentItem_front "enrichmentfront" |
Definition at line 56 of file enrichmentitem.h.
Referenced by oofem::Delamination::appendInputRecords(), oofem::GeometryBasedEI::appendInputRecords(), and oofem::EnrichmentItem::initializeFrom().
| #define _IFT_EnrichmentItem_function "enrichmentfunction" |
Definition at line 55 of file enrichmentitem.h.
| #define _IFT_EnrichmentItem_inheritbc "inheritbc" |
Definition at line 59 of file enrichmentitem.h.
Referenced by oofem::GeometryBasedEI::appendInputRecords(), and oofem::EnrichmentItem::initializeFrom().
| #define _IFT_EnrichmentItem_inheritorderedbc "inheritorderedbc" |
Definition at line 60 of file enrichmentitem.h.
Referenced by oofem::GeometryBasedEI::appendInputRecords(), and oofem::EnrichmentItem::initializeFrom().
| #define _IFT_EnrichmentItem_propagationlaw "propagationlaw" |
Definition at line 57 of file enrichmentitem.h.
Referenced by oofem::Delamination::appendInputRecords(), oofem::GeometryBasedEI::appendInputRecords(), and oofem::EnrichmentItem::initializeFrom().