Sets/changes the collapsed Xi flags for a basis.
More...
Sets/changes the collapsed Xi flags for a basis.
Definition at line 211 of file basis_routines.f90.
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_number | The user number of the basis to be set |
[in] | collapsed_xi | COLLAPSED_XI(ni). The collapse parameter for each Xi direction. |
- See also
- BASIS_ROUTINES::XiCollapse
- Parameters
-
[out] | err | The error code |
[out] | error | The 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
-
| basis | A pointer to the basis |
[in] | collapsed_xi | COLLAPSED_XI(ni). The collapse parameter for each Xi direction. |
- See also
- BASIS_ROUTINES::XiCollapse
- Parameters
-
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5686 of file basis_routines.f90.