| /libCEED/tests/ |
| H A D | t404-qfunction.c | 22 CeedQFunctionContextRestoreData(ctx, &ctx_data_copy); in main() 36 CeedQFunctionContextRestoreData(ctx, &ctx_data_copy); in main()
|
| H A D | t408-qfunction.c | 31 CeedQFunctionContextRestoreData(ctx, &ctx_data_copy); in main()
|
| H A D | t409-qfunction.c | 74 CeedQFunctionContextRestoreData(ctx, &ctx_data_new); in main()
|
| /libCEED/examples/fluids/problems/ |
| H A D | gaussianwave.c | 73 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_GAUSSIAN_WAVE() 74 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_freestream.qfunction_context, &… in NS_GAUSSIAN_WAVE()
|
| H A D | densitycurrent.c | 100 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 95 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_CHANNEL()
|
| H A D | advection.c | 306 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfunction_context, &setup_ctx)); in PRINT_ADVECTION() 307 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &adv… in PRINT_ADVECTION()
|
| H A D | eulervortex.c | 161 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfunction_context, &euler_ctx)); in PRINT_EULER_VORTEX()
|
| H A D | blasius.c | 350 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_BLASIUS()
|
| H A D | stg_shur14.c | 272 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in SetupStg()
|
| H A D | newtonian.c | 490 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in PRINT_NEWTONIAN()
|
| /libCEED/examples/solids/problems/ |
| H A D | neo-hookean.c | 48 CeedQFunctionContextRestoreData(ctx, &phys); in PhysicsSmootherContext_NH()
|
| H A D | mooney-rivlin.c | 51 CeedQFunctionContextRestoreData(ctx, &phys); in PhysicsSmootherContext_MR()
|
| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 124 CeedCall(CeedQFunctionContextRestoreData(ctx, &data)); in CeedQFunctionContextDestroyData() 324 CeedCall(CeedQFunctionContextRestoreData(ctx, &data)); in CeedQFunctionContextSetGeneric() 773 int CeedQFunctionContextRestoreData(CeedQFunctionContext ctx, void *data) { in CeedQFunctionContextRestoreData() function
|
| H A D | ceed-qfunction.c | 437 CeedCall(CeedQFunctionContextRestoreData(ctx, data)); in CeedQFunctionRestoreContextData() 466 CeedCall(CeedQFunctionContextRestoreData(qf_ctx, &fortran_ctx)); in CeedQFunctionGetInnerContext() 522 CeedCall(CeedQFunctionContextRestoreData(ctx, data)); in CeedQFunctionRestoreInnerContextData()
|
| H A D | ceed-fortran.c | 701 *err = CeedQFunctionContextRestoreData(CeedQFunctionContext_dict[*ctx], (void **)&data); in fCeedQFunctionContextRestoreData() 755 ierr = CeedQFunctionContextRestoreData(inner_ctx, &ctx_); in CeedQFunctionFortranStub() 866 *err = CeedQFunctionContextRestoreData(fctx, (void **)&fctxdata); in fCeedQFunctionSetContext()
|
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 404 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in CreateStatisticCollectionOperator()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 417 CEED_EXTERN int CeedQFunctionContextRestoreData(CeedQFunctionContext ctx, void *data);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 617 function CeedQFunctionContextRestoreData(ctx, data) function 618 …ccall((:CeedQFunctionContextRestoreData, libceed), Cint, (CeedQFunctionContext, Ptr{Cvoid}), ctx, …
|
| /libCEED/ |
| H A D | coverage.info | 11319 FNA:33,1584,CeedQFunctionContextRestoreData
|