Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscimpl.h567 …#define PetscValidFunction(f, arg) PetscCheck((f), PETSC_COMM_SELF, PETSC_ERR_ARG_NULL, "Null Func… macro
585 #define PetscValidFunction(h, arg) \ macro