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

Sets/changes the number of Xi directions for a basis. More...

Private Member Functions

subroutine basis_number_of_xi_set_number (USER_NUMBER, NUMBER_OF_XI, ERR, ERROR,)
 Sets/changes the number of xi directions where the basis is identified by user number. More...
 
subroutine basis_number_of_xi_set_ptr (BASIS, NUMBER_OF_XI, ERR, ERROR,)
 Sets/changes the number of xi directions for a basis identified by a pointer. More...
 

Detailed Description

Sets/changes the number of Xi directions for a basis.

Definition at line 199 of file basis_routines.f90.

Member Function/Subroutine Documentation

subroutine basis_routines::basis_number_of_xi_set::basis_number_of_xi_set_number ( integer(intg), intent(in)  USER_NUMBER,
integer(intg), intent(in)  NUMBER_OF_XI,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the number of xi directions where the basis is identified by user number.

Parameters
[in]user_numberThe user number of the basis
[in]number_of_xiThe number of Xi directions to be set.
[out]errThe error code
[out]errorThe error string

Definition at line 2670 of file basis_routines.f90.

subroutine basis_routines::basis_number_of_xi_set::basis_number_of_xi_set_ptr ( type(basis_type), pointer  BASIS,
integer(intg), intent(in)  NUMBER_OF_XI,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the number of xi directions for a basis identified by a pointer.

See also
OPENCMISS::CMISSBasisNumberOfXiSet
Parameters
basisA pointer to the basis function to change
[in]number_of_xiThe number of Xi directions to set.
[out]errThe error code
[out]errorThe error string

Definition at line 2696 of file basis_routines.f90.