Searched refs:fname (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | problems.h | 17 #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 D | rundevtests.jl | 3 function checkoutput(str, fname) argument 4 if str != getoutput(fname) 5 write(fname, str)
|
| H A D | runtests.jl | 7 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 D | ceed-sycl-common.hpp | 27 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 D | Ceed.jl | 2 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 D | Misc.jl | 107 str = mktemp() do fname, f
|
| /libCEED/julia/LibCEED.jl/.style/ |
| H A D | ceed_style.jl | 161 prefix_path(fname) = joinpath(@__DIR__, "..", fname) argument
|