OpenCMISS-Iron FORTRAN API Documentation
|
Starts the creation of a new basis. More...
Private Member Functions | |
subroutine | cmfe_basis_createstartnumber (userNumber, err) |
Starts the creation of a new basis for a basis identified by a user number. More... | |
subroutine | cmfe_basis_createstartobj (userNumber, basis, err) |
Starts the creation of a new basis for a basis identified by an object. More... | |
Starts the creation of a new basis.
Definition at line 690 of file opencmiss_iron.f90.
|
private |
Starts the creation of a new basis for a basis identified by a user number.
[in] | usernumber | The user number of the basis to start the creation of. |
[out] | err | The error code. |
Definition at line 10970 of file opencmiss_iron.f90.
|
private |
Starts the creation of a new basis for a basis identified by an object.
[in] | usernumber | The user number of the basis to start the creation of. |
[in,out] | basis | On exit, the newly created basis. |
[out] | err | The error code. |
Definition at line 11001 of file opencmiss_iron.f90.