Home
last modified time | relevance | path

Searched refs:CeedQFunctionUser (Results 1 – 15 of 15) sorted by relevance

/libCEED/examples/solids/include/
H A Dstructs.h75 CeedQFunctionUser setup_forcing;
131 CeedQFunctionUser setup_geo, residual, jacobian, energy, diagnostic, true_soln;
/libCEED/doc/sphinx/source/
H A Dgpu.md11 …lly creates a string with the absolute path, for example a {c:type}`CeedQFunctionUser` called `use…
27 …are read-only and all output arrays are write-only and the {c:type}`CeedQFunctionUser` must adhere…
28 Additionally, {c:type}`CeedQFunctionUser` have read-write access for `CeedQFunctionContext` data, u…
H A Dreleasenotes.md188CeedQFunctionUser` during {c:func}`CeedQFunctionApply` is assumed to write into the `CeedQFunction…
/libCEED/doc/sphinx/source/api/
H A DCeedQFunction.rst11 .. doxygengroup:: CeedQFunctionUser
/libCEED/examples/petsc/include/
H A Dstructs.h60 CeedQFunctionUser setup_geo, setup_rhs, apply, error;
/libCEED/backends/ref/
H A Dceed-ref-qfunction.c20 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Ref()
/libCEED/interface/
H A Dceed-qfunction.c37 CeedQFunctionUser f;
64 …eedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUser f, in CeedQFunctionRegister()
365 int CeedQFunctionGetUserFunction(CeedQFunction qf, CeedQFunctionUser *f) { in CeedQFunctionGetUserFunction()
677 int CeedQFunctionCreateInterior(Ceed ceed, CeedInt vec_length, CeedQFunctionUser f, const char *sou… in CeedQFunctionCreateInterior()
H A Dceed-preconditioning.c62 CeedQFunctionUser f; in CeedQFunctionCreateFallback()
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunction.c23 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Memcheck()
/libCEED/include/ceed/
H A Dbackend.h374 …eedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUser f,
383 CEED_EXTERN int CeedQFunctionGetUserFunction(CeedQFunction qf, CeedQFunctionUser *f);
H A Dceed.h376 typedef int (*CeedQFunctionUser)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScala… typedef
378 CEED_EXTERN int CeedQFunctionCreateInterior(Ceed ceed, CeedInt vec_length, CeedQFunctionUser f, co…
/libCEED/include/
H A Dceed-impl.h260 CeedQFunctionUser function;
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl519 # typedef int ( * CeedQFunctionUser ) ( void * ctx , const CeedInt Q , const CeedScalar * const * i…
520 const CeedQFunctionUser = Ptr{Cvoid} constant
523 …ccall((:CeedQFunctionCreateInterior, libceed), Cint, (Ceed, CeedInt, CeedQFunctionUser, Ptr{Cchar}…
1175 …FunctionRegister, libceed), Cint, (Ptr{Cchar}, Ptr{Cchar}, CeedInt, CeedQFunctionUser, Ptr{Cvoid})…
1203 …ccall((:CeedQFunctionGetUserFunction, libceed), Cint, (CeedQFunction, Ptr{CeedQFunctionUser}), qf,…
/libCEED/examples/fluids/
H A Dnavierstokes.h225 CeedQFunctionUser qfunction;
/libCEED/examples/petsc/
H A Dbpsraw.c130 CeedQFunctionUser setup_geo, setup_rhs, apply, error;