Home
last modified time | relevance | path

Searched refs:CeedQFunctionContextRestoreData (Results 1 – 20 of 20) sorted by relevance

/libCEED/tests/
H A Dt404-qfunction.c22 CeedQFunctionContextRestoreData(ctx, &ctx_data_copy); in main()
36 CeedQFunctionContextRestoreData(ctx, &ctx_data_copy); in main()
H A Dt408-qfunction.c31 CeedQFunctionContextRestoreData(ctx, &ctx_data_copy); in main()
H A Dt409-qfunction.c74 CeedQFunctionContextRestoreData(ctx, &ctx_data_new); in main()
/libCEED/examples/fluids/problems/
H A Dgaussianwave.c73 …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 Ddensitycurrent.c100 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_DENSITY_CURRENT()
H A Dchannel.c95 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_CHANNEL()
H A Dadvection.c306 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 Deulervortex.c161 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfunction_context, &euler_ctx)); in PRINT_EULER_VORTEX()
H A Dblasius.c350 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_BLASIUS()
H A Dstg_shur14.c272 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in SetupStg()
H A Dnewtonian.c490 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in PRINT_NEWTONIAN()
/libCEED/examples/solids/problems/
H A Dneo-hookean.c48 CeedQFunctionContextRestoreData(ctx, &phys); in PhysicsSmootherContext_NH()
H A Dmooney-rivlin.c51 CeedQFunctionContextRestoreData(ctx, &phys); in PhysicsSmootherContext_MR()
/libCEED/interface/
H A Dceed-qfunctioncontext.c124 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 Dceed-qfunction.c437 CeedCall(CeedQFunctionContextRestoreData(ctx, data)); in CeedQFunctionRestoreContextData()
466 CeedCall(CeedQFunctionContextRestoreData(qf_ctx, &fortran_ctx)); in CeedQFunctionGetInnerContext()
522 CeedCall(CeedQFunctionContextRestoreData(ctx, data)); in CeedQFunctionRestoreInnerContextData()
H A Dceed-fortran.c701 *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 Dturb_spanstats.c404 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in CreateStatisticCollectionOperator()
/libCEED/include/ceed/
H A Dceed.h417 CEED_EXTERN int CeedQFunctionContextRestoreData(CeedQFunctionContext ctx, void *data);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl617 function CeedQFunctionContextRestoreData(ctx, data) function
618 …ccall((:CeedQFunctionContextRestoreData, libceed), Cint, (CeedQFunctionContext, Ptr{Cvoid}), ctx, …
/libCEED/
H A Dcoverage.info11319 FNA:33,1584,CeedQFunctionContextRestoreData