OpenCMISS-Iron C Bindings API Documentation
Typedefs | Functions | Variables
opencmiss_iron.h File Reference
#include "iron_c_export.h"

Go to the source code of this file.

Typedefs

typedef unsigned int cmfe_Bool
 
typedef int cmfe_Error
 
typedef struct cmfe_BasisType_ * cmfe_BasisType
 
typedef struct cmfe_BoundaryConditionsType_ * cmfe_BoundaryConditionsType
 
typedef struct cmfe_CellMLType_ * cmfe_CellMLType
 
typedef struct cmfe_CellMLEquationsType_ * cmfe_CellMLEquationsType
 
typedef struct cmfe_ControlLoopType_ * cmfe_ControlLoopType
 
typedef struct cmfe_CoordinateSystemType_ * cmfe_CoordinateSystemType
 
typedef struct cmfe_DataPointsType_ * cmfe_DataPointsType
 
typedef struct cmfe_DataProjectionType_ * cmfe_DataProjectionType
 
typedef struct cmfe_DecompositionType_ * cmfe_DecompositionType
 
typedef struct cmfe_EquationsType_ * cmfe_EquationsType
 
typedef struct cmfe_EquationsSetType_ * cmfe_EquationsSetType
 
typedef struct cmfe_FieldType_ * cmfe_FieldType
 
typedef struct cmfe_FieldsType_ * cmfe_FieldsType
 
typedef struct cmfe_GeneratedMeshType_ * cmfe_GeneratedMeshType
 
typedef struct cmfe_HistoryType_ * cmfe_HistoryType
 
typedef struct cmfe_InterfaceType_ * cmfe_InterfaceType
 
typedef struct cmfe_InterfaceConditionType_ * cmfe_InterfaceConditionType
 
typedef struct cmfe_InterfaceEquationsType_ * cmfe_InterfaceEquationsType
 
typedef struct cmfe_InterfaceMeshConnectivityType_ * cmfe_InterfaceMeshConnectivityType
 
typedef struct cmfe_InterfacePointsConnectivityType_ * cmfe_InterfacePointsConnectivityType
 
typedef struct cmfe_DistributedMatrixType_ * cmfe_DistributedMatrixType
 
typedef struct cmfe_DistributedVectorType_ * cmfe_DistributedVectorType
 
typedef struct cmfe_MeshType_ * cmfe_MeshType
 
typedef struct cmfe_MeshElementsType_ * cmfe_MeshElementsType
 
typedef struct cmfe_MeshEmbeddingType_ * cmfe_MeshEmbeddingType
 
typedef struct cmfe_MeshNodesType_ * cmfe_MeshNodesType
 
typedef struct cmfe_NodesType_ * cmfe_NodesType
 
typedef struct cmfe_ProblemType_ * cmfe_ProblemType
 
typedef struct cmfe_QuadratureType_ * cmfe_QuadratureType
 
typedef struct cmfe_RegionType_ * cmfe_RegionType
 
typedef struct cmfe_SolverType_ * cmfe_SolverType
 
typedef struct cmfe_SolverEquationsType_ * cmfe_SolverEquationsType
 
typedef struct cmfe_ComputationalWorkGroupType_ * cmfe_ComputationalWorkGroupType
 
typedef struct cmfe_FieldMLIOType_ * cmfe_FieldMLIOType
 

Functions

IRON_C_EXPORT cmfe_Error cmfe_Finalise ()
 
IRON_C_EXPORT cmfe_Error cmfe_InitialiseNum (int *worldCoordinateSystemUserNumber, int *worldRegionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Initialise (cmfe_CoordinateSystemType worldCoordinateSystem, cmfe_RegionType worldRegion)
 
IRON_C_EXPORT cmfe_Error cmfe_WorkingRealPrecisionGet (int *workingRealPrecision)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_Finalise (cmfe_BasisType *cmfe_Basis)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_Initialise (cmfe_BasisType *cmfe_Basis)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_Finalise (cmfe_BoundaryConditionsType *cmfe_BoundaryConditions)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_Initialise (cmfe_BoundaryConditionsType *cmfe_BoundaryConditions)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_Finalise (cmfe_CellMLType *cmfe_CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_Initialise (cmfe_CellMLType *cmfe_CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_Finalise (cmfe_CellMLEquationsType *cmfe_CellMLEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_Initialise (cmfe_CellMLEquationsType *cmfe_CellMLEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_Initialise (cmfe_ComputationalWorkGroupType *cmfe_ComputationalWorkGroup)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_Finalise (cmfe_ControlLoopType *cmfe_ControlLoop)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_Initialise (cmfe_ControlLoopType *cmfe_ControlLoop)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_Finalise (cmfe_CoordinateSystemType *cmfe_CoordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_Initialise (cmfe_CoordinateSystemType *cmfe_CoordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_Finalise (cmfe_DataPointsType *cmfe_DataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_Initialise (cmfe_DataPointsType *cmfe_DataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_Finalise (cmfe_DataProjectionType *cmfe_DataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_Initialise (cmfe_DataProjectionType *cmfe_DataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_Finalise (cmfe_DecompositionType *cmfe_Decomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_Initialise (cmfe_DecompositionType *cmfe_Decomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_Finalise (cmfe_EquationsType *cmfe_Equations)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_Initialise (cmfe_EquationsType *cmfe_Equations)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_Finalise (cmfe_EquationsSetType *cmfe_EquationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_Initialise (cmfe_EquationsSetType *cmfe_EquationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_Finalise (cmfe_FieldType *cmfe_Field)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_Initialise (cmfe_FieldType *cmfe_Field)
 
IRON_C_EXPORT cmfe_Error cmfe_Fields_CreateInterface (const cmfe_InterfaceType interface, cmfe_FieldsType fields)
 
IRON_C_EXPORT cmfe_Error cmfe_Fields_CreateRegion (const cmfe_RegionType region, cmfe_FieldsType fields)
 
IRON_C_EXPORT cmfe_Error cmfe_Fields_Finalise (cmfe_FieldsType *cmfe_Fields)
 
IRON_C_EXPORT cmfe_Error cmfe_Fields_Initialise (cmfe_FieldsType *cmfe_Fields)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_Finalise (cmfe_GeneratedMeshType *cmfe_GeneratedMesh)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_Initialise (cmfe_GeneratedMeshType *cmfe_GeneratedMesh)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_Finalise (cmfe_InterfaceType *cmfe_Interface)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_Initialise (cmfe_InterfaceType *cmfe_Interface)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_Finalise (cmfe_InterfaceConditionType *cmfe_InterfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_Initialise (cmfe_InterfaceConditionType *cmfe_InterfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_Finalise (cmfe_InterfaceEquationsType *cmfe_InterfaceEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_Initialise (cmfe_InterfaceEquationsType *cmfe_InterfaceEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_Finalise (cmfe_InterfacePointsConnectivityType *cmfe_InterfacePointsConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_Initialise (cmfe_InterfacePointsConnectivityType *cmfe_InterfacePointsConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_Finalise (cmfe_InterfaceMeshConnectivityType *cmfe_InterfaceMeshConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_Initialise (cmfe_InterfaceMeshConnectivityType *cmfe_InterfaceMeshConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_History_Finalise (cmfe_HistoryType *cmfe_History)
 
IRON_C_EXPORT cmfe_Error cmfe_History_Initialise (cmfe_HistoryType *cmfe_History)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_Initialise (cmfe_DistributedMatrixType *cmfe_DistributedMatrix)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_Initialise (cmfe_DistributedVectorType *cmfe_DistributedVector)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_Finalise (cmfe_MeshType *cmfe_Mesh)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_Initialise (cmfe_MeshType *cmfe_Mesh)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_Finalise (cmfe_MeshElementsType *cmfe_MeshElements)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_Initialise (cmfe_MeshElementsType *cmfe_MeshElements)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_Finalise (cmfe_MeshNodesType *cmfe_MeshNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_Initialise (cmfe_MeshNodesType *cmfe_MeshNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_Finalise (cmfe_NodesType *cmfe_Nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_Initialise (cmfe_NodesType *cmfe_Nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_Finalise (cmfe_ProblemType *cmfe_Problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_Initialise (cmfe_ProblemType *cmfe_Problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Quadrature_Finalise (cmfe_QuadratureType *cmfe_Quadrature)
 
IRON_C_EXPORT cmfe_Error cmfe_Quadrature_Initialise (cmfe_QuadratureType *cmfe_Quadrature)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_Finalise (cmfe_RegionType *cmfe_Region)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_Initialise (cmfe_RegionType *cmfe_Region)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_Finalise (cmfe_SolverType *cmfe_Solver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_Initialise (cmfe_SolverType *cmfe_Solver)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_Finalise (cmfe_SolverEquationsType *cmfe_SolverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_Initialise (cmfe_SolverEquationsType *cmfe_SolverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_OutputNum (const int regionUserNumber, const int fieldUserNumber, const int fileNameSize, const char *fileName)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_Output (const cmfe_FieldType field, const int fileNameSize, const char *fileName)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetNodeNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetNode (const cmfe_FieldType field, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetNodeNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetNode (const cmfe_FieldType field, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetNodeNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetNode (const cmfe_FieldType field, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetElementNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int elementNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetElement (const cmfe_FieldType field, const int variableType, const int elementNumber, const int componentNumber, double *VALUE)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetElementNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int elementNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetElement (const cmfe_FieldType field, const int variableType, const int elementNumber, const int componentNumber, double *VALUE)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetElementNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int elementNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetElement (const cmfe_FieldType field, const int variableType, const int elementNumber, const int componentNumber, double *VALUE)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetConstantNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetConstant (const cmfe_FieldType field, const int variableType, const int componentNumber, double *VALUE)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetConstantNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetConstant (const cmfe_FieldType field, const int variableType, const int componentNumber, double *VALUE)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetConstantNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetConstant (const cmfe_FieldType field, const int variableType, const int componentNumber, double *VALUE)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetNodeNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int errorType, double localValue[8], double localGhostValue[8], double globalValue[8])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetNode (const cmfe_FieldType field, const int variableType, const int componentNumber, const int errorType, double localValue[8], double localGhostValue[8], double globalValue[8])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetElementNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int errorType, double *localValue, double *localGhostValue, double *globalValue)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetElement (const cmfe_FieldType field, const int variableType, const int componentNumber, const int errorType, double *localValue, double *localGhostValue, double *globalValue)
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNumericalValueGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNumericalValueGet (const cmfe_FieldType field, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAnalyticValueGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAnalyticValueGet (const cmfe_FieldType field, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralPercentageErrorGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralPercentageErrorGet (const cmfe_FieldType field, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAbsoluteErrorGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAbsoluteErrorGet (const cmfe_FieldType field, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralRelativeErrorGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralRelativeErrorGet (const cmfe_FieldType field, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDNumericalValueGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDNumericalValueGet (const cmfe_FieldType field, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDErrorGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDErrorGet (const cmfe_FieldType field, const int variableType, const int componentNumber, double integralValue[2], double ghostIntegralValue[2])
 
IRON_C_EXPORT cmfe_Error cmfe_DiagnosticsSetOff ()
 
IRON_C_EXPORT cmfe_Error cmfe_DiagnosticsSetOn (const int diagType, const int levelListSize, const int *levelList, const int diagFilenameSize, const char *diagFilename, const int routineListNumStrings, const int routineListStringLength, const char *routineList)
 
IRON_C_EXPORT cmfe_Error cmfe_OutputSetOff ()
 
IRON_C_EXPORT cmfe_Error cmfe_OutputSetOn (const int echoFilenameSize, const char *echoFilename)
 
IRON_C_EXPORT cmfe_Error cmfe_TimingSetOff ()
 
IRON_C_EXPORT cmfe_Error cmfe_TimingSetOn (const int timingType, const cmfe_Bool timingSummaryFlag, const int timingFilenameSize, const char *timingFilename, const int routineListNumStrings, const int routineListStringLength, const char *routineList)
 
IRON_C_EXPORT cmfe_Error cmfe_TimingSummaryOutput ()
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiGetNum (const int userNumber, const int collapsedXiSize, int *collapsedXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiGet (const cmfe_BasisType basis, const int collapsedXiSize, int *collapsedXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiSetNum (const int userNumber, const int collapsedXiSize, const int *collapsedXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiSet (cmfe_BasisType basis, const int collapsedXiSize, const int *collapsedXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateFinishNum (const int userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateFinish (cmfe_BasisType basis)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateStartNum (const int userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateStart (const int userNumber, cmfe_BasisType basis)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_DestroyNum (const int userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_Destroy (cmfe_BasisType basis)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiGetNum (const int userNumber, const int interpolationXiSize, int *interpolationXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiGet (const cmfe_BasisType basis, const int interpolationXiSize, int *interpolationXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiSetNum (const int userNumber, const int interpolationXiSize, const int *interpolationXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiSet (const cmfe_BasisType basis, const int interpolationXiSize, const int *interpolationXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfLocalNodesGetNum (const int userNumber, int *numberOfLocalNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfLocalNodesGet (const cmfe_BasisType basis, int *numberOfLocalNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiGetNum (const int userNumber, int *numberOfXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiGet (const cmfe_BasisType basis, int *numberOfXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiSetNum (const int userNumber, const int numberOfXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiSet (cmfe_BasisType basis, const int numberOfXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiGetNum (const int userNumber, const int numberOfGaussXiSize, int *numberOfGaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiGet (const cmfe_BasisType basis, const int numberOfGaussXiSize, int *numberOfGaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiSetNum (const int userNumber, const int numberOfGaussXiSize, const int *numberOfGaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiSet (cmfe_BasisType basis, const int numberOfGaussXiSize, const int *numberOfGaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureSingleGaussXiGetNum (const int userNumber, const int quadratureScheme, const int GaussPoint, const int GaussXiSize, double *GaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureSingleGaussXiGet (const cmfe_BasisType basis, const int quadratureScheme, const int GaussPoint, const int GaussXiSize, double *GaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureMultipleGaussXiGetNum (const int userNumber, const int quadratureScheme, const int GaussPointsSize, const int *GaussPoints, const int GaussXiSize1, const int GaussXiSize2, double *GaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureMultipleGaussXiGet (const cmfe_BasisType basis, const int quadratureScheme, const int GaussPointsSize, const int *GaussPoints, const int GaussXiSize1, const int GaussXiSize2, double *GaussXi)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderGetNum (const int userNumber, int *quadratureOrder)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderGet (const cmfe_BasisType basis, int *quadratureOrder)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderSetNum (const int userNumber, const int quadratureOrder)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderSet (cmfe_BasisType basis, const int quadratureOrder)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeGetNum (const int userNumber, int *quadratureType)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeGet (const cmfe_BasisType basis, int *quadratureType)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeSetNum (const int userNumber, const int quadratureType)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeSet (cmfe_BasisType basis, const int quadratureType)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureLocalFaceGaussEvaluateSetNum (const int userNumber, const cmfe_Bool faceGaussEvaluate)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureLocalFaceGaussEvaluateSet (cmfe_BasisType basis, const cmfe_Bool faceGaussEvaluate)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeGetNum (const int userNumber, int *basisType)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeGet (const cmfe_BasisType basis, int *basisType)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeSetNum (const int userNumber, const int basisType)
 
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeSet (cmfe_BasisType basis, const int basisType)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_DestroyNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_Destroy (cmfe_BoundaryConditionsType boundaryConditions)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddConstantNum (const int regionUserNumber, const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int fieldUserNumber, const int variableType, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddConstant (const cmfe_BoundaryConditionsType boundaryConditions, const cmfe_FieldType field, const int variableType, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetConstantNum (const int regionUserNumber, const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int variableType, const int fieldUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetConstant (const cmfe_BoundaryConditionsType boundaryConditions, const cmfe_FieldType field, const int variableType, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddElementNum (const int regionUserNumber, const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int fieldUserNumber, const int variableType, const int elementUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddElement (const cmfe_BoundaryConditionsType boundaryConditions, const cmfe_FieldType field, const int variableType, const int elementUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetElementNum (const int regionUserNumber, const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int fieldUserNumber, const int variableType, const int elementUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetElement (const cmfe_BoundaryConditionsType boundaryConditions, const cmfe_FieldType field, const int variableType, const int elementUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddNodeNum (const int regionUserNumber, const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int fieldUserNumber, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddNode (const cmfe_BoundaryConditionsType boundaryConditions, const cmfe_FieldType field, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetNodeNum (const int regionUserNumber, const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int fieldUserNumber, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetNode (const cmfe_BoundaryConditionsType boundaryConditions, const cmfe_FieldType field, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, const int condition, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_NeumannSparsityTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_NeumannSparsityTypeSet (cmfe_BoundaryConditionsType boundaryConditions, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_ConstrainNodeDofsEqualNum (const int regionUserNumber, const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const int fieldUserNumber, const int fieldVariableType, const int versionNumber, const int derivativeNumber, const int component, const int nodesSize, const int *nodes, const double coefficient)
 
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_ConstrainNodeDofsEqual (const cmfe_BoundaryConditionsType boundaryConditions, const cmfe_FieldType field, const int fieldVariableType, const int versionNumber, const int derivativeNumber, const int component, const int nodesSize, const int *nodes, const double coefficient)
 
IRON_C_EXPORT cmfe_Error cmfe_ErrorHandlingModeGet (int *errorHandlingMode)
 
IRON_C_EXPORT cmfe_Error cmfe_ErrorHandlingModeSet (const int errorHandlingMode)
 
IRON_C_EXPORT cmfe_Error cmfe_ExtractErrorMessage (const int errorMessageSize, char *errorMessage)
 
IRON_C_EXPORT cmfe_Error cmfe_RandomSeedsGet (const int randomSeedsSize, int *randomSeeds)
 
IRON_C_EXPORT cmfe_Error cmfe_RandomSeedsSizeGet (int *randomSeedsSize)
 
IRON_C_EXPORT cmfe_Error cmfe_RandomSeedsSet (const int randomSeedsSize, const int *randomSeeds)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsKnownNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsKnown (const cmfe_CellMLType CellML, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsWantedNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsWanted (const cmfe_CellMLType CellML, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateCellMLToFieldMapNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID, const int CellMLParameterSet, const int fieldUserNumber, const int variableType, const int componentNumber, const int fieldParameterSet)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateCellMLToFieldMap (const cmfe_CellMLType CellML, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID, const int CellMLParameterSet, const cmfe_FieldType field, const int variableType, const int componentNumber, const int fieldParameterSet)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFieldToCellMLMapNum (const int regionUserNumber, const int CellMLUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int fieldParameterSet, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID, const int CellMLParameterSet)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFieldToCellMLMap (const cmfe_CellMLType CellML, const cmfe_FieldType field, const int variableType, const int componentNumber, const int fieldParameterSet, const int CellMLModelUserNumber, const int variableIDSize, const char *variableID, const int CellMLParameterSet)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFinishNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFinish (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateStartNum (const int CellMLUserNumber, const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateStart (const int CellMLUserNumber, const cmfe_RegionType region, cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_DestroyNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_Destroy (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateFinishNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateFinish (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateStartNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateStart (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelImportNum (const int regionUserNumber, const int CellMLUserNumber, const int URISize, const char *URI, int *modelIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelImport (cmfe_CellMLType CellML, const int URISize, const char *URI, int *modelIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateFinishNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateFinish (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateStartNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLModelsFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateStart (cmfe_CellMLType CellML, const int CellMLModelsFieldUserNumber, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldGetNum (const int regionUserNumber, const int CellMLUserNumber, int *CellMLModelsFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldGet (cmfe_CellMLType CellML, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateFinishNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateFinish (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateStartNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLStateFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateStart (cmfe_CellMLType CellML, const int CellMLStateFieldUserNumber, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldGetNum (const int regionUserNumber, const int CellMLUserNumber, int *CellMLStateFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldGet (cmfe_CellMLType CellML, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldComponentGetNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLModelUserNumber, const int CellMLFieldType, const int variableIDSize, const char *variableID, int *fieldComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldComponentGet (cmfe_CellMLType CellML, const int CellMLModelUserNumber, const int CellMLFieldType, const int variableIDSize, const char *variableID, int *fieldComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateFinishNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateFinish (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateStartNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLIntermediateFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateStart (cmfe_CellMLType CellML, const int CellMLIntermediateFieldUserNumber, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldGetNum (const int regionUserNumber, const int CellMLUserNumber, int *CellMLIntermediateFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldGet (cmfe_CellMLType CellML, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateFinishNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateFinish (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateStartNum (const int regionUserNumber, const int CellMLUserNumber, const int CellMLParametersFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateStart (cmfe_CellMLType CellML, const int CellMLParametersFieldUserNumber, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldGetNum (const int regionUserNumber, const int CellMLUserNumber, int *CellMLParametersFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldGet (cmfe_CellMLType CellML, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_GenerateNum (const int regionUserNumber, const int CellMLUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CellML_Generate (cmfe_CellMLType CellML)
 
IRON_C_EXPORT cmfe_Error cmfe_ComputationalNodeNumberGet (int *nodeNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_ComputationalNumberOfNodesGet (int *numberOfNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_CreateStart (cmfe_ComputationalWorkGroupType worldWorkGroup, const int numberComputationalNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_CreateFinish (cmfe_ComputationalWorkGroupType worldWorkGroup)
 
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_SubgroupAdd (cmfe_ComputationalWorkGroupType parentWorkGroup, const int numberComputationalNodes, cmfe_ComputationalWorkGroupType addedWorkGroup)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_WorldWorkGroupSet (cmfe_DecompositionType decomposition, const cmfe_ComputationalWorkGroupType worldWorkGroup)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_CurrentTimesGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, double *currentTime, double *timeIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_CurrentTimesGet (const cmfe_ControlLoopType controlLoop, double *currentTime, double *timeIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_DestroyNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_Destroy (cmfe_ControlLoopType controlLoop)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_ControlLoopGetNum (const int problemUserNumber, const int controlLoopRootIdentifiersSize, const int *controlLoopRootIdentifiers, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, cmfe_ControlLoopType controlLoop)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_ControlLoopGet (const cmfe_ControlLoopType controlLoopRoot, const int controlLoopIdentifiersSize, int *controlLoopIdentifiers, cmfe_ControlLoopType *controlLoop)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_IterationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int startIteration, const int stopIteration, const int iterationIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_IterationsSet (cmfe_ControlLoopType controlLoop, const int startIteration, const int stopIteration, const int iterationIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelGet (const cmfe_ControlLoopType controlLoop, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelSet (const cmfe_ControlLoopType controlLoop, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_MaximumIterationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_MaximumIterationsSet (cmfe_ControlLoopType controlLoop, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LoadOutputSet (cmfe_ControlLoopType controlLoop, const int outputFrequency)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_AbsoluteToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_AbsoluteToleranceSet (cmfe_ControlLoopType controlLoop, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, int *numberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsGet (const cmfe_ControlLoopType controlLoop, int *numberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int numberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsSet (const cmfe_ControlLoopType controlLoop, const int numberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, int *numberOfSubLoops)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsGet (const cmfe_ControlLoopType controlLoop, int *numberOfSubLoops)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int numberOfSubLoops)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsSet (cmfe_ControlLoopType controlLoop, const int numberOfSubLoops)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, int *outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeGet (const cmfe_ControlLoopType controlLoop, int *outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeSet (const cmfe_ControlLoopType controlLoop, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeOutputSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int outputFrequency)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeOutputSet (cmfe_ControlLoopType controlLoop, const int outputFrequency)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeInputSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int inputOption)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeInputSet (cmfe_ControlLoopType controlLoop, const int inputOption)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, double *startTime, double *stopTime, double *timeIncrement, double *currentTime, int *currentLoopIteration, int *outputIterationNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesGet (const cmfe_ControlLoopType controlLoop, double *startTime, double *stopTime, double *timeIncrement, double *currentTime, int *currentLoopIteration, int *outputIterationNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const double startTime, const double stopTime, const double timeIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesSet (cmfe_ControlLoopType controlLoop, const double startTime, const double stopTime, const double timeIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int loopType)
 
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TypeSet (cmfe_ControlLoopType controlLoop, const int loopType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateFinishNum (const int coordinateSystemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateFinish (cmfe_CoordinateSystemType coordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateStartNum (const int coordinateSystemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateStart (const int coordinateSystemUserNumber, cmfe_CoordinateSystemType coordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DestroyNum (const int coordinateSystemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_Destroy (cmfe_CoordinateSystemType coordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionGetNum (const int coordinateSystemUserNumber, int *coordinateSystemDimension)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionGet (const cmfe_CoordinateSystemType coordinateSystem, int *coordinateSystemDimension)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionSetNum (const int coordinateSystemUserNumber, const int coordinateSystemDimension)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionSet (cmfe_CoordinateSystemType coordinateSystem, const int coordinateSystemDimension)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusGetNum (const int coordinateSystemUserNumber, double *focus)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusGet (const cmfe_CoordinateSystemType coordinateSystem, double *focus)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusSetNum (const int coordinateSystemUserNumber, const double focus)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusSet (cmfe_CoordinateSystemType coordinateSystem, const double focus)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationGetNum (const int coordinateSystemUserNumber, int *radialInterpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationGet (cmfe_CoordinateSystemType coordinateSystem, int *radialInterpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationSetNum (const int coordinateSystemUserNumber, const int radialInterpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationSet (cmfe_CoordinateSystemType coordinateSystem, const int radialInterpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeGetNum (const int coordinateSystemUserNumber, int *coordinateSystemType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeGet (const cmfe_CoordinateSystemType coordinateSystem, int *coordinateSystemType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeSetNum (const int coordinateSystemUserNumber, const int coordinateSystemType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeSet (cmfe_CoordinateSystemType coordinateSystem, const int coordinateSystemType)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginGetNum (const int coordinateSystemUserNumber, const int originSize, double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginGet (const cmfe_CoordinateSystemType coordinateSystem, const int originSize, double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginSetNum (const int coordinateSystemUserNumber, const int originSize, const double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginSet (const cmfe_CoordinateSystemType coordinateSystem, const int originSize, const double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationGetNum (const int coordinateSystemUserNumber, const int orientationSize1, const int orientationSize2, double *orientation)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationGet (const cmfe_CoordinateSystemType coordinateSystem, const int orientationSize1, const int orientationSize2, double *orientation)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationSetNum (const int coordinateSystemUserNumber, const int orientationSize1, const int orientationSize2, const double *orientation)
 
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationSet (cmfe_CoordinateSystemType coordinateSystem, const int orientationSize1, const int orientationSize2, const double *orientation)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateFinishNum (const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateFinish (const cmfe_DataPointsType dataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateStartNum (const int regionUserNumber, const int numberOfDataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateStart (const cmfe_RegionType region, const int numberOfDataPoints, cmfe_DataPointsType dataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateStartInterface (const cmfe_InterfaceType interface, const int numberOfDataPoints, const cmfe_DataPointsType dataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_DestroyNum (const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_Destroy (const cmfe_DataPointsType dataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_NumberOfDataPointsGetNum (const int regionUserNumber, int *numberOfDataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_NumberOfDataPointsGet (const cmfe_DataPointsType dataPoints, int *numberOfDataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelGetNum (const int regionUserNumber, const int dataPointGlobalNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelGet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelSetNum (const int regionUserNumber, const int dataPointGlobalNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelSet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberGetNum (const int regionUserNumber, const int dataPointGlobalNumber, int *dataPointUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberGet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, int *dataPointUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberSetNum (const int regionUserNumber, const int dataPointGlobalNumber, const int dataPointUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberSet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, const int dataPointUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesGetNum (const int regionUserNumber, const int dataPointGlobalNumber, const int dataPointValuesSize, double *dataPointValues)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesGet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, const int dataPointValuesSize, double *dataPointValues)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesSetNum (const int regionUserNumber, const int dataPointGlobalNumber, const int dataPointValuesSize, const double *dataPointValues)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesSet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, const int dataPointValuesSize, const double *dataPointValues)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsGetNum (const int regionUserNumber, const int dataPointGlobalNumber, const int dataPointWeightsSize, double *dataPointWeights)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsGet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, const int dataPointWeightsSize, double *dataPointWeights)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsSetNum (const int regionUserNumber, const int dataPointGlobalNumber, const int dataPointWeightsSize, const double *dataPointWeights)
 
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsSet (const cmfe_DataPointsType dataPoints, const int dataPointGlobalNumber, const int dataPointWeightsSize, const double *dataPointWeights)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceGetNum (const int dataProjectionUserNumber, const int regionUserNumber, double *absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceGet (cmfe_DataProjectionType dataProjection, double *absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceSetNum (const int dataProjectionUserNumber, const int regionUserNumber, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceSet (cmfe_DataProjectionType dataProjection, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateFinishNum (const int dataProjectionUserNumber, const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateFinish (cmfe_DataProjectionType dataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateStartNum (const int dataProjectionUserNumber, const int dataPointRegionUserNumber, const int meshUserNumber, const int meshRegionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateStart (const int dataProjectionUserNumber, const cmfe_DataPointsType dataPoints, const cmfe_MeshType mesh, cmfe_DataProjectionType dataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DestroyNum (const int dataProjectionUserNumber, const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_Destroy (cmfe_DataProjectionType dataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsPositionEvaluateRegionNum (const int dataProjectionUserNumber, const int regionUserNumber, const int fieldUserNumber, const int fieldVariableType)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsPositionEvaluateInterfaceNum (const int dataProjectionUserNumber, const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int fieldVariableType)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsPositionEvaluate (cmfe_DataProjectionType dataProjection, const cmfe_FieldType field, const int fieldVariableType)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionCandidatesSetRegionNum (const int dataProjectionUserNumber, const int regionUserNumber, const int candidateElementsSize, const int *candidateElements, const int localFaceLineNumbersSize, const int *localFaceLineNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionCandidatesSetInterfaceNum (const int dataProjectionUserNumber, const int parentRegionUserNumber, const int interfaceUserNumber, const int candidateElementsSize, const int *candidateElements, const int localFaceLineNumbersSize, const int *localFaceLineNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionCandidatesSet (cmfe_DataProjectionType dataProjection, const int candidateElementsSize, const int *candidateElements, const int localFaceLineNumbersSize, const int *localFaceLineNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsProjectionEvaluateNum (const int dataProjectionUserNumber, const int dataPointsRegionUserNumber, const int projectionFieldUserNumber, const int projectionFieldRegionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsProjectionEvaluate (cmfe_DataProjectionType dataProjection, const cmfe_FieldType projectionField)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateGetNum (const int dataProjectionUserNumber, const int regionUserNumber, double *maximumIterationUpdate)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateGet (cmfe_DataProjectionType dataProjection, double *maximumIterationUpdate)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateSetNum (const int dataProjectionUserNumber, const int regionUserNumber, const double maximumIterationUpdate)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateSet (cmfe_DataProjectionType dataProjection, const double maximumIterationUpdate)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsGetNum (const int dataProjectionUserNumber, const int regionUserNumber, int *maximumNumberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultDistanceGetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, double *ProjectionDistance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultDistanceGet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, double *ProjectionDistance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementNumberGetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, int *ProjectionElementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementNumberGet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, int *ProjectionElementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementFaceNumberGetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, int *ProjectionElementFaceNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementFaceNumberGet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, int *ProjectionElementFaceNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementLineNumberGetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, int *ProjectionElementLineNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementLineNumberGet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, int *ProjectionElementLineNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultExitTagGetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, int *ProjectionExitTag)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultExitTagGet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, int *ProjectionExitTag)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiGetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, const int ProjectionXiSize, double *ProjectionXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiGet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, const int ProjectionXiSize, double *ProjectionXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiSetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, const int ProjectionXiSize, const double *ProjectionXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiSet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, const int ProjectionXiSize, const double *ProjectionXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultProjectionVectorGetNum (const int regionUserNumber, const int dataProjectionUserNumber, const int dataPointUserNumber, const int projectionVectorSize, double *projectionVector)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultProjectionVectorGet (const cmfe_DataProjectionType dataProjection, const int dataPointUserNumber, const int projectionVectorSize, double *projectionVector)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsGet (cmfe_DataProjectionType dataProjection, int *maximumNumberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsSetNum (const int dataProjectionUserNumber, const int regionUserNumber, const int maximumNumberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsSet (cmfe_DataProjectionType dataProjection, const int maximumNumberOfIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsGetNum (const int dataProjectionUserNumber, const int regionUserNumber, int *numberOfClosestElements)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsGet (cmfe_DataProjectionType dataProjection, int *numberOfClosestElements)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsSetNum (const int dataProjectionUserNumber, const int regionUserNumber, const int numberOfClosestElements)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsSet (cmfe_DataProjectionType dataProjection, const int numberOfClosestElements)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeGetNum (const int dataProjectionUserNumber, const int regionUserNumber, int *projectionType)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeGet (cmfe_DataProjectionType dataProjection, int *projectionType)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeSetNum (const int dataProjectionUserNumber, const int regionUserNumber, const int projectionType)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeSet (cmfe_DataProjectionType dataProjection, const int projectionType)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceGetNum (const int dataProjectionUserNumber, const int regionUserNumber, double *relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceGet (cmfe_DataProjectionType dataProjection, double *relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceSetNum (const int dataProjectionUserNumber, const int regionUserNumber, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceSet (cmfe_DataProjectionType dataProjection, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiGetNum (const int dataProjectionUserNumber, const int regionUserNumber, const int startingXiSize, double *startingXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiGet (cmfe_DataProjectionType dataProjection, const int startingXiSize, double *startingXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiSetNum (const int dataProjectionUserNumber, const int regionUserNumber, const int startingXiSize, const double *startingXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiSet (cmfe_DataProjectionType dataProjection, const int startingXiSize, const double *startingXi)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ElementSetInterfaceNum (const int dataProjectionUserNumber, const int parentRegionUserNumber, const int interfaceUserNumber, const int dataPointNumber, const int elementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ElementSetRegionNum (const int dataProjectionUserNumber, const int regionUserNumber, const int dataPointNumber, const int elementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ElementSet (cmfe_DataProjectionType dataProjection, const int dataPointNumber, const int elementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelGetCInterfaceNum (const int dataProjectionUserNumber, const int parentRegionUserNumber, const int interfaceUserNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelGetCRegionNum (const int dataProjectionUserNumber, const int regionUserNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelGet (cmfe_DataProjectionType dataProjection, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelSetCInterfaceNum (const int dataProjectionUserNumber, const int parentRegionUserNumber, const int interfaceUserNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelSetCRegionNum (const int dataProjectionUserNumber, const int regionUserNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelSet (cmfe_DataProjectionType dataProjection, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_DestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_Destroy (cmfe_EquationsType equations)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_LinearityTypeGetNum (const int regionUserNumber, const int equationsSetUserNumber, int *linearityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_LinearityTypeGet (const cmfe_EquationsType equations, int *linearityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeGetNum (const int regionUserNumber, const int equationsSetUserNumber, int *lumpingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeGet (const cmfe_EquationsType equations, int *lumpingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeSetNum (const int regionUserNumber, const int equationsSetUserNumber, const int lumpingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeSet (cmfe_EquationsType equations, const int lumpingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeGetNum (const int regionUserNumber, const int equationsSetUserNumber, int *outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeGet (const cmfe_EquationsType equations, int *outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeSetNum (const int regionUserNumber, const int equationsSetUserNumber, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeSet (cmfe_EquationsType equations, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeGetNum (const int regionUserNumber, const int equationsSetUserNumber, int *sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeGet (const cmfe_EquationsType equations, int *sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeSetNum (const int regionUserNumber, const int equationsSetUserNumber, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeSet (cmfe_EquationsType equations, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_TimeDependenceTypeGetNum (const int regionUserNumber, const int equationsSetUserNumber, int *timeDependenceType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_TimeDependenceTypeGet (const cmfe_EquationsType equations, int *timeDependenceType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_NumberOfLinearMatricesGet (const cmfe_EquationsType equations, int *numberOfMatrices)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_NumberOfJacobianMatricesGet (const cmfe_EquationsType equations, int *numberOfMatrices)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_NumberOfDynamicMatricesGet (const cmfe_EquationsType equations, int *numberOfMatrices)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_LinearMatrixGet (const cmfe_EquationsType equations, const int matrixIndex, cmfe_DistributedMatrixType matrix)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_JacobianMatricesTypesSet (const cmfe_EquationsType equations, const int jacobianTypes)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateStartNum (const int regionUserNumber, const int equationsSetUserNumber, const int derivedFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateStart (cmfe_EquationsSetType equationsSet, const int derivedFieldUserNumber, cmfe_FieldType derivedField)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedDestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedDestroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableCalculateNum (const int regionUserNumber, const int equationsSetUserNumber, const int derivedType)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableCalculate (const cmfe_EquationsSetType equationsSet, const int derivedType)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableSetNum (const int regionUserNumber, const int equationsSetUserNumber, const int derivedType, const int fieldVariableType)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableSet (const cmfe_EquationsSetType equationsSet, const int derivedType, const int fieldVariableType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_JacobianMatrixGet (const cmfe_EquationsType equations, const int residualIndex, const int variableType, cmfe_DistributedMatrixType matrix)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_DynamicMatrixGet (const cmfe_EquationsType equations, const int matrixIndex, cmfe_DistributedMatrixType matrix)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_DynamicMatrixGetByType (const cmfe_EquationsType equations, const int matrixType, cmfe_DistributedMatrixType matrix)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_DynamicMatrixTypeGet (const cmfe_EquationsType equations, const int matrixIndex, int *matrixType)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_RhsVectorGet (const cmfe_EquationsType equations, cmfe_DistributedVectorType rhsVector)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_SourceVectorGet (const cmfe_EquationsType equations, cmfe_DistributedVectorType sourceVector)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_ResidualVectorGet (const cmfe_EquationsType equations, const int residualIndex, cmfe_DistributedVectorType residualVector)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_ResidualNumberOfVariablesGet (const cmfe_EquationsType equations, const int residualIndex, int *numberOfVariables)
 
IRON_C_EXPORT cmfe_Error cmfe_Equations_ResidualVariablesGet (const cmfe_EquationsType equations, const int residualIndex, const int residualVariablesSize, int *residualVariables)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateStartNum (const int regionUserNumber, const int equationsSetUserNumber, const int analyticFunctionType, const int analyticFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateStart (cmfe_EquationsSetType equationsSet, const int analyticFunctionType, const int analyticFieldUserNumber, cmfe_FieldType analyticField)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticDestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticDestroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticEvaluateNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticEvaluate (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeGetNum (const int regionUserNumber, const int equationsSetUserNumber, double *time)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeGet (cmfe_EquationsSetType equationsSet, double *time)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeSetNum (const int regionUserNumber, const int equationsSetUserNumber, const double time)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeSet (cmfe_EquationsSetType equationsSet, const double time)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamSetNum (const int regionUserNumber, const int equationsSetUserNumber, const int paramIdx, const double param)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamSet (cmfe_EquationsSetType equationsSet, const int paramIdx, const double param)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamGetNum (const int regionUserNumber, const int equationsSetUserNumber, const int paramIdx, double *param)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamGet (cmfe_EquationsSetType equationsSet, const int paramIdx, double *param)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateStartNum (const int equationsSetUserNumber, const int regionUserNumber, const int geomFibreFieldUserNumber, const int equationsSetSpecificationSize, const int *equationsSetSpecification, const int equationsSetFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateStart (const int equationsSetUserNumber, const cmfe_RegionType region, const cmfe_FieldType geomFibreField, const int equationsSetSpecificationSize, const int *equationsSetSpecification, const int equationsSetFieldUserNumber, cmfe_FieldType equationsSetFieldField, cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_Destroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateStartNum (const int regionUserNumber, const int equationsSetUserNumber, const int dependentFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateStart (cmfe_EquationsSetType equationsSet, const int dependentFieldUserNumber, cmfe_FieldType dependentField)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentDestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentDestroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateStartNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateStart (cmfe_EquationsSetType equationsSet, cmfe_EquationsType equations)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsDestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsDestroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateStartNum (const int regionUserNumber, const int equationsSetUserNumber, const int independentFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateStart (cmfe_EquationsSetType equationsSet, const int independentFieldUserNumber, cmfe_FieldType independentField)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentDestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentDestroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateStartNum (const int regionUserNumber, const int equationsSetUserNumber, const int materialsFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateStart (cmfe_EquationsSetType equationsSet, const int materialsFieldUserNumber, cmfe_FieldType materialsField)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsDestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsDestroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodGetNum (const int regionUserNumber, const int equationsSetUserNumber, int *solutionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodGet (cmfe_EquationsSetType equationsSet, int *solutionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodSetNum (const int regionUserNumber, const int equationsSetUserNumber, const int solutionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodSet (cmfe_EquationsSetType equationsSet, const int solutionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateFinishNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateFinish (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateStartNum (const int regionUserNumber, const int equationsSetUserNumber, const int sourceFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateStart (cmfe_EquationsSetType equationsSet, const int sourceFieldUserNumber, cmfe_FieldType sourceField)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceDestroyNum (const int regionUserNumber, const int equationsSetUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceDestroy (cmfe_EquationsSetType equationsSet)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationGetNum (const int regionUserNumber, const int equationsSetUserNumber, const int equationsSetSpecificationSize, int *equationsSetSpecification)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationGet (const cmfe_EquationsSetType equationsSet, const int equationsSetSpecificationSize, int *equationsSetSpecification)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationSizeGetNum (const int regionUserNumber, const int equationsSetUserNumber, int *specificationSize)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationSizeGet (const cmfe_EquationsSetType equationsSet, int *specificationSize)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_TensorInterpolateXiNum (const int regionUserNumber, const int equationsSetUserNumber, const int tensorEvaluateType, const int userElementNumber, const int xiSize, const double *xi, const int valuesSize1, const int valuesSize2, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_TensorInterpolateXi (const cmfe_EquationsSetType equationsSet, const int tensorEvaluateType, const int userElementNumber, const int xiSize, const double *xi, const int valuesSize1, const int valuesSize2, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, int *interpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationGet (const cmfe_FieldType field, const int variableType, const int componentNumber, int *interpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int interpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationSet (const cmfe_FieldType field, const int variableType, const int componentNumber, const int interpolationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelGet (const cmfe_FieldType field, const int variableType, const int componentNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelSet (const cmfe_FieldType field, const int variableType, const int componentNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, int *meshComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentGet (const cmfe_FieldType field, const int variableType, const int componentNumber, int *meshComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int meshComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentSet (const cmfe_FieldType field, const int variableType, const int componentNumber, const int meshComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, int *dataType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeGet (const cmfe_FieldType field, const int variableType, int *dataType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int dataType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeSet (const cmfe_FieldType field, const int variableType, const int dataType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, int *DOFOrderType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeGet (const cmfe_FieldType field, const int variableType, int *DOFOrderType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int DOFOrderType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeSet (const cmfe_FieldType field, const int variableType, const int DOFOrderType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateFinishNum (const int regionUserNumber, const int fieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateFinish (cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateStartNum (const int fieldUserNumber, const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateStartInterface (const int fieldUserNumber, const cmfe_InterfaceType interface, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateStart (const int fieldUserNumber, const cmfe_RegionType region, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeGetNum (const int regionUserNumber, const int fieldUserNumber, int *dependentType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeGet (const cmfe_FieldType field, int *dependentType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeSetNum (const int regionUserNumber, const int fieldUserNumber, const int dependentType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeSet (const cmfe_FieldType field, const int dependentType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DestroyNum (const int regionUserNumber, const int fieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_Destroy (const cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, int *dimension)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionGet (const cmfe_FieldType field, const int variableType, int *dimension)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int dimension)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionSet (const cmfe_FieldType field, const int variableType, const int dimension)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldGetNum (const int regionUserNumber, const int fieldUserNumber, int *geometricFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldGet (const cmfe_FieldType field, cmfe_FieldType geometricField)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldSetNum (const int regionUserNumber, const int fieldUserNumber, const int geometricFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldSet (const cmfe_FieldType field, const cmfe_FieldType geometricField)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementLineLengthGetNum (const int regionUserNumber, const int geometricFieldUserNumber, const int elementNumber, const int elementLineNumber, double *lineLength)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementVolumeGetNum (const int regionUserNumber, const int geometricFieldUserNumber, const int elementNumber, double *elementVolume)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementLineLengthGet (const cmfe_FieldType geometricField, const int elementNumber, const int elementLineNumber, double *lineLength)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementVolumeGet (const cmfe_FieldType geometricField, const int elementNumber, double *elementVolume)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, double *scaleFactor)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorGet (const cmfe_FieldType field, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, double *scaleFactor)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int meshComponentNumber, const int scaleFactorsSize, double *scaleFactors)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsGet (const cmfe_FieldType field, const int variableType, const int meshComponentNumber, const int scaleFactorsSize, double *scaleFactors)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeNumberOfScaleFactorDofsGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int meshComponentNumber, int *numberOfScaleFactorsDofs)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeNumberOfScaleFactorDofsGet (const cmfe_FieldType field, const int variableType, const int meshComponentNumber, int *numberOfScaleFactorsDofs)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, const double scaleFactor)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorSet (const cmfe_FieldType field, const int variableType, const int versionNumber, const int derivativeNumber, const int nodeUserNumber, const int componentNumber, const double scaleFactor)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int meshComponentNumber, const int scaleFactorsSize, const double *scaleFactors)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsSet (const cmfe_FieldType field, const int variableType, const int meshComponentNumber, const int scaleFactorsSize, const double *scaleFactors)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelGetNum (const int regionUserNumber, const int fieldUserNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelGet (const cmfe_FieldType field, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelSetNum (const int regionUserNumber, const int fieldUserNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelSet (const cmfe_FieldType field, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_PositionNormalTangentCalculateNodeNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int componentNumber, const int localNodeNumber, const int positionSize, double *position, const int normalSize, double *normal, const int tangentsSize1, const int tangentsSize2, double *tangents)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_PositionNormalTangentCalculateNode (const cmfe_FieldType field, const int variableType, const int componentNumber, const int localNodeNumber, const int positionSize, double *position, const int normalSize, double *normal, const int tangentsSize1, const int tangentsSize2, double *tangents)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionGetNum (const int regionUserNumber, const int fieldUserNumber, int *decompositionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionGet (const cmfe_FieldType field, cmfe_DecompositionType meshDecomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionSetNum (const int regionUserNumber, const int fieldUserNumber, const int meshUserNumber, const int decompositionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionSet (const cmfe_FieldType field, const cmfe_DecompositionType meshDecomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DataProjectionSetNum (const int regionUserNumber, const int fieldUserNumber, const int dataProjectionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_DataProjectionSet (const cmfe_FieldType field, const cmfe_DataProjectionType dataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, int *numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsGet (const cmfe_FieldType field, const int variableType, int *numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsSet (const cmfe_FieldType field, const int variableType, const int numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesGetNum (const int regionUserNumber, const int fieldUserNumber, int *numberOfVariables)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesGet (const cmfe_FieldType field, int *numberOfVariables)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesSetNum (const int regionUserNumber, const int fieldUserNumber, const int numberOfVariables)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesSet (const cmfe_FieldType field, const int numberOfVariables)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetCreateNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetCreate (const cmfe_FieldType field, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDestroyNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDestroy (const cmfe_FieldType field, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, int **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, int **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, float **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, float **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, double **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, double **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, cmfe_Bool **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetL (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, cmfe_Bool **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, int **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, int **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, float **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, float **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, double **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, double **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, int *parametersSize, cmfe_Bool **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreL (const cmfe_FieldType field, const int variableType, const int fieldSetType, int *parametersSize, cmfe_Bool **parameters)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointIntgNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointIntgNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointSPNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointSPNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointDPNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointDPNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointLNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointLNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, int *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, float *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, double *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, cmfe_Bool *value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetGaussPointDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, double *VALUE)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointIntgNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointIntgNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointSPNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointSPNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointDPNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointDPNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointLNumberI (const int parentRegionUserNumber, const int interfaceUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointLNumberR (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userDataPointNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int userElementNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementDataPointDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int elementNumber, const int dataPointIndex, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateFinishNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateFinish (const cmfe_FieldType field, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateLocalDofsDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int valuesSize, const double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointIntgNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointIntg (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const int value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointSPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointSP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const float value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const double value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointLNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointL (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int gaussPointNumber, const int userElementNumber, const int componentNumber, const cmfe_Bool value)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleXiDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int xiSize, const double *xi, const int valuesSize, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleXiDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int xiSize, const double *xi, const int valuesSize, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleXiDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int xiSize1, const int xiSize2, const double *xi, const int valuesSize1, const int valuesSize2, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleXiDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int xiSize1, const int xiSize2, const double *xi, const int valuesSize1, const int valuesSize2, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleGaussDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int quadratureScheme, const int GaussPoint, const int valuesSize, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleGaussDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int quadratureScheme, const int GaussPoint, const int valuesSize, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleGaussDPNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int quadratureScheme, const int GaussPointsSize, const int *GaussPoints, const int valuesSize1, const int valuesSize2, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleGaussDP (const cmfe_FieldType field, const int variableType, const int fieldSetType, const int derivativeNumber, const int userElementNumber, const int quadratureScheme, const int GaussPointsSize, const int *GaussPoints, const int valuesSize1, const int valuesSize2, double *values)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateStartNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateStart (const cmfe_FieldType field, const int variableType, const int fieldSetType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParametersToFieldParametersComponentCopyNum (const int fromRegionUserNumber, const int fromFieldUserNumber, const int fromVariableType, const int fromParameterSetType, const int fromComponentNumber, const int toRegionUserNumber, const int toFieldUserNumber, const int toVariableType, const int toParameterSetType, const int toComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParametersToFieldParametersComponentCopy (const cmfe_FieldType fromField, const int fromVariableType, const int fromParameterSetType, const int fromComponentNumber, const cmfe_FieldType toField, const int toVariableType, const int toParameterSetType, const int toComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeGetNum (const int regionUserNumber, const int fieldUserNumber, int *scalingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeGet (const cmfe_FieldType field, int *scalingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeSetNum (const int regionUserNumber, const int fieldUserNumber, const int scalingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeSet (const cmfe_FieldType field, const int scalingType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeGetNum (const int regionUserNumber, const int fieldUserNumber, int *fieldType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeGet (const cmfe_FieldType field, int *fieldType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeSetNum (const int regionUserNumber, const int fieldUserNumber, const int fieldType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeSet (const cmfe_FieldType field, const int fieldType)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelGet (const cmfe_FieldType field, const int variableType, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableType, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelSet (const cmfe_FieldType field, const int variableType, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesGetNum (const int regionUserNumber, const int fieldUserNumber, const int variableTypesSize, int *variableTypes)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesGet (const cmfe_FieldType field, const int variableTypesSize, int *variableTypes)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesSetNum (const int regionUserNumber, const int fieldUserNumber, const int variableTypesSize, const int *variableTypes)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesSet (const cmfe_FieldType field, const int variableTypesSize, const int *variableTypes)
 
IRON_C_EXPORT cmfe_Error cmfe_Fields_ElementsExport (cmfe_FieldsType fields, const int fileNameSize, const char *fileName, const int methodSize, const char *method)
 
IRON_C_EXPORT cmfe_Error cmfe_Fields_NodesExport (cmfe_FieldsType fields, const int fileNameSize, const char *fileName, const int methodSize, const char *method)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisGetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int basisUserNumbersSize, int *basisUserNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisGet (const cmfe_GeneratedMeshType generatedMesh, const int basesSize, cmfe_BasisType *bases)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisSetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int basisUserNumbersSize, const int *basisUserNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisSet (const cmfe_GeneratedMeshType generatedMesh, const int basesSize, const cmfe_BasisType *bases)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BaseVectorsSetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int baseVectorsSize1, const int baseVectorsSize2, const double *baseVectors)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BaseVectorsSet (const cmfe_GeneratedMeshType generatedMesh, const int baseVectorsSize1, const int baseVectorsSize2, const double *baseVectors)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateFinishNum (const int regionUserNumber, const int generatedMeshUserNumber, const int meshUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateFinish (const cmfe_GeneratedMeshType generatedMesh, const int meshUserNumber, cmfe_MeshType mesh)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateStartNum (const int generatedMeshUserNumber, const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateStartInterface (const int generatedMeshUserNumber, cmfe_InterfaceType interface, cmfe_GeneratedMeshType generatedMesh)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateStart (const int generatedMeshUserNumber, cmfe_RegionType region, cmfe_GeneratedMeshType generatedMesh)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_DestroyNum (const int regionUserNumber, const int generatedMeshUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_Destroy (cmfe_GeneratedMeshType generatedMesh)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentGetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int extentSize, double *extent)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentGet (const cmfe_GeneratedMeshType generatedMesh, const int extentSize, double *extent)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentSetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int extentSize, const double *extent)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentSet (const cmfe_GeneratedMeshType generatedMesh, const int extentSize, const double *extent)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsGetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int numberOfElementsSize, int *numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsGet (const cmfe_GeneratedMeshType generatedMesh, const int numberOfElementsSize, int *numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsSetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int numberOfElementsSize, const int *numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsSet (const cmfe_GeneratedMeshType generatedMesh, const int numberOfElementsSize, const int *numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginGetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int originSize, double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginGet (const cmfe_GeneratedMeshType generatedMesh, const int originSize, double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginSetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int originSize, const double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginSet (const cmfe_GeneratedMeshType generatedMesh, const int originSize, const double *origin)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeGetNum (const int regionUserNumber, const int generatedMeshUserNumber, int *generatedMeshType)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeGet (const cmfe_GeneratedMeshType generatedMesh, int *generatedMeshType)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeSetNum (const int regionUserNumber, const int generatedMeshUserNumber, const int generatedMeshType)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeSet (const cmfe_GeneratedMeshType generatedMesh, const int generatedMeshType)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_GeometricParametersCalculateNum (const int regionUserNumber, const int generatedMeshUserNumber, const int fieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_GeometricParametersCalculate (const cmfe_GeneratedMeshType generatedMesh, cmfe_FieldType field)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_Initialise (cmfe_MeshEmbeddingType *meshEmbedding)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_CreateNum (const int regionOneUserNumber, const int regionTwoUserNumber, cmfe_MeshEmbeddingType meshEmbedding, const int parentMeshUserNumber, const int childMeshUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_Create (cmfe_MeshEmbeddingType meshEmbedding, const cmfe_MeshType parentMesh, const cmfe_MeshType childMesh)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_SetChildNodePosition (cmfe_MeshEmbeddingType meshEmbedding, const int elementNumber, const int nodeNumbersSize, const int *nodeNumbers, const int xiCoordsSize1, const int xiCoordsSize2, const double *xiCoords)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_PushData (cmfe_MeshEmbeddingType meshEmbedding, const cmfe_FieldType parentField, const int parentComponent, const cmfe_FieldType childField, const int childComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_SetGaussPointData (cmfe_MeshEmbeddingType meshEmbedding, const int parentElementNumber, const int gaussPointNumber, const int parentXiCoordsSize, const double *parentXiCoords, const int childElementNumber, const int childXiCoordsSize, const double *childXiCoords)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_PullGaussPointData (cmfe_MeshEmbeddingType meshEmbedding, const cmfe_FieldType parentField, const int parentComponent, const cmfe_FieldType childField, const int childComponent)
 
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetGaussPointCoord (cmfe_MeshEmbeddingType meshEmbedding, const int componentNumber, int *numberOfGaussPoints, const int coordsSize, double *coords)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateFinishNum (const int regionUserNumber, const int interfaceUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateFinish (const cmfe_InterfaceType interface)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateStartNum (const int interfaceUserNumber, const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateStart (const int interfaceUserNumber, const cmfe_RegionType region, const cmfe_InterfaceType interface)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemSetNum (const int parentRegionUserNumber, const int interfaceUserNumber, const int coordinateSystemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemSet (const cmfe_InterfaceType interface, const cmfe_CoordinateSystemType coordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemGetNum (const int parentRegionUserNumber, const int interfaceUserNumber, int *coordinateSystemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemGet (const cmfe_InterfaceType Interface, cmfe_CoordinateSystemType CoordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_DestroyNum (const int regionUserNumber, const int interfaceUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_Destroy (const cmfe_InterfaceType interface)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelGetNum (const int parentRegionUserNumber, const int interfaceUserNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelGet (const cmfe_InterfaceType interface, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelSetNum (const int parentRegionUserNumber, const int interfaceUserNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelSet (const cmfe_InterfaceType interface, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_NodesGet (const cmfe_InterfaceType interface, cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_MeshAddNum (const int interfaceRegionUserNumber, const int interfaceUserNumber, const int meshRegionUserNumber, const int meshUserNumber, int *meshIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Interface_MeshAdd (const cmfe_InterfaceType interface, const cmfe_MeshType mesh, int *meshIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateFinishNum (const int regionUserNumber, const int interfaceUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateFinish (const cmfe_InterfaceMeshConnectivityType interfaceMeshConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateStartNum (const int regionUserNumber, const int interfaceUserNumber, const int meshNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateStart (const cmfe_InterfaceType interface, const cmfe_MeshType interfaceMesh, cmfe_InterfaceMeshConnectivityType interfaceMeshConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementNumberSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceElementNumber, const int coupledMeshIndexNumber, const int coupledMeshElementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementNumberSet (const cmfe_InterfaceMeshConnectivityType interfaceMeshConnectivity, const int interfaceElementNumber, const int coupledMeshIndexNumber, const int coupledMeshElementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_NodeNumberSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceElementNumber, const int coupledMeshIndexNumber, const int coupledMeshElementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_NodeNumberSet (const cmfe_InterfaceMeshConnectivityType interfaceMeshConnectivity, const int interfaceNodeNumbersSize, const int *interfaceNodeNumbers, const int firstCoupledMeshIndexNumber, const int firstCoupledMeshNodeNumbersSize, const int *firstCoupledMeshNodeNumbers, const int secondCoupledMeshIndexNumber, const int secondCoupledMeshNodeNumbersSize, const int *secondCoupledMeshNodeNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementXiSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceElementNumber, const int coupledMeshIndexNumber, const int coupledMeshElementNumber, const int interfaceMeshLocalNodeNumber, const int interfaceMeshComponentNodeNumber, const int xiSize, const double *xi)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementXiSet (const cmfe_InterfaceMeshConnectivityType interfaceMeshConnectivity, const int interfaceElementNumber, const int coupledMeshIndexNumber, const int coupledMeshElementNumber, const int interfaceMeshLocalNodeNumber, const int interfaceMeshComponentNodeNumber, const int xiSize, const double *xi)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_BasisSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceBasisNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_BasisSet (const cmfe_InterfaceMeshConnectivityType interfaceMeshConnectivity, cmfe_BasisType interfaceMappingBasis)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_DestroyNum (const int regionUserNumber, const int interfaceUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_Destroy (const cmfe_InterfaceMeshConnectivityType interfaceMeshConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateFinishNum (const int regionUserNumber, const int interfaceUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateFinish (const cmfe_InterfacePointsConnectivityType interfacePointsConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateStartNum (const int regionUserNumber, const int interfaceUserNumber, const int MeshNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateStart (const cmfe_InterfaceType interface, const cmfe_MeshType interfaceMesh, cmfe_InterfacePointsConnectivityType interfacePointsConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_DestroyNum (const int regionUserNumber, const int interfaceUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_Destroy (const cmfe_InterfacePointsConnectivityType interfacePointsConnectivity)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberGetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int meshComponentNumber, int *coupledMeshElementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberGet (const cmfe_InterfacePointsConnectivityType interfacePointsConnectivity, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int meshComponentNumber, int *coupledMeshElementNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int coupledMeshElementNumber, const int meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberSet (const cmfe_InterfacePointsConnectivityType interfacePointsConnectivity, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int coupledMeshElementNumber, const int meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiGetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int xiSize, double *xi)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiGet (const cmfe_InterfacePointsConnectivityType interfacePointsConnectivity, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int xiSize, double *xi)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int xiSize, const double *xi)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiSet (const cmfe_InterfacePointsConnectivityType interfacePointsConnectivity, const int interfaceDataPointIndexNumber, const int coupledMeshIndexNumber, const int xiSize, const double *xi)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_UpdateFromProjectionRNum (const int regionUserNumber, const int interfaceUserNumber, const int dataPointsRegionUserNumber, const int dataProjectionUserNumber, const int coupledMeshIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_UpdateFromProjectionINum (const int regionUserNumber, const int interfaceUserNumber, const int dataPointsRegionUserNumber, const int dataPointsInterfaceUserNumber, const int dataProjectionUserNumber, const int coupledMeshIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_UpdateFromProjection (const cmfe_InterfacePointsConnectivityType pointsConnectivity, const cmfe_DataProjectionType dataProjection, const int coupledMeshIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateFinishNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateFinish (const cmfe_InterfaceConditionType interfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateStartNum (const int interfaceConditionUserNumber, const int regionUserNumber, const int interfaceUserNumber, const int geometricFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateStart (const int interfaceConditionUserNumber, const cmfe_InterfaceType interface, const cmfe_FieldType geometricField, const cmfe_InterfaceConditionType interfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_DependentVariableAddNum (const int interfaceRegionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, const int meshIndex, const int equationsSetRegionUserNumber, const int equationsSetUserNumber, const int variableType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_DependentVariableAdd (const cmfe_InterfaceConditionType interfaceCondition, const int meshIndex, const cmfe_EquationsSetType equationsSet, const int variableType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_DestroyNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_Destroy (const cmfe_InterfaceConditionType interfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateFinishNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateFinish (const cmfe_InterfaceConditionType interfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateStartNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateStart (const cmfe_InterfaceConditionType interfaceCondition, const cmfe_InterfaceEquationsType interfaceEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsDestroyNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsDestroy (const cmfe_InterfaceConditionType interfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeGetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, int *interfaceConditionIntegrationType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeGet (const cmfe_InterfaceConditionType interfaceCondition, int *interfaceConditionIntegrationType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, const int interfaceConditionIntegrationType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeSet (const cmfe_InterfaceConditionType interfaceCondition, const int interfaceConditionIntegrationType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateFinishNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateFinish (const cmfe_InterfaceConditionType interfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateStartNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, const int lagrangeFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateStart (const cmfe_InterfaceConditionType interfaceCondition, const int lagrangeFieldUserNumber, cmfe_FieldType lagrangeField)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateFinishNum (const int RegionUserNumber, const int InterfaceUserNumber, const int InterfaceConditionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateFinish (const cmfe_InterfaceConditionType InterfaceCondition)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateStartNum (const int RegionUserNumber, const int InterfaceUserNumber, const int InterfaceConditionUserNumber, const int PenaltyFieldUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateStart (const cmfe_InterfaceConditionType InterfaceCondition, const int PenaltyFieldUserNumber, cmfe_FieldType PenaltyField)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodGetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, int *interfaceConditionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodGet (const cmfe_InterfaceConditionType interfaceCondition, int *interfaceConditionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, const int interfaceConditionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodSet (const cmfe_InterfaceConditionType interfaceCondition, const int interfaceConditionMethod)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorGetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, int *interfaceConditionOperator)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorGet (const cmfe_InterfaceConditionType interfaceCondition, int *interfaceConditionOperator)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, const int interfaceConditionOperator)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorSet (const cmfe_InterfaceConditionType interfaceCondition, const int interfaceConditionOperator)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeGetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, int *outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeGet (const cmfe_InterfaceEquationsType interfaceEquations, int *outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeSetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeSet (const cmfe_InterfaceEquationsType interfaceEquations, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsityGetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, int *sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsityGet (const cmfe_InterfaceEquationsType interfaceEquations, int *sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsitySetNum (const int regionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsitySet (const cmfe_InterfaceEquationsType interfaceEquations, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateFinishNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateFinish (const cmfe_DecompositionType decomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyDataProjectionCalculate (const cmfe_DecompositionType decomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyElementDataPointLocalNumberGet (const cmfe_DecompositionType decomposition, const int elementNumber, const int dataPointIndex, int *dataPointLocalNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyElementDataPointUserNumberGet (const cmfe_DecompositionType decomposition, const int elementNumber, const int dataPointIndex, int *dataPointUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyNumberOfElementDataPointsGet (const cmfe_DecompositionType decomposition, const int elementNumber, int *numberOfDataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateStartNum (const int decompositionUserNumber, const int regionUserNumber, const int meshUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateStart (const int decompositionUserNumber, const cmfe_MeshType mesh, cmfe_DecompositionType decomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_DestroyNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_Destroy (const cmfe_DecompositionType decomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainCalculateNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainCalculate (const cmfe_DecompositionType decomposition)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainGetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const int elementUserNumber, int *domain)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainGet (const cmfe_DecompositionType decomposition, const int elementUserNumber, int *domain)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainSetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const int elementUserNumber, const int domain)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainSet (const cmfe_DecompositionType decomposition, const int elementUserNumber, const int domain)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentGetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, int *meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentGet (const cmfe_DecompositionType decomposition, int *meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentSetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const int meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentSet (const cmfe_DecompositionType decomposition, const int meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsGetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, int *numberOfDomains)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsGet (const cmfe_DecompositionType decomposition, int *numberOfDomains)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsSetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const int numberOfDomains)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsSet (const cmfe_DecompositionType decomposition, const int numberOfDomains)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeGetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, int *decompositionType)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeGet (const cmfe_DecompositionType decomposition, int *decompositionType)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeSetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const int decompositionType)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeSet (const cmfe_DecompositionType decomposition, const int decompositionType)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateLinesSetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const cmfe_Bool calculateLinesFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateLinesSet (const cmfe_DecompositionType decomposition, const cmfe_Bool calculateLinesFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateFacesSetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const cmfe_Bool calculateFacesFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateFacesSet (const cmfe_DecompositionType decomposition, const cmfe_Bool calculateFacesFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NodeDomainGetNum (const int regionUserNumber, const int meshUserNumber, const int decompositionUserNumber, const int nodeUserNumber, const int meshComponentNumber, int *domain)
 
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NodeDomainGet (const cmfe_DecompositionType decomposition, const int nodeUserNumber, const int meshComponentNumber, int *domain)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateFinishNum (const int regionUserNumber, const int meshUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateFinish (const cmfe_MeshType mesh)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateStartNum (const int meshUserNumber, const int regionUserNumber, const int numberOfDimensions)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateStart (const int meshUserNumber, const cmfe_RegionType region, const int numberOfDimensions, cmfe_MeshType mesh)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateStartInterface (const int meshUserNumber, const cmfe_InterfaceType interface, const int numberOfDimensions, cmfe_MeshType mesh)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_DestroyNum (const int regionUserNumber, const int meshUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_Destroy (const cmfe_MeshType mesh)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsGetNum (const int regionUserNumber, const int meshUserNumber, int *numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsGet (const cmfe_MeshType mesh, int *numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsSetNum (const int regionUserNumber, const int meshUserNumber, const int numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsSet (const cmfe_MeshType mesh, const int numberOfComponents)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_SurroundingElementsCalculateSetNum (const int regionUserNumber, const int meshUserNumber, const cmfe_Bool surroundingElementsCalculateFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_SurroundingElementsCalculateSet (const cmfe_MeshType mesh, const cmfe_Bool surroundingElementsCalculateFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsGetNum (const int regionUserNumber, const int meshUserNumber, int *numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsGet (const cmfe_MeshType mesh, int *numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsSetNum (const int regionUserNumber, const int meshUserNumber, const int numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsSet (const cmfe_MeshType mesh, const int numberOfElements)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_TopologyDataPointsCalculateProjectionRegionNum (const int regionUserNumber, const int MeshUserNumber, const cmfe_DataProjectionType DataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_TopologyDataPointsCalculateProjectionInterfaceNum (const int parentRegionUserNumber, const int interfaceUserNumber, const int MeshUserNumber, const cmfe_DataProjectionType DataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_TopologyDataPointsCalculateProjection (const cmfe_MeshType Mesh, const cmfe_DataProjectionType DataProjection)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateFinishNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateFinish (const cmfe_MeshElementsType meshElements)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateStartNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int basisUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateStart (cmfe_MeshType mesh, const int meshComponentNumber, const cmfe_BasisType basis, cmfe_MeshElementsType meshElements)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementsGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, cmfe_MeshElementsType meshElements)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementsGet (const cmfe_MeshType mesh, const int meshComponentNumber, cmfe_MeshElementsType meshElements)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int globalElementNumber, int *basisUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisGet (const cmfe_MeshElementsType meshElements, const int globalElementNumber, cmfe_BasisType basis)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisSetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int globalElementNumber, const int basisUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisSet (const cmfe_MeshElementsType meshElements, const int globalElementNumber, const cmfe_BasisType basis)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_AdjacentElementGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int globalElementNumber, const int adjacentElementXi, int *adjacentElement)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_AdjacentElementGet (const cmfe_MeshElementsType meshElements, const int globalElementNumber, const int adjacentElementXi, int *adjacentElement)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int globalElementNumber, const int elementUserNodesSize, int *elementUserNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesGet (const cmfe_MeshElementsType meshElements, const int globalElementNumber, const int elementUserNodesSize, int *elementUserNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesSetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int globalElementNumber, const int elementUserNodesSize, const int *elementUserNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesSet (const cmfe_MeshElementsType meshElements, const int globalElementNumber, const int elementUserNodesSize, const int *elementUserNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNodeVersionSetNum (const int regionUserNumber, const int meshUserNumber, const int globalElementNumber, const int versionNumber, const int derivativeNumber, const int userNodeNumber, const int meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNodeVersionSet (const cmfe_MeshElementsType meshElements, const int globalElementNumber, const int versionNumber, const int derivativeNumber, const int userNodeNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_LocalElementNodeVersionSetNum (const int regionUserNumber, const int meshUserNumber, const int globalElementNumber, const int versionNumber, const int derivativeNumber, const int localElementNodeNumber, const int meshComponentNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_LocalElementNodeVersionSet (const cmfe_MeshElementsType meshElements, const int globalElementNumber, const int versionNumber, const int derivativeNumber, const int localElementNodeNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int elementGlobalNumber, int *elementUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberGet (const cmfe_MeshElementsType meshElements, const int elementGlobalNumber, int *elementUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberSetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int elementGlobalNumber, const int elementUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberSet (const cmfe_MeshElementsType meshElements, const int elementGlobalNumber, const int elementUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumbersAllSetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int elementUserNumbersSize, const int *elementUserNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumbersAllSet (const cmfe_MeshElementsType meshElements, const int elementUserNumbersSize, const int *elementUserNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodeExistsNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int nodeUserNumber, cmfe_Bool *nodeExists)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodeExists (const cmfe_MeshType mesh, const int meshComponentNumber, const int nodeUserNumber, cmfe_Bool *nodeExists)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementExistsNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int elementUserNumber, cmfe_Bool *elementExists)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementExists (const cmfe_MeshType mesh, const int meshComponentNumber, const int elementUserNumber, cmfe_Bool *elementExists)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodesGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, cmfe_MeshNodesType meshNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodesGet (const cmfe_MeshType mesh, const int meshComponentNumber, cmfe_MeshNodesType meshNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfNodesGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, int *numberOfNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfNodesGet (const cmfe_MeshNodesType meshNodes, int *numberOfNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfDerivativesGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int userNodeNumber, int *numberOfDerivatives)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfDerivativesGet (const cmfe_MeshNodesType meshNodes, const int userNodeNumber, int *numberOfDerivatives)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_DerivativesGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int userNodeNumber, const int derivativesSize, int *derivatives)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_DerivativesGet (const cmfe_MeshNodesType meshNodes, const int userNodeNumber, const int derivativesSize, int *derivatives)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfVersionsGetNum (const int regionUserNumber, const int meshUserNumber, const int meshComponentNumber, const int derivativeNumber, const int userNodeNumber, int *numberOfVersions)
 
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfVersionsGet (const cmfe_MeshNodesType meshNodes, const int derivativeNumber, const int userNodeNumber, int *numberOfVersions)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_StorageTypeGet (const cmfe_DistributedMatrixType matrix, int *storageType)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataTypeGet (const cmfe_DistributedMatrixType matrix, int *dataType)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DimensionsGet (const cmfe_DistributedMatrixType matrix, int *m, int *n)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_StorageLocationsGet (const cmfe_DistributedMatrixType matrix, int *rowIndicesSize, int **rowIndices, int *columnIndicesSize, int **columnIndices)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetIntg (const cmfe_DistributedMatrixType matrix, int *dataSize, int **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreIntg (const cmfe_DistributedMatrixType matrix, int *dataSize, int **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetDP (const cmfe_DistributedMatrixType matrix, int *dataSize, double **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreDP (const cmfe_DistributedMatrixType matrix, int *dataSize, double **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetSP (const cmfe_DistributedMatrixType matrix, int *dataSize, float **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreSP (const cmfe_DistributedMatrixType matrix, int *dataSize, float **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetL (const cmfe_DistributedMatrixType matrix, int *dataSize, cmfe_Bool **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreL (const cmfe_DistributedMatrixType matrix, int *dataSize, cmfe_Bool **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataTypeGet (const cmfe_DistributedVectorType vector, int *dataType)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetIntg (const cmfe_DistributedVectorType vector, int *dataSize, int **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreIntg (const cmfe_DistributedVectorType vector, int *dataSize, int **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetDP (const cmfe_DistributedVectorType vector, int *dataSize, double **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreDP (const cmfe_DistributedVectorType vector, int *dataSize, double **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetSP (const cmfe_DistributedVectorType vector, int *dataSize, float **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreSP (const cmfe_DistributedVectorType vector, int *dataSize, float **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetL (const cmfe_DistributedVectorType vector, int *dataSize, cmfe_Bool **data)
 
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreL (const cmfe_DistributedVectorType vector, int *dataSize, cmfe_Bool **data)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateFinishNum (const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateFinish (const cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateStartNum (const int regionUserNumber, const int numberOfNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateStart (const cmfe_RegionType region, const int numberOfNodes, const cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateStartInterface (const cmfe_InterfaceType interface, const int numberOfNodes, const cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_DestroyNum (const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_Destroy (const cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_NumberOfNodesGetNum (const int regionUserNumber, int *numberOfNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_NumberOfNodesGet (const cmfe_NodesType nodes, int *numberOfNodes)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelGetNum (const int regionUserNumber, const int nodeGlobalNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelGet (const cmfe_NodesType nodes, const int nodeGlobalNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelSetNum (const int regionUserNumber, const int nodeGlobalNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelSet (const cmfe_NodesType nodes, const int nodeGlobalNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberGetNum (const int regionUserNumber, const int nodeGlobalNumber, int *nodeUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberGet (const cmfe_NodesType nodes, const int nodeGlobalNumber, int *nodeUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberSetNum (const int regionUserNumber, const int nodeGlobalNumber, const int nodeUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberSet (const cmfe_NodesType nodes, const int nodeGlobalNumber, const int nodeUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumbersAllSetNum (const int regionUserNumber, const int nodeUserNumbersSize, const int *nodeUserNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumbersAllSet (const cmfe_NodesType nodes, const int nodeUserNumbersSize, const int *nodeUserNumbers)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateFinishNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateFinish (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateStartNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateStart (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_CellMLEquationsType CellMLEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsGet (const cmfe_ProblemType problem, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_CellMLEquationsType CellMLEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateFinishNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateFinish (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateStartNum (const int problemUserNumber, const int problemSpecificationSize, const int *problemSpecification)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateStart (const int problemUserNumber, const int problemSpecificationSize, const int *problemSpecification, cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateFinishNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateFinish (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateStartNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateStart (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopDestroyNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopDestroy (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, cmfe_ControlLoopType controlLoop)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopGet (const cmfe_ProblemType problem, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, cmfe_ControlLoopType controlLoop)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_DestroyNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_Destroy (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolveNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_Solve (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_SolverType solver)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverGet (const cmfe_ProblemType problem, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_SolverType solver)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsAnalyticNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsAnalytic (const cmfe_SolverEquationsType solverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateFinishNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateFinish (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateStartNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateStart (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsDestroyNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsDestroy (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_SolverEquationsType solverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsGet (const cmfe_ProblemType problem, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_SolverEquationsType solverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateFinishNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateFinish (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateStartNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateStart (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversDestroyNum (const int problemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversDestroy (const cmfe_ProblemType problem)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationGetNum (const int problemUserNumber, const int problemSpecificationSize, int *problemSpecification)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationGet (const cmfe_ProblemType problem, const int problemSpecificationSize, int *problemSpecification)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationSizeGetNum (const int problemUserNumber, int *specificationSize)
 
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationSizeGet (const cmfe_ProblemType problem, int *specificationSize)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemGetNum (const int regionUserNumber, int *coordinateSystemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemGet (const cmfe_RegionType region, cmfe_CoordinateSystemType coordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemSetNum (const int regionUserNumber, const int coordinateSystemUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemSet (const cmfe_RegionType region, const cmfe_CoordinateSystemType coordinateSystem)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateFinishNum (const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateFinish (const cmfe_RegionType region)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateStartNum (const int regionUserNumber, const int parentRegionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateStart (const int regionUserNumber, const cmfe_RegionType parentRegion, cmfe_RegionType region)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_DestroyNum (const int regionUserNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_DataPointsGet (const cmfe_RegionType region, cmfe_DataPointsType dataPoints)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_Destroy (cmfe_RegionType region)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelGetNum (const int regionUserNumber, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelGet (const cmfe_RegionType region, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelSetNum (const int regionUserNumber, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelSet (const cmfe_RegionType region, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Region_NodesGet (const cmfe_RegionType region, cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_CellMLAddNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int regionUserNumber, const int CellMLUserNumber, int *CellMLIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_CellMLAdd (const cmfe_CellMLEquationsType CellMLEquations, const cmfe_CellMLType CellML, int *CellMLIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_CellMLEquationsGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_CellMLEquationsType CellMLEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_CellMLEquationsGet (const cmfe_SolverType solver, cmfe_CellMLEquationsType CellMLEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *DAEEulerSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeGet (const cmfe_SolverType solver, int *DAEEulerSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int DAEEulerSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeSet (const cmfe_SolverType solver, const int DAEEulerSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *DAESolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeGet (const cmfe_SolverType solver, int *DAESolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int DAESolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeSet (const cmfe_SolverType solver, const int DAESolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimesSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double startTime, const double endTime)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimesSet (const cmfe_SolverType solver, const double startTime, const double endTime)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimeStepSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double timeStep)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimeStepSet (const cmfe_SolverType solver, const double timeStep)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *degree)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeGet (const cmfe_SolverType solver, int *degree)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int degree)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeSet (const cmfe_SolverType solver, const int degree)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearityTypeGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *linearityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearityTypeGet (const cmfe_SolverType solver, int *linearityType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicNonlinearSolverGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *nonlinearSolverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicNonlinearSolverGet (const cmfe_SolverType solver, cmfe_SolverType nonlinearSolver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearSolverGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *linearSolverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearSolverGet (const cmfe_SolverType solver, cmfe_SolverType linearSolver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicSchemeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int scheme)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicSchemeSet (const cmfe_SolverType solver, const int scheme)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicThetaSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int thetasSize, const double *thetas)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicThetaSet (const cmfe_SolverType solver, const int thetasSize, const double *thetas)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicTimesSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double currentTime, const double timeIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicTimesSet (const cmfe_SolverType solver, const double currentTime, const double timeIncrement)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationArbitraryPathSetNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const cmfe_Bool arbitraryPath)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationArbitraryPathSet (const cmfe_SolverType solver, const cmfe_Bool arbitraryPath)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationClearNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationClear (const cmfe_SolverType solver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationFieldSetNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const int regionUserNumber, const int fieldUserNumber, const int variableType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationFieldSet (const cmfe_SolverType solver, const cmfe_FieldType field, const int variableType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationMatrixSetNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const int matrixSize1, const int matrixSize2, const double *matrix, const int loadIncrementIdx)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationMatrixSet (const cmfe_SolverType solver, const int matrixSize1, const int matrixSize2, const double *matrix, const int loadIncrementIdx)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationNoLoadIncrementsSetNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const int numberOfIncrements)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationNoLoadIncrementsSet (const cmfe_SolverType solver, const int numberOfIncrements)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationRotationSetNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const int pivotPointSize, const double *pivotPoint, const int axisSize, const double *axis, const double angle, const int loadIncrementIdx)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationRotationSet (const cmfe_SolverType solver, const int pivotPointSize, const double *pivotPoint, const int axisSize, const double *axis, const double angle, const int loadIncrementIdx)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationScalingsSetNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const int scalingsSize, const double *scalings)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationScalingsSet (const cmfe_SolverType solver, const int scalingsSize, const double *scalings)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationTranslationSetNum (const int problemUserNumber, const int controlLoopIdentifier, const int solverIndex, const int translationSize, const double *translation, const int loadIncrementIdx)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationTranslationSet (const cmfe_SolverType solver, const int translationSize, const double *translation, const int loadIncrementIdx)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelGet (const cmfe_SolverType solver, const int labelSize, char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelSet (const cmfe_SolverType solver, const int labelSize, const char *label)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *libraryType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeGet (const cmfe_SolverType solver, int *libraryType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int libraryType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeSet (const cmfe_SolverType solver, const int libraryType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearDirectTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int directSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearDirectTypeSet (const cmfe_SolverType solver, const int directSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_MumpsSetIcntl (const cmfe_SolverType solver, const int icntl, const int ivalue)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_MumpsSetCntl (const cmfe_SolverType solver, const int icntl, const double val)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeAbsoluteToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeAbsoluteToleranceSet (const cmfe_SolverType solver, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeDivergenceToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double divergenceTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeDivergenceToleranceSet (const cmfe_SolverType solver, const double divergenceTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeGMRESRestartSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int GMRESRestart)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeGMRESRestartSet (const cmfe_SolverType solver, const int GMRESRestart)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeMaximumIterationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeMaximumIterationsSet (const cmfe_SolverType solver, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativePreconditionerTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int preconditionerType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativePreconditionerTypeSet (const cmfe_SolverType solver, const int preconditionerType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeRelativeToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeRelativeToleranceSet (const cmfe_SolverType solver, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int iterativeSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeTypeSet (const cmfe_SolverType solver, const int iterativeSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int linearSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearTypeSet (const cmfe_SolverType solver, const int linearSolverType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonAbsoluteToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonAbsoluteToleranceSet (const cmfe_SolverType solver, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMonitorOutputSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const cmfe_Bool monitorLinesearchFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMonitorOutputSet (const cmfe_SolverType solver, const cmfe_Bool monitorLinesearchFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonJacobianCalculationTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int jacobianCalculationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonJacobianCalculationTypeSet (const cmfe_SolverType solver, const int jacobianCalculationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLinearSolverGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *linearSolverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLinearSolverGet (const cmfe_SolverType solver, cmfe_SolverType linearSolver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonCellMLSolverGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *CellMLSolverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonCellMLSolverGet (const cmfe_SolverType solver, cmfe_SolverType CellMLSolver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonConvergenceTestTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int convergenceTestType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonConvergenceTestTypeSet (const cmfe_SolverType solver, const int convergenceTestType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchAlphaSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double alpha)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchAlphaSet (const cmfe_SolverType solver, const double alpha)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMaxStepSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double maxStep)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMaxStepSet (const cmfe_SolverType solver, const double maxStep)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchStepTolSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double stepTol)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchStepTolSet (const cmfe_SolverType solver, const double stepTol)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int lineSearchType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchTypeSet (const cmfe_SolverType solver, const int lineSearchType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumFunctionEvaluationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int maximumFunctionEvaluations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumFunctionEvaluationsSet (const cmfe_SolverType solver, const int maximumFunctionEvaluations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumIterationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumIterationsSet (const cmfe_SolverType solver, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonRelativeToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonRelativeToleranceSet (const cmfe_SolverType solver, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonSolutionToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double solutionTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonSolutionToleranceSet (const cmfe_SolverType solver, const double solutionTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionDelta0SetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double delta0)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionDelta0Set (const cmfe_SolverType solver, const double delta0)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double tolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionToleranceSet (const cmfe_SolverType solver, const double tolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int newtonSolveType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTypeSet (const cmfe_SolverType solver, const int newtonSolveType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonAbsoluteToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonAbsoluteToleranceSet (const cmfe_SolverType solver, const double absoluteTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMonitorOutputSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const cmfe_Bool monitorLinesearchFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMonitorOutputSet (const cmfe_SolverType solver, const cmfe_Bool monitorLinesearchFlag)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonJacobianCalculationTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int jacobianCalculationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonJacobianCalculationTypeSet (const cmfe_SolverType solver, const int jacobianCalculationType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLinearSolverGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *linearSolverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLinearSolverGet (const cmfe_SolverType solver, cmfe_SolverType linearSolver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonCellMLSolverGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, int *CellMLSolverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonCellMLSolverGet (const cmfe_SolverType solver, cmfe_SolverType CellMLSolver)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonConvergenceTestTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int convergenceTestType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonConvergenceTestTypeSet (const cmfe_SolverType solver, const int convergenceTestType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMaxStepSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double maxStep)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMaxStepSet (const cmfe_SolverType solver, const double maxStep)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchStepTolSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double stepTol)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchStepTolSet (const cmfe_SolverType solver, const double stepTol)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int lineSearchType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchTypeSet (const cmfe_SolverType solver, const int lineSearchType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumFunctionEvaluationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int maximumFunctionEvaluations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumFunctionEvaluationsSet (const cmfe_SolverType solver, const int maximumFunctionEvaluations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumIterationsSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumIterationsSet (const cmfe_SolverType solver, const int maximumIterations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRelativeToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRelativeToleranceSet (const cmfe_SolverType solver, const double relativeTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolutionToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double solutionTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolutionToleranceSet (const cmfe_SolverType solver, const double solutionTolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionDelta0SetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double delta0)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionDelta0Set (const cmfe_SolverType solver, const double delta0)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionToleranceSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const double tolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionToleranceSet (const cmfe_SolverType solver, const double tolerance)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int quasiNewtonRestart)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartSet (const cmfe_SolverType solver, const int quasiNewtonRestart)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int quasiNewtonRestartType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartTypeSet (const cmfe_SolverType solver, const int quasiNewtonRestartType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonScaleTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int quasiNewtonScaleType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonScaleTypeSet (const cmfe_SolverType solver, const int quasiNewtonScaleType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolveTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int quasiNewtonSolveType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolveTypeSet (const cmfe_SolverType solver, const int quasiNewtonSolveType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int quasiNewtonType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTypeSet (const cmfe_SolverType solver, const int quasiNewtonType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NonlinearTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int nonlinearSolveType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_NonlinearTypeSet (const cmfe_SolverType solver, const int nonlinearSolveType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_OutputTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_OutputTypeSet (const cmfe_SolverType solver, const int outputType)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_SolverEquationsGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_SolverEquationsType solverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_Solver_SolverEquationsGet (const cmfe_SolverType solver, cmfe_SolverEquationsType solverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_EquationsSetAddNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int regionUserNumber, const int equationsSetUserNumber, int *equationsSetIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_EquationsSetAdd (const cmfe_SolverEquationsType solverEquations, const cmfe_EquationsSetType equationsSet, int *equationsSetIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_InterfaceConditionAddNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int interfaceRegionUserNumber, const int interfaceUserNumber, const int interfaceConditionUserNumber, int *interfaceConditionIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_InterfaceConditionAdd (const cmfe_SolverEquationsType solverEquations, const cmfe_InterfaceConditionType interfaceCondition, int *interfaceConditionIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMatrices_TimeDependenceTypeSet (const cmfe_InterfaceConditionType interfaceCondition, const int interfaceMatrixIndex, const cmfe_Bool hasTranspose, const int timeDependenceTypesSize, const int *timeDependenceTypes)
 
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMatrices_TimeDependenceTypeGet (const cmfe_InterfaceConditionType interfaceCondition, const int interfaceMatrixIndex, const cmfe_Bool hasTranspose, const int timeDependenceTypesSize, int *timeDependenceTypes)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_SparsityTypeSetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_SparsityTypeSet (const cmfe_SolverEquationsType solverEquations, const int sparsityType)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateFinishNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateFinish (const cmfe_SolverEquationsType solverEquations)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateStartNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateStart (cmfe_SolverEquationsType solverEquations, cmfe_BoundaryConditionsType boundaryConditions)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsGetNum (const int problemUserNumber, const int controlLoopIdentifiersSize, const int *controlLoopIdentifiers, const int solverIndex, cmfe_BoundaryConditionsType boundaryConditions)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsGet (const cmfe_SolverEquationsType solverEquations, cmfe_BoundaryConditionsType boundaryConditions)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_NumberOfMatricesGet (const cmfe_SolverEquationsType solverEquations, int *numberOfMatrices)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_MatrixGet (const cmfe_SolverEquationsType solverEquations, const int matrixIndex, cmfe_DistributedMatrixType matrix)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_JacobianMatrixGet (const cmfe_SolverEquationsType solverEquations, cmfe_DistributedMatrixType matrix)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_VectorGet (const cmfe_SolverEquationsType solverEquations, const int matrixIndex, cmfe_DistributedVectorType vector)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_ResidualVectorGet (const cmfe_SolverEquationsType solverEquations, cmfe_DistributedVectorType residualVector)
 
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_RhsVectorGet (const cmfe_SolverEquationsType solverEquations, cmfe_DistributedVectorType rhsVector)
 
IRON_C_EXPORT cmfe_Error cmfe_UserNumberGetRegion (const cmfe_RegionType region, int *userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_UserNumberGetMesh (const cmfe_MeshType mesh, int *userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_UserNumberGetBasis (const cmfe_BasisType basis, int *userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_BioelectricsFiniteElasticity_UpdateGeometricField (cmfe_ControlLoopType controlLoop, const cmfe_Bool calcClosestGaussPoint)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCreateFromFile (const int filenameSize, const char *filename, cmfe_FieldMLIOType fieldml)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputMeshCreateStart (cmfe_FieldMLIOType fieldml, const int meshArgumentNameSize, const char *meshArgumentName, cmfe_MeshType mesh, const int meshNumber, const cmfe_RegionType region)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputMeshCreateStartNum (cmfe_FieldMLIOType fieldml, const int meshArgumentNameSize, const char *meshArgumentName, const int meshNumber, const int regionNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCoordinateSystemCreateStart (cmfe_FieldMLIOType fieldml, const int evaluatorNameSize, const char *evaluatorName, cmfe_CoordinateSystemType coordinateSystem, const int userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCoordinateSystemCreateStartNum (cmfe_FieldMLIOType fieldml, const int evaluatorNameSize, const char *evaluatorName, const int userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputBasisCreateStartNum (cmfe_FieldMLIOType fieldml, const int evaluatorNameSize, const char *evaluatorName, const int userNumber)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputBasisCreateStart (cmfe_FieldMLIOType fieldml, const int evaluatorNameSize, const char *evaluatorName, const int userNumber, cmfe_BasisType basis)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputNodesCreateStartNum (cmfe_FieldMLIOType fieldml, const int nodesArgumentNameSize, const char *nodesArgumentName, const int regionNumber, cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputNodesCreateStart (cmfe_FieldMLIOType fieldml, const int nodesArgumentNameSize, const char *nodesArgumentName, const cmfe_RegionType region, cmfe_NodesType nodes)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCreateMeshComponent (cmfe_FieldMLIOType fieldml, const cmfe_MeshType mesh, const int componentNumber, const int evaluatorNameSize, const char *evaluatorName)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCreateMeshComponentNum (cmfe_FieldMLIOType fieldml, const int regionNumber, const int meshNumber, const int componentNumber, const int evaluatorNameSize, const char *evaluatorName)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldCreateStart (cmfe_FieldMLIOType fieldml, const cmfe_RegionType region, const cmfe_DecompositionType decomposition, const int fieldNumber, cmfe_FieldType field, const int variableType, const int evaluatorNameSize, const char *evaluatorName)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldCreateStartNum (cmfe_FieldMLIOType fieldml, const int regionNumber, const int meshNumber, const int decompositionNumber, const int fieldNumber, const int variableType, const int evaluatorNameSize, const char *evaluatorName)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldParametersUpdate (cmfe_FieldMLIOType fieldml, cmfe_FieldType field, const int evaluatorNameSize, const char *evaluatorName, const int variableType, const int setType)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldParametersUpdateNum (cmfe_FieldMLIOType fieldml, const int regionNumber, const int fieldNumber, const int evaluatorNameSize, const char *evaluatorName, const int variableType, const int setType)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputWrite (const cmfe_FieldMLIOType fieldml, const int filenameSize, const char *filename)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldNoType (const cmfe_FieldMLIOType fieldml, const int baseNameSize, const char *baseName, const int dofFormatSize, const char *dofFormat, const cmfe_FieldType field, const int variableType, const int setType)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldNoTypeNum (const cmfe_FieldMLIOType fieldml, const int baseNameSize, const char *baseName, const int dofFormatSize, const char *dofFormat, const int regionNumber, const int fieldNumber, const int variableType, const int setType)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldWithType (const cmfe_FieldMLIOType fieldml, const int baseNameSize, const char *baseName, const int dofFormatSize, const char *dofFormat, const cmfe_FieldType field, const int variableType, const int setType, const int typeHandle)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldWithTypeNum (const cmfe_FieldMLIOType fieldml, const int baseNameSize, const char *baseName, const int dofFormatSize, const char *dofFormat, const int regionNumber, const int fieldNumber, const int variableType, const int setType, const int typeHandle)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputCreate (const cmfe_MeshType mesh, const int locationSize, const char *location, const int baseNameSize, const char *baseName, const int connectivityFormatSize, const char *connectivityFormat, cmfe_FieldMLIOType fieldml)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputCreateNum (const int regionNumber, const int meshNumber, const int locationSize, const char *location, const int baseNameSize, const char *baseName, const int connectivityFormatSize, const char *connectivityFormat, cmfe_FieldMLIOType fieldml)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldComponents (const cmfe_FieldMLIOType fieldml, const int typeHandle, const int baseNameSize, const char *baseName, const int dofFormatSize, const char *dofFormat, const cmfe_FieldType field, const int fieldComponentNumbersSize, const int *fieldComponentNumbers, const int variableType, const int setType)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldComponentsNum (const cmfe_FieldMLIOType fieldml, const int typeHandle, const int baseNameSize, const char *baseName, const int dofFormatSize, const char *dofFormat, const int regionNumber, const int fieldNumber, const int fieldComponentNumbersSize, const int *fieldComponentNumbers, const int variableType, const int setType)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddImport (const cmfe_FieldMLIOType fieldml, const int nameSize, const char *name, int *handle)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldMLIO_Finalise (cmfe_FieldMLIOType *fieldml)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldMLIO_Initialise (cmfe_FieldMLIOType *fieldml)
 
IRON_C_EXPORT cmfe_Error cmfe_FieldMLIO_GetSession (cmfe_FieldMLIOType fieldml, int *sessionHandle)
 

Variables

const int CMFE_NO_ERROR = 0
 
const int CMFE_POINTER_IS_NULL = -1
 
const int CMFE_POINTER_NOT_NULL = -2
 
const int CMFE_COULD_NOT_ALLOCATE_POINTER = -3
 
const int CMFE_ERROR_CONVERTING_POINTER = -4
 
const cmfe_Bool cmfe_True = 1
 
const cmfe_Bool cmfe_False = 0
 
const int CMFE_ALL_DIAG_TYPE = 1
 
const int CMFE_IN_DIAG_TYPE = 2
 
const int CMFE_FROM_DIAG_TYPE = 3
 
const int CMFE_ALL_TIMING_TYPE = 1
 
const int CMFE_IN_TIMING_TYPE = 2
 
const int CMFE_FROM_TIMING_TYPE = 3
 
const int CMFE_BASIS_LAGRANGE_HERMITE_TP_TYPE = 1
 
const int CMFE_BASIS_SIMPLEX_TYPE = 2
 
const int CMFE_BASIS_SERENDIPITY_TYPE = 3
 
const int CMFE_BASIS_AUXILLIARY_TYPE = 4
 
const int CMFE_BASIS_B_SPLINE_TP_TYPE = 5
 
const int CMFE_BASIS_FOURIER_LAGRANGE_HERMITE_TP_TYPE = 6
 
const int CMFE_BASIS_EXTENDED_LAGRANGE_TP_TYPE = 7
 
const int CMFE_BASIS_LINEAR_LAGRANGE_INTERPOLATION = 1
 
const int CMFE_BASIS_QUADRATIC_LAGRANGE_INTERPOLATION = 2
 
const int CMFE_BASIS_CUBIC_LAGRANGE_INTERPOLATION = 3
 
const int CMFE_BASIS_CUBIC_HERMITE_INTERPOLATION = 4
 
const int CMFE_BASIS_QUADRATIC1_HERMITE_INTERPOLATION = 5
 
const int CMFE_BASIS_QUADRATIC2_HERMITE_INTERPOLATION = 6
 
const int CMFE_BASIS_LINEAR_SIMPLEX_INTERPOLATION = 7
 
const int CMFE_BASIS_QUADRATIC_SIMPLEX_INTERPOLATION = 8
 
const int CMFE_BASIS_CUBIC_SIMPLEX_INTERPOLATION = 9
 
const int CMFE_BASIS_DEFAULT_QUADRATURE_SCHEME = 1
 
const int CMFE_BASIS_LOW_QUADRATURE_SCHEME = 2
 
const int CMFE_BASIS_MID_QUADRATURE_SCHEME = 3
 
const int CMFE_BASIS_HIGH_QUADRATURE_SCHEME = 4
 
const int CMFE_BASIS_GAUSS_LEGENDRE_QUADRATURE = 1
 
const int CMFE_BASIS_GAUSS_LAGUERRE_QUADRATURE = 2
 
const int CMFE_BASIS_GUASS_HERMITE_QUADRATURE = 3
 
const int CMFE_BASIS_ADAPTIVE_GAUSS_LEGENDRE_QUADRATURE = 4
 
const int CMFE_BASIS_GAUSS_SIMPLEX_QUADRATURE = 5
 
const int CMFE_BASIS_XI_COLLAPSED = 1
 
const int CMFE_BASIS_COLLAPSED_AT_XI0 = 2
 
const int CMFE_BASIS_COLLAPSED_AT_XI1 = 3
 
const int CMFE_BASIS_NOT_COLLAPSED = 4
 
const int CMFE_BOUNDARY_CONDITION_FREE = 0
 
const int CMFE_BOUNDARY_CONDITION_FIXED = 1
 
const int CMFE_BOUNDARY_CONDITION_FIXED_WALL = 4
 
const int CMFE_BOUNDARY_CONDITION_FIXED_INLET = 2
 
const int CMFE_BOUNDARY_CONDITION_FIXED_OUTLET = 3
 
const int CMFE_BOUNDARY_CONDITION_MOVED_WALL = 5
 
const int CMFE_BOUNDARY_CONDITION_MOVED_WALL_INCREMENTED = 17
 
const int CMFE_BOUNDARY_CONDITION_FREE_WALL = 6
 
const int CMFE_BOUNDARY_CONDITION_NEUMANN_POINT = 8
 
const int CMFE_BOUNDARY_CONDITION_NEUMANN_POINT_INCREMENTED = 22
 
const int CMFE_BOUNDARY_CONDITION_NEUMANN_INTEGRATED = 9
 
const int CMFE_BOUNDARY_CONDITION_DIRICHLET = 10
 
const int CMFE_BOUNDARY_CONDITION_CAUCHY = 11
 
const int CMFE_BOUNDARY_CONDITION_ROBIN = 12
 
const int CMFE_BOUNDARY_CONDITION_FIXED_INCREMENTED = 13
 
const int CMFE_BOUNDARY_CONDITION_PRESSURE = 14
 
const int CMFE_BOUNDARY_CONDITION_PRESSURE_INCREMENTED = 15
 
const int CMFE_BOUNDARY_CONDITION_CORRECTION_MASS_INCREASE = 18
 
const int CMFE_BOUNDARY_CONDITION_IMPERMEABLE_WALL = 19
 
const int CMFE_BOUNDARY_CONDITION_NEUMANN_INTEGRATED_ONLY = 20
 
const int CMFE_BOUNDARY_CONDITION_FIXED_FITTED = 23
 
const int CMFE_BOUNDARY_CONDITION_FIXED_NONREFLECTING = 24
 
const int CMFE_BOUNDARY_CONDITION_FIXED_CELLML = 25
 
const int CMFE_BOUNDARY_CONDITION_SPARSE_MATRICES = 1
 
const int CMFE_BOUNDARY_CONDITION_FULL_MATRICES = 2
 
const int CMFE_ERRORS_RETURN_ERROR_CODE = 0
 
const int CMFE_ERRORS_OUTPUT_ERROR = 1
 
const int CMFE_ERRORS_TRAP_ERROR = 2
 
const int CMFE_CELLML_MODELS_FIELD = 1
 
const int CMFE_CELLML_STATE_FIELD = 2
 
const int CMFE_CELLML_INTERMEDIATE_FIELD = 3
 
const int CMFE_CELLML_PARAMETERS_FIELD = 4
 
const int CMFE_INTEGER_TYPE = 1
 
const int CMFE_SHORT_INTEGER_TYPE = 2
 
const int CMFE_LONG_INTEGER_TYPE = 3
 
const int CMFE_SINGLE_REAL_TYPE = 4
 
const int CMFE_DOUBLE_REAL_TYPE = 5
 
const int CMFE_QUADRAUPLE_REAL_TYPE = 6
 
const int CMFE_CHARACTER_TYPE = 7
 
const int CMFE_LOGICAL_TYPE = 8
 
const int CMFE_SINGLE_COMPLEX_TYPE = 9
 
const int CMFE_DOUBLE_COMPLEX_TYPE = 10
 
const int CMFE_QUADRUPLE_COMPLEX_TYPE = 11
 
const int CMFE_NO_GLOBAL_DERIV = 1
 
const int CMFE_GLOBAL_DERIV_S1 = 2
 
const int CMFE_GLOBAL_DERIV_S2 = 3
 
const int CMFE_GLOBAL_DERIV_S1_S2 = 4
 
const int CMFE_GLOBAL_DERIV_S3 = 5
 
const int CMFE_GLOBAL_DERIV_S1_S3 = 6
 
const int CMFE_GLOBAL_DERIV_S2_S3 = 7
 
const int CMFE_GLOBAL_DERIV_S1_S2_S3 = 8
 
const int CMFE_CONTROL_LOOP_NODE = 0
 
const int CMFE_CONTROL_LOOP_NO_OUTPUT = 0
 
const int CMFE_CONTROL_LOOP_PROGRESS_OUTPUT = 1
 
const int CMFE_CONTROL_LOOP_TIMING_OUTPUT = 2
 
const int CMFE_COORDINATE_RECTANGULAR_CARTESIAN_TYPE = 1
 
const int CMFE_COORDINATE_CYLINDRICAL_POLAR_TYPE = 2
 
const int CMFE_COORDINATE_SPHERICAL_POLAR_TYPE = 3
 
const int CMFE_COORDINATE_PROLATE_SPHEROIDAL_TYPE = 4
 
const int CMFE_COORDINATE_OBLATE_SPHEROIDAL_TYPE = 5
 
const int CMFE_COORDINATE_NO_RADIAL_INTERPOLATION_TYPE = 0
 
const int CMFE_COORDINATE_RADIAL_INTERPOLATION_TYPE = 1
 
const int CMFE_COORDINATE_RADIAL_SQUARED_INTERPOLATION_TYPE = 2
 
const int CMFE_COORDINATE_RADIAL_CUBED_INTERPOLATION_TYPE = 3
 
const int CMFE_DATA_PROJECTION_BOUNDARY_LINES_PROJECTION_TYPE = 1
 
const int CMFE_DATA_PROJECTION_BOUNDARY_FACES_PROJECTION_TYPE = 2
 
const int CMFE_DATA_PROJECTION_ALL_ELEMENTS_PROJECTION_TYPE = 3
 
const int CMFE_EQUATIONS_NO_OUTPUT = 0
 
const int CMFE_EQUATIONS_TIMING_OUTPUT = 1
 
const int CMFE_EQUATIONS_MATRIX_OUTPUT = 2
 
const int CMFE_EQUATIONS_ELEMENT_MATRIX_OUTPUT = 3
 
const int CMFE_EQUATIONS_NODAL_MATRIX_OUTPUT = 4
 
const int CMFE_EQUATIONS_SPARSE_MATRICES = 1
 
const int CMFE_EQUATIONS_FULL_MATRICES = 2
 
const int CMFE_EQUATIONS_UNLUMPED_MATRICES = 1
 
const int CMFE_EQUATIONS_LUMPED_MATRICES = 2
 
const int CMFE_EQUATIONS_LINEAR = 1
 
const int CMFE_EQUATIONS_NONLINEAR = 2
 
const int CMFE_EQUATIONS_NONLINEAR_BCS = 3
 
const int CMFE_EQUATIONS_STATIC = 1
 
const int CMFE_EQUATIONS_QUASISTATIC = 2
 
const int CMFE_EQUATIONS_FIRST_ORDER_DYNAMIC = 3
 
const int CMFE_EQUATIONS_SECOND_ORDER_DYNAMIC = 4
 
const int CMFE_EQUATIONS_TIME_STEPPING = 5
 
const int CMFE_EQUATIONS_JACOBIAN_FINITE_DIFFERENCE_CALCULATED = 1
 
const int CMFE_EQUATIONS_JACOBIAN_ANALYTIC_CALCULATED = 2
 
const int CMFE_EQUATIONS_SET_NO_CLASS = 0
 
const int CMFE_EQUATIONS_SET_ELASTICITY_CLASS = 1
 
const int CMFE_EQUATIONS_SET_FLUID_MECHANICS_CLASS = 2
 
const int CMFE_EQUATIONS_SET_ELECTROMAGNETICS_CLASS = 3
 
const int CMFE_EQUATIONS_SET_CLASSICAL_FIELD_CLASS = 4
 
const int CMFE_EQUATIONS_SET_BIOELECTRICS_CLASS = 5
 
const int CMFE_EQUATIONS_SET_MODAL_CLASS = 6
 
const int CMFE_EQUATIONS_SET_FITTING_CLASS = 7
 
const int CMFE_EQUATIONS_SET_OPTIMISATION_CLASS = 8
 
const int CMFE_EQUATIONS_SET_MULTI_PHYSICS_CLASS = 9
 
const int CMFE_EQUATIONS_SET_NO_TYPE = 0
 
const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_TYPE = 1
 
const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_TYPE = 2
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TYPE = 1
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TYPE = 2
 
const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TYPE = 3
 
const int CMFE_EQUATIONS_SET_DARCY_PRESSURE_EQUATION_TYPE = 4
 
const int CMFE_EQUATIONS_SET_POISEUILLE_EQUATION_TYPE = 5
 
const int CMFE_EQUATIONS_SET_BURGERS_EQUATION_TYPE = 6
 
const int CMFE_EQUATIONS_SET_CHARACTERISTIC_EQUATION_TYPE = 7
 
const int CMFE_EQUATIONS_SET_ELECTROSTATIC_TYPE = 1
 
const int CMFE_EQUATIONS_SET_MAGNETOSTATIC_TYPE = 2
 
const int CMFE_EQUATIONS_SET_MAXWELLS_EQUATIONS_TYPE = 3
 
const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_TYPE = 1
 
const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TYPE = 2
 
const int CMFE_EQUATIONS_SET_HELMHOLTZ_EQUATION_TYPE = 3
 
const int CMFE_EQUATIONS_SET_WAVE_EQUATION_TYPE = 4
 
const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_TYPE = 6
 
const int CMFE_EQUATIONS_SET_ADVECTION_EQUATION_TYPE = 11
 
const int CMFE_EQUATIONS_SET_ADVECTION_DIFFUSION_EQUATION_TYPE = 7
 
const int CMFE_EQUATIONS_SET_REACTION_DIFFUSION_EQUATION_TYPE = 8
 
const int CMFE_EQUATIONS_SET_BIHARMONIC_EQUATION_TYPE = 9
 
const int CMFE_EQUATIONS_SET_MONODOMAIN_EQUATION_TYPE = 1
 
const int CMFE_EQUATIONS_SET_BIDOMAIN_EQUATION_TYPE = 2
 
const int CMFE_EQUATIONS_SET_LINEAR_ELASTIC_MODAL_TYPE = 1
 
const int CMFE_EQUATIONS_SET_DATA_FITTING_EQUATION_TYPE = 10
 
const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_DARCY_TYPE = 1
 
const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_STOKES_TYPE = 2
 
const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_NAVIER_STOKES_TYPE = 3
 
const int CMFE_EQUATIONS_SET_DIFFUSION_DIFFUSION_TYPE = 4
 
const int CMFE_EQUATIONS_SET_DIFFUSION_ADVECTION_DIFFUSION_TYPE = 5
 
const int CMFE_EQUATIONS_SET_MONODOMAIN_STRANG_SPLITTING_EQUATION_TYPE = 3
 
const int CMFE_EQUATIONS_SET_NO_SUBTYPE = 0
 
const int CMFE_EQUATIONS_SET_THREE_DIMENSIONAL_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_TWO_DIMENSIONAL_PLANE_STRESS_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_TWO_DIMENSIONAL_PLANE_STRAIN_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_ONE_DIMENSIONAL_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_PLATE_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_SHELL_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_MOONEY_RIVLIN_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_INCOMPRESSIBLE_MOONEY_RIVLIN_SUBTYPE = 21
 
const int CMFE_EQUATIONS_SET_NEARLY_INCOMPRESSIBLE_MOONEY_RIVLIN_SUBTYPE = 22
 
const int CMFE_EQUATIONS_SET_MOONEY_RIVLIN_ACTIVECONTRACTION_SUBTYPE = 24
 
const int CMFE_EQUATIONS_SET_STVENANT_KIRCHOFF_ACTIVECONTRACTION_SUBTYPE = 25
 
const int CMFE_EQUATIONS_SET_ACTIVECONTRACTION_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_ISOTROPIC_EXPONENTIAL_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_EXPONENTIAL_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_ACTIVE_SUBTYPE = 27
 
const int CMFE_EQUATIONS_SET_TRANS_ISOTROPIC_ACTIVE_TRANSITION_SUBTYPE = 28
 
const int CMFE_EQUATIONS_SET_ORTHOTROPIC_MATERIAL_COSTA_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_COMPRESSIBLE_FINITE_ELASTICITY_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_COMPRESSIBLE_ACTIVECONTRACTION_SUBTYPE = 26
 
const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_GUCCIONE_SUBTYPE = 15
 
const int CMFE_EQUATIONS_SET_ACTIVE_STRAIN_SUBTYPE = 34
 
const int CMFE_EQUATIONS_SET_MULTISCALE_ACTIVE_STRAIN_SUBTYPE = 35
 
const int CMFE_EQUATIONS_SET_REFERENCE_STATE_MOONEY_RIVLIN_SUBTYPE = 36
 
const int CMFE_EQUATIONS_SET_GUCCIONE_ACTIVECONTRACTION_SUBTYPE = 32
 
const int CMFE_EQUATIONS_SET_INCOMPRESS_FINITE_ELASTICITY_DARCY_SUBTYPE = 8
 
const int CMFE_EQUATIONS_SET_ELASTICITY_DARCY_INRIA_MODEL_SUBTYPE = 10
 
const int CMFE_EQUATIONS_SET_ELASTICITY_MULTI_COMP_DARCY_INRIA_SUBTYPE = 12
 
const int CMFE_EQUATIONS_SET_INCOMPRESS_ELASTICITY_DRIVEN_DARCY_SUBTYPE = 11
 
const int CMFE_EQUATIONS_SET_INCOMPRESSIBLE_ELASTICITY_DRIVEN_MR_SUBTYPE = 13
 
const int CMFE_EQUATIONS_SET_INCOMPRESS_ELAST_MULTI_COMP_DARCY_SUBTYPE = 14
 
const int CMFE_EQUATIONS_SET_MEMBRANE_SUBTYPE = 7
 
const int CMFE_EQUATIONS_SET_ORTHOTROPIC_HOLZAPFEL_OGDEN_SUBTYPE = 9
 
const int CMFE_EQUATIONS_SET_HOLZAPFEL_OGDEN_ACTIVECONTRACTION_SUBTYPE = 31
 
const int CMFE_EQUATIONS_SET_ELASTICITY_FLUID_PRES_STATIC_INRIA_SUBTYPE = 16
 
const int CMFE_EQUATIONS_SET_ELASTICITY_FLUID_PRES_HOLMES_MOW_SUBTYPE = 18
 
const int CMFE_EQUATIONS_SET_ELASTI_FLUID_PRES_HOLMES_MOW_ACTIVE_SUBTYPE = 19
 
const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_POLYNOMIAL_SUBTYPE = 20
 
const int CMFE_EQUATIONS_SET_ANISOTROPIC_POLYNOMIAL_SUBTYPE = 29
 
const int CMFE_EQUATIONS_SET_ANISOTROPIC_POLYNOMIAL_ACTIVE_SUBTYPE = 30
 
const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_HUMPHREY_YIN_SUBTYPE = 23
 
const int CMFE_EQUATIONS_SET_STATIC_STOKES_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_LAPLACE_STOKES_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_TRANSIENT_STOKES_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_ALE_STOKES_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_PGM_STOKES_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_OPTIMISED_STOKES_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_STATIC_NAVIER_STOKES_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_LAPLACE_NAVIER_STOKES_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_TRANSIENT_NAVIER_STOKES_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_TRANSIENT_RBS_NAVIER_STOKES_SUBTYPE = 9
 
const int CMFE_EQUATIONS_SET_STATIC_RBS_NAVIER_STOKES_SUBTYPE = 13
 
const int CMFE_EQUATIONS_SET_MULTISCALE3D_NAVIER_STOKES_SUBTYPE = 11
 
const int CMFE_EQUATIONS_SET_CONSTITUTIVE_MU_NAVIER_STOKES_SUBTYPE = 18
 
const int CMFE_EQUATIONS_SET_TRANSIENT1D_NAVIER_STOKES_SUBTYPE = 8
 
const int CMFE_EQUATIONS_SET_TRANSIENT1D_ADV_NAVIER_STOKES_SUBTYPE = 14
 
const int CMFE_EQUATIONS_SET_CHARACTERISTIC_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_COUPLED1D0D_NAVIER_STOKES_SUBTYPE = 12
 
const int CMFE_EQUATIONS_SET_COUPLED1D0D_ADV_NAVIER_STOKES_SUBTYPE = 15
 
const int CMFE_EQUATIONS_SET_STREE1D0D_SUBTYPE = 16
 
const int CMFE_EQUATIONS_SET_STREE1D0D_ADV_SUBTYPE = 17
 
const int CMFE_EQUATIONS_SET_ALE_NAVIER_STOKES_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_PGM_NAVIER_STOKES_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_OPTIMISED_NAVIER_STOKES_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_STANDARD_DARCY_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_QUASISTATIC_DARCY_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_ALE_DARCY_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_TRANSIENT_DARCY_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_TRANSIENT_ALE_DARCY_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_MULTI_COMPARTMENT_DARCY_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_BURGERS_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_GENERALISED_BURGERS_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_STATIC_BURGERS_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_INVISCID_BURGERS_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_STANDARD_LAPLACE_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_GENERALISED_LAPLACE_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_MOVING_MESH_LAPLACE_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_STATIC_POISEUILLE_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_DYNAMIC_POISEUILLE_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_LINEAR_PRESSURE_POISSON_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_NONLINEAR_PRESSURE_POISSON_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_ALE_PRESSURE_POISSON_SUBTYPE = 7
 
const int CMFE_EQUATIONS_SET_FITTED_PRESSURE_POISSON_SUBTYPE = 8
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_POISSON_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_EXTRACELLULAR_BIDOMAIN_POISSON_SUBTYPE = 9
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_POISSON_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_POISSON_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_POISSON_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_STANDARD_HELMHOLTZ_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_GENERALISED_HELMHOLTZ_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_DIFFUSION_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_DIFFUSION_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_DIFFUSION_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_DIFFUSION_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_DIFFUSION_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_ALE_DIFFUSION_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ALE_DIFFUSION_SUBTYPE = 7
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ALE_DIFFUSION_SUBTYPE = 8
 
const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_ALE_DIFFUSION_SUBTYPE = 9
 
const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_ALE_DIFFUSION_SUBTYPE = 10
 
const int CMFE_EQUATIONS_SET_MULTI_COMP_TRANSPORT_DIFFUSION_SUBTYPE = 11
 
const int CMFE_EQUATIONS_SET_ADVECTION_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_ADVEC_DIFF_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_ADVEC_DIFF_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_CONSTITUTIVE_LAW_IN_CELLML_EVALUATE_SUBTYPE = 17
 
const int CMFE_EQUATIONS_SET_CONSTIT_AND_GROWTH_LAW_IN_CELLML_SUBTYPE = 33
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 21
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ALE_ADVEC_DIFF_SUBTYPE = 22
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ALE_ADVEC_DIFF_SUBTYPE = 23
 
const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_ALE_ADVEC_DIFF_SUBTYPE = 24
 
const int CMFE_EQUATIONS_SET_EXP_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 25
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 7
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 8
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 9
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 10
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 11
 
const int CMFE_EQUATIONS_SET_QUAD_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 12
 
const int CMFE_EQUATIONS_SET_EXP_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 13
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_ALE_ADVECTION_DIFF_SUPG_SUBTYPE = 29
 
const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ALE_ADVEC_DIFF_SUPG_SUBTYPE = 30
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ALE_ADVEC_DIFF_SUPG_SUBTYPE = 31
 
const int CMFE_EQUATIONS_SET_QUAD_SOURCE_ALE_ADVECTION_DIFF_SUPG_SUBTYPE = 32
 
const int CMFE_EQUATIONS_SET_EXP_SOURCE_ALE_ADVECTION_DIFF_SUPG_SUBTYPE = 33
 
const int CMFE_EQUATIONS_SET_NO_SOURCE_STATIC_ADVEC_DIFF_SUPG_SUBTYPE = 14
 
const int CMFE_EQUATIONS_SET_CONST_SOURCE_STATIC_ADVEC_DIFF_SUPG_SUBTYPE = 15
 
const int CMFE_EQUATIONS_SET_LIN_SOURCE_STATIC_ADVEC_DIFF_SUPG_SUBTYPE = 16
 
const int CMFE_EQUATIONS_SET_COUPLED_SOURCE_DIFFUSION_ADVEC_DIFF_SUBTYPE = 17
 
const int CMFE_EQUATIONS_SET_MULTI_COMP_TRANSPORT_ADVEC_DIFF_SUBTYPE = 18
 
const int CMFE_EQUATIONS_SET_MULT_COMP_TRANSPORT_ADVEC_DIFF_SUPG_SUBTYPE = 19
 
const int CMFE_EQUATIONS_SET_CELLML_REAC_SPLIT_REAC_DIFF_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_CELLML_REAC_NO_SPLIT_REAC_DIFF_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_CONSTANT_REAC_DIFF_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_MONODOMAIN_BUENOOROVIO_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_MONODOMAIN_TENTUSSCHER06_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_FIRST_BIDOMAIN_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_SECOND_BIDOMAIN_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_STANDARD_DATA_FITTING_SUBTYPE = 1
 
const int CMFE_EQUATIONS_SET_GENERALISED_DATA_FITTING_SUBTYPE = 2
 
const int CMFE_EQUATIONS_SET_MAT_PROPERTIES_DATA_FITTING_SUBTYPE = 3
 
const int CMFE_EQUATIONS_SET_MAT_PROP_INRIA_MODEL_DATA_FITTING_SUBTYPE = 4
 
const int CMFE_EQUATIONS_SET_VECTOR_DATA_FITTING_SUBTYPE = 5
 
const int CMFE_EQUATIONS_SET_DIVFREE_VECTOR_DATA_FITTING_SUBTYPE = 6
 
const int CMFE_EQUATIONS_SET_DATA_POINT_VECTOR_STATIC_FITTING_SUBTYPE = 9
 
const int CMFE_EQUATIONS_SET_DATA_PT_VECTOR_QUASISTATIC_FITTING_SUBTYPE = 10
 
const int CMFE_EQUATIONS_SET_VECTOR_DATA_PRE_FITTING_SUBTYPE = 7
 
const int CMFE_EQUATIONS_SET_DIVFREE_VECTOR_DATA_PRE_FITTING_SUBTYPE = 8
 
const int CMFE_EQUATIONS_SET_COUPLED_SOURCE_DIFFUSION_DIFFUSION_SUBTYPE = 111
 
const int CMFE_EQUATIONS_SET_STANDARD_MONODOMAIN_ELASTICITY_SUBTYPE = 141
 
const int CMFE_EQUATIONS_SET_1D3D_MONODOMAIN_ELASTICITY_SUBTYPE = 142
 
const int CMFE_EQUATIONS_SET_MONODOMAIN_ELASTICITY_W_TITIN_SUBTYPE = 143
 
const int CMFE_EQUATIONS_SET_MONODOMAIN_ELASTICITY_VELOCITY_SUBTYPE = 144
 
const int CMFE_EQUATIONS_SET_1D3D_MONODOMAIN_ACTIVE_STRAIN_SUBTYPE = 145
 
const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_NAVIER_STOKES_ALE_SUBTYPE = 151
 
const int CMFE_EQUATIONS_SET_FEM_SOLUTION_METHOD = 1
 
const int CMFE_EQUATIONS_SET_BEM_SOLUTION_METHOD = 2
 
const int CMFE_EQUATIONS_SET_FD_SOLUTION_METHOD = 3
 
const int CMFE_EQUATIONS_SET_FV_SOLUTION_METHOD = 4
 
const int CMFE_EQUATIONS_SET_GFEM_SOLUTION_METHOD = 5
 
const int CMFE_EQUATIONS_SET_GFD_SOLUTION_METHOD = 6
 
const int CMFE_EQUATIONS_SET_GFV_SOLUTION_METHOD = 7
 
const int CMFE_EQUATIONS_SET_DERIVED_STRAIN = 1
 
const int CMFE_EQUATIONS_SET_DERIVED_STRESS = 2
 
const int CMFE_EQUATIONS_SET_EVALUATE_DEFORMATION_GRADIENT_TENSOR = 1
 
const int CMFE_EQUATIONS_SET_EVALUATE_R_CAUCHY_GREEN_DEFORMATION_TENSOR = 2
 
const int CMFE_EQUATIONS_SET_EVALUATE_GREEN_LAGRANGE_STRAIN_TENSOR = 3
 
const int CMFE_EQUATIONS_SET_EVALUATE_CAUCHY_STRESS_TENSOR = 4
 
const int CMFE_EQUATIONS_SET_EVALUATE_SECOND_PK_STRESS_TENSOR = 5
 
const int CMFE_EQUATIONS_MATRIX_STIFFNESS = 1
 
const int CMFE_EQUATIONS_MATRIX_DAMPING = 2
 
const int CMFE_EQUATIONS_MATRIX_MASS = 3
 
const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_2 = 2
 
const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_1 = 3
 
const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_2 = 4
 
const int CMFE_EQUATIONS_SET_HELMHOLTZ_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_POISEUILLE_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TWO_DIM_2 = 2
 
const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TWO_DIM_3 = 3
 
const int CMFE_EQUATIONS_SET_POISSON_EQUATION_THREE_DIM_1 = 4
 
const int CMFE_EQUATIONS_SET_POISSON_EQUATION_THREE_DIM_2 = 5
 
const int CMFE_EQUATIONS_SET_POISSON_EQUATION_THREE_DIM_3 = 6
 
const int CMFE_EQUATIONS_SET_PRESSURE_POISSON_THREE_DIM_1 = 18
 
const int CMFE_EQUATIONS_SET_PRESSURE_POISSON_THREE_DIM_2 = 19
 
const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_ONE_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_TWO_DIM_1 = 2
 
const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_THREE_DIM_1 = 3
 
const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_DIFFUSION_THREE_DIM_1 = 3
 
const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_DIFFUSION_ONE_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_DIFFUSION_ONE_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_TWO_COMP_TWO_DIM = 4
 
const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_TWO_COMP_THREE_DIM = 5
 
const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_THREE_COMP_THREE_DIM = 6
 
const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_FOUR_COMP_THREE_DIM = 7
 
const int CMFE_EQUATIONS_SET_ADVECTION_DIFFUSION_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_2 = 2
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_3 = 3
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_4 = 4
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_5 = 5
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_1 = 6
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_2 = 7
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_3 = 8
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_4 = 9
 
const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_5 = 10
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_POISEUILLE = 12
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_TAYLOR_GREEN = 13
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_FLOWRATE_AORTA = 14
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_SINUSOID = 15
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_SPLINT_FROM_FILE = 17
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_2 = 2
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_3 = 3
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_4 = 4
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_5 = 5
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_1 = 6
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_2 = 7
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_3 = 8
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_4 = 9
 
const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_5 = 10
 
const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TWO_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TWO_DIM_2 = 2
 
const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TWO_DIM_3 = 3
 
const int CMFE_EQUATIONS_SET_DARCY_EQUATION_THREE_DIM_1 = 4
 
const int CMFE_EQUATIONS_SET_DARCY_EQUATION_THREE_DIM_2 = 5
 
const int CMFE_EQUATIONS_SET_DARCY_EQUATION_THREE_DIM_3 = 6
 
const int CMFE_EQUATIONS_SET_INCOMP_ELAST_DARCY_ANALYTIC_DARCY = 7
 
const int CMFE_EQUATIONS_SET_BURGERS_EQUATION_ONE_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_GENERALISED_BURGERS_EQUATION_ONE_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_GENERALISED_BURGERS_EQUATION_ONE_DIM_2 = 2
 
const int CMFE_EQUATIONS_SET_STATIC_BURGERS_EQUATION_ONE_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_ONE_DIM_1 = 1
 
const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_TWO_DIM_1 = 2
 
const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_TWO_DIM_2 = 3
 
const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_THREE_DIM_1 = 4
 
const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_THREE_DIM_2 = 5
 
const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_CYLINDER = 1
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_PIN_IDX = 1
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_POUT_IDX = 2
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_LAMBDA_IDX = 3
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_TSI_IDX = 4
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_RIN_IDX = 5
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_ROUT_IDX = 6
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_C1_IDX = 7
 
const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_C2_IDX = 8
 
const int CMFE_FIELD_INDEPENDENT_TYPE = 1
 
const int CMFE_FIELD_DEPENDENT_TYPE = 2
 
const int CMFE_FIELD_SCALAR_DIMENSION_TYPE = 1
 
const int CMFE_FIELD_VECTOR_DIMENSION_TYPE = 2
 
const int CMFE_FIELD_TENSOR_DIMENSION_TYPE = 3
 
const int CMFE_FIELD_GEOMETRIC_TYPE = 1
 
const int CMFE_FIELD_FIBRE_TYPE = 2
 
const int CMFE_FIELD_GENERAL_TYPE = 3
 
const int CMFE_FIELD_MATERIAL_TYPE = 4
 
const int CMFE_FIELD_GEOMETRIC_GENERAL_TYPE = 5
 
const int CMFE_FIELD_CONSTANT_INTERPOLATION = 1
 
const int CMFE_FIELD_ELEMENT_BASED_INTERPOLATION = 2
 
const int CMFE_FIELD_NODE_BASED_INTERPOLATION = 3
 
const int CMFE_FIELD_GRID_POINT_BASED_INTERPOLATION = 4
 
const int CMFE_FIELD_GAUSS_POINT_BASED_INTERPOLATION = 5
 
const int CMFE_FIELD_DATA_POINT_BASED_INTERPOLATION = 6
 
const int CMFE_FIELD_NUMBER_OF_VARIABLE_SUBTYPES = 4
 
const int CMFE_FIELD_U_VARIABLE_TYPE = 1
 
const int CMFE_FIELD_DELUDELN_VARIABLE_TYPE = 2
 
const int CMFE_FIELD_DELUDELT_VARIABLE_TYPE = 3
 
const int CMFE_FIELD_DEL2UDELT2_VARIABLE_TYPE = 4
 
const int CMFE_FIELD_V_VARIABLE_TYPE = 5
 
const int CMFE_FIELD_DELVDELN_VARIABLE_TYPE = 6
 
const int CMFE_FIELD_DELVDELT_VARIABLE_TYPE = 7
 
const int CMFE_FIELD_DEL2VDELT2_VARIABLE_TYPE = 8
 
const int CMFE_FIELD_U1_VARIABLE_TYPE = 9
 
const int CMFE_FIELD_DELU1DELN_VARIABLE_TYPE = 10
 
const int CMFE_FIELD_DELU1DELT_VARIABLE_TYPE = 11
 
const int CMFE_FIELD_DEL2U1DELT2_VARIABLE_TYPE = 12
 
const int CMFE_FIELD_U2_VARIABLE_TYPE = 13
 
const int CMFE_FIELD_DELU2DELN_VARIABLE_TYPE = 14
 
const int CMFE_FIELD_DELU2DELT_VARIABLE_TYPE = 15
 
const int CMFE_FIELD_DEL2U2DELT2_VARIABLE_TYPE = 16
 
const int CMFE_FIELD_U3_VARIABLE_TYPE = 17
 
const int CMFE_FIELD_DELU3DELN_VARIABLE_TYPE = 18
 
const int CMFE_FIELD_DELU3DELT_VARIABLE_TYPE = 19
 
const int CMFE_FIELD_DEL2U3DELT2_VARIABLE_TYPE = 20
 
const int CMFE_FIELD_U4_VARIABLE_TYPE = 21
 
const int CMFE_FIELD_DELU4DELN_VARIABLE_TYPE = 22
 
const int CMFE_FIELD_DELU4DELT_VARIABLE_TYPE = 23
 
const int CMFE_FIELD_DEL2U4DELT2_VARIABLE_TYPE = 24
 
const int CMFE_FIELD_U5_VARIABLE_TYPE = 25
 
const int CMFE_FIELD_DELU5DELN_VARIABLE_TYPE = 26
 
const int CMFE_FIELD_DELU5DELT_VARIABLE_TYPE = 27
 
const int CMFE_FIELD_DEL2U5DELT2_VARIABLE_TYPE = 28
 
const int CMFE_FIELD_U6_VARIABLE_TYPE = 29
 
const int CMFE_FIELD_DELU6DELN_VARIABLE_TYPE = 30
 
const int CMFE_FIELD_DELU6DELT_VARIABLE_TYPE = 31
 
const int CMFE_FIELD_DEL2U6DELT2_VARIABLE_TYPE = 32
 
const int CMFE_FIELD_U7_VARIABLE_TYPE = 33
 
const int CMFE_FIELD_DELU7DELN_VARIABLE_TYPE = 34
 
const int CMFE_FIELD_DELU7DELT_VARIABLE_TYPE = 35
 
const int CMFE_FIELD_DEL2U7DELT2_VARIABLE_TYPE = 36
 
const int CMFE_FIELD_U8_VARIABLE_TYPE = 37
 
const int CMFE_FIELD_DELU8DELN_VARIABLE_TYPE = 38
 
const int CMFE_FIELD_DELU8DELT_VARIABLE_TYPE = 39
 
const int CMFE_FIELD_DEL2U8DELT2_VARIABLE_TYPE = 40
 
const int CMFE_FIELD_U9_VARIABLE_TYPE = 41
 
const int CMFE_FIELD_DELU9DELN_VARIABLE_TYPE = 42
 
const int CMFE_FIELD_DELU9DELT_VARIABLE_TYPE = 43
 
const int CMFE_FIELD_DEL2U9DELT2_VARIABLE_TYPE = 44
 
const int CMFE_FIELD_U10_VARIABLE_TYPE = 45
 
const int CMFE_FIELD_DELU10DELN_VARIABLE_TYPE = 46
 
const int CMFE_FIELD_DELU10DELT_VARIABLE_TYPE = 47
 
const int CMFE_FIELD_DEL2U10DELT2_VARIABLE_TYPE = 48
 
const int CMFE_FIELD_INTG_TYPE = 1
 
const int CMFE_FIELD_SP_TYPE = 2
 
const int CMFE_FIELD_DP_TYPE = 3
 
const int CMFE_FIELD_L_TYPE = 4
 
const int CMFE_FIELD_SEPARATED_COMPONENT_DOF_ORDER = 1
 
const int CMFE_FIELD_CONTIGUOUS_COMPONENT_DOF_ORDER = 2
 
const int CMFE_FIELD_VALUES_SET_TYPE = 1
 
const int CMFE_FIELD_BOUNDARY_CONDITIONS_SET_TYPE = 2
 
const int CMFE_FIELD_INITIAL_VALUES_SET_TYPE = 3
 
const int CMFE_FIELD_INCREMENTAL_VALUES_SET_TYPE = 4
 
const int CMFE_FIELD_ANALYTIC_VALUES_SET_TYPE = 5
 
const int CMFE_FIELD_PREVIOUS_VALUES_SET_TYPE = 6
 
const int CMFE_FIELD_MEAN_PREDICTED_DISPLACEMENT_SET_TYPE = 7
 
const int CMFE_FIELD_VELOCITY_VALUES_SET_TYPE = 8
 
const int CMFE_FIELD_INITIAL_VELOCITY_SET_TYPE = 9
 
const int CMFE_FIELD_PREVIOUS_VELOCITY_SET_TYPE = 9
 
const int CMFE_FIELD_MEAN_PREDICTED_VELOCITY_SET_TYPE = 10
 
const int CMFE_FIELD_ACCELERATION_VALUES_SET_TYPE = 11
 
const int CMFE_FIELD_INITIAL_ACCELERATION_SET_TYPE = 12
 
const int CMFE_FIELD_PREVIOUS_ACCELERATION_SET_TYPE = 12
 
const int CMFE_FIELD_MEAN_PREDICTED_ACCELERATION_SET_TYPE = 13
 
const int CMFE_FIELD_PRESSURE_VALUES_SET_TYPE = 29
 
const int CMFE_FIELD_PREVIOUS_PRESSURE_SET_TYPE = 30
 
const int CMFE_FIELD_IMPERMEABLE_FLAG_VALUES_SET_TYPE = 34
 
const int CMFE_FIELD_INTEGRATED_NEUMANN_SET_TYPE = 35
 
const int CMFE_FIELD_MESH_DISPLACEMENT_SET_TYPE = 19
 
const int CMFE_FIELD_MESH_VELOCITY_SET_TYPE = 20
 
const int CMFE_FIELD_NO_SCALING = 0
 
const int CMFE_FIELD_UNIT_SCALING = 1
 
const int CMFE_FIELD_ARC_LENGTH_SCALING = 2
 
const int CMFE_FIELD_ARITHMETIC_MEAN_SCALING = 3
 
const int CMFE_FIELD_GEOMETRIC_MEAN_SCALING = 4
 
const int CMFE_FIELD_HARMONIC_MEAN_SCALING = 5
 
const int CMFE_GENERATED_MESH_REGULAR_MESH_TYPE = 1
 
const int CMFE_GENERATED_MESH_POLAR_MESH_TYPE = 2
 
const int CMFE_GENERATED_MESH_FRACTAL_TREE_MESH_TYPE = 3
 
const int CMFE_GENERATED_MESH_CYLINDER_MESH_TYPE = 4
 
const int CMFE_GENERATED_MESH_ELLIPSOID_MESH_TYPE = 5
 
const int CMFE_GENERATED_MESH_CYLINDER_INNER_SURFACE = 1
 
const int CMFE_GENERATED_MESH_CYLINDER_OUTER_SURFACE = 2
 
const int CMFE_GENERATED_MESH_CYLINDER_TOP_SURFACE = 3
 
const int CMFE_GENERATED_MESH_CYLINDER_BOTTOM_SURFACE = 4
 
const int CMFE_GENERATED_MESH_ELLIPSOID_INNER_SURFACE = 5
 
const int CMFE_GENERATED_MESH_ELLIPSOID_OUTER_SURFACE = 6
 
const int CMFE_GENERATED_MESH_ELLIPSOID_TOP_SURFACE = 7
 
const int CMFE_GENERATED_MESH_REGULAR_LEFT_SURFACE = 8
 
const int CMFE_GENERATED_MESH_REGULAR_RIGHT_SURFACE = 9
 
const int CMFE_GENERATED_MESH_REGULAR_TOP_SURFACE = 10
 
const int CMFE_GENERATED_MESH_REGULAR_BOTTOM_SURFACE = 11
 
const int CMFE_GENERATED_MESH_REGULAR_FRONT_SURFACE = 12
 
const int CMFE_GENERATED_MESH_REGULAR_BACK_SURFACE = 13
 
const int CMFE_INTERFACE_CONDITION_LAGRANGE_MULTIPLIERS_METHOD = 1
 
const int CMFE_INTERFACE_CONDITION_AUGMENTED_LAGRANGE_METHOD = 2
 
const int CMFE_INTERFACE_CONDITION_PENALTY_METHOD = 3
 
const int CMFE_INTERFACE_CONDITION_POINT_TO_POINT_METHOD = 4
 
const int CMFE_INTERFACE_CONDITION_FIELD_CONTINUITY_OPERATOR = 1
 
const int CMFE_INTERFACE_CONDITION_FIELD_NORMAL_CONTINUITY_OPERATOR = 2
 
const int CMFE_INTERFACE_CONDITION_FLS_CONTACT_OPERATOR = 3
 
const int CMFE_INTERFACE_CONDITION_FLS_CONTACT_REPROJECT_OPERATOR = 4
 
const int CMFE_INTERFACE_CONDITION_SOLID_FLUID_OPERATOR = 5
 
const int CMFE_INTERFACE_CONDITION_SOLID_FLUID_NORMAL_OPERATOR = 6
 
const int CMFE_INTERFACE_CONDITION_GAUSS_INTEGRATION = 1
 
const int CMFE_INTERFACE_CONDITION_DATA_POINTS_INTEGRATION = 2
 
const int CMFE_DECOMPOSITION_ALL_TYPE = 1
 
const int CMFE_DECOMPOSITION_CALCULATED_TYPE = 2
 
const int CMFE_DECOMPOSITION_USER_DEFINED_TYPE = 3
 
const int CMFE_MATRIX_BLOCK_STORAGE_TYPE = 0
 
const int CMFE_MATRIX_DIAGONAL_STORAGE_TYPE = 1
 
const int CMFE_MATRIX_COLUMN_MAJOR_STORAGE_TYPE = 2
 
const int CMFE_MATRIX_ROW_MAJOR_STORAGE_TYPE = 3
 
const int CMFE_MATRIX_COMPRESSED_ROW_STORAGE_TYPE = 4
 
const int CMFE_MATRIX_COMPRESSED_COLUMN_STORAGE_TYPE = 5
 
const int CMFE_MATRIX_ROW_COLUMN_STORAGE_TYPE = 6
 
const int CMFE_MATRIX_VECTOR_INTG_TYPE = 1
 
const int CMFE_MATRIX_VECTOR_SP_TYPE = 4
 
const int CMFE_MATRIX_VECTOR_DP_TYPE = 5
 
const int CMFE_MATRIX_VECTOR_L_TYPE = 8
 
const int CMFE_PROBLEM_NO_CLASS = 0
 
const int CMFE_PROBLEM_ELASTICITY_CLASS = 1
 
const int CMFE_PROBLEM_FLUID_MECHANICS_CLASS = 2
 
const int CMFE_PROBLEM_ELECTROMAGNETICS_CLASS = 3
 
const int CMFE_PROBLEM_CLASSICAL_FIELD_CLASS = 4
 
const int CMFE_PROBLEM_BIOELECTRICS_CLASS = 5
 
const int CMFE_PROBLEM_MODAL_CLASS = 6
 
const int CMFE_PROBLEM_FITTING_CLASS = 7
 
const int CMFE_PROBLEM_OPTIMISATION_CLASS = 8
 
const int CMFE_PROBLEM_MULTI_PHYSICS_CLASS = 9
 
const int CMFE_PROBLEM_NO_TYPE = 0
 
const int CMFE_PROBLEM_LINEAR_ELASTICITY_TYPE = 1
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_TYPE = 2
 
const int CMFE_PROBLEM_LINEAR_ELASTICITY_CONTACT_TYPE = 3
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_CONTACT_TYPE = 4
 
const int CMFE_PROBLEM_STOKES_EQUATION_TYPE = 1
 
const int CMFE_PROBLEM_NAVIER_STOKES_EQUATION_TYPE = 2
 
const int CMFE_PROBLEM_DARCY_EQUATION_TYPE = 3
 
const int CMFE_PROBLEM_POISEUILLE_EQUATION_TYPE = 5
 
const int CMFE_PROBLEM_BURGERS_EQUATION_TYPE = 6
 
const int CMFE_PROBLEM_ELECTROSTATIC_TYPE = 1
 
const int CMFE_PROBLEM_MAGNETOSTATIC_TYPE = 2
 
const int CMFE_PROBLEM_MAXWELLS_EQUATIONS_TYPE = 3
 
const int CMFE_PROBLEM_LAPLACE_EQUATION_TYPE = 1
 
const int CMFE_PROBLEM_POISSON_EQUATION_TYPE = 2
 
const int CMFE_PROBLEM_HELMHOLTZ_EQUATION_TYPE = 3
 
const int CMFE_PROBLEM_WAVE_EQUATION_TYPE = 4
 
const int CMFE_PROBLEM_DIFFUSION_EQUATION_TYPE = 6
 
const int CMFE_PROBLEM_ADVECTION_DIFFUSION_EQUATION_TYPE = 7
 
const int CMFE_PROBLEM_REACTION_DIFFUSION_EQUATION_TYPE = 8
 
const int CMFE_PROBLEM_BIHARMONIC_EQUATION_TYPE = 9
 
const int CMFE_PROBLEM_MONODOMAIN_EQUATION_TYPE = 1
 
const int CMFE_PROBLEM_BIDOMAIN_EQUATION_TYPE = 2
 
const int CMFE_PROBLEM_LINEAR_ELASTIC_MODAL_TYPE = 1
 
const int CMFE_PROBLEM_DATA_FITTING_TYPE = 10
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_DARCY_TYPE = 1
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_STOKES_TYPE = 2
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_NAVIER_STOKES_TYPE = 3
 
const int CMFE_PROBLEM_DIFFUSION_DIFFUSION_TYPE = 4
 
const int CMFE_PROBLEM_DIFFUSION_ADVECTION_DIFFUSION_TYPE = 5
 
const int CMFE_PROBLEM_MULTI_COMPARTMENT_TRANSPORT_TYPE = 6
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_FLUID_PRESSURE_TYPE = 7
 
const int CMFE_PROBLEM_BIOELECTRIC_FINITE_ELASTICITY_TYPE = 8
 
const int CMFE_PROBLEM_MONODOMAIN_STRANG_SPLITTING_EQUATION_TYPE = 3
 
const int CMFE_PROBLEM_NO_SUBTYPE = 0
 
const int CMFE_PROBLEM_STATIC_STOKES_SUBTYPE = 1
 
const int CMFE_PROBLEM_LAPLACE_STOKES_SUBTYPE = 2
 
const int CMFE_PROBLEM_TRANSIENT_STOKES_SUBTYPE = 3
 
const int CMFE_PROBLEM_ALE_STOKES_SUBTYPE = 5
 
const int CMFE_PROBLEM_PGM_STOKES_SUBTYPE = 6
 
const int CMFE_PROBLEM_OPTIMISED_STOKES_SUBTYPE = 4
 
const int CMFE_PROBLEM_STATIC_NAVIER_STOKES_SUBTYPE = 1
 
const int CMFE_PROBLEM_LAPLACE_NAVIER_STOKES_SUBTYPE = 2
 
const int CMFE_PROBLEM_TRANSIENT_NAVIER_STOKES_SUBTYPE = 3
 
const int CMFE_PROBLEM_TRANSIENT_RBS_NAVIER_STOKES_SUBTYPE = 9
 
const int CMFE_PROBLEM_MULTISCALE_NAVIER_STOKES_SUBTYPE = 10
 
const int CMFE_PROBLEM_TRANSIENT1D_NAVIER_STOKES_SUBTYPE = 8
 
const int CMFE_PROBLEM_COUPLED1D0D_NAVIER_STOKES_SUBTYPE = 11
 
const int CMFE_PROBLEM_TRANSIENT1D_ADV_NAVIER_STOKES_SUBTYPE = 13
 
const int CMFE_PROBLEM_COUPLED1D0D_ADV_NAVIER_STOKES_SUBTYPE = 14
 
const int CMFE_PROBLEM_STREE1D0D_SUBTYPE = 14
 
const int CMFE_PROBLEM_STREE1D0D_ADV_SUBTYPE = 14
 
const int CMFE_PROBLEM_ALE_NAVIER_STOKES_SUBTYPE = 5
 
const int CMFE_PROBLEM_PGM_NAVIER_STOKES_SUBTYPE = 6
 
const int CMFE_PROBLEM_OPTIMISED_NAVIER_STOKES_SUBTYPE = 4
 
const int CMFE_PROBLEM_STANDARD_DARCY_SUBTYPE = 1
 
const int CMFE_PROBLEM_QUASISTATIC_DARCY_SUBTYPE = 2
 
const int CMFE_PROBLEM_ALE_DARCY_SUBTYPE = 3
 
const int CMFE_PROBLEM_TRANSIENT_DARCY_SUBTYPE = 4
 
const int CMFE_PROBLEM_PGM_DARCY_SUBTYPE = 5
 
const int CMFE_PROBLEM_PGM_TRANSIENT_DARCY_SUBTYPE = 6
 
const int CMFE_PROBLEM_STANDARD_LAPLACE_SUBTYPE = 1
 
const int CMFE_PROBLEM_GENERALISED_LAPLACE_SUBTYPE = 2
 
const int CMFE_PROBLEM_STATIC_POISEUILLE_SUBTYPE = 1
 
const int CMFE_PROBLEM_DYNAMIC_POISEUILLE_SUBTYPE = 2
 
const int CMFE_PROBLEM_EXTRACELLULAR_BIDOMAIN_POISSON_SUBTYPE = 7
 
const int CMFE_PROBLEM_LINEAR_SOURCE_POISSON_SUBTYPE = 1
 
const int CMFE_PROBLEM_LINEAR_PRESSURE_POISSON_SUBTYPE = 3
 
const int CMFE_PROBLEM_NONLINEAR_PRESSURE_POISSON_SUBTYPE = 4
 
const int CMFE_PROBLEM_ALE_PRESSURE_POISSON_SUBTYPE = 5
 
const int CMFE_PROBLEM_FITTED_PRESSURE_POISSON_SUBTYPE = 6
 
const int CMFE_PROBLEM_NONLINEAR_SOURCE_POISSON_SUBTYPE = 2
 
const int CMFE_PROBLEM_STANDARD_HELMHOLTZ_SUBTYPE = 2
 
const int CMFE_PROBLEM_GENERALISED_HELMHOLTZ_SUBTYPE = 3
 
const int CMFE_PROBLEM_NO_SOURCE_DIFFUSION_SUBTYPE = 1
 
const int CMFE_PROBLEM_LINEAR_SOURCE_DIFFUSION_SUBTYPE = 2
 
const int CMFE_PROBLEM_NONLINEAR_SOURCE_DIFFUSION_SUBTYPE = 3
 
const int CMFE_PROBLEM_NO_SOURCE_ALE_DIFFUSION_SUBTYPE = 4
 
const int CMFE_PROBLEM_LINEAR_SOURCE_ALE_DIFFUSION_SUBTYPE = 5
 
const int CMFE_PROBLEM_NONLINEAR_SOURCE_ALE_DIFFUSION_SUBTYPE = 6
 
const int CMFE_PROBLEM_NO_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 1
 
const int CMFE_PROBLEM_LINEAR_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 2
 
const int CMFE_PROBLEM_NONLINEAR_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 3
 
const int CMFE_PROBLEM_NO_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 4
 
const int CMFE_PROBLEM_LINEAR_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 5
 
const int CMFE_PROBLEM_NONLINEAR_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 6
 
const int CMFE_PROBLEM_NO_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 7
 
const int CMFE_PROBLEM_LINEAR_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 8
 
const int CMFE_PROBLEM_NONLINEAR_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 9
 
const int CMFE_PROBLEM_STATIC_BURGERS_SUBTYPE = 1
 
const int CMFE_PROBLEM_DYNAMIC_BURGERS_SUBTYPE = 2
 
const int CMFE_PROBLEM_CELLML_REAC_INTEG_REAC_DIFF_STRANG_SPLIT_SUBTYPE = 1
 
const int CMFE_PROBLEM_CELLML_REAC_EVAL_REAC_DIFF_NO_SPLIT_SUBTYPE = 2
 
const int CMFE_PROBLEM_CONSTANT_REAC_DIFF_NO_SPLIT_SUBTYPE = 3
 
const int CMFE_PROBLEM_STANDARD_DATA_FITTING_SUBTYPE = 1
 
const int CMFE_PROBLEM_VECTOR_DATA_FITTING_SUBTYPE = 4
 
const int CMFE_PROBLEM_DIV_FREE_VECTOR_DATA_FITTING_SUBTYPE = 5
 
const int CMFE_PROBLEM_DATA_POINT_VECTOR_STATIC_FITTING_SUBTYPE = 8
 
const int CMFE_PROBLEM_DATA_PT_VECTOR_QUASISTATIC_FITTING_SUBTYPE = 9
 
const int CMFE_PROBLEM_VECTOR_DATA_PRE_FITTING_SUBTYPE = 6
 
const int CMFE_PROBLEM_DIV_FREE_VECTOR_DATA_PRE_FITTING_SUBTYPE = 7
 
const int CMFE_PROBLEM_GENERALISED_DATA_FITTING_SUBTYPE = 2
 
const int CMFE_PROBLEM_MAT_PROPERTIES_DATA_FITTING_SUBTYPE = 3
 
const int CMFE_PROBLEM_STANDARD_ELASTICITY_DARCY_SUBTYPE = 101
 
const int CMFE_PROBLEM_PGM_ELASTICITY_DARCY_SUBTYPE = 102
 
const int CMFE_PROBLEM_QUASISTATIC_ELASTICITY_TRANSIENT_DARCY_SUBTYPE = 103
 
const int CMFE_PROBLEM_QUASISTATIC_ELAST_TRANS_DARCY_MAT_SOLVE_SUBTYPE = 104
 
const int CMFE_PROBLEM_COUPLED_SOURCE_DIFFUSION_DIFFUSION_SUBTYPE = 111
 
const int CMFE_PROBLEM_COUPLED_SOURCE_DIFFUSION_ADVEC_DIFFUSION_SUBTYPE = 121
 
const int CMFE_PROBLEM_STANDARD_MULTI_COMPARTMENT_TRANSPORT_SUBTYPE = 131
 
const int CMFE_PROBLEM_STANDARD_ELASTICITY_FLUID_PRESSURE_SUBTYPE = 133
 
const int CMFE_PROBLEM_GUDUNOV_MONODOMAIN_SIMPLE_ELASTICITY_SUBTYPE = 141
 
const int CMFE_PROBLEM_GUDUNOV_MONODOMAIN_1D3D_ELASTICITY_SUBTYPE = 142
 
const int CMFE_PROBLEM_MONODOMAIN_ELASTICITY_W_TITIN_SUBTYPE = 143
 
const int CMFE_PROBLEM_MONODOMAIN_ELASTICITY_VELOCITY_SUBTYPE = 144
 
const int CMFE_PROBLEM_MONODOMAIN_1D3D_ACTIVE_STRAIN_SUBTYPE = 145
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_NAVIER_STOKES_ALE_SUBTYPE = 151
 
const int CMFE_PROBLEM_QUASISTATIC_FINITE_ELASTICITY_SUBTYPE = 1
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_CELLML_SUBTYPE = 2
 
const int CMFE_PROBLEM_MULTISCALE_FINITE_ELASTICITY_SUBTYPE = 3
 
const int CMFE_PROBLEM_FINITE_ELASTICITY_WITH_GROWTH_CELLML_SUBTYPE = 4
 
const int CMFE_PROBLEM_MONODOMAIN_GUDUNOV_SPLIT_SUBTYPE = 1
 
const int CMFE_PROBLEM_MONODOMAIN_STRANG_SPLIT_SUBTYPE = 2
 
const int CMFE_PROBLEM_BIDOMAIN_GUDUNOV_SPLIT_SUBTYPE = 1
 
const int CMFE_PROBLEM_BIDOMAIN_STRANG_SPLIT_SUBTYPE = 2
 
const int CMFE_PROBLEM_MONODOMAIN_BUENOOROVIO_SUBTYPE = 1
 
const int CMFE_PROBLEM_MONODOMAIN_TENTUSSCHER06_SUBTYPE = 2
 
const int CMFE_PROBLEM_LE_CONTACT_TRANSFORM_REPROJECT_SUBTYPE = 1
 
const int CMFE_PROBLEM_LE_CONTACT_TRANSFORM_SUBTYPE = 2
 
const int CMFE_PROBLEM_LE_CONTACT_REPROJECT_SUBTYPE = 3
 
const int CMFE_PROBLEM_FE_CONTACT_TRANSFORM_REPROJECT_SUBTYPE = 4
 
const int CMFE_PROBLEM_FE_CONTACT_TRANSFORM_SUBTYPE = 5
 
const int CMFE_PROBLEM_FE_CONTACT_REPROJECT_SUBTYPE = 6
 
const int CMFE_PROBLEM_CONTROL_SIMPLE_TYPE = 1
 
const int CMFE_PROBLEM_CONTROL_FIXED_LOOP_TYPE = 2
 
const int CMFE_PROBLEM_CONTROL_TIME_LOOP_TYPE = 3
 
const int CMFE_PROBLEM_CONTROL_WHILE_LOOP_TYPE = 4
 
const int CMFE_PROBLEM_CONTROL_LOAD_INCREMENT_LOOP_TYPE = 5
 
const int CMFE_SOLVER_LINEAR_TYPE = 1
 
const int CMFE_SOLVER_NONLINEAR_TYPE = 2
 
const int CMFE_SOLVER_DYNAMIC_TYPE = 3
 
const int CMFE_SOLVER_DAE_TYPE = 4
 
const int CMFE_SOLVER_EIGENPROBLEM_TYPE = 5
 
const int CMFE_SOLVER_OPTIMISER_TYPE = 6
 
const int CMFE_SOLVER_CMISS_LIBRARY = 1
 
const int CMFE_SOLVER_PETSC_LIBRARY = 2
 
const int CMFE_SOLVER_MUMPS_LIBRARY = 3
 
const int CMFE_SOLVER_SUPERLU_LIBRARY = 4
 
const int CMFE_SOLVER_SPOOLES_LIBRARY = 5
 
const int CMFE_SOLVER_UMFPACK_LIBRARY = 6
 
const int CMFE_SOLVER_LUSOL_LIBRARY = 7
 
const int CMFE_SOLVER_ESSL_LIBRARY = 8
 
const int CMFE_SOLVER_LAPACK_LIBRARY = 9
 
const int CMFE_SOLVER_TAO_LIBRARY = 10
 
const int CMFE_SOLVER_HYPRE_LIBRARY = 11
 
const int CMFE_SOLVER_PASTIX_LIBRARY = 12
 
const int CMFE_SOLVER_LINEAR_DIRECT_SOLVE_TYPE = 1
 
const int CMFE_SOLVER_LINEAR_ITERATIVE_SOLVE_TYPE = 2
 
const int CMFE_SOLVER_DIRECT_LU = 1
 
const int CMFE_SOLVER_DIRECT_CHOLESKY = 2
 
const int CMFE_SOLVER_DIRECT_SVD = 3
 
const int CMFE_SOLVER_ITERATIVE_RICHARDSON = 1
 
const int CMFE_SOLVER_ITERATIVE_CHEBYSHEV = 2
 
const int CMFE_SOLVER_ITERATIVE_CONJUGATE_GRADIENT = 3
 
const int CMFE_SOLVER_ITERATIVE_BICONJUGATE_GRADIENT = 4
 
const int CMFE_SOLVER_ITERATIVE_GMRES = 5
 
const int CMFE_SOLVER_ITERATIVE_BiCGSTAB = 6
 
const int CMFE_SOLVER_ITERATIVE_CONJGRAD_SQUARED = 7
 
const int CMFE_SOLVER_ITERATIVE_NO_PRECONDITIONER = 0
 
const int CMFE_SOLVER_ITERATIVE_JACOBI_PRECONDITIONER = 1
 
const int CMFE_SOLVER_ITERATIVE_BLOCK_JACOBI_PRECONDITIONER = 2
 
const int CMFE_SOLVER_ITERATIVE_SOR_PRECONDITIONER = 3
 
const int CMFE_SOLVER_ITERATIVE_INCOMPLETE_CHOLESKY_PRECONDITIONER = 4
 
const int CMFE_SOLVER_ITERATIVE_INCOMPLETE_LU_PRECONDITIONER = 5
 
const int CMFE_SOLVER_ITERATIVE_ADDITIVE_SCHWARZ_PRECONDITIONER = 6
 
const int CMFE_SOLVER_NONLINEAR_NEWTON = 1
 
const int CMFE_SOLVER_NONLINEAR_BFGS_INVERSE = 2
 
const int CMFE_SOLVER_NONLINEAR_SQP = 3
 
const int CMFE_SOLVER_NONLINEAR_QUASI_NEWTON = 4
 
const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH = 1
 
const int CMFE_SOLVER_QUASI_NEWTON_TRUSTREGION = 2
 
const int CMFE_SOLVER_QUASI_NEWTON_LBFGS = 1
 
const int CMFE_SOLVER_QUASI_NEWTON_GOODBROYDEN = 2
 
const int CMFE_SOLVER_QUASI_NEWTON_BADBROYDEN = 3
 
const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH_BASIC = 1
 
const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH_L2 = 2
 
const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH_CP = 3
 
const int CMFE_SOLVER_QUASI_NEWTON_RESTART_NONE = 1
 
const int CMFE_SOLVER_QUASI_NEWTON_RESTART_POWELL = 2
 
const int CMFE_SOLVER_QUASI_NEWTON_RESTART_PERIODIC = 3
 
const int CMFE_SOLVER_QUASI_NEWTON_SCALE_NONE = 1
 
const int CMFE_SOLVER_QUASI_NEWTON_SCALE_SHANNO = 2
 
const int CMFE_SOLVER_QUASI_NEWTON_SCALE_LINESEARCH = 3
 
const int CMFE_SOLVER_QUASI_NEWTON_SCALE_JACOBIAN = 4
 
const int CMFE_SOLVER_NEWTON_LINESEARCH = 1
 
const int CMFE_SOLVER_NEWTON_TRUSTREGION = 2
 
const int CMFE_SOLVER_NEWTON_LINESEARCH_LINEAR = 2
 
const int CMFE_SOLVER_NEWTON_LINESEARCH_QUADRATIC = 3
 
const int CMFE_SOLVER_NEWTON_LINESEARCH_CUBIC = 4
 
const int CMFE_SOLVER_NEWTON_JACOBIAN_NOT_CALCULATED = 1
 
const int CMFE_SOLVER_NEWTON_JACOBIAN_EQUATIONS_CALCULATED = 2
 
const int CMFE_SOLVER_NEWTON_JACOBIAN_FD_CALCULATED = 3
 
const int CMFE_SOLVER_NEWTON_CONVERGENCE_PETSC_DEFAULT = 1
 
const int CMFE_SOLVER_NEWTON_CONVERGENCE_ENERGY_NORM = 2
 
const int CMFE_SOLVER_NEWTON_CONVERGENCE_DIFFERENTIATED_RATIO = 3
 
const int CMFE_SOLVER_DYNAMIC_FIRST_ORDER = 1
 
const int CMFE_SOLVER_DYNAMIC_SECOND_ORDER = 2
 
const int CMFE_SOLVER_DYNAMIC_LINEAR = 1
 
const int CMFE_SOLVER_DYNAMIC_NONLINEAR = 2
 
const int CMFE_SOLVER_DYNAMIC_FIRST_DEGREE = 1
 
const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE = 2
 
const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE = 3
 
const int CMFE_SOLVER_DYNAMIC_EULER_SCHEME = 1
 
const int CMFE_SOLVER_DYNAMIC_BACKWARD_EULER_SCHEME = 2
 
const int CMFE_SOLVER_DYNAMIC_CRANK_NICOLSON_SCHEME = 3
 
const int CMFE_SOLVER_DYNAMIC_GALERKIN_SCHEME = 4
 
const int CMFE_SOLVER_DYNAMIC_ZLAMAL_SCHEME = 5
 
const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE_GEAR_SCHEME = 6
 
const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE_LINIGER1_SCHEME = 7
 
const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE_LINIGER2_SCHEME = 8
 
const int CMFE_SOLVER_DYNAMIC_NEWMARK1_SCHEME = 9
 
const int CMFE_SOLVER_DYNAMIC_NEWMARK2_SCHEME = 10
 
const int CMFE_SOLVER_DYNAMIC_NEWMARK3_SCHEME = 11
 
const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE_GEAR_SCHEME = 12
 
const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE_LINIGER1_SCHEME = 13
 
const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE_LINIGER2_SCHEME = 14
 
const int CMFE_SOLVER_DYNAMIC_HOUBOLT_SCHEME = 15
 
const int CMFE_SOLVER_DYNAMIC_WILSON_SCHEME = 16
 
const int CMFE_SOLVER_DYNAMIC_BOSSAK_NEWMARK1_SCHEME = 17
 
const int CMFE_SOLVER_DYNAMIC_BOSSAK_NEWMARK2_SCHEME = 18
 
const int CMFE_SOLVER_DYNAMIC_HILBERT_HUGHES_TAYLOR1_SCHEME = 19
 
const int CMFE_SOLVER_DYNAMIC_HILBERT_HUGHES_TAYLOR2_SCHEME = 20
 
const int CMFE_SOLVER_DYNAMIC_USER_DEFINED_SCHEME = 21
 
const int CMFE_SOLVER_DAE_DIFFERENTIAL_ONLY = 0
 
const int CMFE_SOLVER_DAE_INDEX_1 = 1
 
const int CMFE_SOLVER_DAE_INDEX_2 = 2
 
const int CMFE_SOLVER_DAE_INDEX_3 = 3
 
const int CMFE_SOLVER_DAE_EULER = 1
 
const int CMFE_SOLVER_DAE_CRANK_NICOLSON = 2
 
const int CMFE_SOLVER_DAE_RUNGE_KUTTA = 3
 
const int CMFE_SOLVER_DAE_ADAMS_MOULTON = 4
 
const int CMFE_SOLVER_DAE_BDF = 5
 
const int CMFE_SOLVER_DAE_RUSH_LARSON = 6
 
const int CMFE_SOLVER_DAE_EXTERNAL = 7
 
const int CMFE_SOLVER_DAE_EULER_FORWARD = 1
 
const int CMFE_SOLVER_DAE_EULER_BACKWARD = 2
 
const int CMFE_SOLVER_DAE_EULER_IMPROVED = 3
 
const int CMFE_SOLVER_SOLUTION_INITIALISE_ZERO = 0
 
const int CMFE_SOLVER_SOLUTION_INITIALISE_CURRENT_FIELD = 1
 
const int CMFE_SOLVER_SOLUTION_INITIALISE_NO_CHANGE = 2
 
const int CMFE_SOLVER_NO_OUTPUT = 0
 
const int CMFE_SOLVER_PROGRESS_OUTPUT = 1
 
const int CMFE_SOLVER_TIMING_OUTPUT = 2
 
const int CMFE_SOLVER_SOLVER_OUTPUT = 3
 
const int CMFE_SOLVER_MATRIX_OUTPUT = 4
 
const int CMFE_SOLVER_SPARSE_MATRICES = 1
 
const int CMFE_SOLVER_FULL_MATRICES = 2
 

Typedef Documentation

typedef struct cmfe_BasisType_* cmfe_BasisType

Definition at line 28 of file opencmiss_iron.h.

typedef unsigned int cmfe_Bool

Definition at line 20 of file opencmiss_iron.h.

typedef struct cmfe_BoundaryConditionsType_* cmfe_BoundaryConditionsType

Definition at line 32 of file opencmiss_iron.h.

typedef struct cmfe_CellMLEquationsType_* cmfe_CellMLEquationsType

Definition at line 40 of file opencmiss_iron.h.

typedef struct cmfe_CellMLType_* cmfe_CellMLType

Definition at line 36 of file opencmiss_iron.h.

typedef struct cmfe_ComputationalWorkGroupType_* cmfe_ComputationalWorkGroupType

Definition at line 157 of file opencmiss_iron.h.

typedef struct cmfe_ControlLoopType_* cmfe_ControlLoopType

Definition at line 44 of file opencmiss_iron.h.

typedef struct cmfe_CoordinateSystemType_* cmfe_CoordinateSystemType

Definition at line 48 of file opencmiss_iron.h.

typedef struct cmfe_DataPointsType_* cmfe_DataPointsType

Definition at line 52 of file opencmiss_iron.h.

typedef struct cmfe_DataProjectionType_* cmfe_DataProjectionType

Definition at line 56 of file opencmiss_iron.h.

typedef struct cmfe_DecompositionType_* cmfe_DecompositionType

Definition at line 60 of file opencmiss_iron.h.

typedef struct cmfe_DistributedMatrixType_* cmfe_DistributedMatrixType

Definition at line 109 of file opencmiss_iron.h.

typedef struct cmfe_DistributedVectorType_* cmfe_DistributedVectorType

Definition at line 113 of file opencmiss_iron.h.

typedef struct cmfe_EquationsSetType_* cmfe_EquationsSetType

Definition at line 68 of file opencmiss_iron.h.

typedef struct cmfe_EquationsType_* cmfe_EquationsType

Definition at line 64 of file opencmiss_iron.h.

typedef int cmfe_Error

Definition at line 24 of file opencmiss_iron.h.

typedef struct cmfe_FieldMLIOType_* cmfe_FieldMLIOType

Definition at line 1520 of file opencmiss_iron.h.

typedef struct cmfe_FieldsType_* cmfe_FieldsType

Definition at line 76 of file opencmiss_iron.h.

typedef struct cmfe_FieldType_* cmfe_FieldType

Definition at line 72 of file opencmiss_iron.h.

typedef struct cmfe_GeneratedMeshType_* cmfe_GeneratedMeshType

Definition at line 80 of file opencmiss_iron.h.

typedef struct cmfe_HistoryType_* cmfe_HistoryType

Definition at line 84 of file opencmiss_iron.h.

typedef struct cmfe_InterfaceConditionType_* cmfe_InterfaceConditionType

Definition at line 92 of file opencmiss_iron.h.

typedef struct cmfe_InterfaceEquationsType_* cmfe_InterfaceEquationsType

Definition at line 96 of file opencmiss_iron.h.

typedef struct cmfe_InterfaceMeshConnectivityType_* cmfe_InterfaceMeshConnectivityType

Definition at line 100 of file opencmiss_iron.h.

typedef struct cmfe_InterfacePointsConnectivityType_* cmfe_InterfacePointsConnectivityType

Definition at line 104 of file opencmiss_iron.h.

typedef struct cmfe_InterfaceType_* cmfe_InterfaceType

Definition at line 88 of file opencmiss_iron.h.

typedef struct cmfe_MeshElementsType_* cmfe_MeshElementsType

Definition at line 121 of file opencmiss_iron.h.

typedef struct cmfe_MeshEmbeddingType_* cmfe_MeshEmbeddingType

Definition at line 125 of file opencmiss_iron.h.

typedef struct cmfe_MeshNodesType_* cmfe_MeshNodesType

Definition at line 129 of file opencmiss_iron.h.

typedef struct cmfe_MeshType_* cmfe_MeshType

Definition at line 117 of file opencmiss_iron.h.

typedef struct cmfe_NodesType_* cmfe_NodesType

Definition at line 133 of file opencmiss_iron.h.

typedef struct cmfe_ProblemType_* cmfe_ProblemType

Definition at line 137 of file opencmiss_iron.h.

typedef struct cmfe_QuadratureType_* cmfe_QuadratureType

Definition at line 141 of file opencmiss_iron.h.

typedef struct cmfe_RegionType_* cmfe_RegionType

Definition at line 145 of file opencmiss_iron.h.

typedef struct cmfe_SolverEquationsType_* cmfe_SolverEquationsType

Definition at line 153 of file opencmiss_iron.h.

typedef struct cmfe_SolverType_* cmfe_SolverType

Definition at line 149 of file opencmiss_iron.h.

Function Documentation

IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetConstant ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double *  VALUE 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetConstantNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetElement ( const cmfe_FieldType  field,
const int  variableType,
const int  elementNumber,
const int  componentNumber,
double *  VALUE 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetElementNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  elementNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetNode ( const cmfe_FieldType  field,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_AbsoluteErrorGetNodeNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAbsoluteErrorGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAbsoluteErrorGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAnalyticValueGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralAnalyticValueGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDErrorGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDErrorGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDNumericalValueGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNIDNumericalValueGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNumericalValueGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralNumericalValueGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralPercentageErrorGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralPercentageErrorGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralRelativeErrorGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_IntegralRelativeErrorGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double  integralValue[2],
double  ghostIntegralValue[2] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_Output ( const cmfe_FieldType  field,
const int  fileNameSize,
const char *  fileName 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_OutputNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  fileNameSize,
const char *  fileName 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetConstant ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double *  VALUE 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetConstantNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetElement ( const cmfe_FieldType  field,
const int  variableType,
const int  elementNumber,
const int  componentNumber,
double *  VALUE 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetElementNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  elementNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetNode ( const cmfe_FieldType  field,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_PercentageErrorGetNodeNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetConstant ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
double *  VALUE 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetConstantNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetElement ( const cmfe_FieldType  field,
const int  variableType,
const int  elementNumber,
const int  componentNumber,
double *  VALUE 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetElementNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  elementNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetNode ( const cmfe_FieldType  field,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RelativeErrorGetNodeNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetElement ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  errorType,
double *  localValue,
double *  localGhostValue,
double *  globalValue 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetElementNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  errorType,
double *  localValue,
double *  localGhostValue,
double *  globalValue 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetNode ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  errorType,
double  localValue[8],
double  localGhostValue[8],
double  globalValue[8] 
)
IRON_C_EXPORT cmfe_Error cmfe_AnalyticAnalysis_RMSErrorGetNodeNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  errorType,
double  localValue[8],
double  localGhostValue[8],
double  globalValue[8] 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiGet ( const cmfe_BasisType  basis,
const int  collapsedXiSize,
int *  collapsedXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiGetNum ( const int  userNumber,
const int  collapsedXiSize,
int *  collapsedXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiSet ( cmfe_BasisType  basis,
const int  collapsedXiSize,
const int *  collapsedXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CollapsedXiSetNum ( const int  userNumber,
const int  collapsedXiSize,
const int *  collapsedXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateFinish ( cmfe_BasisType  basis)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateFinishNum ( const int  userNumber)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateStart ( const int  userNumber,
cmfe_BasisType  basis 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_CreateStartNum ( const int  userNumber)
IRON_C_EXPORT cmfe_Error cmfe_Basis_Destroy ( cmfe_BasisType  basis)
IRON_C_EXPORT cmfe_Error cmfe_Basis_DestroyNum ( const int  userNumber)
IRON_C_EXPORT cmfe_Error cmfe_Basis_Finalise ( cmfe_BasisType cmfe_Basis)
IRON_C_EXPORT cmfe_Error cmfe_Basis_Initialise ( cmfe_BasisType cmfe_Basis)
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiGet ( const cmfe_BasisType  basis,
const int  interpolationXiSize,
int *  interpolationXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiGetNum ( const int  userNumber,
const int  interpolationXiSize,
int *  interpolationXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiSet ( const cmfe_BasisType  basis,
const int  interpolationXiSize,
const int *  interpolationXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_InterpolationXiSetNum ( const int  userNumber,
const int  interpolationXiSize,
const int *  interpolationXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfLocalNodesGet ( const cmfe_BasisType  basis,
int *  numberOfLocalNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfLocalNodesGetNum ( const int  userNumber,
int *  numberOfLocalNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiGet ( const cmfe_BasisType  basis,
int *  numberOfXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiGetNum ( const int  userNumber,
int *  numberOfXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiSet ( cmfe_BasisType  basis,
const int  numberOfXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_NumberOfXiSetNum ( const int  userNumber,
const int  numberOfXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureLocalFaceGaussEvaluateSet ( cmfe_BasisType  basis,
const cmfe_Bool  faceGaussEvaluate 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureLocalFaceGaussEvaluateSetNum ( const int  userNumber,
const cmfe_Bool  faceGaussEvaluate 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureMultipleGaussXiGet ( const cmfe_BasisType  basis,
const int  quadratureScheme,
const int  GaussPointsSize,
const int *  GaussPoints,
const int  GaussXiSize1,
const int  GaussXiSize2,
double *  GaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureMultipleGaussXiGetNum ( const int  userNumber,
const int  quadratureScheme,
const int  GaussPointsSize,
const int *  GaussPoints,
const int  GaussXiSize1,
const int  GaussXiSize2,
double *  GaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiGet ( const cmfe_BasisType  basis,
const int  numberOfGaussXiSize,
int *  numberOfGaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiGetNum ( const int  userNumber,
const int  numberOfGaussXiSize,
int *  numberOfGaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiSet ( cmfe_BasisType  basis,
const int  numberOfGaussXiSize,
const int *  numberOfGaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureNumberOfGaussXiSetNum ( const int  userNumber,
const int  numberOfGaussXiSize,
const int *  numberOfGaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderGet ( const cmfe_BasisType  basis,
int *  quadratureOrder 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderGetNum ( const int  userNumber,
int *  quadratureOrder 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderSet ( cmfe_BasisType  basis,
const int  quadratureOrder 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureOrderSetNum ( const int  userNumber,
const int  quadratureOrder 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureSingleGaussXiGet ( const cmfe_BasisType  basis,
const int  quadratureScheme,
const int  GaussPoint,
const int  GaussXiSize,
double *  GaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureSingleGaussXiGetNum ( const int  userNumber,
const int  quadratureScheme,
const int  GaussPoint,
const int  GaussXiSize,
double *  GaussXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeGet ( const cmfe_BasisType  basis,
int *  quadratureType 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeGetNum ( const int  userNumber,
int *  quadratureType 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeSet ( cmfe_BasisType  basis,
const int  quadratureType 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_QuadratureTypeSetNum ( const int  userNumber,
const int  quadratureType 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeGet ( const cmfe_BasisType  basis,
int *  basisType 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeGetNum ( const int  userNumber,
int *  basisType 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeSet ( cmfe_BasisType  basis,
const int  basisType 
)
IRON_C_EXPORT cmfe_Error cmfe_Basis_TypeSetNum ( const int  userNumber,
const int  basisType 
)
IRON_C_EXPORT cmfe_Error cmfe_BioelectricsFiniteElasticity_UpdateGeometricField ( cmfe_ControlLoopType  controlLoop,
const cmfe_Bool  calcClosestGaussPoint 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddConstant ( const cmfe_BoundaryConditionsType  boundaryConditions,
const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddConstantNum ( const int  regionUserNumber,
const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddElement ( const cmfe_BoundaryConditionsType  boundaryConditions,
const cmfe_FieldType  field,
const int  variableType,
const int  elementUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddElementNum ( const int  regionUserNumber,
const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  fieldUserNumber,
const int  variableType,
const int  elementUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddNode ( const cmfe_BoundaryConditionsType  boundaryConditions,
const cmfe_FieldType  field,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_AddNodeNum ( const int  regionUserNumber,
const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  fieldUserNumber,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_ConstrainNodeDofsEqual ( const cmfe_BoundaryConditionsType  boundaryConditions,
const cmfe_FieldType  field,
const int  fieldVariableType,
const int  versionNumber,
const int  derivativeNumber,
const int  component,
const int  nodesSize,
const int *  nodes,
const double  coefficient 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_ConstrainNodeDofsEqualNum ( const int  regionUserNumber,
const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const int  fieldUserNumber,
const int  fieldVariableType,
const int  versionNumber,
const int  derivativeNumber,
const int  component,
const int  nodesSize,
const int *  nodes,
const double  coefficient 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_Destroy ( cmfe_BoundaryConditionsType  boundaryConditions)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_DestroyNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_Finalise ( cmfe_BoundaryConditionsType cmfe_BoundaryConditions)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_Initialise ( cmfe_BoundaryConditionsType cmfe_BoundaryConditions)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_NeumannSparsityTypeSet ( cmfe_BoundaryConditionsType  boundaryConditions,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_NeumannSparsityTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetConstant ( const cmfe_BoundaryConditionsType  boundaryConditions,
const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetConstantNum ( const int  regionUserNumber,
const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  variableType,
const int  fieldUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetElement ( const cmfe_BoundaryConditionsType  boundaryConditions,
const cmfe_FieldType  field,
const int  variableType,
const int  elementUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetElementNum ( const int  regionUserNumber,
const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  fieldUserNumber,
const int  variableType,
const int  elementUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetNode ( const cmfe_BoundaryConditionsType  boundaryConditions,
const cmfe_FieldType  field,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_BoundaryConditions_SetNodeNum ( const int  regionUserNumber,
const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  fieldUserNumber,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
const int  condition,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateCellMLToFieldMap ( const cmfe_CellMLType  CellML,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID,
const int  CellMLParameterSet,
const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  fieldParameterSet 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateCellMLToFieldMapNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID,
const int  CellMLParameterSet,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  fieldParameterSet 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFieldToCellMLMap ( const cmfe_CellMLType  CellML,
const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  fieldParameterSet,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID,
const int  CellMLParameterSet 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFieldToCellMLMapNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  fieldParameterSet,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID,
const int  CellMLParameterSet 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFinish ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateFinishNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateStart ( const int  CellMLUserNumber,
const cmfe_RegionType  region,
cmfe_CellMLType  CellML 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_CreateStartNum ( const int  CellMLUserNumber,
const int  regionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_Destroy ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_DestroyNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldComponentGet ( cmfe_CellMLType  CellML,
const int  CellMLModelUserNumber,
const int  CellMLFieldType,
const int  variableIDSize,
const char *  variableID,
int *  fieldComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldComponentGetNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLModelUserNumber,
const int  CellMLFieldType,
const int  variableIDSize,
const char *  variableID,
int *  fieldComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateFinish ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateFinishNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateStart ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_FieldMapsCreateStartNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_Finalise ( cmfe_CellMLType cmfe_CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_Generate ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_GenerateNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_Initialise ( cmfe_CellMLType cmfe_CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateFinish ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateFinishNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateStart ( cmfe_CellMLType  CellML,
const int  CellMLIntermediateFieldUserNumber,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldCreateStartNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLIntermediateFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldGet ( cmfe_CellMLType  CellML,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_IntermediateFieldGetNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
int *  CellMLIntermediateFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelImport ( cmfe_CellMLType  CellML,
const int  URISize,
const char *  URI,
int *  modelIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelImportNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  URISize,
const char *  URI,
int *  modelIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateFinish ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateFinishNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateStart ( cmfe_CellMLType  CellML,
const int  CellMLModelsFieldUserNumber,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldCreateStartNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLModelsFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldGet ( cmfe_CellMLType  CellML,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ModelsFieldGetNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
int *  CellMLModelsFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateFinish ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateFinishNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateStart ( cmfe_CellMLType  CellML,
const int  CellMLParametersFieldUserNumber,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldCreateStartNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLParametersFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldGet ( cmfe_CellMLType  CellML,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_ParametersFieldGetNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
int *  CellMLParametersFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateFinish ( cmfe_CellMLType  CellML)
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateFinishNum ( const int  regionUserNumber,
const int  CellMLUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateStart ( cmfe_CellMLType  CellML,
const int  CellMLStateFieldUserNumber,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldCreateStartNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLStateFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldGet ( cmfe_CellMLType  CellML,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_StateFieldGetNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
int *  CellMLStateFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsKnown ( const cmfe_CellMLType  CellML,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsKnownNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsWanted ( const cmfe_CellMLType  CellML,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID 
)
IRON_C_EXPORT cmfe_Error cmfe_CellML_VariableSetAsWantedNum ( const int  regionUserNumber,
const int  CellMLUserNumber,
const int  CellMLModelUserNumber,
const int  variableIDSize,
const char *  variableID 
)
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_CellMLAdd ( const cmfe_CellMLEquationsType  CellMLEquations,
const cmfe_CellMLType  CellML,
int *  CellMLIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_CellMLAddNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  regionUserNumber,
const int  CellMLUserNumber,
int *  CellMLIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_Finalise ( cmfe_CellMLEquationsType cmfe_CellMLEquations)
IRON_C_EXPORT cmfe_Error cmfe_CellMLEquations_Initialise ( cmfe_CellMLEquationsType cmfe_CellMLEquations)
IRON_C_EXPORT cmfe_Error cmfe_ComputationalNodeNumberGet ( int *  nodeNumber)
IRON_C_EXPORT cmfe_Error cmfe_ComputationalNumberOfNodesGet ( int *  numberOfNodes)
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_CreateFinish ( cmfe_ComputationalWorkGroupType  worldWorkGroup)
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_CreateStart ( cmfe_ComputationalWorkGroupType  worldWorkGroup,
const int  numberComputationalNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_Initialise ( cmfe_ComputationalWorkGroupType cmfe_ComputationalWorkGroup)
IRON_C_EXPORT cmfe_Error cmfe_ComputationalWorkGroup_SubgroupAdd ( cmfe_ComputationalWorkGroupType  parentWorkGroup,
const int  numberComputationalNodes,
cmfe_ComputationalWorkGroupType  addedWorkGroup 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_AbsoluteToleranceSet ( cmfe_ControlLoopType  controlLoop,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_AbsoluteToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_ControlLoopGet ( const cmfe_ControlLoopType  controlLoopRoot,
const int  controlLoopIdentifiersSize,
int *  controlLoopIdentifiers,
cmfe_ControlLoopType controlLoop 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_ControlLoopGetNum ( const int  problemUserNumber,
const int  controlLoopRootIdentifiersSize,
const int *  controlLoopRootIdentifiers,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
cmfe_ControlLoopType  controlLoop 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_CurrentTimesGet ( const cmfe_ControlLoopType  controlLoop,
double *  currentTime,
double *  timeIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_CurrentTimesGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
double *  currentTime,
double *  timeIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_Destroy ( cmfe_ControlLoopType  controlLoop)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_DestroyNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_Finalise ( cmfe_ControlLoopType cmfe_ControlLoop)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_Initialise ( cmfe_ControlLoopType cmfe_ControlLoop)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_IterationsSet ( cmfe_ControlLoopType  controlLoop,
const int  startIteration,
const int  stopIteration,
const int  iterationIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_IterationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  startIteration,
const int  stopIteration,
const int  iterationIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelGet ( const cmfe_ControlLoopType  controlLoop,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelSet ( const cmfe_ControlLoopType  controlLoop,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LabelSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_LoadOutputSet ( cmfe_ControlLoopType  controlLoop,
const int  outputFrequency 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_MaximumIterationsSet ( cmfe_ControlLoopType  controlLoop,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_MaximumIterationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsGet ( const cmfe_ControlLoopType  controlLoop,
int *  numberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
int *  numberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsSet ( const cmfe_ControlLoopType  controlLoop,
const int  numberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfIterationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  numberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsGet ( const cmfe_ControlLoopType  controlLoop,
int *  numberOfSubLoops 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
int *  numberOfSubLoops 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsSet ( cmfe_ControlLoopType  controlLoop,
const int  numberOfSubLoops 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_NumberOfSubLoopsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  numberOfSubLoops 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeGet ( const cmfe_ControlLoopType  controlLoop,
int *  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
int *  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeSet ( const cmfe_ControlLoopType  controlLoop,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_OutputTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeInputSet ( cmfe_ControlLoopType  controlLoop,
const int  inputOption 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeInputSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  inputOption 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeOutputSet ( cmfe_ControlLoopType  controlLoop,
const int  outputFrequency 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimeOutputSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  outputFrequency 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesGet ( const cmfe_ControlLoopType  controlLoop,
double *  startTime,
double *  stopTime,
double *  timeIncrement,
double *  currentTime,
int *  currentLoopIteration,
int *  outputIterationNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
double *  startTime,
double *  stopTime,
double *  timeIncrement,
double *  currentTime,
int *  currentLoopIteration,
int *  outputIterationNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesSet ( cmfe_ControlLoopType  controlLoop,
const double  startTime,
const double  stopTime,
const double  timeIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TimesSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const double  startTime,
const double  stopTime,
const double  timeIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TypeSet ( cmfe_ControlLoopType  controlLoop,
const int  loopType 
)
IRON_C_EXPORT cmfe_Error cmfe_ControlLoop_TypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  loopType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateFinish ( cmfe_CoordinateSystemType  coordinateSystem)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateFinishNum ( const int  coordinateSystemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateStart ( const int  coordinateSystemUserNumber,
cmfe_CoordinateSystemType  coordinateSystem 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_CreateStartNum ( const int  coordinateSystemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_Destroy ( cmfe_CoordinateSystemType  coordinateSystem)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DestroyNum ( const int  coordinateSystemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionGet ( const cmfe_CoordinateSystemType  coordinateSystem,
int *  coordinateSystemDimension 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionGetNum ( const int  coordinateSystemUserNumber,
int *  coordinateSystemDimension 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionSet ( cmfe_CoordinateSystemType  coordinateSystem,
const int  coordinateSystemDimension 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_DimensionSetNum ( const int  coordinateSystemUserNumber,
const int  coordinateSystemDimension 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_Finalise ( cmfe_CoordinateSystemType cmfe_CoordinateSystem)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusGet ( const cmfe_CoordinateSystemType  coordinateSystem,
double *  focus 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusGetNum ( const int  coordinateSystemUserNumber,
double *  focus 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusSet ( cmfe_CoordinateSystemType  coordinateSystem,
const double  focus 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_FocusSetNum ( const int  coordinateSystemUserNumber,
const double  focus 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_Initialise ( cmfe_CoordinateSystemType cmfe_CoordinateSystem)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationGet ( const cmfe_CoordinateSystemType  coordinateSystem,
const int  orientationSize1,
const int  orientationSize2,
double *  orientation 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationGetNum ( const int  coordinateSystemUserNumber,
const int  orientationSize1,
const int  orientationSize2,
double *  orientation 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationSet ( cmfe_CoordinateSystemType  coordinateSystem,
const int  orientationSize1,
const int  orientationSize2,
const double *  orientation 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OrientationSetNum ( const int  coordinateSystemUserNumber,
const int  orientationSize1,
const int  orientationSize2,
const double *  orientation 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginGet ( const cmfe_CoordinateSystemType  coordinateSystem,
const int  originSize,
double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginGetNum ( const int  coordinateSystemUserNumber,
const int  originSize,
double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginSet ( const cmfe_CoordinateSystemType  coordinateSystem,
const int  originSize,
const double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_OriginSetNum ( const int  coordinateSystemUserNumber,
const int  originSize,
const double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationGet ( cmfe_CoordinateSystemType  coordinateSystem,
int *  radialInterpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationGetNum ( const int  coordinateSystemUserNumber,
int *  radialInterpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationSet ( cmfe_CoordinateSystemType  coordinateSystem,
const int  radialInterpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_RadialInterpolationSetNum ( const int  coordinateSystemUserNumber,
const int  radialInterpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeGet ( const cmfe_CoordinateSystemType  coordinateSystem,
int *  coordinateSystemType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeGetNum ( const int  coordinateSystemUserNumber,
int *  coordinateSystemType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeSet ( cmfe_CoordinateSystemType  coordinateSystem,
const int  coordinateSystemType 
)
IRON_C_EXPORT cmfe_Error cmfe_CoordinateSystem_TypeSetNum ( const int  coordinateSystemUserNumber,
const int  coordinateSystemType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateFinish ( const cmfe_DataPointsType  dataPoints)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateFinishNum ( const int  regionUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateStart ( const cmfe_RegionType  region,
const int  numberOfDataPoints,
cmfe_DataPointsType  dataPoints 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateStartInterface ( const cmfe_InterfaceType  interface,
const int  numberOfDataPoints,
const cmfe_DataPointsType  dataPoints 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_CreateStartNum ( const int  regionUserNumber,
const int  numberOfDataPoints 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_Destroy ( const cmfe_DataPointsType  dataPoints)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_DestroyNum ( const int  regionUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_Finalise ( cmfe_DataPointsType cmfe_DataPoints)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_Initialise ( cmfe_DataPointsType cmfe_DataPoints)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelGet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelGetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelSet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_LabelSetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_NumberOfDataPointsGet ( const cmfe_DataPointsType  dataPoints,
int *  numberOfDataPoints 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_NumberOfDataPointsGetNum ( const int  regionUserNumber,
int *  numberOfDataPoints 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberGet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
int *  dataPointUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberGetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
int *  dataPointUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberSet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
const int  dataPointUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_UserNumberSetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
const int  dataPointUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesGet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
const int  dataPointValuesSize,
double *  dataPointValues 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesGetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
const int  dataPointValuesSize,
double *  dataPointValues 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesSet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
const int  dataPointValuesSize,
const double *  dataPointValues 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_ValuesSetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
const int  dataPointValuesSize,
const double *  dataPointValues 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsGet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
const int  dataPointWeightsSize,
double *  dataPointWeights 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsGetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
const int  dataPointWeightsSize,
double *  dataPointWeights 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsSet ( const cmfe_DataPointsType  dataPoints,
const int  dataPointGlobalNumber,
const int  dataPointWeightsSize,
const double *  dataPointWeights 
)
IRON_C_EXPORT cmfe_Error cmfe_DataPoints_WeightsSetNum ( const int  regionUserNumber,
const int  dataPointGlobalNumber,
const int  dataPointWeightsSize,
const double *  dataPointWeights 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceGet ( cmfe_DataProjectionType  dataProjection,
double *  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceGetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
double *  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceSet ( cmfe_DataProjectionType  dataProjection,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_AbsoluteToleranceSetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateFinish ( cmfe_DataProjectionType  dataProjection)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateFinishNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateStart ( const int  dataProjectionUserNumber,
const cmfe_DataPointsType  dataPoints,
const cmfe_MeshType  mesh,
cmfe_DataProjectionType  dataProjection 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_CreateStartNum ( const int  dataProjectionUserNumber,
const int  dataPointRegionUserNumber,
const int  meshUserNumber,
const int  meshRegionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsPositionEvaluate ( cmfe_DataProjectionType  dataProjection,
const cmfe_FieldType  field,
const int  fieldVariableType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsPositionEvaluateInterfaceNum ( const int  dataProjectionUserNumber,
const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  fieldVariableType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsPositionEvaluateRegionNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  fieldUserNumber,
const int  fieldVariableType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsProjectionEvaluate ( cmfe_DataProjectionType  dataProjection,
const cmfe_FieldType  projectionField 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DataPointsProjectionEvaluateNum ( const int  dataProjectionUserNumber,
const int  dataPointsRegionUserNumber,
const int  projectionFieldUserNumber,
const int  projectionFieldRegionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_Destroy ( cmfe_DataProjectionType  dataProjection)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_DestroyNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ElementSet ( cmfe_DataProjectionType  dataProjection,
const int  dataPointNumber,
const int  elementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ElementSetInterfaceNum ( const int  dataProjectionUserNumber,
const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  dataPointNumber,
const int  elementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ElementSetRegionNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  dataPointNumber,
const int  elementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_Finalise ( cmfe_DataProjectionType cmfe_DataProjection)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_Initialise ( cmfe_DataProjectionType cmfe_DataProjection)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelGet ( cmfe_DataProjectionType  dataProjection,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelGetCInterfaceNum ( const int  dataProjectionUserNumber,
const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelGetCRegionNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelSet ( cmfe_DataProjectionType  dataProjection,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelSetCInterfaceNum ( const int  dataProjectionUserNumber,
const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_LabelSetCRegionNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateGet ( cmfe_DataProjectionType  dataProjection,
double *  maximumIterationUpdate 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateGetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
double *  maximumIterationUpdate 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateSet ( cmfe_DataProjectionType  dataProjection,
const double  maximumIterationUpdate 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumIterationUpdateSetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const double  maximumIterationUpdate 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsGet ( cmfe_DataProjectionType  dataProjection,
int *  maximumNumberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsGetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
int *  maximumNumberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsSet ( cmfe_DataProjectionType  dataProjection,
const int  maximumNumberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_MaximumNumberOfIterationsSetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  maximumNumberOfIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsGet ( cmfe_DataProjectionType  dataProjection,
int *  numberOfClosestElements 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsGetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
int *  numberOfClosestElements 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsSet ( cmfe_DataProjectionType  dataProjection,
const int  numberOfClosestElements 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_NumberOfClosestElementsSetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  numberOfClosestElements 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionCandidatesSet ( cmfe_DataProjectionType  dataProjection,
const int  candidateElementsSize,
const int *  candidateElements,
const int  localFaceLineNumbersSize,
const int *  localFaceLineNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionCandidatesSetInterfaceNum ( const int  dataProjectionUserNumber,
const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  candidateElementsSize,
const int *  candidateElements,
const int  localFaceLineNumbersSize,
const int *  localFaceLineNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionCandidatesSetRegionNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  candidateElementsSize,
const int *  candidateElements,
const int  localFaceLineNumbersSize,
const int *  localFaceLineNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeGet ( cmfe_DataProjectionType  dataProjection,
int *  projectionType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeGetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
int *  projectionType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeSet ( cmfe_DataProjectionType  dataProjection,
const int  projectionType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ProjectionTypeSetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  projectionType 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceGet ( cmfe_DataProjectionType  dataProjection,
double *  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceGetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
double *  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceSet ( cmfe_DataProjectionType  dataProjection,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_RelativeToleranceSetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultDistanceGet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
double *  ProjectionDistance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultDistanceGetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
double *  ProjectionDistance 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementFaceNumberGet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
int *  ProjectionElementFaceNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementFaceNumberGetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
int *  ProjectionElementFaceNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementLineNumberGet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
int *  ProjectionElementLineNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementLineNumberGetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
int *  ProjectionElementLineNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementNumberGet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
int *  ProjectionElementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultElementNumberGetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
int *  ProjectionElementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultExitTagGet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
int *  ProjectionExitTag 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultExitTagGetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
int *  ProjectionExitTag 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultProjectionVectorGet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
const int  projectionVectorSize,
double *  projectionVector 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultProjectionVectorGetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
const int  projectionVectorSize,
double *  projectionVector 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiGet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
const int  ProjectionXiSize,
double *  ProjectionXi 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiGetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
const int  ProjectionXiSize,
double *  ProjectionXi 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiSet ( const cmfe_DataProjectionType  dataProjection,
const int  dataPointUserNumber,
const int  ProjectionXiSize,
const double *  ProjectionXi 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_ResultXiSetNum ( const int  regionUserNumber,
const int  dataProjectionUserNumber,
const int  dataPointUserNumber,
const int  ProjectionXiSize,
const double *  ProjectionXi 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiGet ( cmfe_DataProjectionType  dataProjection,
const int  startingXiSize,
double *  startingXi 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiGetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  startingXiSize,
double *  startingXi 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiSet ( cmfe_DataProjectionType  dataProjection,
const int  startingXiSize,
const double *  startingXi 
)
IRON_C_EXPORT cmfe_Error cmfe_DataProjection_StartingXiSetNum ( const int  dataProjectionUserNumber,
const int  regionUserNumber,
const int  startingXiSize,
const double *  startingXi 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateFacesSet ( const cmfe_DecompositionType  decomposition,
const cmfe_Bool  calculateFacesFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateFacesSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const cmfe_Bool  calculateFacesFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateLinesSet ( const cmfe_DecompositionType  decomposition,
const cmfe_Bool  calculateLinesFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CalculateLinesSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const cmfe_Bool  calculateLinesFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateFinish ( const cmfe_DecompositionType  decomposition)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateFinishNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateStart ( const int  decompositionUserNumber,
const cmfe_MeshType  mesh,
cmfe_DecompositionType  decomposition 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_CreateStartNum ( const int  decompositionUserNumber,
const int  regionUserNumber,
const int  meshUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_Destroy ( const cmfe_DecompositionType  decomposition)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_DestroyNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainCalculate ( const cmfe_DecompositionType  decomposition)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainCalculateNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainGet ( const cmfe_DecompositionType  decomposition,
const int  elementUserNumber,
int *  domain 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const int  elementUserNumber,
int *  domain 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainSet ( const cmfe_DecompositionType  decomposition,
const int  elementUserNumber,
const int  domain 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_ElementDomainSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const int  elementUserNumber,
const int  domain 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_Finalise ( cmfe_DecompositionType cmfe_Decomposition)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_Initialise ( cmfe_DecompositionType cmfe_Decomposition)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentGet ( const cmfe_DecompositionType  decomposition,
int *  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
int *  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentSet ( const cmfe_DecompositionType  decomposition,
const int  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_MeshComponentSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const int  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NodeDomainGet ( const cmfe_DecompositionType  decomposition,
const int  nodeUserNumber,
const int  meshComponentNumber,
int *  domain 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NodeDomainGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const int  nodeUserNumber,
const int  meshComponentNumber,
int *  domain 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsGet ( const cmfe_DecompositionType  decomposition,
int *  numberOfDomains 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
int *  numberOfDomains 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsSet ( const cmfe_DecompositionType  decomposition,
const int  numberOfDomains 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_NumberOfDomainsSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const int  numberOfDomains 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyDataProjectionCalculate ( const cmfe_DecompositionType  decomposition)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyElementDataPointLocalNumberGet ( const cmfe_DecompositionType  decomposition,
const int  elementNumber,
const int  dataPointIndex,
int *  dataPointLocalNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyElementDataPointUserNumberGet ( const cmfe_DecompositionType  decomposition,
const int  elementNumber,
const int  dataPointIndex,
int *  dataPointUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TopologyNumberOfElementDataPointsGet ( const cmfe_DecompositionType  decomposition,
const int  elementNumber,
int *  numberOfDataPoints 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeGet ( const cmfe_DecompositionType  decomposition,
int *  decompositionType 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
int *  decompositionType 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeSet ( const cmfe_DecompositionType  decomposition,
const int  decompositionType 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_TypeSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber,
const int  decompositionType 
)
IRON_C_EXPORT cmfe_Error cmfe_Decomposition_WorldWorkGroupSet ( cmfe_DecompositionType  decomposition,
const cmfe_ComputationalWorkGroupType  worldWorkGroup 
)
IRON_C_EXPORT cmfe_Error cmfe_DiagnosticsSetOff ( )
IRON_C_EXPORT cmfe_Error cmfe_DiagnosticsSetOn ( const int  diagType,
const int  levelListSize,
const int *  levelList,
const int  diagFilenameSize,
const char *  diagFilename,
const int  routineListNumStrings,
const int  routineListStringLength,
const char *  routineList 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetDP ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
double **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetIntg ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
int **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetL ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
cmfe_Bool **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataGetSP ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
float **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreDP ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
double **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreIntg ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
int **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreL ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
cmfe_Bool **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataRestoreSP ( const cmfe_DistributedMatrixType  matrix,
int *  dataSize,
float **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DataTypeGet ( const cmfe_DistributedMatrixType  matrix,
int *  dataType 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_DimensionsGet ( const cmfe_DistributedMatrixType  matrix,
int *  m,
int *  n 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_Initialise ( cmfe_DistributedMatrixType cmfe_DistributedMatrix)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_StorageLocationsGet ( const cmfe_DistributedMatrixType  matrix,
int *  rowIndicesSize,
int **  rowIndices,
int *  columnIndicesSize,
int **  columnIndices 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedMatrix_StorageTypeGet ( const cmfe_DistributedMatrixType  matrix,
int *  storageType 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetDP ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
double **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetIntg ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
int **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetL ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
cmfe_Bool **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataGetSP ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
float **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreDP ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
double **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreIntg ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
int **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreL ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
cmfe_Bool **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataRestoreSP ( const cmfe_DistributedVectorType  vector,
int *  dataSize,
float **  data 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_DataTypeGet ( const cmfe_DistributedVectorType  vector,
int *  dataType 
)
IRON_C_EXPORT cmfe_Error cmfe_DistributedVector_Initialise ( cmfe_DistributedVectorType cmfe_DistributedVector)
IRON_C_EXPORT cmfe_Error cmfe_Equations_Destroy ( cmfe_EquationsType  equations)
IRON_C_EXPORT cmfe_Error cmfe_Equations_DestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_DynamicMatrixGet ( const cmfe_EquationsType  equations,
const int  matrixIndex,
cmfe_DistributedMatrixType  matrix 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_DynamicMatrixGetByType ( const cmfe_EquationsType  equations,
const int  matrixType,
cmfe_DistributedMatrixType  matrix 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_DynamicMatrixTypeGet ( const cmfe_EquationsType  equations,
const int  matrixIndex,
int *  matrixType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_Finalise ( cmfe_EquationsType cmfe_Equations)
IRON_C_EXPORT cmfe_Error cmfe_Equations_Initialise ( cmfe_EquationsType cmfe_Equations)
IRON_C_EXPORT cmfe_Error cmfe_Equations_JacobianMatricesTypesSet ( const cmfe_EquationsType  equations,
const int  jacobianTypes 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_JacobianMatrixGet ( const cmfe_EquationsType  equations,
const int  residualIndex,
const int  variableType,
cmfe_DistributedMatrixType  matrix 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_LinearityTypeGet ( const cmfe_EquationsType  equations,
int *  linearityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_LinearityTypeGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  linearityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_LinearMatrixGet ( const cmfe_EquationsType  equations,
const int  matrixIndex,
cmfe_DistributedMatrixType  matrix 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeGet ( const cmfe_EquationsType  equations,
int *  lumpingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  lumpingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeSet ( cmfe_EquationsType  equations,
const int  lumpingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_LumpingTypeSetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  lumpingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_NumberOfDynamicMatricesGet ( const cmfe_EquationsType  equations,
int *  numberOfMatrices 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_NumberOfJacobianMatricesGet ( const cmfe_EquationsType  equations,
int *  numberOfMatrices 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_NumberOfLinearMatricesGet ( const cmfe_EquationsType  equations,
int *  numberOfMatrices 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeGet ( const cmfe_EquationsType  equations,
int *  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeSet ( cmfe_EquationsType  equations,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_OutputTypeSetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_ResidualNumberOfVariablesGet ( const cmfe_EquationsType  equations,
const int  residualIndex,
int *  numberOfVariables 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_ResidualVariablesGet ( const cmfe_EquationsType  equations,
const int  residualIndex,
const int  residualVariablesSize,
int *  residualVariables 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_ResidualVectorGet ( const cmfe_EquationsType  equations,
const int  residualIndex,
cmfe_DistributedVectorType  residualVector 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_RhsVectorGet ( const cmfe_EquationsType  equations,
cmfe_DistributedVectorType  rhsVector 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_SourceVectorGet ( const cmfe_EquationsType  equations,
cmfe_DistributedVectorType  sourceVector 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeGet ( const cmfe_EquationsType  equations,
int *  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeSet ( cmfe_EquationsType  equations,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_SparsityTypeSetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_TimeDependenceTypeGet ( const cmfe_EquationsType  equations,
int *  timeDependenceType 
)
IRON_C_EXPORT cmfe_Error cmfe_Equations_TimeDependenceTypeGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  timeDependenceType 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateStart ( cmfe_EquationsSetType  equationsSet,
const int  analyticFunctionType,
const int  analyticFieldUserNumber,
cmfe_FieldType  analyticField 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticCreateStartNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  analyticFunctionType,
const int  analyticFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticDestroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticDestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticEvaluate ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticEvaluateNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeGet ( cmfe_EquationsSetType  equationsSet,
double *  time 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
double *  time 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeSet ( cmfe_EquationsSetType  equationsSet,
const double  time 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticTimeSetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const double  time 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamGet ( cmfe_EquationsSetType  equationsSet,
const int  paramIdx,
double *  param 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  paramIdx,
double *  param 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamSet ( cmfe_EquationsSetType  equationsSet,
const int  paramIdx,
const double  param 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_AnalyticUserParamSetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  paramIdx,
const double  param 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateStart ( const int  equationsSetUserNumber,
const cmfe_RegionType  region,
const cmfe_FieldType  geomFibreField,
const int  equationsSetSpecificationSize,
const int *  equationsSetSpecification,
const int  equationsSetFieldUserNumber,
cmfe_FieldType  equationsSetFieldField,
cmfe_EquationsSetType  equationsSet 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_CreateStartNum ( const int  equationsSetUserNumber,
const int  regionUserNumber,
const int  geomFibreFieldUserNumber,
const int  equationsSetSpecificationSize,
const int *  equationsSetSpecification,
const int  equationsSetFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateStart ( cmfe_EquationsSetType  equationsSet,
const int  dependentFieldUserNumber,
cmfe_FieldType  dependentField 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentCreateStartNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  dependentFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentDestroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DependentDestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateStart ( cmfe_EquationsSetType  equationsSet,
const int  derivedFieldUserNumber,
cmfe_FieldType  derivedField 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedCreateStartNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  derivedFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedDestroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedDestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableCalculate ( const cmfe_EquationsSetType  equationsSet,
const int  derivedType 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableCalculateNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  derivedType 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableSet ( const cmfe_EquationsSetType  equationsSet,
const int  derivedType,
const int  fieldVariableType 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DerivedVariableSetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  derivedType,
const int  fieldVariableType 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_Destroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_DestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateStart ( cmfe_EquationsSetType  equationsSet,
cmfe_EquationsType  equations 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsCreateStartNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsDestroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_EquationsDestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_Finalise ( cmfe_EquationsSetType cmfe_EquationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateStart ( cmfe_EquationsSetType  equationsSet,
const int  independentFieldUserNumber,
cmfe_FieldType  independentField 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentCreateStartNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  independentFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentDestroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_IndependentDestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_Initialise ( cmfe_EquationsSetType cmfe_EquationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateStart ( cmfe_EquationsSetType  equationsSet,
const int  materialsFieldUserNumber,
cmfe_FieldType  materialsField 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsCreateStartNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  materialsFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsDestroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_MaterialsDestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodGet ( cmfe_EquationsSetType  equationsSet,
int *  solutionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  solutionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodSet ( cmfe_EquationsSetType  equationsSet,
const int  solutionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SolutionMethodSetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  solutionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateFinish ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateFinishNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateStart ( cmfe_EquationsSetType  equationsSet,
const int  sourceFieldUserNumber,
cmfe_FieldType  sourceField 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceCreateStartNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  sourceFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceDestroy ( cmfe_EquationsSetType  equationsSet)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SourceDestroyNum ( const int  regionUserNumber,
const int  equationsSetUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationGet ( const cmfe_EquationsSetType  equationsSet,
const int  equationsSetSpecificationSize,
int *  equationsSetSpecification 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  equationsSetSpecificationSize,
int *  equationsSetSpecification 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationSizeGet ( const cmfe_EquationsSetType  equationsSet,
int *  specificationSize 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_SpecificationSizeGetNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  specificationSize 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_TensorInterpolateXi ( const cmfe_EquationsSetType  equationsSet,
const int  tensorEvaluateType,
const int  userElementNumber,
const int  xiSize,
const double *  xi,
const int  valuesSize1,
const int  valuesSize2,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_EquationsSet_TensorInterpolateXiNum ( const int  regionUserNumber,
const int  equationsSetUserNumber,
const int  tensorEvaluateType,
const int  userElementNumber,
const int  xiSize,
const double *  xi,
const int  valuesSize1,
const int  valuesSize2,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_ErrorHandlingModeGet ( int *  errorHandlingMode)
IRON_C_EXPORT cmfe_Error cmfe_ErrorHandlingModeSet ( const int  errorHandlingMode)
IRON_C_EXPORT cmfe_Error cmfe_ExtractErrorMessage ( const int  errorMessageSize,
char *  errorMessage 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
int *  interpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
int *  interpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationSet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  interpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentInterpolationSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  interpolationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelSet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentLabelSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentGet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
int *  meshComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
int *  meshComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentSet ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  meshComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentMeshComponentSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  meshComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ComponentValuesInitialiseSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateFinish ( cmfe_FieldType  field)
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateFinishNum ( const int  regionUserNumber,
const int  fieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateStart ( const int  fieldUserNumber,
const cmfe_RegionType  region,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateStartInterface ( const int  fieldUserNumber,
const cmfe_InterfaceType  interface,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_CreateStartNum ( const int  fieldUserNumber,
const int  regionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DataProjectionSet ( const cmfe_FieldType  field,
const cmfe_DataProjectionType  dataProjection 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DataProjectionSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  dataProjectionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeGet ( const cmfe_FieldType  field,
const int  variableType,
int *  dataType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
int *  dataType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeSet ( const cmfe_FieldType  field,
const int  variableType,
const int  dataType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DataTypeSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  dataType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeGet ( const cmfe_FieldType  field,
int *  dependentType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
int *  dependentType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeSet ( const cmfe_FieldType  field,
const int  dependentType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DependentTypeSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  dependentType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_Destroy ( const cmfe_FieldType  field)
IRON_C_EXPORT cmfe_Error cmfe_Field_DestroyNum ( const int  regionUserNumber,
const int  fieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionGet ( const cmfe_FieldType  field,
const int  variableType,
int *  dimension 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
int *  dimension 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionSet ( const cmfe_FieldType  field,
const int  variableType,
const int  dimension 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DimensionSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  dimension 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeGet ( const cmfe_FieldType  field,
const int  variableType,
int *  DOFOrderType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
int *  DOFOrderType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeSet ( const cmfe_FieldType  field,
const int  variableType,
const int  DOFOrderType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_DOFOrderTypeSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  DOFOrderType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_Finalise ( cmfe_FieldType cmfe_Field)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldGet ( const cmfe_FieldType  field,
cmfe_FieldType  geometricField 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
int *  geometricFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldSet ( const cmfe_FieldType  field,
const cmfe_FieldType  geometricField 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricFieldSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  geometricFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementLineLengthGet ( const cmfe_FieldType  geometricField,
const int  elementNumber,
const int  elementLineNumber,
double *  lineLength 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementLineLengthGetNum ( const int  regionUserNumber,
const int  geometricFieldUserNumber,
const int  elementNumber,
const int  elementLineNumber,
double *  lineLength 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementVolumeGet ( const cmfe_FieldType  geometricField,
const int  elementNumber,
double *  elementVolume 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_GeometricParametersElementVolumeGetNum ( const int  regionUserNumber,
const int  geometricFieldUserNumber,
const int  elementNumber,
double *  elementVolume 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_Initialise ( cmfe_FieldType cmfe_Field)
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelGet ( const cmfe_FieldType  field,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelSet ( const cmfe_FieldType  field,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_LabelSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionGet ( const cmfe_FieldType  field,
cmfe_DecompositionType  meshDecomposition 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
int *  decompositionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionSet ( const cmfe_FieldType  field,
const cmfe_DecompositionType  meshDecomposition 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_MeshDecompositionSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  meshUserNumber,
const int  decompositionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsGet ( const cmfe_FieldType  field,
const int  variableType,
int *  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
int *  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsSet ( const cmfe_FieldType  field,
const int  variableType,
const int  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfComponentsSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesGet ( const cmfe_FieldType  field,
int *  numberOfVariables 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
int *  numberOfVariables 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesSet ( const cmfe_FieldType  field,
const int  numberOfVariables 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_NumberOfVariablesSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  numberOfVariables 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddConstantSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddElementSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetAddNodeSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetCreate ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetCreateNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
double **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
double **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
int **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
int **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
cmfe_Bool **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
cmfe_Bool **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
float **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataGetSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
float **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
double **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
double **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
int **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
int **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
cmfe_Bool **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
cmfe_Bool **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
float **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDataRestoreSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
int *  parametersSize,
float **  parameters 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDestroy ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetDestroyNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetConstantSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointDPNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointDPNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointIntgNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointIntgNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointLNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointLNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointSPNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetDataPointSPNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetElementSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetGaussPointCoord ( cmfe_MeshEmbeddingType  meshEmbedding,
const int  componentNumber,
int *  numberOfGaussPoints,
const int  coordsSize,
double *  coords 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetGaussPointDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
double *  VALUE 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
double *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
int *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
cmfe_Bool value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetGetNodeSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
float *  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleGaussDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  quadratureScheme,
const int  GaussPointsSize,
const int *  GaussPoints,
const int  valuesSize1,
const int  valuesSize2,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleGaussDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  quadratureScheme,
const int  GaussPointsSize,
const int *  GaussPoints,
const int  valuesSize1,
const int  valuesSize2,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleXiDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  xiSize1,
const int  xiSize2,
const double *  xi,
const int  valuesSize1,
const int  valuesSize2,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateMultipleXiDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  xiSize1,
const int  xiSize2,
const double *  xi,
const int  valuesSize1,
const int  valuesSize2,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleGaussDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  quadratureScheme,
const int  GaussPoint,
const int  valuesSize,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleGaussDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  quadratureScheme,
const int  GaussPoint,
const int  valuesSize,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleXiDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  xiSize,
const double *  xi,
const int  valuesSize,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetInterpolateSingleXiDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  derivativeNumber,
const int  userElementNumber,
const int  xiSize,
const double *  xi,
const int  valuesSize,
double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeNumberOfScaleFactorDofsGet ( const cmfe_FieldType  field,
const int  variableType,
const int  meshComponentNumber,
int *  numberOfScaleFactorsDofs 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeNumberOfScaleFactorDofsGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  meshComponentNumber,
int *  numberOfScaleFactorsDofs 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorGet ( const cmfe_FieldType  field,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
double *  scaleFactor 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
double *  scaleFactor 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorSet ( const cmfe_FieldType  field,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
const double  scaleFactor 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  versionNumber,
const int  derivativeNumber,
const int  nodeUserNumber,
const int  componentNumber,
const double  scaleFactor 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsGet ( const cmfe_FieldType  field,
const int  variableType,
const int  meshComponentNumber,
const int  scaleFactorsSize,
double *  scaleFactors 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  meshComponentNumber,
const int  scaleFactorsSize,
double *  scaleFactors 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsSet ( const cmfe_FieldType  field,
const int  variableType,
const int  meshComponentNumber,
const int  scaleFactorsSize,
const double *  scaleFactors 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetNodeScaleFactorsSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  meshComponentNumber,
const int  scaleFactorsSize,
const double *  scaleFactors 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateConstantSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointDPNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointDPNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointIntgNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointIntgNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointLNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointLNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointSPNumberI ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateDataPointSPNumberR ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userDataPointNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementDataPointDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  elementNumber,
const int  dataPointIndex,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateElementSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  userElementNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateFinish ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateFinishNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateGaussPointSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  gaussPointNumber,
const int  userElementNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateLocalDofsDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  valuesSize,
const double *  values 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeDP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeDPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const double  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeIntg ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeIntgNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const int  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeL ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeLNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const cmfe_Bool  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeSP ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateNodeSPNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  componentNumber,
const float  value 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateStart ( const cmfe_FieldType  field,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParameterSetUpdateStartNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  fieldSetType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParametersToFieldParametersComponentCopy ( const cmfe_FieldType  fromField,
const int  fromVariableType,
const int  fromParameterSetType,
const int  fromComponentNumber,
const cmfe_FieldType  toField,
const int  toVariableType,
const int  toParameterSetType,
const int  toComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ParametersToFieldParametersComponentCopyNum ( const int  fromRegionUserNumber,
const int  fromFieldUserNumber,
const int  fromVariableType,
const int  fromParameterSetType,
const int  fromComponentNumber,
const int  toRegionUserNumber,
const int  toFieldUserNumber,
const int  toVariableType,
const int  toParameterSetType,
const int  toComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_PositionNormalTangentCalculateNode ( const cmfe_FieldType  field,
const int  variableType,
const int  componentNumber,
const int  localNodeNumber,
const int  positionSize,
double *  position,
const int  normalSize,
double *  normal,
const int  tangentsSize1,
const int  tangentsSize2,
double *  tangents 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_PositionNormalTangentCalculateNodeNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  componentNumber,
const int  localNodeNumber,
const int  positionSize,
double *  position,
const int  normalSize,
double *  normal,
const int  tangentsSize1,
const int  tangentsSize2,
double *  tangents 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeGet ( const cmfe_FieldType  field,
int *  scalingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
int *  scalingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeSet ( const cmfe_FieldType  field,
const int  scalingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_ScalingTypeSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  scalingType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeGet ( const cmfe_FieldType  field,
int *  fieldType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
int *  fieldType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeSet ( const cmfe_FieldType  field,
const int  fieldType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_TypeSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  fieldType 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelGet ( const cmfe_FieldType  field,
const int  variableType,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelSet ( const cmfe_FieldType  field,
const int  variableType,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableLabelSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesGet ( const cmfe_FieldType  field,
const int  variableTypesSize,
int *  variableTypes 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesGetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableTypesSize,
int *  variableTypes 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesSet ( const cmfe_FieldType  field,
const int  variableTypesSize,
const int *  variableTypes 
)
IRON_C_EXPORT cmfe_Error cmfe_Field_VariableTypesSetNum ( const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableTypesSize,
const int *  variableTypes 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputBasisCreateStart ( cmfe_FieldMLIOType  fieldml,
const int  evaluatorNameSize,
const char *  evaluatorName,
const int  userNumber,
cmfe_BasisType  basis 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputBasisCreateStartNum ( cmfe_FieldMLIOType  fieldml,
const int  evaluatorNameSize,
const char *  evaluatorName,
const int  userNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCoordinateSystemCreateStart ( cmfe_FieldMLIOType  fieldml,
const int  evaluatorNameSize,
const char *  evaluatorName,
cmfe_CoordinateSystemType  coordinateSystem,
const int  userNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCoordinateSystemCreateStartNum ( cmfe_FieldMLIOType  fieldml,
const int  evaluatorNameSize,
const char *  evaluatorName,
const int  userNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCreateFromFile ( const int  filenameSize,
const char *  filename,
cmfe_FieldMLIOType  fieldml 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCreateMeshComponent ( cmfe_FieldMLIOType  fieldml,
const cmfe_MeshType  mesh,
const int  componentNumber,
const int  evaluatorNameSize,
const char *  evaluatorName 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputCreateMeshComponentNum ( cmfe_FieldMLIOType  fieldml,
const int  regionNumber,
const int  meshNumber,
const int  componentNumber,
const int  evaluatorNameSize,
const char *  evaluatorName 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldCreateStart ( cmfe_FieldMLIOType  fieldml,
const cmfe_RegionType  region,
const cmfe_DecompositionType  decomposition,
const int  fieldNumber,
cmfe_FieldType  field,
const int  variableType,
const int  evaluatorNameSize,
const char *  evaluatorName 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldCreateStartNum ( cmfe_FieldMLIOType  fieldml,
const int  regionNumber,
const int  meshNumber,
const int  decompositionNumber,
const int  fieldNumber,
const int  variableType,
const int  evaluatorNameSize,
const char *  evaluatorName 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldParametersUpdate ( cmfe_FieldMLIOType  fieldml,
cmfe_FieldType  field,
const int  evaluatorNameSize,
const char *  evaluatorName,
const int  variableType,
const int  setType 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputFieldParametersUpdateNum ( cmfe_FieldMLIOType  fieldml,
const int  regionNumber,
const int  fieldNumber,
const int  evaluatorNameSize,
const char *  evaluatorName,
const int  variableType,
const int  setType 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputMeshCreateStart ( cmfe_FieldMLIOType  fieldml,
const int  meshArgumentNameSize,
const char *  meshArgumentName,
cmfe_MeshType  mesh,
const int  meshNumber,
const cmfe_RegionType  region 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputMeshCreateStartNum ( cmfe_FieldMLIOType  fieldml,
const int  meshArgumentNameSize,
const char *  meshArgumentName,
const int  meshNumber,
const int  regionNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputNodesCreateStart ( cmfe_FieldMLIOType  fieldml,
const int  nodesArgumentNameSize,
const char *  nodesArgumentName,
const cmfe_RegionType  region,
cmfe_NodesType  nodes 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_InputNodesCreateStartNum ( cmfe_FieldMLIOType  fieldml,
const int  nodesArgumentNameSize,
const char *  nodesArgumentName,
const int  regionNumber,
cmfe_NodesType  nodes 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldComponents ( const cmfe_FieldMLIOType  fieldml,
const int  typeHandle,
const int  baseNameSize,
const char *  baseName,
const int  dofFormatSize,
const char *  dofFormat,
const cmfe_FieldType  field,
const int  fieldComponentNumbersSize,
const int *  fieldComponentNumbers,
const int  variableType,
const int  setType 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldComponentsNum ( const cmfe_FieldMLIOType  fieldml,
const int  typeHandle,
const int  baseNameSize,
const char *  baseName,
const int  dofFormatSize,
const char *  dofFormat,
const int  regionNumber,
const int  fieldNumber,
const int  fieldComponentNumbersSize,
const int *  fieldComponentNumbers,
const int  variableType,
const int  setType 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldNoType ( const cmfe_FieldMLIOType  fieldml,
const int  baseNameSize,
const char *  baseName,
const int  dofFormatSize,
const char *  dofFormat,
const cmfe_FieldType  field,
const int  variableType,
const int  setType 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldNoTypeNum ( const cmfe_FieldMLIOType  fieldml,
const int  baseNameSize,
const char *  baseName,
const int  dofFormatSize,
const char *  dofFormat,
const int  regionNumber,
const int  fieldNumber,
const int  variableType,
const int  setType 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldWithType ( const cmfe_FieldMLIOType  fieldml,
const int  baseNameSize,
const char *  baseName,
const int  dofFormatSize,
const char *  dofFormat,
const cmfe_FieldType  field,
const int  variableType,
const int  setType,
const int  typeHandle 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddFieldWithTypeNum ( const cmfe_FieldMLIOType  fieldml,
const int  baseNameSize,
const char *  baseName,
const int  dofFormatSize,
const char *  dofFormat,
const int  regionNumber,
const int  fieldNumber,
const int  variableType,
const int  setType,
const int  typeHandle 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputAddImport ( const cmfe_FieldMLIOType  fieldml,
const int  nameSize,
const char *  name,
int *  handle 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputCreate ( const cmfe_MeshType  mesh,
const int  locationSize,
const char *  location,
const int  baseNameSize,
const char *  baseName,
const int  connectivityFormatSize,
const char *  connectivityFormat,
cmfe_FieldMLIOType  fieldml 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputCreateNum ( const int  regionNumber,
const int  meshNumber,
const int  locationSize,
const char *  location,
const int  baseNameSize,
const char *  baseName,
const int  connectivityFormatSize,
const char *  connectivityFormat,
cmfe_FieldMLIOType  fieldml 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldML_OutputWrite ( const cmfe_FieldMLIOType  fieldml,
const int  filenameSize,
const char *  filename 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldMLIO_Finalise ( cmfe_FieldMLIOType fieldml)
IRON_C_EXPORT cmfe_Error cmfe_FieldMLIO_GetSession ( cmfe_FieldMLIOType  fieldml,
int *  sessionHandle 
)
IRON_C_EXPORT cmfe_Error cmfe_FieldMLIO_Initialise ( cmfe_FieldMLIOType fieldml)
IRON_C_EXPORT cmfe_Error cmfe_Fields_CreateInterface ( const cmfe_InterfaceType  interface,
cmfe_FieldsType  fields 
)
IRON_C_EXPORT cmfe_Error cmfe_Fields_CreateRegion ( const cmfe_RegionType  region,
cmfe_FieldsType  fields 
)
IRON_C_EXPORT cmfe_Error cmfe_Fields_ElementsExport ( cmfe_FieldsType  fields,
const int  fileNameSize,
const char *  fileName,
const int  methodSize,
const char *  method 
)
IRON_C_EXPORT cmfe_Error cmfe_Fields_Finalise ( cmfe_FieldsType cmfe_Fields)
IRON_C_EXPORT cmfe_Error cmfe_Fields_Initialise ( cmfe_FieldsType cmfe_Fields)
IRON_C_EXPORT cmfe_Error cmfe_Fields_NodesExport ( cmfe_FieldsType  fields,
const int  fileNameSize,
const char *  fileName,
const int  methodSize,
const char *  method 
)
IRON_C_EXPORT cmfe_Error cmfe_Finalise ( )
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BaseVectorsSet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  baseVectorsSize1,
const int  baseVectorsSize2,
const double *  baseVectors 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BaseVectorsSetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  baseVectorsSize1,
const int  baseVectorsSize2,
const double *  baseVectors 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisGet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  basesSize,
cmfe_BasisType bases 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisGetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  basisUserNumbersSize,
int *  basisUserNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisSet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  basesSize,
const cmfe_BasisType bases 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_BasisSetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  basisUserNumbersSize,
const int *  basisUserNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateFinish ( const cmfe_GeneratedMeshType  generatedMesh,
const int  meshUserNumber,
cmfe_MeshType  mesh 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateFinishNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  meshUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateStart ( const int  generatedMeshUserNumber,
cmfe_RegionType  region,
cmfe_GeneratedMeshType  generatedMesh 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateStartInterface ( const int  generatedMeshUserNumber,
cmfe_InterfaceType  interface,
cmfe_GeneratedMeshType  generatedMesh 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_CreateStartNum ( const int  generatedMeshUserNumber,
const int  regionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_Destroy ( cmfe_GeneratedMeshType  generatedMesh)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_DestroyNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentGet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  extentSize,
double *  extent 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentGetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  extentSize,
double *  extent 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentSet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  extentSize,
const double *  extent 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_ExtentSetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  extentSize,
const double *  extent 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_Finalise ( cmfe_GeneratedMeshType cmfe_GeneratedMesh)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_GeometricParametersCalculate ( const cmfe_GeneratedMeshType  generatedMesh,
cmfe_FieldType  field 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_GeometricParametersCalculateNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  fieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_Initialise ( cmfe_GeneratedMeshType cmfe_GeneratedMesh)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsGet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  numberOfElementsSize,
int *  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsGetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  numberOfElementsSize,
int *  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsSet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  numberOfElementsSize,
const int *  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_NumberOfElementsSetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  numberOfElementsSize,
const int *  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginGet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  originSize,
double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginGetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  originSize,
double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginSet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  originSize,
const double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_OriginSetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  originSize,
const double *  origin 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeGet ( const cmfe_GeneratedMeshType  generatedMesh,
int *  generatedMeshType 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeGetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
int *  generatedMeshType 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeSet ( const cmfe_GeneratedMeshType  generatedMesh,
const int  generatedMeshType 
)
IRON_C_EXPORT cmfe_Error cmfe_GeneratedMesh_TypeSetNum ( const int  regionUserNumber,
const int  generatedMeshUserNumber,
const int  generatedMeshType 
)
IRON_C_EXPORT cmfe_Error cmfe_History_Finalise ( cmfe_HistoryType cmfe_History)
IRON_C_EXPORT cmfe_Error cmfe_History_Initialise ( cmfe_HistoryType cmfe_History)
IRON_C_EXPORT cmfe_Error cmfe_Initialise ( cmfe_CoordinateSystemType  worldCoordinateSystem,
cmfe_RegionType  worldRegion 
)
IRON_C_EXPORT cmfe_Error cmfe_InitialiseNum ( int *  worldCoordinateSystemUserNumber,
int *  worldRegionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemGet ( const cmfe_InterfaceType  Interface,
cmfe_CoordinateSystemType  CoordinateSystem 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemGetNum ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
int *  coordinateSystemUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemSet ( const cmfe_InterfaceType  interface,
const cmfe_CoordinateSystemType  coordinateSystem 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CoordinateSystemSetNum ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  coordinateSystemUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateFinish ( const cmfe_InterfaceType  interface)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateFinishNum ( const int  regionUserNumber,
const int  interfaceUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateStart ( const int  interfaceUserNumber,
const cmfe_RegionType  region,
const cmfe_InterfaceType  interface 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_CreateStartNum ( const int  interfaceUserNumber,
const int  regionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_Destroy ( const cmfe_InterfaceType  interface)
IRON_C_EXPORT cmfe_Error cmfe_Interface_DestroyNum ( const int  regionUserNumber,
const int  interfaceUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_Finalise ( cmfe_InterfaceType cmfe_Interface)
IRON_C_EXPORT cmfe_Error cmfe_Interface_Initialise ( cmfe_InterfaceType cmfe_Interface)
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelGet ( const cmfe_InterfaceType  interface,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelGetNum ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelSet ( const cmfe_InterfaceType  interface,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_LabelSetNum ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_MeshAdd ( const cmfe_InterfaceType  interface,
const cmfe_MeshType  mesh,
int *  meshIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_MeshAddNum ( const int  interfaceRegionUserNumber,
const int  interfaceUserNumber,
const int  meshRegionUserNumber,
const int  meshUserNumber,
int *  meshIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Interface_NodesGet ( const cmfe_InterfaceType  interface,
cmfe_NodesType  nodes 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateFinish ( const cmfe_InterfaceConditionType  interfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateFinishNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateStart ( const int  interfaceConditionUserNumber,
const cmfe_InterfaceType  interface,
const cmfe_FieldType  geometricField,
const cmfe_InterfaceConditionType  interfaceCondition 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_CreateStartNum ( const int  interfaceConditionUserNumber,
const int  regionUserNumber,
const int  interfaceUserNumber,
const int  geometricFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_DependentVariableAdd ( const cmfe_InterfaceConditionType  interfaceCondition,
const int  meshIndex,
const cmfe_EquationsSetType  equationsSet,
const int  variableType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_DependentVariableAddNum ( const int  interfaceRegionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
const int  meshIndex,
const int  equationsSetRegionUserNumber,
const int  equationsSetUserNumber,
const int  variableType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_Destroy ( const cmfe_InterfaceConditionType  interfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_DestroyNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateFinish ( const cmfe_InterfaceConditionType  interfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateFinishNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateStart ( const cmfe_InterfaceConditionType  interfaceCondition,
const cmfe_InterfaceEquationsType  interfaceEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsCreateStartNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsDestroy ( const cmfe_InterfaceConditionType  interfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_EquationsDestroyNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_Finalise ( cmfe_InterfaceConditionType cmfe_InterfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_Initialise ( cmfe_InterfaceConditionType cmfe_InterfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeGet ( const cmfe_InterfaceConditionType  interfaceCondition,
int *  interfaceConditionIntegrationType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeGetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
int *  interfaceConditionIntegrationType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeSet ( const cmfe_InterfaceConditionType  interfaceCondition,
const int  interfaceConditionIntegrationType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_IntegrationTypeSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
const int  interfaceConditionIntegrationType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateFinish ( const cmfe_InterfaceConditionType  interfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateFinishNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateStart ( const cmfe_InterfaceConditionType  interfaceCondition,
const int  lagrangeFieldUserNumber,
cmfe_FieldType  lagrangeField 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_LagrangeFieldCreateStartNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
const int  lagrangeFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodGet ( const cmfe_InterfaceConditionType  interfaceCondition,
int *  interfaceConditionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodGetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
int *  interfaceConditionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodSet ( const cmfe_InterfaceConditionType  interfaceCondition,
const int  interfaceConditionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_MethodSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
const int  interfaceConditionMethod 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorGet ( const cmfe_InterfaceConditionType  interfaceCondition,
int *  interfaceConditionOperator 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorGetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
int *  interfaceConditionOperator 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorSet ( const cmfe_InterfaceConditionType  interfaceCondition,
const int  interfaceConditionOperator 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_OperatorSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
const int  interfaceConditionOperator 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateFinish ( const cmfe_InterfaceConditionType  InterfaceCondition)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateFinishNum ( const int  RegionUserNumber,
const int  InterfaceUserNumber,
const int  InterfaceConditionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateStart ( const cmfe_InterfaceConditionType  InterfaceCondition,
const int  PenaltyFieldUserNumber,
cmfe_FieldType  PenaltyField 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceCondition_PenaltyFieldCreateStartNum ( const int  RegionUserNumber,
const int  InterfaceUserNumber,
const int  InterfaceConditionUserNumber,
const int  PenaltyFieldUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_Finalise ( cmfe_InterfaceEquationsType cmfe_InterfaceEquations)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_Initialise ( cmfe_InterfaceEquationsType cmfe_InterfaceEquations)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeGet ( const cmfe_InterfaceEquationsType  interfaceEquations,
int *  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeGetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
int *  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeSet ( const cmfe_InterfaceEquationsType  interfaceEquations,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_OutputTypeSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsityGet ( const cmfe_InterfaceEquationsType  interfaceEquations,
int *  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsityGetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
int *  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsitySet ( const cmfe_InterfaceEquationsType  interfaceEquations,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceEquations_SparsitySetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMatrices_TimeDependenceTypeGet ( const cmfe_InterfaceConditionType  interfaceCondition,
const int  interfaceMatrixIndex,
const cmfe_Bool  hasTranspose,
const int  timeDependenceTypesSize,
int *  timeDependenceTypes 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMatrices_TimeDependenceTypeSet ( const cmfe_InterfaceConditionType  interfaceCondition,
const int  interfaceMatrixIndex,
const cmfe_Bool  hasTranspose,
const int  timeDependenceTypesSize,
const int *  timeDependenceTypes 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_BasisSet ( const cmfe_InterfaceMeshConnectivityType  interfaceMeshConnectivity,
cmfe_BasisType  interfaceMappingBasis 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_BasisSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceBasisNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateFinish ( const cmfe_InterfaceMeshConnectivityType  interfaceMeshConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateFinishNum ( const int  regionUserNumber,
const int  interfaceUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateStart ( const cmfe_InterfaceType  interface,
const cmfe_MeshType  interfaceMesh,
cmfe_InterfaceMeshConnectivityType  interfaceMeshConnectivity 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_CreateStartNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  meshNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_Destroy ( const cmfe_InterfaceMeshConnectivityType  interfaceMeshConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_DestroyNum ( const int  regionUserNumber,
const int  interfaceUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementNumberSet ( const cmfe_InterfaceMeshConnectivityType  interfaceMeshConnectivity,
const int  interfaceElementNumber,
const int  coupledMeshIndexNumber,
const int  coupledMeshElementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementNumberSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceElementNumber,
const int  coupledMeshIndexNumber,
const int  coupledMeshElementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementXiSet ( const cmfe_InterfaceMeshConnectivityType  interfaceMeshConnectivity,
const int  interfaceElementNumber,
const int  coupledMeshIndexNumber,
const int  coupledMeshElementNumber,
const int  interfaceMeshLocalNodeNumber,
const int  interfaceMeshComponentNodeNumber,
const int  xiSize,
const double *  xi 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_ElementXiSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceElementNumber,
const int  coupledMeshIndexNumber,
const int  coupledMeshElementNumber,
const int  interfaceMeshLocalNodeNumber,
const int  interfaceMeshComponentNodeNumber,
const int  xiSize,
const double *  xi 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_Finalise ( cmfe_InterfaceMeshConnectivityType cmfe_InterfaceMeshConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_Initialise ( cmfe_InterfaceMeshConnectivityType cmfe_InterfaceMeshConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_NodeNumberSet ( const cmfe_InterfaceMeshConnectivityType  interfaceMeshConnectivity,
const int  interfaceNodeNumbersSize,
const int *  interfaceNodeNumbers,
const int  firstCoupledMeshIndexNumber,
const int  firstCoupledMeshNodeNumbersSize,
const int *  firstCoupledMeshNodeNumbers,
const int  secondCoupledMeshIndexNumber,
const int  secondCoupledMeshNodeNumbersSize,
const int *  secondCoupledMeshNodeNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfaceMeshConnectivity_NodeNumberSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceElementNumber,
const int  coupledMeshIndexNumber,
const int  coupledMeshElementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateFinish ( const cmfe_InterfacePointsConnectivityType  interfacePointsConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateFinishNum ( const int  regionUserNumber,
const int  interfaceUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateStart ( const cmfe_InterfaceType  interface,
const cmfe_MeshType  interfaceMesh,
cmfe_InterfacePointsConnectivityType  interfacePointsConnectivity 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_CreateStartNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  MeshNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_Destroy ( const cmfe_InterfacePointsConnectivityType  interfacePointsConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_DestroyNum ( const int  regionUserNumber,
const int  interfaceUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberGet ( const cmfe_InterfacePointsConnectivityType  interfacePointsConnectivity,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  meshComponentNumber,
int *  coupledMeshElementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberGetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  meshComponentNumber,
int *  coupledMeshElementNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberSet ( const cmfe_InterfacePointsConnectivityType  interfacePointsConnectivity,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  coupledMeshElementNumber,
const int  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_ElementNumberSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  coupledMeshElementNumber,
const int  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_Finalise ( cmfe_InterfacePointsConnectivityType cmfe_InterfacePointsConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_Initialise ( cmfe_InterfacePointsConnectivityType cmfe_InterfacePointsConnectivity)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiGet ( const cmfe_InterfacePointsConnectivityType  interfacePointsConnectivity,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  xiSize,
double *  xi 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiGetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  xiSize,
double *  xi 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiSet ( const cmfe_InterfacePointsConnectivityType  interfacePointsConnectivity,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  xiSize,
const double *  xi 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_PointXiSetNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  interfaceDataPointIndexNumber,
const int  coupledMeshIndexNumber,
const int  xiSize,
const double *  xi 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_UpdateFromProjection ( const cmfe_InterfacePointsConnectivityType  pointsConnectivity,
const cmfe_DataProjectionType  dataProjection,
const int  coupledMeshIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_UpdateFromProjectionINum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  dataPointsRegionUserNumber,
const int  dataPointsInterfaceUserNumber,
const int  dataProjectionUserNumber,
const int  coupledMeshIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_InterfacePointsConnectivity_UpdateFromProjectionRNum ( const int  regionUserNumber,
const int  interfaceUserNumber,
const int  dataPointsRegionUserNumber,
const int  dataProjectionUserNumber,
const int  coupledMeshIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateFinish ( const cmfe_MeshType  mesh)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateFinishNum ( const int  regionUserNumber,
const int  meshUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateStart ( const int  meshUserNumber,
const cmfe_RegionType  region,
const int  numberOfDimensions,
cmfe_MeshType  mesh 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateStartInterface ( const int  meshUserNumber,
const cmfe_InterfaceType  interface,
const int  numberOfDimensions,
cmfe_MeshType  mesh 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_CreateStartNum ( const int  meshUserNumber,
const int  regionUserNumber,
const int  numberOfDimensions 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_Destroy ( const cmfe_MeshType  mesh)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_DestroyNum ( const int  regionUserNumber,
const int  meshUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementExists ( const cmfe_MeshType  mesh,
const int  meshComponentNumber,
const int  elementUserNumber,
cmfe_Bool elementExists 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementExistsNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  elementUserNumber,
cmfe_Bool elementExists 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementsGet ( const cmfe_MeshType  mesh,
const int  meshComponentNumber,
cmfe_MeshElementsType  meshElements 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_ElementsGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
cmfe_MeshElementsType  meshElements 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_Finalise ( cmfe_MeshType cmfe_Mesh)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_Initialise ( cmfe_MeshType cmfe_Mesh)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodeExists ( const cmfe_MeshType  mesh,
const int  meshComponentNumber,
const int  nodeUserNumber,
cmfe_Bool nodeExists 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodeExistsNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  nodeUserNumber,
cmfe_Bool nodeExists 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodesGet ( const cmfe_MeshType  mesh,
const int  meshComponentNumber,
cmfe_MeshNodesType  meshNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NodesGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
cmfe_MeshNodesType  meshNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsGet ( const cmfe_MeshType  mesh,
int *  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
int *  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsSet ( const cmfe_MeshType  mesh,
const int  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfComponentsSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  numberOfComponents 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsGet ( const cmfe_MeshType  mesh,
int *  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
int *  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsSet ( const cmfe_MeshType  mesh,
const int  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_NumberOfElementsSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  numberOfElements 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_SurroundingElementsCalculateSet ( const cmfe_MeshType  mesh,
const cmfe_Bool  surroundingElementsCalculateFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_SurroundingElementsCalculateSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const cmfe_Bool  surroundingElementsCalculateFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_TopologyDataPointsCalculateProjection ( const cmfe_MeshType  Mesh,
const cmfe_DataProjectionType  DataProjection 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_TopologyDataPointsCalculateProjectionInterfaceNum ( const int  parentRegionUserNumber,
const int  interfaceUserNumber,
const int  MeshUserNumber,
const cmfe_DataProjectionType  DataProjection 
)
IRON_C_EXPORT cmfe_Error cmfe_Mesh_TopologyDataPointsCalculateProjectionRegionNum ( const int  regionUserNumber,
const int  MeshUserNumber,
const cmfe_DataProjectionType  DataProjection 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_AdjacentElementGet ( const cmfe_MeshElementsType  meshElements,
const int  globalElementNumber,
const int  adjacentElementXi,
int *  adjacentElement 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_AdjacentElementGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  globalElementNumber,
const int  adjacentElementXi,
int *  adjacentElement 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisGet ( const cmfe_MeshElementsType  meshElements,
const int  globalElementNumber,
cmfe_BasisType  basis 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  globalElementNumber,
int *  basisUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisSet ( const cmfe_MeshElementsType  meshElements,
const int  globalElementNumber,
const cmfe_BasisType  basis 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_BasisSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  globalElementNumber,
const int  basisUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateFinish ( const cmfe_MeshElementsType  meshElements)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateFinishNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateStart ( cmfe_MeshType  mesh,
const int  meshComponentNumber,
const cmfe_BasisType  basis,
cmfe_MeshElementsType  meshElements 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_CreateStartNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  basisUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_Finalise ( cmfe_MeshElementsType cmfe_MeshElements)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_Initialise ( cmfe_MeshElementsType cmfe_MeshElements)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_LocalElementNodeVersionSet ( const cmfe_MeshElementsType  meshElements,
const int  globalElementNumber,
const int  versionNumber,
const int  derivativeNumber,
const int  localElementNodeNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_LocalElementNodeVersionSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  globalElementNumber,
const int  versionNumber,
const int  derivativeNumber,
const int  localElementNodeNumber,
const int  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesGet ( const cmfe_MeshElementsType  meshElements,
const int  globalElementNumber,
const int  elementUserNodesSize,
int *  elementUserNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  globalElementNumber,
const int  elementUserNodesSize,
int *  elementUserNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesSet ( const cmfe_MeshElementsType  meshElements,
const int  globalElementNumber,
const int  elementUserNodesSize,
const int *  elementUserNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_NodesSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  globalElementNumber,
const int  elementUserNodesSize,
const int *  elementUserNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNodeVersionSet ( const cmfe_MeshElementsType  meshElements,
const int  globalElementNumber,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNodeVersionSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  globalElementNumber,
const int  versionNumber,
const int  derivativeNumber,
const int  userNodeNumber,
const int  meshComponentNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberGet ( const cmfe_MeshElementsType  meshElements,
const int  elementGlobalNumber,
int *  elementUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  elementGlobalNumber,
int *  elementUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumbersAllSet ( const cmfe_MeshElementsType  meshElements,
const int  elementUserNumbersSize,
const int *  elementUserNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumbersAllSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  elementUserNumbersSize,
const int *  elementUserNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberSet ( const cmfe_MeshElementsType  meshElements,
const int  elementGlobalNumber,
const int  elementUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshElements_UserNumberSetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  elementGlobalNumber,
const int  elementUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_Create ( cmfe_MeshEmbeddingType  meshEmbedding,
const cmfe_MeshType  parentMesh,
const cmfe_MeshType  childMesh 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_CreateNum ( const int  regionOneUserNumber,
const int  regionTwoUserNumber,
cmfe_MeshEmbeddingType  meshEmbedding,
const int  parentMeshUserNumber,
const int  childMeshUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_Initialise ( cmfe_MeshEmbeddingType meshEmbedding)
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_PullGaussPointData ( cmfe_MeshEmbeddingType  meshEmbedding,
const cmfe_FieldType  parentField,
const int  parentComponent,
const cmfe_FieldType  childField,
const int  childComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_PushData ( cmfe_MeshEmbeddingType  meshEmbedding,
const cmfe_FieldType  parentField,
const int  parentComponent,
const cmfe_FieldType  childField,
const int  childComponent 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_SetChildNodePosition ( cmfe_MeshEmbeddingType  meshEmbedding,
const int  elementNumber,
const int  nodeNumbersSize,
const int *  nodeNumbers,
const int  xiCoordsSize1,
const int  xiCoordsSize2,
const double *  xiCoords 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshEmbedding_SetGaussPointData ( cmfe_MeshEmbeddingType  meshEmbedding,
const int  parentElementNumber,
const int  gaussPointNumber,
const int  parentXiCoordsSize,
const double *  parentXiCoords,
const int  childElementNumber,
const int  childXiCoordsSize,
const double *  childXiCoords 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_DerivativesGet ( const cmfe_MeshNodesType  meshNodes,
const int  userNodeNumber,
const int  derivativesSize,
int *  derivatives 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_DerivativesGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  userNodeNumber,
const int  derivativesSize,
int *  derivatives 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_Finalise ( cmfe_MeshNodesType cmfe_MeshNodes)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_Initialise ( cmfe_MeshNodesType cmfe_MeshNodes)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfDerivativesGet ( const cmfe_MeshNodesType  meshNodes,
const int  userNodeNumber,
int *  numberOfDerivatives 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfDerivativesGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  userNodeNumber,
int *  numberOfDerivatives 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfNodesGet ( const cmfe_MeshNodesType  meshNodes,
int *  numberOfNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfNodesGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
int *  numberOfNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfVersionsGet ( const cmfe_MeshNodesType  meshNodes,
const int  derivativeNumber,
const int  userNodeNumber,
int *  numberOfVersions 
)
IRON_C_EXPORT cmfe_Error cmfe_MeshNodes_NumberOfVersionsGetNum ( const int  regionUserNumber,
const int  meshUserNumber,
const int  meshComponentNumber,
const int  derivativeNumber,
const int  userNodeNumber,
int *  numberOfVersions 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateFinish ( const cmfe_NodesType  nodes)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateFinishNum ( const int  regionUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateStart ( const cmfe_RegionType  region,
const int  numberOfNodes,
const cmfe_NodesType  nodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateStartInterface ( const cmfe_InterfaceType  interface,
const int  numberOfNodes,
const cmfe_NodesType  nodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_CreateStartNum ( const int  regionUserNumber,
const int  numberOfNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_Destroy ( const cmfe_NodesType  nodes)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_DestroyNum ( const int  regionUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_Finalise ( cmfe_NodesType cmfe_Nodes)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_Initialise ( cmfe_NodesType cmfe_Nodes)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelGet ( const cmfe_NodesType  nodes,
const int  nodeGlobalNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelGetNum ( const int  regionUserNumber,
const int  nodeGlobalNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelSet ( const cmfe_NodesType  nodes,
const int  nodeGlobalNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_LabelSetNum ( const int  regionUserNumber,
const int  nodeGlobalNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_NumberOfNodesGet ( const cmfe_NodesType  nodes,
int *  numberOfNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_NumberOfNodesGetNum ( const int  regionUserNumber,
int *  numberOfNodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberGet ( const cmfe_NodesType  nodes,
const int  nodeGlobalNumber,
int *  nodeUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberGetNum ( const int  regionUserNumber,
const int  nodeGlobalNumber,
int *  nodeUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumbersAllSet ( const cmfe_NodesType  nodes,
const int  nodeUserNumbersSize,
const int *  nodeUserNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumbersAllSetNum ( const int  regionUserNumber,
const int  nodeUserNumbersSize,
const int *  nodeUserNumbers 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberSet ( const cmfe_NodesType  nodes,
const int  nodeGlobalNumber,
const int  nodeUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Nodes_UserNumberSetNum ( const int  regionUserNumber,
const int  nodeGlobalNumber,
const int  nodeUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_OutputSetOff ( )
IRON_C_EXPORT cmfe_Error cmfe_OutputSetOn ( const int  echoFilenameSize,
const char *  echoFilename 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateFinish ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateFinishNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateStart ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsCreateStartNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsGet ( const cmfe_ProblemType  problem,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_CellMLEquationsType  CellMLEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CellMLEquationsGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_CellMLEquationsType  CellMLEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateFinish ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateFinishNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateStart ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopCreateStartNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopDestroy ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopDestroyNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopGet ( const cmfe_ProblemType  problem,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
cmfe_ControlLoopType  controlLoop 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_ControlLoopGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
cmfe_ControlLoopType  controlLoop 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateFinish ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateFinishNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateStart ( const int  problemUserNumber,
const int  problemSpecificationSize,
const int *  problemSpecification,
cmfe_ProblemType  problem 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_CreateStartNum ( const int  problemUserNumber,
const int  problemSpecificationSize,
const int *  problemSpecification 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_Destroy ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_DestroyNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_Finalise ( cmfe_ProblemType cmfe_Problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_Initialise ( cmfe_ProblemType cmfe_Problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_Solve ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolveNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateFinish ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateFinishNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateStart ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsCreateStartNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsDestroy ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsDestroyNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsGet ( const cmfe_ProblemType  problem,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_SolverEquationsType  solverEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverEquationsGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_SolverEquationsType  solverEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverGet ( const cmfe_ProblemType  problem,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_SolverType  solver 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolverGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_SolverType  solver 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateFinish ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateFinishNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateStart ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversCreateStartNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversDestroy ( const cmfe_ProblemType  problem)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SolversDestroyNum ( const int  problemUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationGet ( const cmfe_ProblemType  problem,
const int  problemSpecificationSize,
int *  problemSpecification 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationGetNum ( const int  problemUserNumber,
const int  problemSpecificationSize,
int *  problemSpecification 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationSizeGet ( const cmfe_ProblemType  problem,
int *  specificationSize 
)
IRON_C_EXPORT cmfe_Error cmfe_Problem_SpecificationSizeGetNum ( const int  problemUserNumber,
int *  specificationSize 
)
IRON_C_EXPORT cmfe_Error cmfe_Quadrature_Finalise ( cmfe_QuadratureType cmfe_Quadrature)
IRON_C_EXPORT cmfe_Error cmfe_Quadrature_Initialise ( cmfe_QuadratureType cmfe_Quadrature)
IRON_C_EXPORT cmfe_Error cmfe_RandomSeedsGet ( const int  randomSeedsSize,
int *  randomSeeds 
)
IRON_C_EXPORT cmfe_Error cmfe_RandomSeedsSet ( const int  randomSeedsSize,
const int *  randomSeeds 
)
IRON_C_EXPORT cmfe_Error cmfe_RandomSeedsSizeGet ( int *  randomSeedsSize)
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemGet ( const cmfe_RegionType  region,
cmfe_CoordinateSystemType  coordinateSystem 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemGetNum ( const int  regionUserNumber,
int *  coordinateSystemUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemSet ( const cmfe_RegionType  region,
const cmfe_CoordinateSystemType  coordinateSystem 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_CoordinateSystemSetNum ( const int  regionUserNumber,
const int  coordinateSystemUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateFinish ( const cmfe_RegionType  region)
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateFinishNum ( const int  regionUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateStart ( const int  regionUserNumber,
const cmfe_RegionType  parentRegion,
cmfe_RegionType  region 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_CreateStartNum ( const int  regionUserNumber,
const int  parentRegionUserNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_DataPointsGet ( const cmfe_RegionType  region,
cmfe_DataPointsType  dataPoints 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_Destroy ( cmfe_RegionType  region)
IRON_C_EXPORT cmfe_Error cmfe_Region_DestroyNum ( const int  regionUserNumber)
IRON_C_EXPORT cmfe_Error cmfe_Region_Finalise ( cmfe_RegionType cmfe_Region)
IRON_C_EXPORT cmfe_Error cmfe_Region_Initialise ( cmfe_RegionType cmfe_Region)
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelGet ( const cmfe_RegionType  region,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelGetNum ( const int  regionUserNumber,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelSet ( const cmfe_RegionType  region,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_LabelSetNum ( const int  regionUserNumber,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Region_NodesGet ( const cmfe_RegionType  region,
cmfe_NodesType  nodes 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_CellMLEquationsGet ( const cmfe_SolverType  solver,
cmfe_CellMLEquationsType  CellMLEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_CellMLEquationsGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_CellMLEquationsType  CellMLEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeGet ( const cmfe_SolverType  solver,
int *  DAEEulerSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  DAEEulerSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeSet ( const cmfe_SolverType  solver,
const int  DAEEulerSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAEEulerSolverTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  DAEEulerSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeGet ( const cmfe_SolverType  solver,
int *  DAESolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  DAESolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeSet ( const cmfe_SolverType  solver,
const int  DAESolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAESolverTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  DAESolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimesSet ( const cmfe_SolverType  solver,
const double  startTime,
const double  endTime 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimesSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  startTime,
const double  endTime 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimeStepSet ( const cmfe_SolverType  solver,
const double  timeStep 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DAETimeStepSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  timeStep 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeGet ( const cmfe_SolverType  solver,
int *  degree 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  degree 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeSet ( const cmfe_SolverType  solver,
const int  degree 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicDegreeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  degree 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearityTypeGet ( const cmfe_SolverType  solver,
int *  linearityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearityTypeGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  linearityType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearSolverGet ( const cmfe_SolverType  solver,
cmfe_SolverType  linearSolver 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicLinearSolverGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  linearSolverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicNonlinearSolverGet ( const cmfe_SolverType  solver,
cmfe_SolverType  nonlinearSolver 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicNonlinearSolverGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  nonlinearSolverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicSchemeSet ( const cmfe_SolverType  solver,
const int  scheme 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicSchemeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  scheme 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicThetaSet ( const cmfe_SolverType  solver,
const int  thetasSize,
const double *  thetas 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicThetaSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  thetasSize,
const double *  thetas 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicTimesSet ( const cmfe_SolverType  solver,
const double  currentTime,
const double  timeIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_DynamicTimesSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  currentTime,
const double  timeIncrement 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_Finalise ( cmfe_SolverType cmfe_Solver)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationArbitraryPathSet ( const cmfe_SolverType  solver,
const cmfe_Bool  arbitraryPath 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationArbitraryPathSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const cmfe_Bool  arbitraryPath 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationClear ( const cmfe_SolverType  solver)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationClearNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationFieldSet ( const cmfe_SolverType  solver,
const cmfe_FieldType  field,
const int  variableType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationFieldSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const int  regionUserNumber,
const int  fieldUserNumber,
const int  variableType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationMatrixSet ( const cmfe_SolverType  solver,
const int  matrixSize1,
const int  matrixSize2,
const double *  matrix,
const int  loadIncrementIdx 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationMatrixSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const int  matrixSize1,
const int  matrixSize2,
const double *  matrix,
const int  loadIncrementIdx 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationNoLoadIncrementsSet ( const cmfe_SolverType  solver,
const int  numberOfIncrements 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationNoLoadIncrementsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const int  numberOfIncrements 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationRotationSet ( const cmfe_SolverType  solver,
const int  pivotPointSize,
const double *  pivotPoint,
const int  axisSize,
const double *  axis,
const double  angle,
const int  loadIncrementIdx 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationRotationSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const int  pivotPointSize,
const double *  pivotPoint,
const int  axisSize,
const double *  axis,
const double  angle,
const int  loadIncrementIdx 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationScalingsSet ( const cmfe_SolverType  solver,
const int  scalingsSize,
const double *  scalings 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationScalingsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const int  scalingsSize,
const double *  scalings 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationTranslationSet ( const cmfe_SolverType  solver,
const int  translationSize,
const double *  translation,
const int  loadIncrementIdx 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_GeometricTransformationTranslationSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifier,
const int  solverIndex,
const int  translationSize,
const double *  translation,
const int  loadIncrementIdx 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_Initialise ( cmfe_SolverType cmfe_Solver)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelGet ( const cmfe_SolverType  solver,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  labelSize,
char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelSet ( const cmfe_SolverType  solver,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LabelSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  labelSize,
const char *  label 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeGet ( const cmfe_SolverType  solver,
int *  libraryType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  libraryType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeSet ( const cmfe_SolverType  solver,
const int  libraryType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LibraryTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  libraryType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearDirectTypeSet ( const cmfe_SolverType  solver,
const int  directSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearDirectTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  directSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeAbsoluteToleranceSet ( const cmfe_SolverType  solver,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeAbsoluteToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeDivergenceToleranceSet ( const cmfe_SolverType  solver,
const double  divergenceTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeDivergenceToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  divergenceTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeGMRESRestartSet ( const cmfe_SolverType  solver,
const int  GMRESRestart 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeGMRESRestartSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  GMRESRestart 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeMaximumIterationsSet ( const cmfe_SolverType  solver,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeMaximumIterationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativePreconditionerTypeSet ( const cmfe_SolverType  solver,
const int  preconditionerType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativePreconditionerTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  preconditionerType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeRelativeToleranceSet ( const cmfe_SolverType  solver,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeRelativeToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeTypeSet ( const cmfe_SolverType  solver,
const int  iterativeSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearIterativeTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  iterativeSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearTypeSet ( const cmfe_SolverType  solver,
const int  linearSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_LinearTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  linearSolverType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_MumpsSetCntl ( const cmfe_SolverType  solver,
const int  icntl,
const double  val 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_MumpsSetIcntl ( const cmfe_SolverType  solver,
const int  icntl,
const int  ivalue 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonAbsoluteToleranceSet ( const cmfe_SolverType  solver,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonAbsoluteToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonCellMLSolverGet ( const cmfe_SolverType  solver,
cmfe_SolverType  CellMLSolver 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonCellMLSolverGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  CellMLSolverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonConvergenceTestTypeSet ( const cmfe_SolverType  solver,
const int  convergenceTestType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonConvergenceTestTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  convergenceTestType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonJacobianCalculationTypeSet ( const cmfe_SolverType  solver,
const int  jacobianCalculationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonJacobianCalculationTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  jacobianCalculationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLinearSolverGet ( const cmfe_SolverType  solver,
cmfe_SolverType  linearSolver 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLinearSolverGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  linearSolverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchAlphaSet ( const cmfe_SolverType  solver,
const double  alpha 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchAlphaSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  alpha 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMaxStepSet ( const cmfe_SolverType  solver,
const double  maxStep 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMaxStepSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  maxStep 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMonitorOutputSet ( const cmfe_SolverType  solver,
const cmfe_Bool  monitorLinesearchFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchMonitorOutputSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const cmfe_Bool  monitorLinesearchFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchStepTolSet ( const cmfe_SolverType  solver,
const double  stepTol 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchStepTolSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  stepTol 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchTypeSet ( const cmfe_SolverType  solver,
const int  lineSearchType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonLineSearchTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  lineSearchType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumFunctionEvaluationsSet ( const cmfe_SolverType  solver,
const int  maximumFunctionEvaluations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumFunctionEvaluationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  maximumFunctionEvaluations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumIterationsSet ( const cmfe_SolverType  solver,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonMaximumIterationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonRelativeToleranceSet ( const cmfe_SolverType  solver,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonRelativeToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonSolutionToleranceSet ( const cmfe_SolverType  solver,
const double  solutionTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonSolutionToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  solutionTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionDelta0Set ( const cmfe_SolverType  solver,
const double  delta0 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionDelta0SetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  delta0 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionToleranceSet ( const cmfe_SolverType  solver,
const double  tolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTrustRegionToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  tolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTypeSet ( const cmfe_SolverType  solver,
const int  newtonSolveType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NewtonTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  newtonSolveType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NonlinearTypeSet ( const cmfe_SolverType  solver,
const int  nonlinearSolveType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_NonlinearTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  nonlinearSolveType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_OutputTypeSet ( const cmfe_SolverType  solver,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_OutputTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  outputType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonAbsoluteToleranceSet ( const cmfe_SolverType  solver,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonAbsoluteToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  absoluteTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonCellMLSolverGet ( const cmfe_SolverType  solver,
cmfe_SolverType  CellMLSolver 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonCellMLSolverGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  CellMLSolverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonConvergenceTestTypeSet ( const cmfe_SolverType  solver,
const int  convergenceTestType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonConvergenceTestTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  convergenceTestType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonJacobianCalculationTypeSet ( const cmfe_SolverType  solver,
const int  jacobianCalculationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonJacobianCalculationTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  jacobianCalculationType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLinearSolverGet ( const cmfe_SolverType  solver,
cmfe_SolverType  linearSolver 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLinearSolverGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
int *  linearSolverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMaxStepSet ( const cmfe_SolverType  solver,
const double  maxStep 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMaxStepSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  maxStep 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMonitorOutputSet ( const cmfe_SolverType  solver,
const cmfe_Bool  monitorLinesearchFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchMonitorOutputSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const cmfe_Bool  monitorLinesearchFlag 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchStepTolSet ( const cmfe_SolverType  solver,
const double  stepTol 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchStepTolSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  stepTol 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchTypeSet ( const cmfe_SolverType  solver,
const int  lineSearchType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonLineSearchTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  lineSearchType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumFunctionEvaluationsSet ( const cmfe_SolverType  solver,
const int  maximumFunctionEvaluations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumFunctionEvaluationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  maximumFunctionEvaluations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumIterationsSet ( const cmfe_SolverType  solver,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonMaximumIterationsSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  maximumIterations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRelativeToleranceSet ( const cmfe_SolverType  solver,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRelativeToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  relativeTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartSet ( const cmfe_SolverType  solver,
const int  quasiNewtonRestart 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  quasiNewtonRestart 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartTypeSet ( const cmfe_SolverType  solver,
const int  quasiNewtonRestartType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonRestartTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  quasiNewtonRestartType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonScaleTypeSet ( const cmfe_SolverType  solver,
const int  quasiNewtonScaleType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonScaleTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  quasiNewtonScaleType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolutionToleranceSet ( const cmfe_SolverType  solver,
const double  solutionTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolutionToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  solutionTolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolveTypeSet ( const cmfe_SolverType  solver,
const int  quasiNewtonSolveType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonSolveTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  quasiNewtonSolveType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionDelta0Set ( const cmfe_SolverType  solver,
const double  delta0 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionDelta0SetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  delta0 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionToleranceSet ( const cmfe_SolverType  solver,
const double  tolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTrustRegionToleranceSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const double  tolerance 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTypeSet ( const cmfe_SolverType  solver,
const int  quasiNewtonType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_QuasiNewtonTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  quasiNewtonType 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_SolverEquationsGet ( const cmfe_SolverType  solver,
cmfe_SolverEquationsType  solverEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_Solver_SolverEquationsGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_SolverEquationsType  solverEquations 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsAnalytic ( const cmfe_SolverEquationsType  solverEquations)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsAnalyticNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateFinish ( const cmfe_SolverEquationsType  solverEquations)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateFinishNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateStart ( cmfe_SolverEquationsType  solverEquations,
cmfe_BoundaryConditionsType  boundaryConditions 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsCreateStartNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsGet ( const cmfe_SolverEquationsType  solverEquations,
cmfe_BoundaryConditionsType  boundaryConditions 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_BoundaryConditionsGetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
cmfe_BoundaryConditionsType  boundaryConditions 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_EquationsSetAdd ( const cmfe_SolverEquationsType  solverEquations,
const cmfe_EquationsSetType  equationsSet,
int *  equationsSetIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_EquationsSetAddNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  regionUserNumber,
const int  equationsSetUserNumber,
int *  equationsSetIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_Finalise ( cmfe_SolverEquationsType cmfe_SolverEquations)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_Initialise ( cmfe_SolverEquationsType cmfe_SolverEquations)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_InterfaceConditionAdd ( const cmfe_SolverEquationsType  solverEquations,
const cmfe_InterfaceConditionType  interfaceCondition,
int *  interfaceConditionIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_InterfaceConditionAddNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  interfaceRegionUserNumber,
const int  interfaceUserNumber,
const int  interfaceConditionUserNumber,
int *  interfaceConditionIndex 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_JacobianMatrixGet ( const cmfe_SolverEquationsType  solverEquations,
cmfe_DistributedMatrixType  matrix 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_MatrixGet ( const cmfe_SolverEquationsType  solverEquations,
const int  matrixIndex,
cmfe_DistributedMatrixType  matrix 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_NumberOfMatricesGet ( const cmfe_SolverEquationsType  solverEquations,
int *  numberOfMatrices 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_ResidualVectorGet ( const cmfe_SolverEquationsType  solverEquations,
cmfe_DistributedVectorType  residualVector 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_RhsVectorGet ( const cmfe_SolverEquationsType  solverEquations,
cmfe_DistributedVectorType  rhsVector 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_SparsityTypeSet ( const cmfe_SolverEquationsType  solverEquations,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_SparsityTypeSetNum ( const int  problemUserNumber,
const int  controlLoopIdentifiersSize,
const int *  controlLoopIdentifiers,
const int  solverIndex,
const int  sparsityType 
)
IRON_C_EXPORT cmfe_Error cmfe_SolverEquations_VectorGet ( const cmfe_SolverEquationsType  solverEquations,
const int  matrixIndex,
cmfe_DistributedVectorType  vector 
)
IRON_C_EXPORT cmfe_Error cmfe_TimingSetOff ( )
IRON_C_EXPORT cmfe_Error cmfe_TimingSetOn ( const int  timingType,
const cmfe_Bool  timingSummaryFlag,
const int  timingFilenameSize,
const char *  timingFilename,
const int  routineListNumStrings,
const int  routineListStringLength,
const char *  routineList 
)
IRON_C_EXPORT cmfe_Error cmfe_TimingSummaryOutput ( )
IRON_C_EXPORT cmfe_Error cmfe_UserNumberGetBasis ( const cmfe_BasisType  basis,
int *  userNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_UserNumberGetMesh ( const cmfe_MeshType  mesh,
int *  userNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_UserNumberGetRegion ( const cmfe_RegionType  region,
int *  userNumber 
)
IRON_C_EXPORT cmfe_Error cmfe_WorkingRealPrecisionGet ( int *  workingRealPrecision)

Variable Documentation

const int CMFE_ALL_DIAG_TYPE = 1

Definition at line 166 of file opencmiss_iron.h.

const int CMFE_ALL_TIMING_TYPE = 1

Definition at line 174 of file opencmiss_iron.h.

const int CMFE_BASIS_ADAPTIVE_GAUSS_LEGENDRE_QUADRATURE = 4

Definition at line 224 of file opencmiss_iron.h.

const int CMFE_BASIS_AUXILLIARY_TYPE = 4

Definition at line 189 of file opencmiss_iron.h.

const int CMFE_BASIS_B_SPLINE_TP_TYPE = 5

Definition at line 190 of file opencmiss_iron.h.

const int CMFE_BASIS_COLLAPSED_AT_XI0 = 2

Definition at line 232 of file opencmiss_iron.h.

const int CMFE_BASIS_COLLAPSED_AT_XI1 = 3

Definition at line 233 of file opencmiss_iron.h.

const int CMFE_BASIS_CUBIC_HERMITE_INTERPOLATION = 4

Definition at line 201 of file opencmiss_iron.h.

const int CMFE_BASIS_CUBIC_LAGRANGE_INTERPOLATION = 3

Definition at line 200 of file opencmiss_iron.h.

const int CMFE_BASIS_CUBIC_SIMPLEX_INTERPOLATION = 9

Definition at line 206 of file opencmiss_iron.h.

const int CMFE_BASIS_DEFAULT_QUADRATURE_SCHEME = 1

Definition at line 212 of file opencmiss_iron.h.

const int CMFE_BASIS_EXTENDED_LAGRANGE_TP_TYPE = 7

Definition at line 192 of file opencmiss_iron.h.

const int CMFE_BASIS_FOURIER_LAGRANGE_HERMITE_TP_TYPE = 6

Definition at line 191 of file opencmiss_iron.h.

const int CMFE_BASIS_GAUSS_LAGUERRE_QUADRATURE = 2

Definition at line 222 of file opencmiss_iron.h.

const int CMFE_BASIS_GAUSS_LEGENDRE_QUADRATURE = 1

Definition at line 221 of file opencmiss_iron.h.

const int CMFE_BASIS_GAUSS_SIMPLEX_QUADRATURE = 5

Definition at line 225 of file opencmiss_iron.h.

const int CMFE_BASIS_GUASS_HERMITE_QUADRATURE = 3

Definition at line 223 of file opencmiss_iron.h.

const int CMFE_BASIS_HIGH_QUADRATURE_SCHEME = 4

Definition at line 215 of file opencmiss_iron.h.

const int CMFE_BASIS_LAGRANGE_HERMITE_TP_TYPE = 1

Definition at line 186 of file opencmiss_iron.h.

const int CMFE_BASIS_LINEAR_LAGRANGE_INTERPOLATION = 1

Definition at line 198 of file opencmiss_iron.h.

const int CMFE_BASIS_LINEAR_SIMPLEX_INTERPOLATION = 7

Definition at line 204 of file opencmiss_iron.h.

const int CMFE_BASIS_LOW_QUADRATURE_SCHEME = 2

Definition at line 213 of file opencmiss_iron.h.

const int CMFE_BASIS_MID_QUADRATURE_SCHEME = 3

Definition at line 214 of file opencmiss_iron.h.

const int CMFE_BASIS_NOT_COLLAPSED = 4

Definition at line 234 of file opencmiss_iron.h.

const int CMFE_BASIS_QUADRATIC1_HERMITE_INTERPOLATION = 5

Definition at line 202 of file opencmiss_iron.h.

const int CMFE_BASIS_QUADRATIC2_HERMITE_INTERPOLATION = 6

Definition at line 203 of file opencmiss_iron.h.

const int CMFE_BASIS_QUADRATIC_LAGRANGE_INTERPOLATION = 2

Definition at line 199 of file opencmiss_iron.h.

const int CMFE_BASIS_QUADRATIC_SIMPLEX_INTERPOLATION = 8

Definition at line 205 of file opencmiss_iron.h.

const int CMFE_BASIS_SERENDIPITY_TYPE = 3

Definition at line 188 of file opencmiss_iron.h.

const int CMFE_BASIS_SIMPLEX_TYPE = 2

Definition at line 187 of file opencmiss_iron.h.

const int CMFE_BASIS_XI_COLLAPSED = 1

Definition at line 231 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_CAUCHY = 11

Definition at line 256 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_CORRECTION_MASS_INCREASE = 18

Definition at line 261 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_DIRICHLET = 10

Definition at line 255 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED = 1

Definition at line 245 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED_CELLML = 25

Definition at line 266 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED_FITTED = 23

Definition at line 264 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED_INCREMENTED = 13

Definition at line 258 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED_INLET = 2

Definition at line 247 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED_NONREFLECTING = 24

Definition at line 265 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED_OUTLET = 3

Definition at line 248 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FIXED_WALL = 4

Definition at line 246 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FREE = 0

Definition at line 244 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FREE_WALL = 6

Definition at line 251 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_FULL_MATRICES = 2

Definition at line 273 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_IMPERMEABLE_WALL = 19

Definition at line 262 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_MOVED_WALL = 5

Definition at line 249 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_MOVED_WALL_INCREMENTED = 17

Definition at line 250 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_NEUMANN_INTEGRATED = 9

Definition at line 254 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_NEUMANN_INTEGRATED_ONLY = 20

Definition at line 263 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_NEUMANN_POINT = 8

Definition at line 252 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_NEUMANN_POINT_INCREMENTED = 22

Definition at line 253 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_PRESSURE = 14

Definition at line 259 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_PRESSURE_INCREMENTED = 15

Definition at line 260 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_ROBIN = 12

Definition at line 257 of file opencmiss_iron.h.

const int CMFE_BOUNDARY_CONDITION_SPARSE_MATRICES = 1

Definition at line 272 of file opencmiss_iron.h.

const int CMFE_CELLML_INTERMEDIATE_FIELD = 3

Definition at line 297 of file opencmiss_iron.h.

const int CMFE_CELLML_MODELS_FIELD = 1

Definition at line 295 of file opencmiss_iron.h.

const int CMFE_CELLML_PARAMETERS_FIELD = 4

Definition at line 298 of file opencmiss_iron.h.

const int CMFE_CELLML_STATE_FIELD = 2

Definition at line 296 of file opencmiss_iron.h.

const int CMFE_CHARACTER_TYPE = 7

Definition at line 314 of file opencmiss_iron.h.

const int CMFE_CONTROL_LOOP_NO_OUTPUT = 0

Definition at line 347 of file opencmiss_iron.h.

const int CMFE_CONTROL_LOOP_NODE = 0

Definition at line 341 of file opencmiss_iron.h.

const int CMFE_CONTROL_LOOP_PROGRESS_OUTPUT = 1

Definition at line 348 of file opencmiss_iron.h.

const int CMFE_CONTROL_LOOP_TIMING_OUTPUT = 2

Definition at line 349 of file opencmiss_iron.h.

const int CMFE_COORDINATE_CYLINDRICAL_POLAR_TYPE = 2

Definition at line 360 of file opencmiss_iron.h.

const int CMFE_COORDINATE_NO_RADIAL_INTERPOLATION_TYPE = 0

Definition at line 369 of file opencmiss_iron.h.

const int CMFE_COORDINATE_OBLATE_SPHEROIDAL_TYPE = 5

Definition at line 363 of file opencmiss_iron.h.

const int CMFE_COORDINATE_PROLATE_SPHEROIDAL_TYPE = 4

Definition at line 362 of file opencmiss_iron.h.

const int CMFE_COORDINATE_RADIAL_CUBED_INTERPOLATION_TYPE = 3

Definition at line 372 of file opencmiss_iron.h.

const int CMFE_COORDINATE_RADIAL_INTERPOLATION_TYPE = 1

Definition at line 370 of file opencmiss_iron.h.

const int CMFE_COORDINATE_RADIAL_SQUARED_INTERPOLATION_TYPE = 2

Definition at line 371 of file opencmiss_iron.h.

const int CMFE_COORDINATE_RECTANGULAR_CARTESIAN_TYPE = 1

Definition at line 359 of file opencmiss_iron.h.

const int CMFE_COORDINATE_SPHERICAL_POLAR_TYPE = 3

Definition at line 361 of file opencmiss_iron.h.

const int CMFE_COULD_NOT_ALLOCATE_POINTER = -3

Definition at line 17 of file opencmiss_iron.h.

const int CMFE_DATA_PROJECTION_ALL_ELEMENTS_PROJECTION_TYPE = 3

Definition at line 384 of file opencmiss_iron.h.

const int CMFE_DATA_PROJECTION_BOUNDARY_FACES_PROJECTION_TYPE = 2

Definition at line 383 of file opencmiss_iron.h.

const int CMFE_DATA_PROJECTION_BOUNDARY_LINES_PROJECTION_TYPE = 1

Definition at line 382 of file opencmiss_iron.h.

const int CMFE_DECOMPOSITION_ALL_TYPE = 1

Definition at line 1063 of file opencmiss_iron.h.

const int CMFE_DECOMPOSITION_CALCULATED_TYPE = 2

Definition at line 1064 of file opencmiss_iron.h.

const int CMFE_DECOMPOSITION_USER_DEFINED_TYPE = 3

Definition at line 1065 of file opencmiss_iron.h.

const int CMFE_DOUBLE_COMPLEX_TYPE = 10

Definition at line 317 of file opencmiss_iron.h.

const int CMFE_DOUBLE_REAL_TYPE = 5

Definition at line 312 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_ELEMENT_MATRIX_OUTPUT = 3

Definition at line 397 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_FIRST_ORDER_DYNAMIC = 3

Definition at line 428 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_FULL_MATRICES = 2

Definition at line 405 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_JACOBIAN_ANALYTIC_CALCULATED = 2

Definition at line 437 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_JACOBIAN_FINITE_DIFFERENCE_CALCULATED = 1

Definition at line 436 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_LINEAR = 1

Definition at line 418 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_LUMPED_MATRICES = 2

Definition at line 412 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_MATRIX_DAMPING = 2

Definition at line 690 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_MATRIX_MASS = 3

Definition at line 691 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_MATRIX_OUTPUT = 2

Definition at line 396 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_MATRIX_STIFFNESS = 1

Definition at line 689 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_NO_OUTPUT = 0

Definition at line 394 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_NODAL_MATRIX_OUTPUT = 4

Definition at line 398 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_NONLINEAR = 2

Definition at line 419 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_NONLINEAR_BCS = 3

Definition at line 420 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_QUASISTATIC = 2

Definition at line 427 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SECOND_ORDER_DYNAMIC = 4

Definition at line 429 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_1D3D_MONODOMAIN_ACTIVE_STRAIN_SUBTYPE = 145

Definition at line 654 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_1D3D_MONODOMAIN_ELASTICITY_SUBTYPE = 142

Definition at line 651 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ACTIVE_STRAIN_SUBTYPE = 34

Definition at line 520 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ACTIVECONTRACTION_SUBTYPE = 6

Definition at line 511 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ADVECTION_DIFFUSION_EQUATION_TWO_DIM_1 = 1

Definition at line 750 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ADVECTION_DIFFUSION_EQUATION_TYPE = 7

Definition at line 481 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ADVECTION_EQUATION_TYPE = 11

Definition at line 480 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ADVECTION_SUBTYPE = 1

Definition at line 600 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ALE_DARCY_SUBTYPE = 3

Definition at line 565 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ALE_NAVIER_STOKES_SUBTYPE = 5

Definition at line 560 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ALE_PRESSURE_POISSON_SUBTYPE = 7

Definition at line 580 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ALE_STOKES_SUBTYPE = 5

Definition at line 543 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ANISOTROPIC_POLYNOMIAL_ACTIVE_SUBTYPE = 30

Definition at line 538 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ANISOTROPIC_POLYNOMIAL_SUBTYPE = 29

Definition at line 537 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_BEM_SOLUTION_METHOD = 2

Definition at line 662 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_BIDOMAIN_EQUATION_TYPE = 2

Definition at line 485 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_BIHARMONIC_EQUATION_TYPE = 9

Definition at line 483 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_BIOELECTRICS_CLASS = 5

Definition at line 452 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_BURGERS_EQUATION_ONE_DIM_1 = 1

Definition at line 802 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_BURGERS_EQUATION_TYPE = 6

Definition at line 470 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_BURGERS_SUBTYPE = 1

Definition at line 569 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CELLML_REAC_NO_SPLIT_REAC_DIFF_SUBTYPE = 3

Definition at line 633 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CELLML_REAC_SPLIT_REAC_DIFF_SUBTYPE = 2

Definition at line 632 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CHARACTERISTIC_EQUATION_TYPE = 7

Definition at line 471 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CHARACTERISTIC_SUBTYPE = 1

Definition at line 555 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CLASSICAL_FIELD_CLASS = 4

Definition at line 451 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_COMPRESSIBLE_ACTIVECONTRACTION_SUBTYPE = 26

Definition at line 518 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_COMPRESSIBLE_FINITE_ELASTICITY_SUBTYPE = 5

Definition at line 517 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONST_SOURCE_STATIC_ADVEC_DIFF_SUPG_SUBTYPE = 15

Definition at line 627 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_REAC_DIFF_SUBTYPE = 1

Definition at line 634 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 10

Definition at line 617 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 2

Definition at line 602 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ALE_ADVEC_DIFF_SUBTYPE = 22

Definition at line 609 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ALE_ADVEC_DIFF_SUPG_SUBTYPE = 30

Definition at line 622 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_ALE_DIFFUSION_SUBTYPE = 7

Definition at line 595 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_DIFFUSION_SUBTYPE = 2

Definition at line 590 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_POISSON_SUBTYPE = 1

Definition at line 582 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTANT_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 7

Definition at line 614 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTIT_AND_GROWTH_LAW_IN_CELLML_SUBTYPE = 33

Definition at line 607 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTITUTIVE_LAW_IN_CELLML_EVALUATE_SUBTYPE = 17

Definition at line 606 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_CONSTITUTIVE_MU_NAVIER_STOKES_SUBTYPE = 18

Definition at line 552 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_COUPLED1D0D_ADV_NAVIER_STOKES_SUBTYPE = 15

Definition at line 557 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_COUPLED1D0D_NAVIER_STOKES_SUBTYPE = 12

Definition at line 556 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_COUPLED_SOURCE_DIFFUSION_ADVEC_DIFF_SUBTYPE = 17

Definition at line 629 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_COUPLED_SOURCE_DIFFUSION_DIFFUSION_SUBTYPE = 111

Definition at line 649 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_EQUATION_THREE_DIM_1 = 4

Definition at line 793 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_EQUATION_THREE_DIM_2 = 5

Definition at line 794 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_EQUATION_THREE_DIM_3 = 6

Definition at line 795 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TWO_DIM_1 = 1

Definition at line 790 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TWO_DIM_2 = 2

Definition at line 791 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TWO_DIM_3 = 3

Definition at line 792 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_EQUATION_TYPE = 3

Definition at line 467 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DARCY_PRESSURE_EQUATION_TYPE = 4

Definition at line 468 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DATA_FITTING_EQUATION_TYPE = 10

Definition at line 487 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DATA_POINT_VECTOR_STATIC_FITTING_SUBTYPE = 9

Definition at line 645 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DATA_PT_VECTOR_QUASISTATIC_FITTING_SUBTYPE = 10

Definition at line 646 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DERIVED_STRAIN = 1

Definition at line 673 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DERIVED_STRESS = 2

Definition at line 674 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIFFUSION_ADVECTION_DIFFUSION_TYPE = 5

Definition at line 492 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIFFUSION_DIFFUSION_TYPE = 4

Definition at line 491 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_ONE_DIM_1 = 1

Definition at line 735 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_THREE_DIM_1 = 3

Definition at line 737 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_TWO_DIM_1 = 2

Definition at line 736 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIFFUSION_EQUATION_TYPE = 6

Definition at line 479 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIVFREE_VECTOR_DATA_FITTING_SUBTYPE = 6

Definition at line 644 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DIVFREE_VECTOR_DATA_PRE_FITTING_SUBTYPE = 8

Definition at line 648 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_DYNAMIC_POISEUILLE_SUBTYPE = 2

Definition at line 577 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELASTI_FLUID_PRES_HOLMES_MOW_ACTIVE_SUBTYPE = 19

Definition at line 535 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELASTICITY_CLASS = 1

Definition at line 448 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELASTICITY_DARCY_INRIA_MODEL_SUBTYPE = 10

Definition at line 525 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELASTICITY_FLUID_PRES_HOLMES_MOW_SUBTYPE = 18

Definition at line 534 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELASTICITY_FLUID_PRES_STATIC_INRIA_SUBTYPE = 16

Definition at line 533 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELASTICITY_MULTI_COMP_DARCY_INRIA_SUBTYPE = 12

Definition at line 526 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELECTROMAGNETICS_CLASS = 3

Definition at line 450 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ELECTROSTATIC_TYPE = 1

Definition at line 472 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EVALUATE_CAUCHY_STRESS_TENSOR = 4

Definition at line 683 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EVALUATE_DEFORMATION_GRADIENT_TENSOR = 1

Definition at line 680 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EVALUATE_GREEN_LAGRANGE_STRAIN_TENSOR = 3

Definition at line 682 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EVALUATE_R_CAUCHY_GREEN_DEFORMATION_TENSOR = 2

Definition at line 681 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EVALUATE_SECOND_PK_STRESS_TENSOR = 5

Definition at line 684 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXP_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 13

Definition at line 620 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXP_SOURCE_ALE_ADVECTION_DIFF_SUPG_SUBTYPE = 33

Definition at line 625 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXP_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 25

Definition at line 612 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_ADVEC_DIFF_SUBTYPE = 5

Definition at line 605 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_ALE_DIFFUSION_SUBTYPE = 10

Definition at line 598 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_DIFFUSION_ONE_DIM_1 = 1

Definition at line 740 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_DIFFUSION_SUBTYPE = 5

Definition at line 593 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXPONENTIAL_SOURCE_POISSON_SUBTYPE = 4

Definition at line 586 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_EXTRACELLULAR_BIDOMAIN_POISSON_SUBTYPE = 9

Definition at line 583 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FD_SOLUTION_METHOD = 3

Definition at line 663 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FEM_SOLUTION_METHOD = 1

Definition at line 661 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_CYLINDER = 1

Definition at line 821 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_DARCY_TYPE = 1

Definition at line 488 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_NAVIER_STOKES_ALE_SUBTYPE = 151

Definition at line 655 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_NAVIER_STOKES_TYPE = 3

Definition at line 490 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_STOKES_TYPE = 2

Definition at line 489 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FINITE_ELASTICITY_TYPE = 2

Definition at line 464 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FIRST_BIDOMAIN_SUBTYPE = 1

Definition at line 637 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FITTED_PRESSURE_POISSON_SUBTYPE = 8

Definition at line 581 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FITTING_CLASS = 7

Definition at line 454 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FLUID_MECHANICS_CLASS = 2

Definition at line 449 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_FV_SOLUTION_METHOD = 4

Definition at line 664 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GENERALISED_BURGERS_EQUATION_ONE_DIM_1 = 1

Definition at line 803 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GENERALISED_BURGERS_EQUATION_ONE_DIM_2 = 2

Definition at line 804 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GENERALISED_BURGERS_SUBTYPE = 2

Definition at line 570 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GENERALISED_DATA_FITTING_SUBTYPE = 2

Definition at line 640 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GENERALISED_HELMHOLTZ_SUBTYPE = 3

Definition at line 588 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GENERALISED_LAPLACE_SUBTYPE = 2

Definition at line 574 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GFD_SOLUTION_METHOD = 6

Definition at line 666 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GFEM_SOLUTION_METHOD = 5

Definition at line 665 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GFV_SOLUTION_METHOD = 7

Definition at line 667 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_GUCCIONE_ACTIVECONTRACTION_SUBTYPE = 32

Definition at line 523 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_HELMHOLTZ_EQUATION_TWO_DIM_1 = 1

Definition at line 710 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_HELMHOLTZ_EQUATION_TYPE = 3

Definition at line 477 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_HOLZAPFEL_OGDEN_ACTIVECONTRACTION_SUBTYPE = 31

Definition at line 532 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_INCOMP_ELAST_DARCY_ANALYTIC_DARCY = 7

Definition at line 796 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_INCOMPRESS_ELAST_MULTI_COMP_DARCY_SUBTYPE = 14

Definition at line 529 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_INCOMPRESS_ELASTICITY_DRIVEN_DARCY_SUBTYPE = 11

Definition at line 527 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_INCOMPRESS_FINITE_ELASTICITY_DARCY_SUBTYPE = 8

Definition at line 524 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_INCOMPRESSIBLE_ELASTICITY_DRIVEN_MR_SUBTYPE = 13

Definition at line 528 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_INCOMPRESSIBLE_MOONEY_RIVLIN_SUBTYPE = 21

Definition at line 507 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_INVISCID_BURGERS_SUBTYPE = 4

Definition at line 572 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ISOTROPIC_EXPONENTIAL_SUBTYPE = 2

Definition at line 512 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_1 = 3

Definition at line 703 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_2 = 4

Definition at line 704 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_1 = 1

Definition at line 701 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_2 = 2

Definition at line 702 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LAPLACE_EQUATION_TYPE = 1

Definition at line 475 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LAPLACE_NAVIER_STOKES_SUBTYPE = 2

Definition at line 547 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LAPLACE_STOKES_SUBTYPE = 2

Definition at line 541 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LIN_SOURCE_STATIC_ADVEC_DIFF_SUPG_SUBTYPE = 16

Definition at line 628 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_ELASTIC_MODAL_TYPE = 1

Definition at line 486 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_ONE_DIM_1 = 1

Definition at line 811 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_THREE_DIM_1 = 4

Definition at line 814 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_THREE_DIM_2 = 5

Definition at line 815 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_TWO_DIM_1 = 2

Definition at line 812 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_TWO_DIM_2 = 3

Definition at line 813 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_ELASTICITY_TYPE = 1

Definition at line 463 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_PRESSURE_POISSON_SUBTYPE = 5

Definition at line 578 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 11

Definition at line 618 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 3

Definition at line 603 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ALE_ADVEC_DIFF_SUBTYPE = 23

Definition at line 610 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ALE_ADVEC_DIFF_SUPG_SUBTYPE = 31

Definition at line 623 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_ALE_DIFFUSION_SUBTYPE = 8

Definition at line 596 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_DIFFUSION_SUBTYPE = 3

Definition at line 591 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_DIFFUSION_THREE_DIM_1 = 3

Definition at line 738 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_POISSON_SUBTYPE = 2

Definition at line 584 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_LINEAR_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 8

Definition at line 615 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MAGNETOSTATIC_TYPE = 2

Definition at line 473 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MAT_PROP_INRIA_MODEL_DATA_FITTING_SUBTYPE = 4

Definition at line 642 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MAT_PROPERTIES_DATA_FITTING_SUBTYPE = 3

Definition at line 641 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MAXWELLS_EQUATIONS_TYPE = 3

Definition at line 474 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MEMBRANE_SUBTYPE = 7

Definition at line 530 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MODAL_CLASS = 6

Definition at line 453 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MONODOMAIN_BUENOOROVIO_SUBTYPE = 1

Definition at line 635 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MONODOMAIN_ELASTICITY_VELOCITY_SUBTYPE = 144

Definition at line 653 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MONODOMAIN_ELASTICITY_W_TITIN_SUBTYPE = 143

Definition at line 652 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MONODOMAIN_EQUATION_TYPE = 1

Definition at line 484 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MONODOMAIN_STRANG_SPLITTING_EQUATION_TYPE = 3

Definition at line 493 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MONODOMAIN_TENTUSSCHER06_SUBTYPE = 2

Definition at line 636 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MOONEY_RIVLIN_ACTIVECONTRACTION_SUBTYPE = 24

Definition at line 509 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MOONEY_RIVLIN_SUBTYPE = 1

Definition at line 506 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MOVING_MESH_LAPLACE_SUBTYPE = 3

Definition at line 575 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULT_COMP_TRANSPORT_ADVEC_DIFF_SUPG_SUBTYPE = 19

Definition at line 631 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_FOUR_COMP_THREE_DIM = 7

Definition at line 744 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_THREE_COMP_THREE_DIM = 6

Definition at line 743 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_TWO_COMP_THREE_DIM = 5

Definition at line 742 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_COMP_DIFFUSION_TWO_COMP_TWO_DIM = 4

Definition at line 741 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_COMP_TRANSPORT_ADVEC_DIFF_SUBTYPE = 18

Definition at line 630 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_COMP_TRANSPORT_DIFFUSION_SUBTYPE = 11

Definition at line 599 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_COMPARTMENT_DARCY_SUBTYPE = 6

Definition at line 568 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTI_PHYSICS_CLASS = 9

Definition at line 456 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTISCALE3D_NAVIER_STOKES_SUBTYPE = 11

Definition at line 551 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_MULTISCALE_ACTIVE_STRAIN_SUBTYPE = 35

Definition at line 521 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_FLOWRATE_AORTA = 14

Definition at line 772 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_SINUSOID = 15

Definition at line 773 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_SPLINT_FROM_FILE = 17

Definition at line 774 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_1 = 6

Definition at line 780 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_2 = 7

Definition at line 781 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_3 = 8

Definition at line 782 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_4 = 9

Definition at line 783 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_THREE_DIM_5 = 10

Definition at line 784 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_1 = 1

Definition at line 775 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_2 = 2

Definition at line 776 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_3 = 3

Definition at line 777 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_4 = 4

Definition at line 778 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_5 = 5

Definition at line 779 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_POISEUILLE = 12

Definition at line 770 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TWO_DIM_TAYLOR_GREEN = 13

Definition at line 771 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NAVIER_STOKES_EQUATION_TYPE = 2

Definition at line 466 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NEARLY_INCOMPRESSIBLE_MOONEY_RIVLIN_SUBTYPE = 22

Definition at line 508 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_CLASS = 0

Definition at line 447 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 9

Definition at line 616 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 1

Definition at line 601 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_ALE_ADVECTION_DIFF_SUPG_SUBTYPE = 29

Definition at line 621 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 21

Definition at line 608 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_ALE_DIFFUSION_SUBTYPE = 6

Definition at line 594 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_DIFFUSION_SUBTYPE = 1

Definition at line 589 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 6

Definition at line 613 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SOURCE_STATIC_ADVEC_DIFF_SUPG_SUBTYPE = 14

Definition at line 626 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_SUBTYPE = 0

Definition at line 499 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NO_TYPE = 0

Definition at line 462 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_NONLINEAR_PRESSURE_POISSON_SUBTYPE = 6

Definition at line 579 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ONE_DIMENSIONAL_SUBTYPE = 1

Definition at line 503 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_OPTIMISATION_CLASS = 8

Definition at line 455 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_OPTIMISED_NAVIER_STOKES_SUBTYPE = 4

Definition at line 562 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_OPTIMISED_STOKES_SUBTYPE = 4

Definition at line 545 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ORTHOTROPIC_HOLZAPFEL_OGDEN_SUBTYPE = 9

Definition at line 531 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_ORTHOTROPIC_MATERIAL_COSTA_SUBTYPE = 4

Definition at line 516 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_PGM_NAVIER_STOKES_SUBTYPE = 6

Definition at line 561 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_PGM_STOKES_SUBTYPE = 6

Definition at line 544 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_PLATE_SUBTYPE = 5

Definition at line 504 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISEUILLE_EQUATION_TWO_DIM_1 = 1

Definition at line 716 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISEUILLE_EQUATION_TYPE = 5

Definition at line 469 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISSON_EQUATION_THREE_DIM_1 = 4

Definition at line 725 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISSON_EQUATION_THREE_DIM_2 = 5

Definition at line 726 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISSON_EQUATION_THREE_DIM_3 = 6

Definition at line 727 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TWO_DIM_1 = 1

Definition at line 722 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TWO_DIM_2 = 2

Definition at line 723 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TWO_DIM_3 = 3

Definition at line 724 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_POISSON_EQUATION_TYPE = 2

Definition at line 476 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_PRESSURE_POISSON_THREE_DIM_1 = 18

Definition at line 728 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_PRESSURE_POISSON_THREE_DIM_2 = 19

Definition at line 729 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUAD_SOURCE_ADVECTION_DIFF_SUPG_SUBTYPE = 12

Definition at line 619 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUAD_SOURCE_ALE_ADVECTION_DIFF_SUPG_SUBTYPE = 32

Definition at line 624 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_ADVEC_DIFF_SUBTYPE = 4

Definition at line 604 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_ALE_ADVEC_DIFF_SUBTYPE = 24

Definition at line 611 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_ALE_DIFFUSION_SUBTYPE = 9

Definition at line 597 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_DIFFUSION_ONE_DIM_1 = 1

Definition at line 739 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_DIFFUSION_SUBTYPE = 4

Definition at line 592 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUADRATIC_SOURCE_POISSON_SUBTYPE = 3

Definition at line 585 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_QUASISTATIC_DARCY_SUBTYPE = 2

Definition at line 564 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_REACTION_DIFFUSION_EQUATION_TYPE = 8

Definition at line 482 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_REFERENCE_STATE_MOONEY_RIVLIN_SUBTYPE = 36

Definition at line 522 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_SECOND_BIDOMAIN_SUBTYPE = 2

Definition at line 638 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_SHELL_SUBTYPE = 6

Definition at line 505 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STANDARD_DARCY_SUBTYPE = 1

Definition at line 563 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STANDARD_DATA_FITTING_SUBTYPE = 1

Definition at line 639 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STANDARD_HELMHOLTZ_SUBTYPE = 2

Definition at line 587 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STANDARD_LAPLACE_SUBTYPE = 1

Definition at line 573 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STANDARD_MONODOMAIN_ELASTICITY_SUBTYPE = 141

Definition at line 650 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STATIC_BURGERS_EQUATION_ONE_DIM_1 = 1

Definition at line 805 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STATIC_BURGERS_SUBTYPE = 3

Definition at line 571 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STATIC_NAVIER_STOKES_SUBTYPE = 1

Definition at line 546 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STATIC_POISEUILLE_SUBTYPE = 1

Definition at line 576 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STATIC_RBS_NAVIER_STOKES_SUBTYPE = 13

Definition at line 550 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STATIC_STOKES_SUBTYPE = 1

Definition at line 540 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_1 = 6

Definition at line 760 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_2 = 7

Definition at line 761 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_3 = 8

Definition at line 762 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_4 = 9

Definition at line 763 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_THREE_DIM_5 = 10

Definition at line 764 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_1 = 1

Definition at line 755 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_2 = 2

Definition at line 756 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_3 = 3

Definition at line 757 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_4 = 4

Definition at line 758 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TWO_DIM_5 = 5

Definition at line 759 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STOKES_EQUATION_TYPE = 1

Definition at line 465 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STREE1D0D_ADV_SUBTYPE = 17

Definition at line 559 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STREE1D0D_SUBTYPE = 16

Definition at line 558 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_STVENANT_KIRCHOFF_ACTIVECONTRACTION_SUBTYPE = 25

Definition at line 510 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_THREE_DIMENSIONAL_SUBTYPE = 4

Definition at line 500 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANS_ISOTROPIC_ACTIVE_TRANSITION_SUBTYPE = 28

Definition at line 515 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSIENT1D_ADV_NAVIER_STOKES_SUBTYPE = 14

Definition at line 554 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSIENT1D_NAVIER_STOKES_SUBTYPE = 8

Definition at line 553 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSIENT_ALE_DARCY_SUBTYPE = 5

Definition at line 567 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSIENT_DARCY_SUBTYPE = 4

Definition at line 566 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSIENT_NAVIER_STOKES_SUBTYPE = 3

Definition at line 548 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSIENT_RBS_NAVIER_STOKES_SUBTYPE = 9

Definition at line 549 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSIENT_STOKES_SUBTYPE = 3

Definition at line 542 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_ACTIVE_SUBTYPE = 27

Definition at line 514 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_EXPONENTIAL_SUBTYPE = 3

Definition at line 513 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_GUCCIONE_SUBTYPE = 15

Definition at line 519 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_HUMPHREY_YIN_SUBTYPE = 23

Definition at line 539 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TRANSVERSE_ISOTROPIC_POLYNOMIAL_SUBTYPE = 20

Definition at line 536 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TWO_DIMENSIONAL_PLANE_STRAIN_SUBTYPE = 3

Definition at line 502 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_TWO_DIMENSIONAL_PLANE_STRESS_SUBTYPE = 2

Definition at line 501 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_VECTOR_DATA_FITTING_SUBTYPE = 5

Definition at line 643 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_VECTOR_DATA_PRE_FITTING_SUBTYPE = 7

Definition at line 647 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SET_WAVE_EQUATION_TYPE = 4

Definition at line 478 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_SPARSE_MATRICES = 1

Definition at line 404 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_STATIC = 1

Definition at line 426 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_TIME_STEPPING = 5

Definition at line 430 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_TIMING_OUTPUT = 1

Definition at line 395 of file opencmiss_iron.h.

const int CMFE_EQUATIONS_UNLUMPED_MATRICES = 1

Definition at line 411 of file opencmiss_iron.h.

const int CMFE_ERROR_CONVERTING_POINTER = -4

Definition at line 18 of file opencmiss_iron.h.

const int CMFE_ERRORS_OUTPUT_ERROR = 1

Definition at line 284 of file opencmiss_iron.h.

const int CMFE_ERRORS_RETURN_ERROR_CODE = 0

Definition at line 283 of file opencmiss_iron.h.

const int CMFE_ERRORS_TRAP_ERROR = 2

Definition at line 285 of file opencmiss_iron.h.

const cmfe_Bool cmfe_False = 0

Definition at line 22 of file opencmiss_iron.h.

const int CMFE_FIELD_ACCELERATION_VALUES_SET_TYPE = 11

Definition at line 962 of file opencmiss_iron.h.

const int CMFE_FIELD_ANALYTIC_VALUES_SET_TYPE = 5

Definition at line 955 of file opencmiss_iron.h.

const int CMFE_FIELD_ARC_LENGTH_SCALING = 2

Definition at line 979 of file opencmiss_iron.h.

const int CMFE_FIELD_ARITHMETIC_MEAN_SCALING = 3

Definition at line 980 of file opencmiss_iron.h.

const int CMFE_FIELD_BOUNDARY_CONDITIONS_SET_TYPE = 2

Definition at line 952 of file opencmiss_iron.h.

const int CMFE_FIELD_CONSTANT_INTERPOLATION = 1

Definition at line 870 of file opencmiss_iron.h.

const int CMFE_FIELD_CONTIGUOUS_COMPONENT_DOF_ORDER = 2

Definition at line 945 of file opencmiss_iron.h.

const int CMFE_FIELD_DATA_POINT_BASED_INTERPOLATION = 6

Definition at line 875 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U10DELT2_VARIABLE_TYPE = 48

Definition at line 929 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U1DELT2_VARIABLE_TYPE = 12

Definition at line 893 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U2DELT2_VARIABLE_TYPE = 16

Definition at line 897 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U3DELT2_VARIABLE_TYPE = 20

Definition at line 901 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U4DELT2_VARIABLE_TYPE = 24

Definition at line 905 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U5DELT2_VARIABLE_TYPE = 28

Definition at line 909 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U6DELT2_VARIABLE_TYPE = 32

Definition at line 913 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U7DELT2_VARIABLE_TYPE = 36

Definition at line 917 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U8DELT2_VARIABLE_TYPE = 40

Definition at line 921 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2U9DELT2_VARIABLE_TYPE = 44

Definition at line 925 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2UDELT2_VARIABLE_TYPE = 4

Definition at line 885 of file opencmiss_iron.h.

const int CMFE_FIELD_DEL2VDELT2_VARIABLE_TYPE = 8

Definition at line 889 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU10DELN_VARIABLE_TYPE = 46

Definition at line 927 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU10DELT_VARIABLE_TYPE = 47

Definition at line 928 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU1DELN_VARIABLE_TYPE = 10

Definition at line 891 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU1DELT_VARIABLE_TYPE = 11

Definition at line 892 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU2DELN_VARIABLE_TYPE = 14

Definition at line 895 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU2DELT_VARIABLE_TYPE = 15

Definition at line 896 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU3DELN_VARIABLE_TYPE = 18

Definition at line 899 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU3DELT_VARIABLE_TYPE = 19

Definition at line 900 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU4DELN_VARIABLE_TYPE = 22

Definition at line 903 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU4DELT_VARIABLE_TYPE = 23

Definition at line 904 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU5DELN_VARIABLE_TYPE = 26

Definition at line 907 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU5DELT_VARIABLE_TYPE = 27

Definition at line 908 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU6DELN_VARIABLE_TYPE = 30

Definition at line 911 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU6DELT_VARIABLE_TYPE = 31

Definition at line 912 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU7DELN_VARIABLE_TYPE = 34

Definition at line 915 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU7DELT_VARIABLE_TYPE = 35

Definition at line 916 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU8DELN_VARIABLE_TYPE = 38

Definition at line 919 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU8DELT_VARIABLE_TYPE = 39

Definition at line 920 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU9DELN_VARIABLE_TYPE = 42

Definition at line 923 of file opencmiss_iron.h.

const int CMFE_FIELD_DELU9DELT_VARIABLE_TYPE = 43

Definition at line 924 of file opencmiss_iron.h.

const int CMFE_FIELD_DELUDELN_VARIABLE_TYPE = 2

Definition at line 883 of file opencmiss_iron.h.

const int CMFE_FIELD_DELUDELT_VARIABLE_TYPE = 3

Definition at line 884 of file opencmiss_iron.h.

const int CMFE_FIELD_DELVDELN_VARIABLE_TYPE = 6

Definition at line 887 of file opencmiss_iron.h.

const int CMFE_FIELD_DELVDELT_VARIABLE_TYPE = 7

Definition at line 888 of file opencmiss_iron.h.

const int CMFE_FIELD_DEPENDENT_TYPE = 2

Definition at line 846 of file opencmiss_iron.h.

const int CMFE_FIELD_DP_TYPE = 3

Definition at line 937 of file opencmiss_iron.h.

const int CMFE_FIELD_ELEMENT_BASED_INTERPOLATION = 2

Definition at line 871 of file opencmiss_iron.h.

const int CMFE_FIELD_FIBRE_TYPE = 2

Definition at line 861 of file opencmiss_iron.h.

const int CMFE_FIELD_GAUSS_POINT_BASED_INTERPOLATION = 5

Definition at line 874 of file opencmiss_iron.h.

const int CMFE_FIELD_GENERAL_TYPE = 3

Definition at line 862 of file opencmiss_iron.h.

const int CMFE_FIELD_GEOMETRIC_GENERAL_TYPE = 5

Definition at line 864 of file opencmiss_iron.h.

const int CMFE_FIELD_GEOMETRIC_MEAN_SCALING = 4

Definition at line 981 of file opencmiss_iron.h.

const int CMFE_FIELD_GEOMETRIC_TYPE = 1

Definition at line 860 of file opencmiss_iron.h.

const int CMFE_FIELD_GRID_POINT_BASED_INTERPOLATION = 4

Definition at line 873 of file opencmiss_iron.h.

const int CMFE_FIELD_HARMONIC_MEAN_SCALING = 5

Definition at line 982 of file opencmiss_iron.h.

const int CMFE_FIELD_IMPERMEABLE_FLAG_VALUES_SET_TYPE = 34

Definition at line 968 of file opencmiss_iron.h.

const int CMFE_FIELD_INCREMENTAL_VALUES_SET_TYPE = 4

Definition at line 954 of file opencmiss_iron.h.

const int CMFE_FIELD_INDEPENDENT_TYPE = 1

Definition at line 845 of file opencmiss_iron.h.

const int CMFE_FIELD_INITIAL_ACCELERATION_SET_TYPE = 12

Definition at line 963 of file opencmiss_iron.h.

const int CMFE_FIELD_INITIAL_VALUES_SET_TYPE = 3

Definition at line 953 of file opencmiss_iron.h.

const int CMFE_FIELD_INITIAL_VELOCITY_SET_TYPE = 9

Definition at line 959 of file opencmiss_iron.h.

const int CMFE_FIELD_INTEGRATED_NEUMANN_SET_TYPE = 35

Definition at line 969 of file opencmiss_iron.h.

const int CMFE_FIELD_INTG_TYPE = 1

Definition at line 935 of file opencmiss_iron.h.

const int CMFE_FIELD_L_TYPE = 4

Definition at line 938 of file opencmiss_iron.h.

const int CMFE_FIELD_MATERIAL_TYPE = 4

Definition at line 863 of file opencmiss_iron.h.

const int CMFE_FIELD_MEAN_PREDICTED_ACCELERATION_SET_TYPE = 13

Definition at line 965 of file opencmiss_iron.h.

const int CMFE_FIELD_MEAN_PREDICTED_DISPLACEMENT_SET_TYPE = 7

Definition at line 957 of file opencmiss_iron.h.

const int CMFE_FIELD_MEAN_PREDICTED_VELOCITY_SET_TYPE = 10

Definition at line 961 of file opencmiss_iron.h.

const int CMFE_FIELD_MESH_DISPLACEMENT_SET_TYPE = 19

Definition at line 970 of file opencmiss_iron.h.

const int CMFE_FIELD_MESH_VELOCITY_SET_TYPE = 20

Definition at line 971 of file opencmiss_iron.h.

const int CMFE_FIELD_NO_SCALING = 0

Definition at line 977 of file opencmiss_iron.h.

const int CMFE_FIELD_NODE_BASED_INTERPOLATION = 3

Definition at line 872 of file opencmiss_iron.h.

const int CMFE_FIELD_NUMBER_OF_VARIABLE_SUBTYPES = 4

Definition at line 881 of file opencmiss_iron.h.

const int CMFE_FIELD_PRESSURE_VALUES_SET_TYPE = 29

Definition at line 966 of file opencmiss_iron.h.

const int CMFE_FIELD_PREVIOUS_ACCELERATION_SET_TYPE = 12

Definition at line 964 of file opencmiss_iron.h.

const int CMFE_FIELD_PREVIOUS_PRESSURE_SET_TYPE = 30

Definition at line 967 of file opencmiss_iron.h.

const int CMFE_FIELD_PREVIOUS_VALUES_SET_TYPE = 6

Definition at line 956 of file opencmiss_iron.h.

const int CMFE_FIELD_PREVIOUS_VELOCITY_SET_TYPE = 9

Definition at line 960 of file opencmiss_iron.h.

const int CMFE_FIELD_SCALAR_DIMENSION_TYPE = 1

Definition at line 852 of file opencmiss_iron.h.

const int CMFE_FIELD_SEPARATED_COMPONENT_DOF_ORDER = 1

Definition at line 944 of file opencmiss_iron.h.

const int CMFE_FIELD_SP_TYPE = 2

Definition at line 936 of file opencmiss_iron.h.

const int CMFE_FIELD_TENSOR_DIMENSION_TYPE = 3

Definition at line 854 of file opencmiss_iron.h.

const int CMFE_FIELD_U10_VARIABLE_TYPE = 45

Definition at line 926 of file opencmiss_iron.h.

const int CMFE_FIELD_U1_VARIABLE_TYPE = 9

Definition at line 890 of file opencmiss_iron.h.

const int CMFE_FIELD_U2_VARIABLE_TYPE = 13

Definition at line 894 of file opencmiss_iron.h.

const int CMFE_FIELD_U3_VARIABLE_TYPE = 17

Definition at line 898 of file opencmiss_iron.h.

const int CMFE_FIELD_U4_VARIABLE_TYPE = 21

Definition at line 902 of file opencmiss_iron.h.

const int CMFE_FIELD_U5_VARIABLE_TYPE = 25

Definition at line 906 of file opencmiss_iron.h.

const int CMFE_FIELD_U6_VARIABLE_TYPE = 29

Definition at line 910 of file opencmiss_iron.h.

const int CMFE_FIELD_U7_VARIABLE_TYPE = 33

Definition at line 914 of file opencmiss_iron.h.

const int CMFE_FIELD_U8_VARIABLE_TYPE = 37

Definition at line 918 of file opencmiss_iron.h.

const int CMFE_FIELD_U9_VARIABLE_TYPE = 41

Definition at line 922 of file opencmiss_iron.h.

const int CMFE_FIELD_U_VARIABLE_TYPE = 1

Definition at line 882 of file opencmiss_iron.h.

const int CMFE_FIELD_UNIT_SCALING = 1

Definition at line 978 of file opencmiss_iron.h.

const int CMFE_FIELD_V_VARIABLE_TYPE = 5

Definition at line 886 of file opencmiss_iron.h.

const int CMFE_FIELD_VALUES_SET_TYPE = 1

Definition at line 951 of file opencmiss_iron.h.

const int CMFE_FIELD_VECTOR_DIMENSION_TYPE = 2

Definition at line 853 of file opencmiss_iron.h.

const int CMFE_FIELD_VELOCITY_VALUES_SET_TYPE = 8

Definition at line 958 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_C1_IDX = 7

Definition at line 835 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_C2_IDX = 8

Definition at line 836 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_LAMBDA_IDX = 3

Definition at line 831 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_PIN_IDX = 1

Definition at line 829 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_POUT_IDX = 2

Definition at line 830 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_RIN_IDX = 5

Definition at line 833 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_ROUT_IDX = 6

Definition at line 834 of file opencmiss_iron.h.

const int CMFE_FINITE_ELASTICITY_ANALYTIC_CYLINDER_PARAM_TSI_IDX = 4

Definition at line 832 of file opencmiss_iron.h.

const int CMFE_FROM_DIAG_TYPE = 3

Definition at line 168 of file opencmiss_iron.h.

const int CMFE_FROM_TIMING_TYPE = 3

Definition at line 176 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_CYLINDER_BOTTOM_SURFACE = 4

Definition at line 1009 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_CYLINDER_INNER_SURFACE = 1

Definition at line 1006 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_CYLINDER_MESH_TYPE = 4

Definition at line 995 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_CYLINDER_OUTER_SURFACE = 2

Definition at line 1007 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_CYLINDER_TOP_SURFACE = 3

Definition at line 1008 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_ELLIPSOID_INNER_SURFACE = 5

Definition at line 1010 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_ELLIPSOID_MESH_TYPE = 5

Definition at line 996 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_ELLIPSOID_OUTER_SURFACE = 6

Definition at line 1011 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_ELLIPSOID_TOP_SURFACE = 7

Definition at line 1012 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_FRACTAL_TREE_MESH_TYPE = 3

Definition at line 994 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_POLAR_MESH_TYPE = 2

Definition at line 993 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_REGULAR_BACK_SURFACE = 13

Definition at line 1018 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_REGULAR_BOTTOM_SURFACE = 11

Definition at line 1016 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_REGULAR_FRONT_SURFACE = 12

Definition at line 1017 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_REGULAR_LEFT_SURFACE = 8

Definition at line 1013 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_REGULAR_MESH_TYPE = 1

Definition at line 992 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_REGULAR_RIGHT_SURFACE = 9

Definition at line 1014 of file opencmiss_iron.h.

const int CMFE_GENERATED_MESH_REGULAR_TOP_SURFACE = 10

Definition at line 1015 of file opencmiss_iron.h.

const int CMFE_GLOBAL_DERIV_S1 = 2

Definition at line 325 of file opencmiss_iron.h.

const int CMFE_GLOBAL_DERIV_S1_S2 = 4

Definition at line 327 of file opencmiss_iron.h.

const int CMFE_GLOBAL_DERIV_S1_S2_S3 = 8

Definition at line 331 of file opencmiss_iron.h.

const int CMFE_GLOBAL_DERIV_S1_S3 = 6

Definition at line 329 of file opencmiss_iron.h.

const int CMFE_GLOBAL_DERIV_S2 = 3

Definition at line 326 of file opencmiss_iron.h.

const int CMFE_GLOBAL_DERIV_S2_S3 = 7

Definition at line 330 of file opencmiss_iron.h.

const int CMFE_GLOBAL_DERIV_S3 = 5

Definition at line 328 of file opencmiss_iron.h.

const int CMFE_IN_DIAG_TYPE = 2

Definition at line 167 of file opencmiss_iron.h.

const int CMFE_IN_TIMING_TYPE = 2

Definition at line 175 of file opencmiss_iron.h.

const int CMFE_INTEGER_TYPE = 1

Definition at line 308 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_AUGMENTED_LAGRANGE_METHOD = 2

Definition at line 1029 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_DATA_POINTS_INTEGRATION = 2

Definition at line 1049 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_FIELD_CONTINUITY_OPERATOR = 1

Definition at line 1037 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_FIELD_NORMAL_CONTINUITY_OPERATOR = 2

Definition at line 1038 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_FLS_CONTACT_OPERATOR = 3

Definition at line 1039 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_FLS_CONTACT_REPROJECT_OPERATOR = 4

Definition at line 1040 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_GAUSS_INTEGRATION = 1

Definition at line 1048 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_LAGRANGE_MULTIPLIERS_METHOD = 1

Definition at line 1028 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_PENALTY_METHOD = 3

Definition at line 1030 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_POINT_TO_POINT_METHOD = 4

Definition at line 1031 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_SOLID_FLUID_NORMAL_OPERATOR = 6

Definition at line 1042 of file opencmiss_iron.h.

const int CMFE_INTERFACE_CONDITION_SOLID_FLUID_OPERATOR = 5

Definition at line 1041 of file opencmiss_iron.h.

const int CMFE_LOGICAL_TYPE = 8

Definition at line 315 of file opencmiss_iron.h.

const int CMFE_LONG_INTEGER_TYPE = 3

Definition at line 310 of file opencmiss_iron.h.

const int CMFE_MATRIX_BLOCK_STORAGE_TYPE = 0

Definition at line 1075 of file opencmiss_iron.h.

const int CMFE_MATRIX_COLUMN_MAJOR_STORAGE_TYPE = 2

Definition at line 1077 of file opencmiss_iron.h.

const int CMFE_MATRIX_COMPRESSED_COLUMN_STORAGE_TYPE = 5

Definition at line 1080 of file opencmiss_iron.h.

const int CMFE_MATRIX_COMPRESSED_ROW_STORAGE_TYPE = 4

Definition at line 1079 of file opencmiss_iron.h.

const int CMFE_MATRIX_DIAGONAL_STORAGE_TYPE = 1

Definition at line 1076 of file opencmiss_iron.h.

const int CMFE_MATRIX_ROW_COLUMN_STORAGE_TYPE = 6

Definition at line 1081 of file opencmiss_iron.h.

const int CMFE_MATRIX_ROW_MAJOR_STORAGE_TYPE = 3

Definition at line 1078 of file opencmiss_iron.h.

const int CMFE_MATRIX_VECTOR_DP_TYPE = 5

Definition at line 1089 of file opencmiss_iron.h.

const int CMFE_MATRIX_VECTOR_INTG_TYPE = 1

Definition at line 1087 of file opencmiss_iron.h.

const int CMFE_MATRIX_VECTOR_L_TYPE = 8

Definition at line 1090 of file opencmiss_iron.h.

const int CMFE_MATRIX_VECTOR_SP_TYPE = 4

Definition at line 1088 of file opencmiss_iron.h.

const int CMFE_NO_ERROR = 0

Definition at line 14 of file opencmiss_iron.h.

const int CMFE_NO_GLOBAL_DERIV = 1

Definition at line 324 of file opencmiss_iron.h.

const int CMFE_POINTER_IS_NULL = -1

Definition at line 15 of file opencmiss_iron.h.

const int CMFE_POINTER_NOT_NULL = -2

Definition at line 16 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ADVECTION_DIFFUSION_EQUATION_TYPE = 7

Definition at line 1133 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ALE_DARCY_SUBTYPE = 3

Definition at line 1177 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ALE_NAVIER_STOKES_SUBTYPE = 5

Definition at line 1172 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ALE_PRESSURE_POISSON_SUBTYPE = 5

Definition at line 1189 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ALE_STOKES_SUBTYPE = 5

Definition at line 1158 of file opencmiss_iron.h.

const int CMFE_PROBLEM_BIDOMAIN_EQUATION_TYPE = 2

Definition at line 1137 of file opencmiss_iron.h.

const int CMFE_PROBLEM_BIDOMAIN_GUDUNOV_SPLIT_SUBTYPE = 1

Definition at line 1243 of file opencmiss_iron.h.

const int CMFE_PROBLEM_BIDOMAIN_STRANG_SPLIT_SUBTYPE = 2

Definition at line 1244 of file opencmiss_iron.h.

const int CMFE_PROBLEM_BIHARMONIC_EQUATION_TYPE = 9

Definition at line 1135 of file opencmiss_iron.h.

const int CMFE_PROBLEM_BIOELECTRIC_FINITE_ELASTICITY_TYPE = 8

Definition at line 1147 of file opencmiss_iron.h.

const int CMFE_PROBLEM_BIOELECTRICS_CLASS = 5

Definition at line 1105 of file opencmiss_iron.h.

const int CMFE_PROBLEM_BURGERS_EQUATION_TYPE = 6

Definition at line 1124 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CELLML_REAC_EVAL_REAC_DIFF_NO_SPLIT_SUBTYPE = 2

Definition at line 1212 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CELLML_REAC_INTEG_REAC_DIFF_STRANG_SPLIT_SUBTYPE = 1

Definition at line 1211 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CLASSICAL_FIELD_CLASS = 4

Definition at line 1104 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CONSTANT_REAC_DIFF_NO_SPLIT_SUBTYPE = 3

Definition at line 1213 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CONTROL_FIXED_LOOP_TYPE = 2

Definition at line 1259 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CONTROL_LOAD_INCREMENT_LOOP_TYPE = 5

Definition at line 1262 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CONTROL_SIMPLE_TYPE = 1

Definition at line 1258 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CONTROL_TIME_LOOP_TYPE = 3

Definition at line 1260 of file opencmiss_iron.h.

const int CMFE_PROBLEM_CONTROL_WHILE_LOOP_TYPE = 4

Definition at line 1261 of file opencmiss_iron.h.

const int CMFE_PROBLEM_COUPLED1D0D_ADV_NAVIER_STOKES_SUBTYPE = 14

Definition at line 1169 of file opencmiss_iron.h.

const int CMFE_PROBLEM_COUPLED1D0D_NAVIER_STOKES_SUBTYPE = 11

Definition at line 1167 of file opencmiss_iron.h.

const int CMFE_PROBLEM_COUPLED_SOURCE_DIFFUSION_ADVEC_DIFFUSION_SUBTYPE = 121

Definition at line 1228 of file opencmiss_iron.h.

const int CMFE_PROBLEM_COUPLED_SOURCE_DIFFUSION_DIFFUSION_SUBTYPE = 111

Definition at line 1227 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DARCY_EQUATION_TYPE = 3

Definition at line 1122 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DATA_FITTING_TYPE = 10

Definition at line 1139 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DATA_POINT_VECTOR_STATIC_FITTING_SUBTYPE = 8

Definition at line 1217 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DATA_PT_VECTOR_QUASISTATIC_FITTING_SUBTYPE = 9

Definition at line 1218 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DIFFUSION_ADVECTION_DIFFUSION_TYPE = 5

Definition at line 1144 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DIFFUSION_DIFFUSION_TYPE = 4

Definition at line 1143 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DIFFUSION_EQUATION_TYPE = 6

Definition at line 1132 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DIV_FREE_VECTOR_DATA_FITTING_SUBTYPE = 5

Definition at line 1216 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DIV_FREE_VECTOR_DATA_PRE_FITTING_SUBTYPE = 7

Definition at line 1220 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DYNAMIC_BURGERS_SUBTYPE = 2

Definition at line 1210 of file opencmiss_iron.h.

const int CMFE_PROBLEM_DYNAMIC_POISEUILLE_SUBTYPE = 2

Definition at line 1184 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ELASTICITY_CLASS = 1

Definition at line 1101 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ELECTROMAGNETICS_CLASS = 3

Definition at line 1103 of file opencmiss_iron.h.

const int CMFE_PROBLEM_ELECTROSTATIC_TYPE = 1

Definition at line 1125 of file opencmiss_iron.h.

const int CMFE_PROBLEM_EXTRACELLULAR_BIDOMAIN_POISSON_SUBTYPE = 7

Definition at line 1185 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FE_CONTACT_REPROJECT_SUBTYPE = 6

Definition at line 1252 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FE_CONTACT_TRANSFORM_REPROJECT_SUBTYPE = 4

Definition at line 1250 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FE_CONTACT_TRANSFORM_SUBTYPE = 5

Definition at line 1251 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_CELLML_SUBTYPE = 2

Definition at line 1238 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_CONTACT_TYPE = 4

Definition at line 1119 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_DARCY_TYPE = 1

Definition at line 1140 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_FLUID_PRESSURE_TYPE = 7

Definition at line 1146 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_NAVIER_STOKES_ALE_SUBTYPE = 151

Definition at line 1236 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_NAVIER_STOKES_TYPE = 3

Definition at line 1142 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_STOKES_TYPE = 2

Definition at line 1141 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_TYPE = 2

Definition at line 1117 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FINITE_ELASTICITY_WITH_GROWTH_CELLML_SUBTYPE = 4

Definition at line 1240 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FITTED_PRESSURE_POISSON_SUBTYPE = 6

Definition at line 1190 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FITTING_CLASS = 7

Definition at line 1107 of file opencmiss_iron.h.

const int CMFE_PROBLEM_FLUID_MECHANICS_CLASS = 2

Definition at line 1102 of file opencmiss_iron.h.

const int CMFE_PROBLEM_GENERALISED_DATA_FITTING_SUBTYPE = 2

Definition at line 1221 of file opencmiss_iron.h.

const int CMFE_PROBLEM_GENERALISED_HELMHOLTZ_SUBTYPE = 3

Definition at line 1193 of file opencmiss_iron.h.

const int CMFE_PROBLEM_GENERALISED_LAPLACE_SUBTYPE = 2

Definition at line 1182 of file opencmiss_iron.h.

const int CMFE_PROBLEM_GUDUNOV_MONODOMAIN_1D3D_ELASTICITY_SUBTYPE = 142

Definition at line 1232 of file opencmiss_iron.h.

const int CMFE_PROBLEM_GUDUNOV_MONODOMAIN_SIMPLE_ELASTICITY_SUBTYPE = 141

Definition at line 1231 of file opencmiss_iron.h.

const int CMFE_PROBLEM_HELMHOLTZ_EQUATION_TYPE = 3

Definition at line 1130 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LAPLACE_EQUATION_TYPE = 1

Definition at line 1128 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LAPLACE_NAVIER_STOKES_SUBTYPE = 2

Definition at line 1162 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LAPLACE_STOKES_SUBTYPE = 2

Definition at line 1156 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LE_CONTACT_REPROJECT_SUBTYPE = 3

Definition at line 1249 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LE_CONTACT_TRANSFORM_REPROJECT_SUBTYPE = 1

Definition at line 1247 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LE_CONTACT_TRANSFORM_SUBTYPE = 2

Definition at line 1248 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_ELASTIC_MODAL_TYPE = 1

Definition at line 1138 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_ELASTICITY_CONTACT_TYPE = 3

Definition at line 1118 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_ELASTICITY_TYPE = 1

Definition at line 1116 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_PRESSURE_POISSON_SUBTYPE = 3

Definition at line 1187 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 2

Definition at line 1201 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 5

Definition at line 1204 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_SOURCE_ALE_DIFFUSION_SUBTYPE = 5

Definition at line 1198 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_SOURCE_DIFFUSION_SUBTYPE = 2

Definition at line 1195 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_SOURCE_POISSON_SUBTYPE = 1

Definition at line 1186 of file opencmiss_iron.h.

const int CMFE_PROBLEM_LINEAR_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 8

Definition at line 1207 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MAGNETOSTATIC_TYPE = 2

Definition at line 1126 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MAT_PROPERTIES_DATA_FITTING_SUBTYPE = 3

Definition at line 1222 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MAXWELLS_EQUATIONS_TYPE = 3

Definition at line 1127 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MODAL_CLASS = 6

Definition at line 1106 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_1D3D_ACTIVE_STRAIN_SUBTYPE = 145

Definition at line 1235 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_BUENOOROVIO_SUBTYPE = 1

Definition at line 1245 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_ELASTICITY_VELOCITY_SUBTYPE = 144

Definition at line 1234 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_ELASTICITY_W_TITIN_SUBTYPE = 143

Definition at line 1233 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_EQUATION_TYPE = 1

Definition at line 1136 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_GUDUNOV_SPLIT_SUBTYPE = 1

Definition at line 1241 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_STRANG_SPLIT_SUBTYPE = 2

Definition at line 1242 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_STRANG_SPLITTING_EQUATION_TYPE = 3

Definition at line 1148 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MONODOMAIN_TENTUSSCHER06_SUBTYPE = 2

Definition at line 1246 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MULTI_COMPARTMENT_TRANSPORT_TYPE = 6

Definition at line 1145 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MULTI_PHYSICS_CLASS = 9

Definition at line 1109 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MULTISCALE_FINITE_ELASTICITY_SUBTYPE = 3

Definition at line 1239 of file opencmiss_iron.h.

const int CMFE_PROBLEM_MULTISCALE_NAVIER_STOKES_SUBTYPE = 10

Definition at line 1165 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NAVIER_STOKES_EQUATION_TYPE = 2

Definition at line 1121 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_CLASS = 0

Definition at line 1100 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 1

Definition at line 1200 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 4

Definition at line 1203 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_SOURCE_ALE_DIFFUSION_SUBTYPE = 4

Definition at line 1197 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_SOURCE_DIFFUSION_SUBTYPE = 1

Definition at line 1194 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 7

Definition at line 1206 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_SUBTYPE = 0

Definition at line 1154 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NO_TYPE = 0

Definition at line 1115 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NONLINEAR_PRESSURE_POISSON_SUBTYPE = 4

Definition at line 1188 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NONLINEAR_SOURCE_ADVECTION_DIFFUSION_SUBTYPE = 3

Definition at line 1202 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NONLINEAR_SOURCE_ALE_ADVECTION_DIFFUSION_SUBTYPE = 6

Definition at line 1205 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NONLINEAR_SOURCE_ALE_DIFFUSION_SUBTYPE = 6

Definition at line 1199 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NONLINEAR_SOURCE_DIFFUSION_SUBTYPE = 3

Definition at line 1196 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NONLINEAR_SOURCE_POISSON_SUBTYPE = 2

Definition at line 1191 of file opencmiss_iron.h.

const int CMFE_PROBLEM_NONLINEAR_SOURCE_STATIC_ADVEC_DIFF_SUBTYPE = 9

Definition at line 1208 of file opencmiss_iron.h.

const int CMFE_PROBLEM_OPTIMISATION_CLASS = 8

Definition at line 1108 of file opencmiss_iron.h.

const int CMFE_PROBLEM_OPTIMISED_NAVIER_STOKES_SUBTYPE = 4

Definition at line 1174 of file opencmiss_iron.h.

const int CMFE_PROBLEM_OPTIMISED_STOKES_SUBTYPE = 4

Definition at line 1160 of file opencmiss_iron.h.

const int CMFE_PROBLEM_PGM_DARCY_SUBTYPE = 5

Definition at line 1179 of file opencmiss_iron.h.

const int CMFE_PROBLEM_PGM_ELASTICITY_DARCY_SUBTYPE = 102

Definition at line 1224 of file opencmiss_iron.h.

const int CMFE_PROBLEM_PGM_NAVIER_STOKES_SUBTYPE = 6

Definition at line 1173 of file opencmiss_iron.h.

const int CMFE_PROBLEM_PGM_STOKES_SUBTYPE = 6

Definition at line 1159 of file opencmiss_iron.h.

const int CMFE_PROBLEM_PGM_TRANSIENT_DARCY_SUBTYPE = 6

Definition at line 1180 of file opencmiss_iron.h.

const int CMFE_PROBLEM_POISEUILLE_EQUATION_TYPE = 5

Definition at line 1123 of file opencmiss_iron.h.

const int CMFE_PROBLEM_POISSON_EQUATION_TYPE = 2

Definition at line 1129 of file opencmiss_iron.h.

const int CMFE_PROBLEM_QUASISTATIC_DARCY_SUBTYPE = 2

Definition at line 1176 of file opencmiss_iron.h.

const int CMFE_PROBLEM_QUASISTATIC_ELAST_TRANS_DARCY_MAT_SOLVE_SUBTYPE = 104

Definition at line 1226 of file opencmiss_iron.h.

const int CMFE_PROBLEM_QUASISTATIC_ELASTICITY_TRANSIENT_DARCY_SUBTYPE = 103

Definition at line 1225 of file opencmiss_iron.h.

const int CMFE_PROBLEM_QUASISTATIC_FINITE_ELASTICITY_SUBTYPE = 1

Definition at line 1237 of file opencmiss_iron.h.

const int CMFE_PROBLEM_REACTION_DIFFUSION_EQUATION_TYPE = 8

Definition at line 1134 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STANDARD_DARCY_SUBTYPE = 1

Definition at line 1175 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STANDARD_DATA_FITTING_SUBTYPE = 1

Definition at line 1214 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STANDARD_ELASTICITY_DARCY_SUBTYPE = 101

Definition at line 1223 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STANDARD_ELASTICITY_FLUID_PRESSURE_SUBTYPE = 133

Definition at line 1230 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STANDARD_HELMHOLTZ_SUBTYPE = 2

Definition at line 1192 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STANDARD_LAPLACE_SUBTYPE = 1

Definition at line 1181 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STANDARD_MULTI_COMPARTMENT_TRANSPORT_SUBTYPE = 131

Definition at line 1229 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STATIC_BURGERS_SUBTYPE = 1

Definition at line 1209 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STATIC_NAVIER_STOKES_SUBTYPE = 1

Definition at line 1161 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STATIC_POISEUILLE_SUBTYPE = 1

Definition at line 1183 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STATIC_STOKES_SUBTYPE = 1

Definition at line 1155 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STOKES_EQUATION_TYPE = 1

Definition at line 1120 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STREE1D0D_ADV_SUBTYPE = 14

Definition at line 1171 of file opencmiss_iron.h.

const int CMFE_PROBLEM_STREE1D0D_SUBTYPE = 14

Definition at line 1170 of file opencmiss_iron.h.

const int CMFE_PROBLEM_TRANSIENT1D_ADV_NAVIER_STOKES_SUBTYPE = 13

Definition at line 1168 of file opencmiss_iron.h.

const int CMFE_PROBLEM_TRANSIENT1D_NAVIER_STOKES_SUBTYPE = 8

Definition at line 1166 of file opencmiss_iron.h.

const int CMFE_PROBLEM_TRANSIENT_DARCY_SUBTYPE = 4

Definition at line 1178 of file opencmiss_iron.h.

const int CMFE_PROBLEM_TRANSIENT_NAVIER_STOKES_SUBTYPE = 3

Definition at line 1163 of file opencmiss_iron.h.

const int CMFE_PROBLEM_TRANSIENT_RBS_NAVIER_STOKES_SUBTYPE = 9

Definition at line 1164 of file opencmiss_iron.h.

const int CMFE_PROBLEM_TRANSIENT_STOKES_SUBTYPE = 3

Definition at line 1157 of file opencmiss_iron.h.

const int CMFE_PROBLEM_VECTOR_DATA_FITTING_SUBTYPE = 4

Definition at line 1215 of file opencmiss_iron.h.

const int CMFE_PROBLEM_VECTOR_DATA_PRE_FITTING_SUBTYPE = 6

Definition at line 1219 of file opencmiss_iron.h.

const int CMFE_PROBLEM_WAVE_EQUATION_TYPE = 4

Definition at line 1131 of file opencmiss_iron.h.

const int CMFE_QUADRAUPLE_REAL_TYPE = 6

Definition at line 313 of file opencmiss_iron.h.

const int CMFE_QUADRUPLE_COMPLEX_TYPE = 11

Definition at line 318 of file opencmiss_iron.h.

const int CMFE_SHORT_INTEGER_TYPE = 2

Definition at line 309 of file opencmiss_iron.h.

const int CMFE_SINGLE_COMPLEX_TYPE = 9

Definition at line 316 of file opencmiss_iron.h.

const int CMFE_SINGLE_REAL_TYPE = 4

Definition at line 311 of file opencmiss_iron.h.

const int CMFE_SOLVER_CMISS_LIBRARY = 1

Definition at line 1283 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_ADAMS_MOULTON = 4

Definition at line 1479 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_BDF = 5

Definition at line 1480 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_CRANK_NICOLSON = 2

Definition at line 1477 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_DIFFERENTIAL_ONLY = 0

Definition at line 1467 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_EULER = 1

Definition at line 1476 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_EULER_BACKWARD = 2

Definition at line 1489 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_EULER_FORWARD = 1

Definition at line 1488 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_EULER_IMPROVED = 3

Definition at line 1490 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_EXTERNAL = 7

Definition at line 1482 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_INDEX_1 = 1

Definition at line 1468 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_INDEX_2 = 2

Definition at line 1469 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_INDEX_3 = 3

Definition at line 1470 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_RUNGE_KUTTA = 3

Definition at line 1478 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_RUSH_LARSON = 6

Definition at line 1481 of file opencmiss_iron.h.

const int CMFE_SOLVER_DAE_TYPE = 4

Definition at line 1275 of file opencmiss_iron.h.

const int CMFE_SOLVER_DIRECT_CHOLESKY = 2

Definition at line 1308 of file opencmiss_iron.h.

const int CMFE_SOLVER_DIRECT_LU = 1

Definition at line 1307 of file opencmiss_iron.h.

const int CMFE_SOLVER_DIRECT_SVD = 3

Definition at line 1309 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_BACKWARD_EULER_SCHEME = 2

Definition at line 1442 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_BOSSAK_NEWMARK1_SCHEME = 17

Definition at line 1457 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_BOSSAK_NEWMARK2_SCHEME = 18

Definition at line 1458 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_CRANK_NICOLSON_SCHEME = 3

Definition at line 1443 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_EULER_SCHEME = 1

Definition at line 1441 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_FIRST_DEGREE = 1

Definition at line 1433 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_FIRST_ORDER = 1

Definition at line 1419 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_GALERKIN_SCHEME = 4

Definition at line 1444 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_HILBERT_HUGHES_TAYLOR1_SCHEME = 19

Definition at line 1459 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_HILBERT_HUGHES_TAYLOR2_SCHEME = 20

Definition at line 1460 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_HOUBOLT_SCHEME = 15

Definition at line 1455 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_LINEAR = 1

Definition at line 1426 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_NEWMARK1_SCHEME = 9

Definition at line 1449 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_NEWMARK2_SCHEME = 10

Definition at line 1450 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_NEWMARK3_SCHEME = 11

Definition at line 1451 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_NONLINEAR = 2

Definition at line 1427 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE = 2

Definition at line 1434 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE_GEAR_SCHEME = 6

Definition at line 1446 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE_LINIGER1_SCHEME = 7

Definition at line 1447 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_SECOND_DEGREE_LINIGER2_SCHEME = 8

Definition at line 1448 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_SECOND_ORDER = 2

Definition at line 1420 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE = 3

Definition at line 1435 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE_GEAR_SCHEME = 12

Definition at line 1452 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE_LINIGER1_SCHEME = 13

Definition at line 1453 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_THIRD_DEGREE_LINIGER2_SCHEME = 14

Definition at line 1454 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_TYPE = 3

Definition at line 1274 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_USER_DEFINED_SCHEME = 21

Definition at line 1461 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_WILSON_SCHEME = 16

Definition at line 1456 of file opencmiss_iron.h.

const int CMFE_SOLVER_DYNAMIC_ZLAMAL_SCHEME = 5

Definition at line 1445 of file opencmiss_iron.h.

const int CMFE_SOLVER_EIGENPROBLEM_TYPE = 5

Definition at line 1276 of file opencmiss_iron.h.

const int CMFE_SOLVER_ESSL_LIBRARY = 8

Definition at line 1290 of file opencmiss_iron.h.

const int CMFE_SOLVER_FULL_MATRICES = 2

Definition at line 1515 of file opencmiss_iron.h.

const int CMFE_SOLVER_HYPRE_LIBRARY = 11

Definition at line 1293 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_ADDITIVE_SCHWARZ_PRECONDITIONER = 6

Definition at line 1333 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_BiCGSTAB = 6

Definition at line 1320 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_BICONJUGATE_GRADIENT = 4

Definition at line 1318 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_BLOCK_JACOBI_PRECONDITIONER = 2

Definition at line 1329 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_CHEBYSHEV = 2

Definition at line 1316 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_CONJGRAD_SQUARED = 7

Definition at line 1321 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_CONJUGATE_GRADIENT = 3

Definition at line 1317 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_GMRES = 5

Definition at line 1319 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_INCOMPLETE_CHOLESKY_PRECONDITIONER = 4

Definition at line 1331 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_INCOMPLETE_LU_PRECONDITIONER = 5

Definition at line 1332 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_JACOBI_PRECONDITIONER = 1

Definition at line 1328 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_NO_PRECONDITIONER = 0

Definition at line 1327 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_RICHARDSON = 1

Definition at line 1315 of file opencmiss_iron.h.

const int CMFE_SOLVER_ITERATIVE_SOR_PRECONDITIONER = 3

Definition at line 1330 of file opencmiss_iron.h.

const int CMFE_SOLVER_LAPACK_LIBRARY = 9

Definition at line 1291 of file opencmiss_iron.h.

const int CMFE_SOLVER_LINEAR_DIRECT_SOLVE_TYPE = 1

Definition at line 1300 of file opencmiss_iron.h.

const int CMFE_SOLVER_LINEAR_ITERATIVE_SOLVE_TYPE = 2

Definition at line 1301 of file opencmiss_iron.h.

const int CMFE_SOLVER_LINEAR_TYPE = 1

Definition at line 1272 of file opencmiss_iron.h.

const int CMFE_SOLVER_LUSOL_LIBRARY = 7

Definition at line 1289 of file opencmiss_iron.h.

const int CMFE_SOLVER_MATRIX_OUTPUT = 4

Definition at line 1508 of file opencmiss_iron.h.

const int CMFE_SOLVER_MUMPS_LIBRARY = 3

Definition at line 1285 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_CONVERGENCE_DIFFERENTIATED_RATIO = 3

Definition at line 1413 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_CONVERGENCE_ENERGY_NORM = 2

Definition at line 1412 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_CONVERGENCE_PETSC_DEFAULT = 1

Definition at line 1411 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_JACOBIAN_EQUATIONS_CALCULATED = 2

Definition at line 1404 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_JACOBIAN_FD_CALCULATED = 3

Definition at line 1405 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_JACOBIAN_NOT_CALCULATED = 1

Definition at line 1403 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_LINESEARCH = 1

Definition at line 1388 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_LINESEARCH_CUBIC = 4

Definition at line 1397 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_LINESEARCH_LINEAR = 2

Definition at line 1395 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_LINESEARCH_QUADRATIC = 3

Definition at line 1396 of file opencmiss_iron.h.

const int CMFE_SOLVER_NEWTON_TRUSTREGION = 2

Definition at line 1389 of file opencmiss_iron.h.

const int CMFE_SOLVER_NO_OUTPUT = 0

Definition at line 1504 of file opencmiss_iron.h.

const int CMFE_SOLVER_NONLINEAR_BFGS_INVERSE = 2

Definition at line 1340 of file opencmiss_iron.h.

const int CMFE_SOLVER_NONLINEAR_NEWTON = 1

Definition at line 1339 of file opencmiss_iron.h.

const int CMFE_SOLVER_NONLINEAR_QUASI_NEWTON = 4

Definition at line 1342 of file opencmiss_iron.h.

const int CMFE_SOLVER_NONLINEAR_SQP = 3

Definition at line 1341 of file opencmiss_iron.h.

const int CMFE_SOLVER_NONLINEAR_TYPE = 2

Definition at line 1273 of file opencmiss_iron.h.

const int CMFE_SOLVER_OPTIMISER_TYPE = 6

Definition at line 1277 of file opencmiss_iron.h.

const int CMFE_SOLVER_PASTIX_LIBRARY = 12

Definition at line 1294 of file opencmiss_iron.h.

const int CMFE_SOLVER_PETSC_LIBRARY = 2

Definition at line 1284 of file opencmiss_iron.h.

const int CMFE_SOLVER_PROGRESS_OUTPUT = 1

Definition at line 1505 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_BADBROYDEN = 3

Definition at line 1357 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_GOODBROYDEN = 2

Definition at line 1356 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_LBFGS = 1

Definition at line 1355 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH = 1

Definition at line 1348 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH_BASIC = 1

Definition at line 1363 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH_CP = 3

Definition at line 1365 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_LINESEARCH_L2 = 2

Definition at line 1364 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_RESTART_NONE = 1

Definition at line 1371 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_RESTART_PERIODIC = 3

Definition at line 1373 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_RESTART_POWELL = 2

Definition at line 1372 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_SCALE_JACOBIAN = 4

Definition at line 1382 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_SCALE_LINESEARCH = 3

Definition at line 1381 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_SCALE_NONE = 1

Definition at line 1379 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_SCALE_SHANNO = 2

Definition at line 1380 of file opencmiss_iron.h.

const int CMFE_SOLVER_QUASI_NEWTON_TRUSTREGION = 2

Definition at line 1349 of file opencmiss_iron.h.

const int CMFE_SOLVER_SOLUTION_INITIALISE_CURRENT_FIELD = 1

Definition at line 1497 of file opencmiss_iron.h.

const int CMFE_SOLVER_SOLUTION_INITIALISE_NO_CHANGE = 2

Definition at line 1498 of file opencmiss_iron.h.

const int CMFE_SOLVER_SOLUTION_INITIALISE_ZERO = 0

Definition at line 1496 of file opencmiss_iron.h.

const int CMFE_SOLVER_SOLVER_OUTPUT = 3

Definition at line 1507 of file opencmiss_iron.h.

const int CMFE_SOLVER_SPARSE_MATRICES = 1

Definition at line 1514 of file opencmiss_iron.h.

const int CMFE_SOLVER_SPOOLES_LIBRARY = 5

Definition at line 1287 of file opencmiss_iron.h.

const int CMFE_SOLVER_SUPERLU_LIBRARY = 4

Definition at line 1286 of file opencmiss_iron.h.

const int CMFE_SOLVER_TAO_LIBRARY = 10

Definition at line 1292 of file opencmiss_iron.h.

const int CMFE_SOLVER_TIMING_OUTPUT = 2

Definition at line 1506 of file opencmiss_iron.h.

const int CMFE_SOLVER_UMFPACK_LIBRARY = 6

Definition at line 1288 of file opencmiss_iron.h.

const cmfe_Bool cmfe_True = 1

Definition at line 21 of file opencmiss_iron.h.