OpenCMISS-Iron Internal API Documentation
basis_routines::basis_quadrature_order_set Interface Reference

Sets/changes the order of a quadrature for a basis quadrature. More...

Private Member Functions

subroutine basis_quadrature_order_set_number (USER_NUMBER, ORDER, ERR, ERROR,)
 Sets/changes the order of a quadrature for a basis quadrature identified by a user number. More...
 
subroutine basis_quadrature_order_set_ptr (BASIS, ORDER, ERR, ERROR,)
 Sets/changes the order of a quadrature for a basis quadrature identified by a pointer. More...
 

Detailed Description

Sets/changes the order of a quadrature for a basis quadrature.

Definition at line 217 of file basis_routines.f90.

Member Function/Subroutine Documentation

subroutine basis_routines::basis_quadrature_order_set::basis_quadrature_order_set_number ( integer(intg), intent(in)  USER_NUMBER,
integer(intg), intent(in)  ORDER,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the order of a quadrature for a basis quadrature identified by a user number.

Parameters
[in]user_numberThe user number of the basis
[in]orderThe quadrature order to be set.
[out]errThe error code
[out]errorThe error string

Definition at line 3692 of file basis_routines.f90.

subroutine basis_routines::basis_quadrature_order_set::basis_quadrature_order_set_ptr ( type(basis_type), pointer  BASIS,
integer(intg), intent(in)  ORDER,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the order of a quadrature for a basis quadrature identified by a pointer.

See also
OPENCMISS::CMISSBasisQuadratureOrderSet
Parameters
basisA pointer to the basis
[in]orderThe quadrature order to be set.
[out]errThe error code
[out]errorThe error string

Definition at line 3718 of file basis_routines.f90.