Definition at line 329 of file opencmiss_iron.f90.
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] | interface | The interface to get the fields from |
[in,out] | fields | On return, the fields attached to the specified interface. Must not be associated on entry. |
[out] | err | The 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] | region | The region to get the fields from |
[in,out] | fields | On return, the fields attached to the specified region. Must not be associated on entry. |
[out] | err | The error code. |
Definition at line 8067 of file opencmiss_iron.f90.