Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2695 PetscInt fconeSize, coneSize, closureSize, cl, val; in DMPlexMarkCohesiveSubmesh_Interpolated() local
2703 PetscCall(DMPlexGetConeSize(dm, cone[0], &fconeSize)); in DMPlexMarkCohesiveSubmesh_Interpolated()
2704 …PetscCheck(coneSize == (fconeSize ? fconeSize : 1) + 2, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Coh… in DMPlexMarkCohesiveSubmesh_Interpolated()
H A Dplex.c4105 PetscInt fconeSize, fc, i; in DMPlexTransitiveClosure_Tensor_Internal() local
4109 …PetscCall(DMPlexGetTransitiveClosure_Hot_Private(dm, fpoint, PETSC_TRUE, &fconeSize, &fcone, &forn… in DMPlexTransitiveClosure_Tensor_Internal()
4110 for (fc = 0; fc < fconeSize; ++fc) { in DMPlexTransitiveClosure_Tensor_Internal()
4122 …PetscCall(DMPlexRestoreTransitiveClosure_Hot_Private(dm, fpoint, PETSC_TRUE, &fconeSize, &fcone, &… in DMPlexTransitiveClosure_Tensor_Internal()