OpenCMISS-Iron Internal API Documentation
|
Evaluates the list of gauss points and weights for a given basis type and order. More...
Private Member Functions | |
subroutine | basis_gauss_points_calculate_dp (basis, order, numCoords, numberGaussPoints, gaussPoints, gaussWeights, err, error,) |
Calculates the gauss points and weights for a basis function of a particular order. More... | |
Evaluates the list of gauss points and weights for a given basis type and order.
Definition at line 173 of file basis_routines.f90.
|
private |
Calculates the gauss points and weights for a basis function of a particular order.
basis | A pointer to the basis | |
[in] | order | The order (for Simplex) or the number of gauss points in a direction (for LHTP) |
[in] | numcoords | The number of coordinate directions of the system in which to calculate gauss points (1D, 2D, 3D) |
[out] | numbergausspoints | on return, the number of gauss points calculated |
[out] | gausspoints | On return, the calculated gauss point coordinates gaussPoints(nj,ng) |
[out] | gaussweights | gaussWeights(ng) gauss weight for particular gauss point |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 776 of file basis_routines.f90.