Searched refs:CeedErrorStore (Results 1 – 6 of 6) sorted by relevance
| /libCEED/tests/ |
| H A D | t005-ceed.c | 21 CeedSetErrorHandler(ceed, CeedErrorStore); in main()
|
| /libCEED/backends/magma/tuning/ |
| H A D | tuning.cpp | 48 CeedSetErrorHandler(ceed, CeedErrorStore); in main()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 119 …PetscCheck(CeedSetErrorHandler(ceed, CeedErrorStore) == CEED_ERROR_SUCCESS, comm, PETSC_ERR_LIB, "… in main()
|
| /libCEED/interface/ |
| H A D | ceed.c | 1256 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 D | lib.rs | 307 ErrorHandler::ErrorStore => bind_ceed::CeedErrorStore, in init_with_error_handler()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 144 CEED_EXTERN int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int …
|