Home
last modified time | relevance | path

Searched defs:CeedIsDebug (Results 1 – 2 of 2) sorted by relevance

/libCEED/interface/
H A Dceed.c514 int CeedIsDebug(Ceed ceed, bool *is_debug) { in CeedIsDebug() function
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl928 function CeedIsDebug(ceed, is_debug) function