Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c489 PetscInt dim, pointDim = -1; in PetscDualSpaceCreateFacetSubspace_Sum() local
514 pointDim = (depth == dim) ? (dim - 1) : 0; in PetscDualSpaceCreateFacetSubspace_Sum()
522 PetscCall(PetscDTBinomialInt(pointDim, PetscAbsInt(k), &Nknew)); in PetscDualSpaceCreateFacetSubspace_Sum()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1302 PetscInt dim, pointDim = -1; in PetscDualSpaceCreateFacetSubspace_Lagrange() local
1317 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()