Home
last modified time | relevance | path

Searched defs:vec_length (Results 1 – 5 of 5) 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()
207 int CeedQFunctionGetVectorLength(CeedQFunction qf, CeedInt *vec_length) { in CeedQFunctionGetVectorLength()
677 int CeedQFunctionCreateInterior(Ceed ceed, CeedInt vec_length, CeedQFunctionUser f, const char *sou… in CeedQFunctionCreateInterior()
1151 CeedInt vec_length; in CeedQFunctionApply() local
H A Dceed-preconditioning.c61 CeedInt vec_length; in CeedQFunctionCreateFallback() local
H A Dceed-fortran.c764 int *ceed, int *vec_length, in fCeedQFunctionCreateInterior()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl522 function CeedQFunctionCreateInterior(ceed, vec_length, f, source, qf) argument
1174 function CeedQFunctionRegister(name, source, vec_length, f, init) argument
1182 function CeedQFunctionGetVectorLength(qf, vec_length) argument
/libCEED/include/
H A Dceed-impl.h256 …CeedInt vec_length; /* Number of quadrature points must be padded to a multiple of ve… member