Searched refs:p_degree (Results 1 – 1 of 1) sorted by relevance
12 PetscInt p_degree = (degree + 1) / 2; in testQuadrature() local13 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()