Home
last modified time | relevance | path

Searched refs:p_degree (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex15.c12 PetscInt p_degree = (degree + 1) / 2; in testQuadrature() local
13 PetscInt p_degree_min = degree - p_degree; in testQuadrature()
21 PetscCall(PetscDTBinomialInt(dim + p_degree, dim, &Nb)); in testQuadrature()
24 PetscCall(PetscDTPKDEvalJet(dim, num_points, points, p_degree, 0, eval)); in testQuadrature()