| /libCEED/examples/petsc/include/ |
| H A D | bpsproblemdata.h | 37 .error = Error, 71 .error = Error, 105 .error = Error, 139 .error = Error, 173 .error = Error,
|
| H A D | sphereproblemdata.h | 35 .error = Error, 67 .error = Error, 99 .error = Error,
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.sycl.cpp | 24 char *Error = dlerror(); in loadOsLibrary() local 25 …std::cerr << "dlopen(" << PluginPath << ") failed with <" << (Error ? Error : "unknown error") << … in loadOsLibrary()
|
| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 133 pub type Result<T> = std::result::Result<T, Error>; 138 pub struct Error { struct 142 impl fmt::Display for Error { implementation 184 Err(Error { message }) in check_error() 348 Err(Error { message }) in check_error()
|
| /libCEED/examples/petsc/qfunctions/bps/ |
| H A D | common.h | 14 CEED_QFUNCTION(Error)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Error() function
|
| /libCEED/interface/ |
| H A D | ceed.c | 1255 if (!strcmp(ceed_error_handler, "exit")) (*ceed)->Error = CeedErrorExit; in CeedInit() 1256 else if (!strcmp(ceed_error_handler, "store")) (*ceed)->Error = CeedErrorStore; in CeedInit() 1257 else (*ceed)->Error = CeedErrorAbort; in CeedInit() 1263 CEED_FTABLE_ENTRY(Ceed, Error), in CeedInit() 1717 ret_val = ceed->Error(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1820 ceed->Error = handler; in CeedSetErrorHandler()
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 271 return Err(libceed::Error { in example_1()
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 143 .error = Error, 171 .error = Error, 199 .error = Error,
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 289 return Err(libceed::Error { in example_1_vector()
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 116 int (*Error)(Ceed, const char *, int, const char *, int, const char *, va_list *); member
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 352 return Err(libceed::Error { in example_3()
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 349 return Err(libceed::Error { in example_2()
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 375 return Err(libceed::Error { in example_3_vector()
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 380 return Err(libceed::Error { in example_2_vector()
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 231 - Error handling improved to include enumerated error codes for C interface return values.
|