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

Sets/changes the collapsed Xi flags for a basis. More...

Private Member Functions

subroutine basis_collapsed_xi_set_number (USER_NUMBER, COLLAPSED_XI, ERR, ERROR,)
 Sets/changes the collapsed xi flags for a basis is identified by a user number. More...
 
subroutine basis_collapsed_xi_set_ptr (BASIS, COLLAPSED_XI, ERR, ERROR,)
 Sets/changes the collapsed xi flags for a basis is identified by a a pointer. More...
 

Detailed Description

Sets/changes the collapsed Xi flags for a basis.

Definition at line 211 of file basis_routines.f90.

Member Function/Subroutine Documentation

subroutine basis_routines::basis_collapsed_xi_set::basis_collapsed_xi_set_number ( integer(intg), intent(in)  USER_NUMBER,
integer(intg), dimension(:), intent(in)  COLLAPSED_XI,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the collapsed xi flags for a basis is identified by a user number.

Parameters
[in]user_numberThe user number of the basis to be set
[in]collapsed_xiCOLLAPSED_XI(ni). The collapse parameter for each Xi direction.
See also
BASIS_ROUTINES::XiCollapse
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 5660 of file basis_routines.f90.

subroutine basis_routines::basis_collapsed_xi_set::basis_collapsed_xi_set_ptr ( type(basis_type), pointer  BASIS,
integer(intg), dimension(:), intent(in)  COLLAPSED_XI,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the collapsed xi flags for a basis is identified by a a pointer.

See also
OPENCMISS::CMISSBasisCollapsedXiSet
Parameters
basisA pointer to the basis
[in]collapsed_xiCOLLAPSED_XI(ni). The collapse parameter for each Xi direction.
See also
BASIS_ROUTINES::XiCollapse
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 5686 of file basis_routines.f90.