| OpenCMISS-Iron FORTRAN API Documentation
    | 
Sets/changes the local face gauss evaluatoin flag for a basis quadrature. More...
| Private Member Functions | |
| subroutine | cmfe_basis_quadraturelocalfacegaussevaluatesetnumber (userNumber, faceGaussEvaluate, err) | 
| Sets/changes the local face Gauss scheme calculation, on a basis identified by a user number.  More... | |
| subroutine | cmfe_basis_quadraturelocalfacegaussevaluatesetobj (basis, faceGaussEvaluate, err) | 
| Sets/changes the local face Gauss scheme calculation, on a basis identified by an object.  More... | |
Sets/changes the local face gauss evaluatoin flag for a basis quadrature.
Definition at line 776 of file opencmiss_iron.f90.
| 
 | private | 
Sets/changes the local face Gauss scheme calculation, on a basis identified by a user number.
| [in] | usernumber | The user number of the basis to get the quadrature type for. | 
| [in] | facegaussevaluate | The value to set face Gauss evaluation flag to. | 
| [out] | err | The error code | 
Definition at line 11895 of file opencmiss_iron.f90.
| 
 | private | 
Sets/changes the local face Gauss scheme calculation, on a basis identified by an object.
| [in,out] | basis | The basis to get the quadrature type for. | 
| [in] | facegaussevaluate | The type of quadrature in the specified basis to set. | 
| [out] | err | The error code. | 
Definition at line 11931 of file opencmiss_iron.f90.