Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1839 PetscInt fConeSize; in DMPlexPointIsTensor_Internal() local
1841 PetscCall(DMPlexGetConeSize(dm, f, &fConeSize)); in DMPlexPointIsTensor_Internal()
1842 if (fConeSize != coneSize - 2) continue; in DMPlexPointIsTensor_Internal()