Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1847 PetscInt f2ConeSize; in DMPlexPointIsTensor_Internal() local
1849 PetscCall(DMPlexGetConeSize(dm, f2, &f2ConeSize)); in DMPlexPointIsTensor_Internal()
1850 if (f2ConeSize != coneSize - 2) continue; in DMPlexPointIsTensor_Internal()