Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 26) sorted by relevance

12

/libCEED/interface/
H A Dceed-cuda.c24 int CeedQFunctionSetCUDAUserFunction(CeedQFunction qf, CUfunction f) { in CeedQFunctionSetCUDAUserFunction()
H A Dceed-hip.c24 int CeedQFunctionSetHIPUserFunction(CeedQFunction qf, hipFunction_t f) { in CeedQFunctionSetHIPUserFunction()
H A Dceed-qfunction.c37 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 Dceed-qfunctioncontext.c557 …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 DCuda.jl20 @inline function Cassette.overdub(::CeedCudaContext, ::typeof(Core.kwfunc), f) argument
37 ::typeof(Base.$f),
H A DUserQFunction.jl2 f::F field
H A DCeedVector.jl279 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 Dmatops.c110 PetscScalar *c, *f; in Prolong_Ceed() local
147 PetscScalar *c, *f; in Restrict_Ceed() local
/libCEED/backends/ref/
H A Dceed-ref-qfunction.c20 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Ref() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunction.c80 static int CeedQFunctionSetCUDAUserFunction_Cuda(CeedQFunction qf, CUfunction f) { in CeedQFunctionSetCUDAUserFunction_Cuda()
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunction.c23 CeedQFunctionUser f = NULL; in CeedQFunctionApply_Memcheck() local
/libCEED/python/
H A Dceed_qfunction.py79 def __init__(self, ceed, vlength, f, source): argument
H A Dceed.py568 def QFunction(self, vlength, f, source): argument
/libCEED/examples/mfem/
H A Dbp3.cpp55 double f[3], l[3], val, lap; in rhs() local
/libCEED/examples/fluids/qfunctions/
H A Dblasius.h40 …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 Dadvection.h307 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 Dnewtonian.h79 for (CeedInt f = 0; f < 5; f++) { in MassFunction_Newtonian() local
/libCEED/include/ceed/
H A Dbackend.h246 #define CeedSetBackendFunction(ceed, type, object, func_name, f) CeedSetBackendFunctionImpl(ceed, t… argument
/libCEED/examples/fluids/problems/
H A Dblasius.c23 PetscScalar *r, f[4], h[4]; in CompressibleBlasiusResidual() local
/libCEED/examples/solids/
H A Delasticity.c221 CeedScalar *f; in main() local
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp1583 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 Dceed-cuda-gen-operator-build.cpp1570 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 Dlibceed_bindings.jl522 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 Dmat-ceed.c970 PetscErrorCode MatCeedSetContext(Mat mat, PetscCtxDestroyFn f, void *ctx) { in MatCeedSetContext()
/libCEED/include/
H A Dceed-impl.h302 …void (*f)(void *ctx, int *nq, const CeedScalar *u, const CeedScalar *u1, const CeedScalar *u2, con… member

12