OpenCMISS-Iron Internal API Documentation
FieldExport.h File Reference

Go to the source code of this file.

Functions

int fieldexport_opensession (const int type, const char *const name, int *const handle)
 
int fieldexport_group (const int handle, const char *const label)
 
int fieldexport_meshdimensions (const int handle, const int dimensions, const int basisType)
 
int fieldexport_scalingfactorcount (const int handle, const int scalingFactorCount)
 
int fieldexport_hermitescalefactors (const int handle, const int numberOfXi, const int *const interpolationXi)
 
int fieldexport_nodecount (const int handle, const int nodeCount)
 
int fieldexport_fieldcount (const int handle, const int fieldCount)
 
int fieldexport_coordinatevariable (const int handle, const int variableNumber, int coordinateSystemType, const int componentCount)
 
int fieldexport_variable (const int handle, const int variableNumber, const int fieldType, const int variableType, const int componentCount)
 
int fieldexport_coordinatecomponent (const int handle, int coordinateSystemType, const int componentNumber, const int isNodal, const int numberOfXi, const int *const interpolationXi)
 
int fieldexport_component (const int handle, const int componentNumber, const int isNodal, const int numberOfXi, const int *const interpolationXi)
 
int fieldexport_elementgridsize (const int handle, const int numberOfXi)
 
int fieldexport_nodescaleindexes (const int handle, const int nodeCount, const int *const derivativeCount, const int *const elementDerivatives, const int *const nodeIndexes, const int firstScaleIndex)
 
int fieldexport_elementindex (const int handle, const int dimensionCount, const int index)
 
int fieldexport_elementnodeindices (const int handle, const int nodeCount, const int *const indices)
 
int fieldexport_elementnodescales (const int handle, const int isFirstSet, const int scaleCount, const double *const scales)
 
int fieldexport_elementgridvalues (const int handle, const int isFirstSet, const int dimensionCount, const double value)
 
int fieldexport_closesession (const int handle)
 

Function Documentation

int fieldexport_component ( const int  handle,
const int  componentNumber,
const int  isNodal,
const int  numberOfXi,
const int *const  interpolationXi 
)
int fieldexport_coordinatecomponent ( const int  handle,
int  coordinateSystemType,
const int  componentNumber,
const int  isNodal,
const int  numberOfXi,
const int *const  interpolationXi 
)
int fieldexport_coordinatevariable ( const int  handle,
const int  variableNumber,
int  coordinateSystemType,
const int  componentCount 
)
int fieldexport_elementgridsize ( const int  handle,
const int  numberOfXi 
)
int fieldexport_elementgridvalues ( const int  handle,
const int  isFirstSet,
const int  dimensionCount,
const double  value 
)
int fieldexport_elementindex ( const int  handle,
const int  dimensionCount,
const int  index 
)
int fieldexport_elementnodeindices ( const int  handle,
const int  nodeCount,
const int *const  indices 
)
int fieldexport_elementnodescales ( const int  handle,
const int  isFirstSet,
const int  scaleCount,
const double *const  scales 
)
int fieldexport_fieldcount ( const int  handle,
const int  fieldCount 
)
int fieldexport_group ( const int  handle,
const char *const  label 
)
int fieldexport_hermitescalefactors ( const int  handle,
const int  numberOfXi,
const int *const  interpolationXi 
)
int fieldexport_meshdimensions ( const int  handle,
const int  dimensions,
const int  basisType 
)
int fieldexport_nodecount ( const int  handle,
const int  nodeCount 
)
int fieldexport_nodescaleindexes ( const int  handle,
const int  nodeCount,
const int *const  derivativeCount,
const int *const  elementDerivatives,
const int *const  nodeIndexes,
const int  firstScaleIndex 
)
int fieldexport_opensession ( const int  type,
const char *const  name,
int *const  handle 
)
int fieldexport_scalingfactorcount ( const int  handle,
const int  scalingFactorCount 
)
int fieldexport_variable ( const int  handle,
const int  variableNumber,
const int  fieldType,
const int  variableType,
const int  componentCount 
)