Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunction.c36 CeedInt vec_length; member
64 int CeedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUs… in CeedQFunctionRegister() argument
77 gallery_qfunctions[num_qfunctions].vec_length = vec_length; in CeedQFunctionRegister()
207 int CeedQFunctionGetVectorLength(CeedQFunction qf, CeedInt *vec_length) { in CeedQFunctionGetVectorLength() argument
208 *vec_length = qf->vec_length; in CeedQFunctionGetVectorLength()
677 int CeedQFunctionCreateInterior(Ceed ceed, CeedInt vec_length, CeedQFunctionUser f, const char *sou… in CeedQFunctionCreateInterior() argument
685 CeedCall(CeedQFunctionCreateInterior(delegate, vec_length, f, source, qf)); in CeedQFunctionCreateInterior()
695 (*qf)->vec_length = vec_length; in CeedQFunctionCreateInterior()
743 …CeedCall(CeedQFunctionCreateInterior(ceed, gallery_qfunctions[match_index].vec_length, gallery_qfu… in CeedQFunctionCreateInteriorByName()
1151 CeedInt vec_length; in CeedQFunctionApply() local
[all …]
H A Dceed-fortran.c764 int *ceed, int *vec_length, in fCeedQFunctionCreateInterior() argument
778 …*err = CeedQFunctionCreateInterior(Ceed_dict[*ceed], *vec_length, CeedQFunctionFortr… in fCeedQFunctionCreateInterior()
H A Dceed-preconditioning.c61 CeedInt vec_length; in CeedQFunctionCreateFallback() local
64 CeedCall(CeedQFunctionGetVectorLength(qf, &vec_length)); in CeedQFunctionCreateFallback()
66 …CeedCall(CeedQFunctionCreateInterior(fallback_ceed, vec_length, f, source_path_with_name, qf_fallb… in CeedQFunctionCreateFallback()
/libCEED/include/ceed/
H A Dbackend.h374 CEED_EXTERN int CeedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, Cee…
377 CEED_EXTERN int CeedQFunctionGetVectorLength(CeedQFunction qf, CeedInt *vec_length);
H A Dceed.h378 CEED_EXTERN int CeedQFunctionCreateInterior(Ceed ceed, CeedInt vec_length, CeedQFunctionUser f, co…
/libCEED/include/
H A Dceed-impl.h256 …CeedInt vec_length; /* Number of quadrature points must be padded to a multiple of ve… member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl522 function CeedQFunctionCreateInterior(ceed, vec_length, f, source, qf) argument
523 …Ceed, CeedInt, CeedQFunctionUser, Ptr{Cchar}, Ptr{CeedQFunction}), ceed, vec_length, f, source, qf)
1174 function CeedQFunctionRegister(name, source, vec_length, f, init) argument
1175 …Ptr{Cchar}, Ptr{Cchar}, CeedInt, CeedQFunctionUser, Ptr{Cvoid}), name, source, vec_length, f, init)
1182 function CeedQFunctionGetVectorLength(qf, vec_length) argument
1183 …call((:CeedQFunctionGetVectorLength, libceed), Cint, (CeedQFunction, Ptr{CeedInt}), qf, vec_length)