Home
last modified time | relevance | path

Searched refs:PetscDebugInfo (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp30 #define PetscDebugInfo(dctx, ...) PetscInfo(dctx, __VA_ARGS__) macro
32 #define PetscDebugInfo(dctx, ...) PETSC_SUCCESS macro
H A Ddcontext.cxx644 …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()
H A Dmark_dcontext.cxx494 #define DEBUG_INFO(mess, ...) PetscDebugInfo(dctx, "dctx %" PetscInt64_FMT " (%s) - obj %" PetscInt…