|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "exportmodule.h"#include "intarray.h"#include "nodalrecoverymodel.h"#include "interface.h"#include "internalstatevaluetype.h"#include "integrationrule.h"#include "xfem/xfemmanager.h"#include <string>#include <list>Go to the source code of this file.
Classes | |
| class | oofem::VTKPiece |
| class | oofem::VTKXMLExportModule |
| Represents VTK (Visualization Toolkit) export module. More... | |
| class | oofem::VTKXMLExportModuleElementInterface |
| Elements with geometry defined as EGT_Composite are exported using individual pieces. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for VTK XML export module | |
| #define | _IFT_VTKXMLExportModule_Name "vtkxml" |
| #define | _IFT_VTKXMLExportModule_cellvars "cellvars" |
| #define | _IFT_VTKXMLExportModule_vars "vars" |
| #define | _IFT_VTKXMLExportModule_primvars "primvars" |
| #define | _IFT_VTKXMLExportModule_externalForces "externalforces" |
| #define | _IFT_VTKXMLExportModule_ipvars "ipvars" |
| #define | _IFT_VTKXMLExportModule_stype "stype" |
| #define | _IFT_VTKXMLExportModule_particleexportflag "particleexportflag" |
| #define _IFT_VTKXMLExportModule_cellvars "cellvars" |
Definition at line 58 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::initializeFrom().
| #define _IFT_VTKXMLExportModule_externalForces "externalforces" |
Definition at line 61 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::initializeFrom().
| #define _IFT_VTKXMLExportModule_ipvars "ipvars" |
Definition at line 62 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::initializeFrom().
| #define _IFT_VTKXMLExportModule_Name "vtkxml" |
Definition at line 57 of file vtkxmlexportmodule.h.
| #define _IFT_VTKXMLExportModule_particleexportflag "particleexportflag" |
Definition at line 64 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::initializeFrom().
| #define _IFT_VTKXMLExportModule_primvars "primvars" |
Definition at line 60 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::initializeFrom().
| #define _IFT_VTKXMLExportModule_stype "stype" |
Definition at line 63 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::initializeFrom().
| #define _IFT_VTKXMLExportModule_vars "vars" |
Definition at line 59 of file vtkxmlexportmodule.h.
Referenced by oofem::VTKXMLExportModule::initializeFrom().