Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c90 PetscInt face, dim, indC[3], indS[3], seenA, flippedA, seenB, flippedB, mismatch; in DMPlexCheckFace_Internal() local
150 mismatch = posA == posB; in DMPlexCheckFace_Internal()
152 mismatch = coneOA[posA] == coneOB[posB]; in DMPlexCheckFace_Internal()
155 if (mismatch ^ (flippedA ^ flippedB)) { in DMPlexCheckFace_Internal()
162 …} else PetscCheck(!mismatch || !flippedA || !flippedB, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Atte… in DMPlexCheckFace_Internal()
172 PetscInt face, dim, seenA, flippedA, seenB, flippedB, mismatch, c; in DMPlexCheckFace_Old_Internal() local
212 mismatch = posA == posB; in DMPlexCheckFace_Old_Internal()
214 mismatch = coneOA[posA] == coneOB[posB]; in DMPlexCheckFace_Old_Internal()
217 if (mismatch ^ (flippedA ^ flippedB)) { in DMPlexCheckFace_Old_Internal()
224 …} else PetscCheck(!mismatch || !flippedA || !flippedB, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Atte… in DMPlexCheckFace_Old_Internal()
[all …]
/petsc/doc/changes/
H A D318.md38 …ument. Compilers supporting this feature will emit a warning in case of mismatch. These may be dis…