OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::MatlabExportModule |
(Under development) The Matlab export module enables oofem to export the results to a textfile containing the description of the mesh used along with the pertinent results. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for MatlabExportModule | |
#define | _IFT_MatlabExportModule_Name "matlab" |
#define | _IFT_MatlabExportModule_mesh "mesh" |
#define | _IFT_MatlabExportModule_data "data" |
#define | _IFT_MatlabExportModule_DataNodeSet "datanodeset" |
#define | _IFT_MatlabExportModule_area "area" |
#define | _IFT_MatlabExportModule_specials "specials" |
#define | _IFT_MatlabExportModule_homogenizeInternalVars "homogenizeivars" |
#define | _IFT_MatlabExportModule_noScaledHomogenization "noscaling" |
#define | _IFT_MatlabExportModule_ReactionForces "reactionforces" |
#define | _IFT_MatlabExportModule_DofManList "dofmanlist" |
#define | _IFT_MatlabExportModule_ReactionForcesNodeSet "reactionforcesnodeset" |
#define | _IFT_MatlabExportModule_IntegrationPoints "integrationpoints" |
#define | _IFT_MatlabExportModule_internalVarsToExport "internalvars" |
#define | _IFT_MatlabExportModule_ElementList "elementlist" |
#define | _IFT_MatlabExportModule_IPFieldsElSet "ipelset" |
#define _IFT_MatlabExportModule_area "area" |
Definition at line 48 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_data "data" |
Definition at line 46 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_DataNodeSet "datanodeset" |
Definition at line 47 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_DofManList "dofmanlist" |
Definition at line 54 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_ElementList "elementlist" |
Definition at line 59 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_homogenizeInternalVars "homogenizeivars" |
Definition at line 50 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_IntegrationPoints "integrationpoints" |
Definition at line 57 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_internalVarsToExport "internalvars" |
Definition at line 58 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_IPFieldsElSet "ipelset" |
Definition at line 60 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_mesh "mesh" |
Definition at line 45 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_Name "matlab" |
Definition at line 44 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::giveInputRecordName().
#define _IFT_MatlabExportModule_noScaledHomogenization "noscaling" |
Definition at line 51 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_ReactionForces "reactionforces" |
Definition at line 53 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_ReactionForcesNodeSet "reactionforcesnodeset" |
Definition at line 55 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().
#define _IFT_MatlabExportModule_specials "specials" |
Definition at line 49 of file matlabexportmodule.h.
Referenced by oofem::MatlabExportModule::initializeFrom().