Home
last modified time | relevance | path

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

/libCEED/examples/petsc/qfunctions/bps/
H A Dcommon.h14 CEED_QFUNCTION(Error)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Error() function
/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp24 char *Error = dlerror(); in loadOsLibrary() local
/libCEED/rust/libceed/src/
H A Dlib.rs138 pub struct Error { struct
142 impl fmt::Display for Error { argument
/libCEED/include/
H A Dceed-impl.h116 int (*Error)(Ceed, const char *, int, const char *, int, const char *, va_list *); member