Searched refs:PetscCallContinue (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex30.c | 14 PetscCallContinue(PetscPrintf(PETSC_COMM_SELF, "ps_tool_initialize()\n")); in ps_tool_initialize() 21 PetscCallContinue(PetscPrintf(PETSC_COMM_SELF, "ps_tool_finalize()\n")); in ps_tool_finalize() 28 PetscCallContinue(PetscPrintf(PETSC_COMM_SELF, "ps_tool_timer_create(\"%s\")\n", name)); in ps_tool_timer_create() 37 PetscCallContinue(PetscPrintf(PETSC_COMM_SELF, "ps_tool_timer_start() [%s]\n", name)); in ps_tool_timer_start() 46 PetscCallContinue(PetscPrintf(PETSC_COMM_SELF, "ps_tool_timer_stop() [%s]\n", name)); in ps_tool_timer_stop()
|
| /petsc/include/petsc/private/ |
| H A D | pcbddcgraphhashmap.h | 28 PetscCallContinue(PetscArraycmp(a->neighbours_set, b->neighbours_set, a->count, &same_set)); in PCBDDCGraphNodeEqual() 31 …else PetscCallContinue(PetscArraycmp(a->local_groups, b->local_groups, a->local_groups_count, &sam… in PCBDDCGraphNodeEqual()
|
| /petsc/include/ |
| H A D | petscbt.h | 75 PetscCallContinue(PetscBTSet(array, index)); in PetscBTLookupSet() 82 PetscCallContinue(PetscBTClear(array, index)); in PetscBTLookupClear()
|
| H A D | petscerror.h | 878 void PetscCallContinue(PetscErrorCode); 890 #define PetscCallContinue(...) \ macro 923 #define CHKERRCONTINUE(...) PetscCallContinue(__VA_ARGS__)
|
| /petsc/src/sys/objects/ |
| H A D | init.c | 163 PetscCallContinue((*PetscErrorPrintf)("MPI error %d\n", *flag)); in Petsc_MPI_AbortOnError() 170 PetscCallContinue((*PetscErrorPrintf)("MPI error %d\n", *flag)); in Petsc_MPI_DebuggerOnError()
|
| /petsc/src/sys/error/ |
| H A D | adebug.c | 611 …PetscCallContinue(PetscOptionsGetInt(NULL, NULL, "-debugger_pause", &sleeptime, NULL)); /* ignore … in PetscStopForDebugger()
|
| /petsc/doc/changes/ |
| H A D | 317.md | 70 - Add `PetscCall()`, `PetscCallVoid()`, `PetscCallMPI()`, `PetscCallAbort()`, `PetscCallContinue()`…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 3707 PetscCallContinue(PetscObjectGetClassId(disc, &id)); in PetscDSSelectDiscretizations()
|