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

Returns the number of Gauss points in each Xi direction on a basis quadrature. More...

Private Member Functions

subroutine cmfe_basis_quadraturenumberofgaussxigetnumber (userNumber, numberOfGaussXi, err)
 Returns the number of Gauss points in each Xi directions for a basis quadrature identified by a user number. More...
 
subroutine cmfe_basis_quadraturenumberofgaussxigetobj (basis, numberOfGaussXi, err)
 Returns the number Gauss points in each Xi directions for a basis quadrature identified by an object. More...
 

Detailed Description

Returns the number of Gauss points in each Xi direction on a basis quadrature.

Definition at line 732 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_quadraturenumberofgaussxiget::cmfe_basis_quadraturenumberofgaussxigetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), dimension(:), intent(out)  numberOfGaussXi,
integer(intg), intent(out)  err 
)
private

Returns the number of Gauss points in each Xi directions for a basis quadrature identified by a user number.

Parameters
[in]usernumberThe user number of the basis to get the number of Gauss Xi for.
[out]numberofgaussxiOn return, the number of Gauss points in each Xi directions in the specified basis.
[out]errThe error code.

Definition at line 11396 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_quadraturenumberofgaussxiget::cmfe_basis_quadraturenumberofgaussxigetobj ( type(cmfe_basistype), intent(in)  basis,
integer(intg), dimension(:), intent(out)  numberOfGaussXi,
integer(intg), intent(out)  err 
)
private

Returns the number Gauss points in each Xi directions for a basis quadrature identified by an object.

Parameters
[in]basisThe basis to get the number of Gauss Xi for.
[out]numberofgaussxiOn return, the number of Gauss points in each Xi directions in the specified basis.
[out]errThe error code.

Definition at line 11432 of file opencmiss_iron.f90.