Searched refs:isghost (Results 1 – 2 of 2) sorted by relevance
157 DMNetworkIsGhostVertex(DM dm, PetscInt p, PetscBool *isghost);
2135 PetscErrorCode DMNetworkIsGhostVertex(DM dm, PetscInt p, PetscBool *isghost) in DMNetworkIsGhostVertex() argument2142 *isghost = PETSC_FALSE; in DMNetworkIsGhostVertex()2145 if (offsetg < 0) *isghost = PETSC_TRUE; in DMNetworkIsGhostVertex()