OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_basis_quadraturenumberofgaussxiset Interface Reference

Sets/changes the number of Gauss points in each Xi direction on a basis quadrature. More...

Private Member Functions

subroutine cmfe_basis_quadraturenumberofgaussxisetnumber (userNumber, numberOfGaussXi, err)
 Sets/changes the number of Gauss points in each Xi directions for a basis quadrature identified by a user number. More...
 
subroutine cmfe_basis_quadraturenumberofgaussxisetobj (basis, numberOfGaussXi, err)
 Sets the number Gauss points in each Xi directions for a basis quadrature identified by an object. More...
 

Detailed Description

Sets/changes the number of Gauss points in each Xi direction on a basis quadrature.

Definition at line 738 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Sets/changes 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 set the number of Gauss Xi for.
[in]numberofgaussxiThe number of Gauss points in each Xi directions in the specified basis to set.
[out]errThe error code.

Definition at line 11458 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_quadraturenumberofgaussxiset::cmfe_basis_quadraturenumberofgaussxisetobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), dimension(:), intent(in)  numberOfGaussXi,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 11494 of file opencmiss_iron.f90.