Home
last modified time | relevance | path

Searched refs:CeedQFunctionContextRegisterDouble (Results 1 – 14 of 14) sorted by relevance

/libCEED/tests/
H A Dt525-operator.c42CeedQFunctionContextRegisterDouble(qf_ctx_sub_1, "other", offsetof(TestContext1, other), 1, "some … in main()
67CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "time", offsetof(TestContext2, time), 1, "current… in main()
68CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "other", offsetof(TestContext2, other), 1, "some … in main()
H A Dt402-qfunction.c33 CeedQFunctionContextRegisterDouble(ctx, "scale", 0, 5, "scaling values"); in main()
H A Dt407-qfunction.c32 CeedQFunctionContextRegisterDouble(ctx, "time", offsetof(TestContext, time), 1, "current time"); in main()
/libCEED/examples/fluids/problems/
H A Dnewtonian.c447 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(problem->ics.qfunction_context, "evaluation… in NS_NEWTONIAN_IG()
454 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_context, "timestep size", offs… in NS_NEWTONIAN_IG()
456 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_context, "ijacobian time shift… in NS_NEWTONIAN_IG()
459 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_context, "solution time", offs… in NS_NEWTONIAN_IG()
H A Deulervortex.c134 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(euler_context, "solution time", offsetof(st… in NS_EULER_VORTEX()
H A Dadvection.c268 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(advection_context, "timestep size", offseto… in NS_ADVECTION()
H A Dstg_shur14.c279 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(stg_context, "solution time", offsetof(stru… in SetupStg()
/libCEED/examples/fluids/src/
H A Dturb_spanstats.c398 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(collect_context, "solution time", in CreateStatisticCollectionOperator()
401CeedQFunctionContextRegisterDouble(collect_context, "previous time", offsetof(struct Turbulence_Sp… in CreateStatisticCollectionOperator()
H A Ddifferential_filter.c276 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(diff_filter_qfctx, "filter width scaling", in DifferentialFilterSetup()
/libCEED/interface/
H A Dceed-qfunctioncontext.c814 int CeedQFunctionContextRegisterDouble(CeedQFunctionContext ctx, const char *field_name, size_t fie… in CeedQFunctionContextRegisterDouble() function
/libCEED/include/ceed/
H A Dceed.h419 CEED_EXTERN int CeedQFunctionContextRegisterDouble(CeedQFunctionContext ctx, const char *field_name…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl625 function CeedQFunctionContextRegisterDouble(ctx, field_name, field_offset, num_values, field_descri… function
626 …ccall((:CeedQFunctionContextRegisterDouble, libceed), Cint, (CeedQFunctionContext, Ptr{Cchar}, Csi…
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md171 - Added {c:func}`CeedQFunctionContextRegisterDouble` and {c:func}`CeedQFunctionContextRegisterInt32…
/libCEED/
H A Dcoverage.info11323 FNA:35,0,CeedQFunctionContextRegisterDouble