Home
last modified time | relevance | path

Searched refs:CeedErrorStore (Results 1 – 6 of 6) sorted by relevance

/libCEED/tests/
H A Dt005-ceed.c21 CeedSetErrorHandler(ceed, CeedErrorStore); in main()
/libCEED/backends/magma/tuning/
H A Dtuning.cpp48 CeedSetErrorHandler(ceed, CeedErrorStore); in main()
/libCEED/examples/fluids/
H A Dnavierstokes.c119 …PetscCheck(CeedSetErrorHandler(ceed, CeedErrorStore) == CEED_ERROR_SUCCESS, comm, PETSC_ERR_LIB, "… in main()
/libCEED/interface/
H A Dceed.c1256 else if (!strcmp(ceed_error_handler, "store")) (*ceed)->Error = CeedErrorStore; in CeedInit()
1759 int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorStore() function
1760 …if (ceed->parent) return CeedErrorStore(ceed->parent, filename, line_no, func, err_code, format, a… in CeedErrorStore()
/libCEED/rust/libceed/src/
H A Dlib.rs307 ErrorHandler::ErrorStore => bind_ceed::CeedErrorStore, in init_with_error_handler()
/libCEED/include/ceed/
H A Dceed.h144 CEED_EXTERN int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int …