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

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...
 

Detailed Description

Sets/changes the local face gauss evaluatoin flag for a basis quadrature.

Definition at line 776 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_quadraturelocalfacegaussevaluateset::cmfe_basis_quadraturelocalfacegaussevaluatesetnumber ( integer(intg), intent(in)  userNumber,
logical, intent(in)  faceGaussEvaluate,
integer(intg), intent(out)  err 
)
private

Sets/changes the local face Gauss scheme calculation, on a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to get the quadrature type for.
[in]facegaussevaluateThe value to set face Gauss evaluation flag to.
[out]errThe error code

Definition at line 11895 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_quadraturelocalfacegaussevaluateset::cmfe_basis_quadraturelocalfacegaussevaluatesetobj ( type(cmfe_basistype), intent(inout)  basis,
logical, intent(in)  faceGaussEvaluate,
integer(intg), intent(out)  err 
)
private

Sets/changes the local face Gauss scheme calculation, on a basis identified by an object.

Parameters
[in,out]basisThe basis to get the quadrature type for.
[in]facegaussevaluateThe type of quadrature in the specified basis to set.
[out]errThe error code.

Definition at line 11931 of file opencmiss_iron.f90.