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

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...
 

Detailed Description

Starts the creation of a new basis.

See also
OpenCMISS::Iron::cmfe_Basis_CreateFinish

Definition at line 690 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_createstart::cmfe_basis_createstartnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(out)  err 
)
private

Starts the creation of a new basis for a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to start the creation of.
[out]errThe error code.

Definition at line 10970 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_createstart::cmfe_basis_createstartobj ( integer(intg), intent(in)  userNumber,
type(cmfe_basistype), intent(inout)  basis,
integer(intg), intent(out)  err 
)
private

Starts the creation of a new basis for a basis identified by an object.

Parameters
[in]usernumberThe user number of the basis to start the creation of.
[in,out]basisOn exit, the newly created basis.
[out]errThe error code.

Definition at line 11001 of file opencmiss_iron.f90.