Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscbt.h58 static inline PetscErrorCode PetscBTNegate(PetscBT array, PetscCount index) in PetscBTNegate() function
/petsc/src/dm/impls/plex/
H A Dplexorient.c673 if (flipped[cellComp[c]]) PetscCall(PetscBTNegate(flippedCells, c)); in DMPlexOrient()
1051 if (flipped[cellComp[c]]) PetscCall(PetscBTNegate(flippedCells, c)); in DMPlexOrientCells_Internal()