Searched refs:CeedQFunctionUser (Results 1 – 15 of 15) sorted by relevance
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 75 CeedQFunctionUser setup_forcing; 131 CeedQFunctionUser setup_geo, residual, jacobian, energy, diagnostic, true_soln;
|
| /libCEED/doc/sphinx/source/ |
| H A D | gpu.md | 11 …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 D | releasenotes.md | 188 …CeedQFunctionUser` during {c:func}`CeedQFunctionApply` is assumed to write into the `CeedQFunction…
|
| /libCEED/doc/sphinx/source/api/ |
| H A D | CeedQFunction.rst | 11 .. doxygengroup:: CeedQFunctionUser
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 60 CeedQFunctionUser setup_geo, setup_rhs, apply, error;
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-qfunction.c | 20 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Ref()
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 37 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 D | ceed-preconditioning.c | 62 CeedQFunctionUser f; in CeedQFunctionCreateFallback()
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-qfunction.c | 23 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Memcheck()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 374 …eedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUser f, 383 CEED_EXTERN int CeedQFunctionGetUserFunction(CeedQFunction qf, CeedQFunctionUser *f);
|
| H A D | ceed.h | 376 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 D | ceed-impl.h | 260 CeedQFunctionUser function;
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 519 # 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 D | navierstokes.h | 225 CeedQFunctionUser qfunction;
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 130 CeedQFunctionUser setup_geo, setup_rhs, apply, error;
|