Home
last modified time | relevance | path

Searched defs:PetscFunctionReturn (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscerror.h1436 #define PetscFunctionReturn(...) return __VA_ARGS__ macro
1841 #define PetscFunctionReturn(...) \ macro
1889 #define PetscFunctionReturn(...) return __VA_ARGS__ macro
/petsc/src/ts/tutorials/
H A Dex11.h18 #define PetscFunctionReturn(x) return x macro