Searched refs:pointDim (Results 1 – 2 of 2) sorted by relevance
489 PetscInt dim, pointDim = -1; in PetscDualSpaceCreateFacetSubspace_Sum() local514 pointDim = (depth == dim) ? (dim - 1) : 0; in PetscDualSpaceCreateFacetSubspace_Sum()522 PetscCall(PetscDTBinomialInt(pointDim, PetscAbsInt(k), &Nknew)); in PetscDualSpaceCreateFacetSubspace_Sum()
1302 PetscInt dim, pointDim = -1; in PetscDualSpaceCreateFacetSubspace_Lagrange() local1317 pointDim = dim - 1; in PetscDualSpaceCreateFacetSubspace_Lagrange()1321 pointDim = 0; in PetscDualSpaceCreateFacetSubspace_Lagrange()1326 PetscCall(DMGetDimension(K, &pointDim)); in PetscDualSpaceCreateFacetSubspace_Lagrange()1330 PetscCall(PetscDTBinomialInt(pointDim, PetscAbsInt(k), &Nknew)); in PetscDualSpaceCreateFacetSubspace_Lagrange()