Lines Matching defs:npoints
307 …etData(PetscQuadrature q, PeOp PetscInt *dim, PeOp PetscInt *Nc, PeOp PetscInt *npoints, PeOp cons… in PetscQuadratureGetData()
566 …etscQuadratureSetData(PetscQuadrature q, PetscInt dim, PetscInt Nc, PetscInt npoints, const PetscR… in PetscQuadratureSetData()
669 PetscInt dim, Nc, order, npoints, npointsRef, c, p, cp, d, e; in PetscQuadratureExpandComposite() local
785 static PetscErrorCode PetscDTJacobiEval_Internal(PetscInt npoints, PetscReal a, PetscReal b, PetscI… in PetscDTJacobiEval_Internal()
866 PetscErrorCode PetscDTJacobiEvalJet(PetscReal alpha, PetscReal beta, PetscInt npoints, const PetscR… in PetscDTJacobiEvalJet()
916 PetscErrorCode PetscDTJacobiEval(PetscInt npoints, PetscReal alpha, PetscReal beta, const PetscReal… in PetscDTJacobiEval()
948 PetscErrorCode PetscDTLegendreEval(PetscInt npoints, const PetscReal *points, PetscInt ndegree, con… in PetscDTLegendreEval()
1097 PetscErrorCode PetscDTPKDEvalJet(PetscInt dim, PetscInt npoints, const PetscReal points[], PetscInt… in PetscDTPKDEvalJet()
1264 static PetscErrorCode PetscDTPTrimmedEvalJet_Internal(PetscInt dim, PetscInt npoints, const PetscRe… in PetscDTPTrimmedEvalJet_Internal()
1409 PetscErrorCode PetscDTPTrimmedEvalJet(PetscInt dim, PetscInt npoints, const PetscReal points[], Pet… in PetscDTPTrimmedEvalJet()
1552 static PetscErrorCode PetscDTGaussJacobiQuadrature_Newton_Internal(PetscInt npoints, PetscReal a, P… in PetscDTGaussJacobiQuadrature_Newton_Internal()
1629 static PetscErrorCode PetscDTGaussJacobiQuadrature_GolubWelsch_Internal(PetscInt npoints, PetscReal… in PetscDTGaussJacobiQuadrature_GolubWelsch_Internal()
1695 static PetscErrorCode PetscDTGaussJacobiQuadrature_Internal(PetscInt npoints, PetscReal alpha, Pets… in PetscDTGaussJacobiQuadrature_Internal()
1746 PetscErrorCode PetscDTGaussJacobiQuadrature(PetscInt npoints, PetscReal a, PetscReal b, PetscReal a… in PetscDTGaussJacobiQuadrature()
1761 static PetscErrorCode PetscDTGaussLobattoJacobiQuadrature_Internal(PetscInt npoints, PetscReal alph… in PetscDTGaussLobattoJacobiQuadrature_Internal()
1803 PetscErrorCode PetscDTGaussLobattoJacobiQuadrature(PetscInt npoints, PetscReal a, PetscReal b, Pets… in PetscDTGaussLobattoJacobiQuadrature()
1839 PetscErrorCode PetscDTGaussQuadrature(PetscInt npoints, PetscReal a, PetscReal b, PetscReal x[], Pe… in PetscDTGaussQuadrature()
1881 PetscErrorCode PetscDTGaussLobattoLegendreQuadrature(PetscInt npoints, PetscGaussLobattoLegendreCre… in PetscDTGaussLobattoLegendreQuadrature()
1911 PetscErrorCode PetscDTGaussTensorQuadrature(PetscInt dim, PetscInt Nc, PetscInt npoints, PetscReal … in PetscDTGaussTensorQuadrature()
2002 PetscErrorCode PetscDTStroudConicalQuadrature(PetscInt dim, PetscInt Nc, PetscInt npoints, PetscRea… in PetscDTStroudConicalQuadrature()
2363 PetscInt K, k, npoints; in PetscDTTanhSinhTensorQuadrature() local