Searched refs:PetscDebugInfo (Results 1 – 3 of 3) sorted by relevance
30 #define PetscDebugInfo(dctx, ...) PetscInfo(dctx, __VA_ARGS__) macro32 #define PetscDebugInfo(dctx, ...) PETSC_SUCCESS macro
644 …PetscCall(PetscDebugInfo(dctx, "Forked %" PetscInt_FMT " children from parent %" PetscInt64_FMT " … in PetscDeviceContextForkWithStreamType()811 …PetscCall(PetscDebugInfo(dctx, "Joined %" PetscInt_FMT " ctxs to ctx %" PetscInt64_FMT ", mode %s … in PetscDeviceContextJoin()
494 #define DEBUG_INFO(mess, ...) PetscDebugInfo(dctx, "dctx %" PetscInt64_FMT " (%s) - obj %" PetscInt…