OpenCMISS-Iron Internal API Documentation
basis_routines::basis_type_set Interface Reference

Sets/changes the type for a basis. More...

Private Member Functions

subroutine basis_type_set_number (USER_NUMBER, TYPE, ERR, ERROR,)
 Sets/changes the type for a basis is identified by a user number. More...
 
subroutine basis_type_set_ptr (BASIS, TYPE, ERR, ERROR,)
 Sets/changes the type for a basis is identified by a a pointer. More...
 

Detailed Description

Sets/changes the type for a basis.

Definition at line 205 of file basis_routines.f90.

Member Function/Subroutine Documentation

subroutine basis_routines::basis_type_set::basis_type_set_number ( integer(intg), intent(in)  USER_NUMBER,
integer(intg), intent(in)  TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the type for a basis is identified by a user number.

Parameters
[in]user_numberThe user number of the basis to set.
[in]typeThe type of the basis to set
See also
BASIS_ROUTINES::BasisTypes
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 5547 of file basis_routines.f90.

subroutine basis_routines::basis_type_set::basis_type_set_ptr ( type(basis_type), pointer  BASIS,
integer(intg), intent(in)  TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the type for a basis is identified by a a pointer.

See also
OPENCMISS::CMISSBasisTypeGet
Parameters
basisA pointer to the basis to set
[in]typeThe type of the basis to be set.
See also
BASIS_ROUTINES::BasisTypes
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 5573 of file basis_routines.f90.