| OpenCMISS-Iron FORTRAN API Documentation
    | 
Copy the parameters from the parameter set of a component of a field variable to the paramters of a parameter set of a component of another field variable. More...
| Private Member Functions | |
| subroutine | cmfe_field_parameterstofieldparameterscomponentcopynumber (fromRegionUserNumber, fromFieldUserNumber, fromVariableType, fromParameterSetType, fromComponentNumber, toRegionUserNumber, toFieldUserNumber, toVariableType, toParameterSetType, toComponentNumber, err) | 
| Copy the parameters from the parameter set of a component of a field variable to the paramters of a parameter set of a component of another field variable, where both fields are identified by user numbers.  More... | |
| subroutine | cmfe_field_parameterstofieldparameterscomponentcopyobj (fromField, fromVariableType, fromParameterSetType, fromComponentNumber, toField, toVariableType, toParameterSetType, toComponentNumber, err) | 
| Copy the parameters from the parameter set of a component of a field variable to the paramters of a parameter set of a component of another field variable, where both fields are objects.  More... | |
Copy the parameters from the parameter set of a component of a field variable to the paramters of a parameter set of a component of another field variable.
Definition at line 3927 of file opencmiss_iron.f90.