OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_basis_interpolationxiget Interface Reference

Get the interpolation type in each Xi directions for a basis. More...

Private Member Functions

subroutine cmfe_basis_interpolationxigetnumber (userNumber, interpolationXi, err)
 Get the interpolation type in each xi directions for a basis identified by a user number. More...
 
subroutine cmfe_basis_interpolationxigetobj (basis, interpolationXi, err)
 Get the interpolation type in each xi directions for a basis indentified by an object. More...
 

Detailed Description

Get the interpolation type in each Xi directions for a basis.

Definition at line 702 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_interpolationxiget::cmfe_basis_interpolationxigetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), dimension(:), intent(out)  interpolationXi,
integer(intg), intent(out)  err 
)
private

Get the interpolation type in each xi directions for a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to get the interpolation xi for.
[out]interpolationxiOn return, the interpolation xi parameters for each Xi direction
See also
OPENCMISS::Basis::InterpolationSpecifications.
Parameters
[out]errThe error code.

Definition at line 11090 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_interpolationxiget::cmfe_basis_interpolationxigetobj ( type(cmfe_basistype), intent(in)  basis,
integer(intg), dimension(:), intent(out)  interpolationXi,
integer(intg), intent(out)  err 
)
private

Get the interpolation type in each xi directions for a basis indentified by an object.

Parameters
[in]basisThe basis to get the interpolation xi for.
[out]interpolationxiOn return, the interpolation xi parameters for each Xi direction
See also
OPENCMISS::Basis::InterpolationSpecifications.
Parameters
[out]errThe error code.

Definition at line 11125 of file opencmiss_iron.f90.