Searched refs:CeedQFunctionContextRegisterDouble (Results 1 – 14 of 14) sorted by relevance
| /libCEED/tests/ |
| H A D | t525-operator.c | 42 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_1, "other", offsetof(TestContext1, other), 1, "some … in main() 67 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "time", offsetof(TestContext2, time), 1, "current… in main() 68 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "other", offsetof(TestContext2, other), 1, "some … in main()
|
| H A D | t402-qfunction.c | 33 CeedQFunctionContextRegisterDouble(ctx, "scale", 0, 5, "scaling values"); in main()
|
| H A D | t407-qfunction.c | 32 CeedQFunctionContextRegisterDouble(ctx, "time", offsetof(TestContext, time), 1, "current time"); in main()
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 447 …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 D | eulervortex.c | 134 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(euler_context, "solution time", offsetof(st… in NS_EULER_VORTEX()
|
| H A D | advection.c | 268 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(advection_context, "timestep size", offseto… in NS_ADVECTION()
|
| H A D | stg_shur14.c | 279 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(stg_context, "solution time", offsetof(stru… in SetupStg()
|
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 398 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(collect_context, "solution time", in CreateStatisticCollectionOperator() 401 …CeedQFunctionContextRegisterDouble(collect_context, "previous time", offsetof(struct Turbulence_Sp… in CreateStatisticCollectionOperator()
|
| H A D | differential_filter.c | 276 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(diff_filter_qfctx, "filter width scaling", in DifferentialFilterSetup()
|
| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 814 int CeedQFunctionContextRegisterDouble(CeedQFunctionContext ctx, const char *field_name, size_t fie… in CeedQFunctionContextRegisterDouble() function
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 419 CEED_EXTERN int CeedQFunctionContextRegisterDouble(CeedQFunctionContext ctx, const char *field_name…
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 625 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 D | releasenotes.md | 171 - Added {c:func}`CeedQFunctionContextRegisterDouble` and {c:func}`CeedQFunctionContextRegisterInt32…
|
| /libCEED/ |
| H A D | coverage.info | 11323 FNA:35,0,CeedQFunctionContextRegisterDouble
|