Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c5941 PetscInt dual_space_size, dim; in PetscSectionFieldGetTensorDegree_Private() local
5946 PetscCall(PetscDualSpaceGetDimension(dsp, &dual_space_size)); in PetscSectionFieldGetTensorDegree_Private()
5947 *k = (PetscInt)PetscCeilReal(PetscPowReal(dual_space_size / *Nc, 1.0 / dim)) - 1; in PetscSectionFieldGetTensorDegree_Private()