Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h177 …PetscObjectState subpointState; /* The state of subpointMap when the subpointIS was last created */ member
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c4441 PetscCall(PetscObjectStateGet((PetscObject)spmap, &mesh->subpointState)); in DMPlexCreateSubpointIS_Internal()
4473 …if (state != mesh->subpointState || !mesh->subpointIS) PetscCall(DMPlexCreateSubpointIS_Internal(d… in DMPlexGetSubpointIS()