Searched refs:subpointState (Results 1 – 2 of 2) sorted by relevance
177 …PetscObjectState subpointState; /* The state of subpointMap when the subpointIS was last created */ member
4441 PetscCall(PetscObjectStateGet((PetscObject)spmap, &mesh->subpointState)); in DMPlexCreateSubpointIS_Internal()4473 …if (state != mesh->subpointState || !mesh->subpointIS) PetscCall(DMPlexCreateSubpointIS_Internal(d… in DMPlexGetSubpointIS()