Searched refs:CeedGetErrorMessage (Results 1 – 8 of 8) sorted by relevance
| /libCEED/tests/ |
| H A D | t005-ceed.c | 17 CeedGetErrorMessage(ceed, &err_msg); in main() 29 CeedGetErrorMessage(ceed, &err_msg); in main() 34 CeedGetErrorMessage(ceed, &err_msg); in main()
|
| /libCEED/examples/fluids/include/ |
| H A D | petsc-ceed.h | 38 CeedGetErrorMessage(ceed_, &error_message); \
|
| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 176 bind_ceed::CeedGetErrorMessage(ceed_ptr(), &mut ptr); in check_error() 340 bind_ceed::CeedGetErrorMessage(self.ptr, &mut ptr); in check_error()
|
| /libCEED/python/ |
| H A D | ceed.py | 75 lib.CeedGetErrorMessage(self._pointer[0], message)
|
| /libCEED/interface/ |
| H A D | ceed.c | 1838 int CeedGetErrorMessage(Ceed ceed, const char **err_msg) { in CeedGetErrorMessage() function 1839 if (ceed->parent) return CeedGetErrorMessage(ceed->parent, err_msg); in CeedGetErrorMessage()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 141 CEED_EXTERN int CeedGetErrorMessage(Ceed ceed, const char **err_msg);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 167 function CeedGetErrorMessage(arg1, err_msg) function 168 ccall((:CeedGetErrorMessage, libceed), Cint, (Ceed, Ptr{Ptr{Cchar}}), arg1, err_msg)
|
| /libCEED/ |
| H A D | coverage.info | 12257 FNA:24,0,CeedGetErrorMessage
|