OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_fieldml_outputaddfield Interface Reference

Add the given field to the current FieldML context. More...

Private Member Functions

subroutine cmfe_fieldml_outputaddfieldnotypeobjvs (fieldml, baseName, dofFormat, field, variableType, setType, err)
 Add the given field to the given FieldML context. The FieldML type will be inferred. More...
 
subroutine cmfe_fieldml_outputaddfieldnotypenumbervs (fieldml, baseName, dofFormat, regionNumber, fieldNumber, variableType, setType, err)
 Add the field with the given user number to the given FieldML context. The FieldML type will be inferred. More...
 
subroutine cmfe_fieldml_outputaddfieldwithtypeobjvs (fieldml, baseName, dofFormat, field, variableType, setType, typeHandle, err)
 Add the given field to the given FieldML context, using the given FieldML type. More...
 
subroutine cmfe_fieldml_outputaddfieldwithtypenumbervs (fieldml, baseName, dofFormat, regionNumber, fieldNumber, variableType, setType, typeHandle, err)
 Add the given field to the given FieldML context, using the given FieldML type. More...
 
subroutine cmfe_fieldml_outputaddfieldnotypeobjc (fieldml, baseName, dofFormat, field, variableType, setType, err)
 Add the given field to the given FieldML context. The FieldML type will be inferred. More...
 
subroutine cmfe_fieldml_outputaddfieldnotypenumberc (fieldml, baseName, dofFormat, regionNumber, fieldNumber, variableType, setType, err)
 Add the field with the given user number to the given FieldML context. The FieldML type will be inferred. More...
 
subroutine cmfe_fieldml_outputaddfieldwithtypeobjc (fieldml, baseName, dofFormat, field, variableType, setType, typeHandle, err)
 Add the given field to the given FieldML context, using the given FieldML type. More...
 
subroutine cmfe_fieldml_outputaddfieldwithtypenumberc (fieldml, baseName, dofFormat, regionNumber, fieldNumber, variableType, setType, typeHandle, err)
 Add the given field to the given FieldML context, using the given FieldML type. More...
 

Detailed Description

Add the given field to the current FieldML context.

Definition at line 7178 of file opencmiss_iron.f90.