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

Sets/changes the interpolation type in each Xi direction for a basis. More...

Private Member Functions

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...
 

Detailed Description

Sets/changes the interpolation type in each Xi direction for a basis.

Definition at line 193 of file basis_routines.f90.

Member Function/Subroutine Documentation

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_numberThe user number of the basis to set the interpolation xi
[in]interpolation_xiThe interpolation xi parameters for each Xi direction
See also
BASIS_ROUTINES::InterpolationSpecifications
Parameters
[out]errThe error code
[out]errorThe 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
basisA pointer to the basis to set the interpolation xi
[in]interpolation_xiThe interpolation xi parameters for each Xi direction
See also
BASIS_ROUTINES::InterpolationSpecifications
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 1404 of file basis_routines.f90.