Home
last modified time | relevance | path

Searched refs:fname (Results 1 – 7 of 7) sorted by relevance

/libCEED/examples/solids/problems/
H A Dproblems.h17 #define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) … argument
20 …PetscCall(PetscFunctionListAdd(&list->setupLibceedFineLevel, name, SetupLibceedFineLevel_##fname))…
21 PetscCall(PetscFunctionListAdd(&list->setupLibceedLevel, name, SetupLibceedLevel_##fname));
/libCEED/julia/LibCEED.jl/test/
H A Drundevtests.jl3 function checkoutput(str, fname) argument
4 if str != getoutput(fname)
5 write(fname, str)
H A Druntests.jl7 getoutput(fname) = argument
8 chomp(read(joinpath(@__DIR__, "output", string(CeedScalar), fname), String))
10 function checkoutput(str, fname) argument
11 if str != getoutput(fname)
12 write(fname, str)
/libCEED/backends/sycl/
H A Dceed-sycl-common.hpp27 int CeedSetBackendFunctionCpp(Ceed ceed, const char *type, void *object, const char *fname, R (*f)(… in CeedSetBackendFunctionCpp() argument
31 return CeedSetBackendFunction(ceed, type, object, fname, bf); in CeedSetBackendFunctionCpp()
/libCEED/julia/LibCEED.jl/src/
H A DCeed.jl2 fname::String field
12 println(io, e.fname, ':', e.lineno, '\n')
34 fname = unsafe_string(c_fname)
37 throw(CeedError(fname, lineno, func, ecode, message))
H A DMisc.jl107 str = mktemp() do fname, f
/libCEED/julia/LibCEED.jl/.style/
H A Dceed_style.jl161 prefix_path(fname) = joinpath(@__DIR__, "..", fname) argument