Searched refs:dup (Results 1 – 5 of 5) sorted by relevance
24 PetscDeviceContext dctx, dup; in main() local32 PetscCall(PetscDeviceContextDuplicate(dctx, &dup)); in main()33 PetscCall(TestView(dup)); in main()34 PetscCall(PetscDeviceContextDestroy(&dup)); in main()
109 fd_stdout = dup(1); in PetscPartitionerPartition_Chaco()
88 fd_stdout = dup(1); in MatPartitioningApply_Party()
130 fd_stdout = dup(1); in MatPartitioningApply_Chaco()
9371 PetscBool dup = PETSC_FALSE; in DMPlexCheckSymmetry() local9375 dup = PETSC_TRUE; in DMPlexCheckSymmetry()9384 if ((s >= supportSize) || (dup && (support[s + 1] != p))) { in DMPlexCheckSymmetry()9391 …PetscCheck(!dup, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Point %" PetscInt_FMT " not repeatedly found in… in DMPlexCheckSymmetry()