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

Sets/changes the quadrature type for a basis. More...

Private Member Functions

subroutine basis_quadrature_type_set_number (USER_NUMBER, TYPE, ERR, ERROR,)
 Sets/changes the quadrature type for a basis quadrature identified by a user number. More...
 
subroutine basis_quadrature_type_set_ptr (BASIS, TYPE, ERR, ERROR,)
 Sets/changes the quadrature type on a basis identified by a pointer. More...
 

Detailed Description

Sets/changes the quadrature type for a basis.

Definition at line 223 of file basis_routines.f90.

Member Function/Subroutine Documentation

subroutine basis_routines::basis_quadrature_type_set::basis_quadrature_type_set_number ( integer(intg), intent(in)  USER_NUMBER,
integer(intg), intent(in)  TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

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

Parameters
[in]user_numberThe user number of the basis
[in]typeThe quadrature type to be set
See also
BASIS_ROUTINES::QuadratureTypes
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 3801 of file basis_routines.f90.

subroutine basis_routines::basis_quadrature_type_set::basis_quadrature_type_set_ptr ( type(basis_type), pointer  BASIS,
integer(intg), intent(in)  TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the quadrature type on a basis identified by a pointer.

Parameters
basisA pointer to the basis
[in]typeThe quadrature type to be set
See also
BASIS_ROUTINES::QuadratureTypes
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 3827 of file basis_routines.f90.