Home
last modified time | relevance | path

Searched refs:CEED_ERROR_MAJOR (Results 1 – 8 of 8) sorted by relevance

/libCEED/interface/
H A Dceed-jit-tools.c99 …CeedCheck(last_slash != *normalized_source_file_path, ceed, CEED_ERROR_MAJOR, "Malformed source pa… in CeedNormalizePath()
136 CeedCheck(source_file, ceed, CEED_ERROR_MAJOR, "Couldn't open source file: %s", source_file_path); in CeedLoadSourceToInitializedBuffer()
154 return CeedError(ceed, CEED_ERROR_MAJOR, "Couldn't read source file: %s", source_file_path); in CeedLoadSourceToInitializedBuffer()
391 …CeedCheck(*relative_file_path, NULL, CEED_ERROR_MAJOR, "Couldn't find relative path including 'cee… in CeedGetJitRelativePath()
437 …return CeedError(ceed, CEED_ERROR_MAJOR, "Couldn't find matching JiT source file: %s", relative_fi… in CeedGetJitAbsolutePath()
H A Dceed.c137 CeedCheck(ierr == 0, NULL, CEED_ERROR_MAJOR, "Too many backends"); in CeedRegisterImpl()
284 …CeedCheck(ierr == 0, NULL, CEED_ERROR_MAJOR, "posix_memalign failed to allocate %zd members of siz… in CeedMallocArray()
305 …CeedCheck(!n || !unit || *(void **)p, NULL, CEED_ERROR_MAJOR, "calloc failed to allocate %zd membe… in CeedCallocArray()
326 …CeedCheck(!n || !unit || *(void **)p, NULL, CEED_ERROR_MAJOR, "realloc failed to allocate %zd memb… in CeedReallocArray()
972 return CeedError(ceed, CEED_ERROR_MAJOR, "vec was not checked out via CeedGetWorkVector()"); in CeedRestoreWorkVector()
1133 CeedCheck(resources, NULL, CEED_ERROR_MAJOR, "malloc() failure"); in CeedRegistryGetList()
1136 CeedCheck(priorities, NULL, CEED_ERROR_MAJOR, "malloc() failure"); in CeedRegistryGetList()
1146 CeedCheck(*n, NULL, CEED_ERROR_MAJOR, "No backends installed"); in CeedRegistryGetList()
1148 CeedCheck(resources, NULL, CEED_ERROR_MAJOR, "realloc() failure"); in CeedRegistryGetList()
1151 CeedCheck(priorities, NULL, CEED_ERROR_MAJOR, "realloc() failure"); in CeedRegistryGetList()
[all …]
H A Dceed-types.c18 [CEED_ERROR_MAJOR - CEED_ERROR_UNSUPPORTED] = "generic major error",
H A Dceed-qfunction.c85 CeedCheck(ierr == 0, NULL, CEED_ERROR_MAJOR, "Too many gallery CeedQFunctions"); in CeedQFunctionRegister()
838 …CeedCheck(!is_immutable, CeedQFunctionReturnCeed(qf), CEED_ERROR_MAJOR, "QFunction cannot be chang… in CeedQFunctionAddInput()
880 …CeedCheck(!is_immutable, CeedQFunctionReturnCeed(qf), CEED_ERROR_MAJOR, "CeedQFunction cannot be c… in CeedQFunctionAddOutput()
H A Dceed-operator.c939 …CeedCheck(!is_immutable, CeedOperatorReturnCeed(op), CEED_ERROR_MAJOR, "Operator cannot be changed… in CeedOperatorSetField()
1085 …CeedCheck(!is_immutable, CeedOperatorReturnCeed(op), CEED_ERROR_MAJOR, "Operator cannot be changed… in CeedOperatorAtPointsSetPoints()
1298 …CeedCheck(!is_immutable, CeedOperatorReturnCeed(composite_op), CEED_ERROR_MAJOR, "Operator cannot … in CeedOperatorCompositeAddSub()
1308 CeedOperatorReturnCeed(composite_op), CEED_ERROR_MAJOR, in CeedOperatorCompositeAddSub()
1528 CeedOperatorReturnCeed(op), CEED_ERROR_MAJOR, in CeedOperatorGetActiveVectorLengths()
H A Dceed-preconditioning.c541 …CeedCheck(count == local_num_entries, ceed, CEED_ERROR_MAJOR, "Error computing assembled entries"); in CeedOperatorAssembleSymbolicSingle()
892 …CeedCheck(count == local_num_entries, CeedOperatorReturnCeed(op), CEED_ERROR_MAJOR, "Error computi… in CeedOperatorAssembleSingle()
/libCEED/include/ceed/
H A Dtypes.h175 CEED_ERROR_MAJOR = -1, enumerator
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl24 CEED_ERROR_MAJOR = -1