| OpenCMISS-Iron FORTRAN API Documentation
    | 
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... | |
Sets/changes the number of Gauss points in each Xi direction on a basis quadrature.
Definition at line 738 of file opencmiss_iron.f90.
| 
 | private | 
Sets/changes the number of Gauss points in each Xi directions for a basis quadrature identified by a user number.
| [in] | usernumber | The user number of the basis to set the number of Gauss Xi for. | 
| [in] | numberofgaussxi | The number of Gauss points in each Xi directions in the specified basis to set. | 
| [out] | err | The error code. | 
Definition at line 11458 of file opencmiss_iron.f90.
| 
 | private | 
Sets the number Gauss points in each Xi directions for a basis quadrature identified by an object.
| [in,out] | basis | The basis to get the number of Gauss Xi for. | 
| [in] | numberofgaussxi | The number of Gauss points in each Xi directions in the specified basis to set. | 
| [out] | err | The error code. | 
Definition at line 11494 of file opencmiss_iron.f90.