Sets/changes the interpolation type in each Xi direction for a basis.
More...
|
subroutine | basis_interpolation_xi_set_number (USER_NUMBER, INTERPOLATION_XI, ERR, ERROR,) |
| Sets/changes the interpolation type in each xi directions where the basis is identified by user number. More...
|
|
subroutine | basis_interpolation_xi_set_ptr (BASIS, INTERPOLATION_XI, ERR, ERROR,) |
| Sets/changes the interpolation type in each xi directions for a basis identified by a pointer. More...
|
|
Sets/changes the interpolation type in each Xi direction for a basis.
Definition at line 193 of file basis_routines.f90.
subroutine basis_routines::basis_interpolation_xi_set::basis_interpolation_xi_set_number |
( |
integer(intg), intent(in) |
USER_NUMBER, |
|
|
integer(intg), dimension(:), intent(in) |
INTERPOLATION_XI, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets/changes the interpolation type in each xi directions where the basis is identified by user number.
- See also
- OPENCMISS::CMISSBasisInterpolationXiSet
- Parameters
-
[in] | user_number | The user number of the basis to set the interpolation xi |
[in] | interpolation_xi | The interpolation xi parameters for each Xi direction |
- See also
- BASIS_ROUTINES::InterpolationSpecifications
- Parameters
-
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1378 of file basis_routines.f90.
subroutine basis_routines::basis_interpolation_xi_set::basis_interpolation_xi_set_ptr |
( |
type(basis_type), pointer |
BASIS, |
|
|
integer(intg), dimension(:), intent(in) |
INTERPOLATION_XI, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets/changes the interpolation type in each xi directions for a basis identified by a pointer.
- See also
- OPENCMISS::CMISSBasisInterpolationXiSet
- Parameters
-
| basis | A pointer to the basis to set the interpolation xi |
[in] | interpolation_xi | The interpolation xi parameters for each Xi direction |
- See also
- BASIS_ROUTINES::InterpolationSpecifications
- Parameters
-
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1404 of file basis_routines.f90.