OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_fields_create Interface Reference

Private Member Functions

subroutine cmfe_fields_createinterface (interface, fields, err)
 Creates a cmfe_FieldsType object for an inteface by an object reference. More...
 
subroutine cmfe_fields_createregion (region, fields, err)
 Creates a cmfe_FieldsType object for a region by an object reference. More...
 

Detailed Description

Definition at line 329 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_fields_create::cmfe_fields_createinterface ( type(cmfe_interfacetype), intent(in)  interface,
type(cmfe_fieldstype), intent(inout)  fields,
integer(intg), intent(out)  err 
)
private

Creates a cmfe_FieldsType object for an inteface by an object reference.

Parameters
[in]interfaceThe interface to get the fields from
[in,out]fieldsOn return, the fields attached to the specified interface. Must not be associated on entry.
[out]errThe error code.

Definition at line 8033 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_fields_create::cmfe_fields_createregion ( type(cmfe_regiontype), intent(in)  region,
type(cmfe_fieldstype), intent(inout)  fields,
integer(intg), intent(out)  err 
)
private

Creates a cmfe_FieldsType object for a region by an object reference.

Parameters
[in]regionThe region to get the fields from
[in,out]fieldsOn return, the fields attached to the specified region. Must not be associated on entry.
[out]errThe error code.

Definition at line 8067 of file opencmiss_iron.f90.