| /libCEED/interface/ |
| H A D | ceed-cuda.c | 24 int CeedQFunctionSetCUDAUserFunction(CeedQFunction qf, CUfunction f) { in CeedQFunctionSetCUDAUserFunction()
|
| H A D | ceed-hip.c | 24 int CeedQFunctionSetHIPUserFunction(CeedQFunction qf, hipFunction_t f) { in CeedQFunctionSetHIPUserFunction()
|
| H A D | ceed-qfunction.c | 37 CeedQFunctionUser f; member 64 …eedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUser f, in CeedQFunctionRegister() 106 static int CeedQFunctionFieldSet(CeedQFunctionField *f, const char *field_name, CeedInt size, CeedE… in CeedQFunctionFieldSet() 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-qfunctioncontext.c | 557 …estroy(CeedQFunctionContext ctx, CeedMemType *f_mem_type, CeedQFunctionContextDataDestroyUser *f) { in CeedQFunctionContextGetDataDestroy() 982 …aDestroy(CeedQFunctionContext ctx, CeedMemType f_mem_type, CeedQFunctionContextDataDestroyUser f) { in CeedQFunctionContextSetDataDestroy()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Cuda.jl | 20 @inline function Cassette.overdub(::CeedCudaContext, ::typeof(Core.kwfunc), f) argument 37 ::typeof(Base.$f),
|
| H A D | UserQFunction.jl | 2 f::F field
|
| H A D | CeedVector.jl | 279 function witharray(f, v::CeedVector, mtype::MemType=MEM_HOST) argument 303 function witharray_read(f, v::CeedVector, mtype::MemType=MEM_HOST) argument
|
| /libCEED/examples/solids/src/ |
| H A D | matops.c | 110 PetscScalar *c, *f; in Prolong_Ceed() local 147 PetscScalar *c, *f; in Restrict_Ceed() local
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-qfunction.c | 20 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Ref() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunction.c | 80 static int CeedQFunctionSetCUDAUserFunction_Cuda(CeedQFunction qf, CUfunction f) { in CeedQFunctionSetCUDAUserFunction_Cuda()
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-qfunction.c | 23 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Memcheck() local
|
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 79 def __init__(self, ceed, vlength, f, source): argument
|
| H A D | ceed.py | 568 def QFunction(self, vlength, f, source): argument
|
| /libCEED/examples/mfem/ |
| H A D | bp3.cpp | 55 double f[3], l[3], val, lap; in rhs() local
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | blasius.h | 40 …QFUNCTION_HELPER void ChebyshevEval(int N, const double *Tf, double x, double eta_max, double *f) { in ChebyshevEval() 85 CeedScalar f[4], h[4]; in BlasiusSolution() local
|
| H A D | advection.h | 307 for (CeedInt f = 0; f < 4; f++) { in IFunction_AdvectionGeneric() local 383 for (CeedInt f = 0; f < 4; f++) { in MassFunction_AdvectionGeneric() local 443 for (CeedInt f = 0; f < 4; f++) { in RHSFunction_AdvectionGeneric() local
|
| H A D | newtonian.h | 79 for (CeedInt f = 0; f < 5; f++) { in MassFunction_Newtonian() local
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 246 #define CeedSetBackendFunction(ceed, type, object, func_name, f) CeedSetBackendFunctionImpl(ceed, t… argument
|
| /libCEED/examples/fluids/problems/ |
| H A D | blasius.c | 23 PetscScalar *r, f[4], h[4]; in CompressibleBlasiusResidual() local
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 221 CeedScalar *f; in main() local
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 1583 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernel_Hip_gen() local 1944 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local 1995 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local 2513 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen() local
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator-build.cpp | 1570 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernel_Cuda_gen() local 1939 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local 1990 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local 2517 const CeedInt f = input_field_order[i]; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 522 function CeedQFunctionCreateInterior(ceed, vec_length, f, source, qf) argument 649 function CeedQFunctionContextSetDataDestroy(ctx, f_mem_type, f) argument 869 function CeedQFunctionSetCUDAUserFunction(qf, f) argument 972 function CeedSetBackendFunction(ceed, type, object, func_name, f) argument 1174 function CeedQFunctionRegister(name, source, vec_length, f, init) argument 1202 function CeedQFunctionGetUserFunction(qf, f) argument 1318 function CeedQFunctionContextGetDataDestroy(ctx, f_mem_type, f) argument
|
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 970 PetscErrorCode MatCeedSetContext(Mat mat, PetscCtxDestroyFn f, void *ctx) { in MatCeedSetContext()
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 302 …void (*f)(void *ctx, int *nq, const CeedScalar *u, const CeedScalar *u1, const CeedScalar *u2, con… member
|