Get the interpolation type in each Xi directions for a basis.
More...
Get the interpolation type in each Xi directions for a basis.
Definition at line 702 of file opencmiss_iron.f90.
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] | usernumber | The user number of the basis to get the interpolation xi for. |
[out] | interpolationxi | On return, the interpolation xi parameters for each Xi direction |
- See also
- OPENCMISS::Basis::InterpolationSpecifications.
- Parameters
-
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] | basis | The basis to get the interpolation xi for. |
[out] | interpolationxi | On return, the interpolation xi parameters for each Xi direction |
- See also
- OPENCMISS::Basis::InterpolationSpecifications.
- Parameters
-
Definition at line 11125 of file opencmiss_iron.f90.