OpenCMISS-Iron Internal API Documentation
|
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... | |
Sets/changes the order of a quadrature for a basis quadrature.
Definition at line 217 of file basis_routines.f90.
|
private |
Sets/changes the order of a quadrature for a basis quadrature identified by a user number.
[in] | user_number | The user number of the basis |
[in] | order | The quadrature order to be set. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3692 of file basis_routines.f90.
|
private |
Sets/changes the order of a quadrature for a basis quadrature identified by a pointer.
basis | A pointer to the basis | |
[in] | order | The quadrature order to be set. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3718 of file basis_routines.f90.