Home
last modified time | relevance | path

Searched refs:CeedStringAllocCopy (Results 1 – 12 of 12) sorted by relevance

/libCEED/backends/hip/
H A Dceed-hip-compile.cpp98 … CeedCallBackend(CeedStringAllocCopy(include_dir_arg.str().c_str(), (char **)&opts[num_opts + i])); in CeedCompileCore_Hip()
112 …CeedCallBackend(CeedStringAllocCopy(define_arg.str().c_str(), (char **)&opts[num_opts + num_jit_so… in CeedCompileCore_Hip()
/libCEED/interface/
H A Dceed-jit-tools.c75 CeedCall(CeedStringAllocCopy(source_file_path, normalized_source_file_path)); in CeedNormalizePath()
259 … CeedCall(CeedStringAllocCopy(normalized_include_source_path, &(*file_paths)[*num_file_paths])); in CeedLoadSourceToInitializedBuffer()
H A Dceed-qfunctioncontext.c92 CeedCall(CeedStringAllocCopy(field_name, (char **)&ctx->field_labels[ctx->num_fields]->name)); in CeedQFunctionContextRegisterGeneric()
93 …CeedCall(CeedStringAllocCopy(field_description, (char **)&ctx->field_labels[ctx->num_fields]->desc… in CeedQFunctionContextRegisterGeneric()
H A Dceed-qfunction.c108 CeedCall(CeedStringAllocCopy(field_name, (char **)&(*f)->field_name)); in CeedQFunctionFieldSet()
750 CeedCall(CeedStringAllocCopy(name, (char **)&(*qf)->gallery_name)); in CeedQFunctionCreateInteriorByName()
H A Dceed.c344 int CeedStringAllocCopy(const char *source, char **copy) { in CeedStringAllocCopy() function
651 CeedCall(CeedStringAllocCopy(obj_name, &ceed->obj_delegates[count].obj_name)); in CeedSetObjectDelegate()
1358 CeedCall(CeedStringAllocCopy(backends[match_index].prefix, (char **)&(*ceed)->resource)); in CeedInit()
H A Dceed-operator.c1030 CeedCall(CeedStringAllocCopy(field_name, (char **)&(*op_field)->field_name)); in CeedOperatorSetField()
H A Dceed-preconditioning.c55 CeedCall(CeedStringAllocCopy(qf->user_source, &source_path_with_name)); in CeedQFunctionCreateFallback()
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp138 … CeedCallBackend(CeedStringAllocCopy(include_dir_arg.str().c_str(), (char **)&opts[num_opts + i])); in CeedCompileCore_Cuda()
152 …CeedCallBackend(CeedStringAllocCopy(define_arg.str().c_str(), (char **)&opts[num_opts + num_jit_so… in CeedCompileCore_Cuda()
/libCEED/include/ceed/
H A Dbackend.h186 CEED_INTERN int CeedStringAllocCopy(const char *source, char **copy);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl912 function CeedStringAllocCopy(source, copy) function
913 ccall((:CeedStringAllocCopy, libceed), Cint, (Ptr{Cchar}, Ptr{Ptr{Cchar}}), source, copy)
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md185 - Added {c:func}`CeedStringAllocCopy` to reduce repeated code for copying strings internally.
/libCEED/
H A Dcoverage.info12275 FNA:33,2928,CeedStringAllocCopy