Searched refs:funct (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/ |
| H A D | petscerror.h | 1428 #define PetscStackPushNoCheck(funct, petsc_routine, hot) argument 1430 #define PetscStackPushExternal(funct) argument 1431 #define PetscStackPopNoCheck(funct) argument 1511 #define PetscStackPushNoCheck(funct, petsc_routine, hot) \ argument 1514 PetscStackPush_Private(petscstack, __FILE__, funct, __LINE__, petsc_routine, hot); \ 1580 #define PetscStackPushExternal(funct) \ argument 1583 PetscStackPushNoCheck(funct, 0, PETSC_TRUE); \ 1615 #define PetscStackPopNoCheck(funct) \ argument 1618 PetscStackPop_Private(petscstack, funct); \ 1881 #define PetscStackPushNoCheck(funct, petsc_routine, hot) argument [all …]
|