Home
last modified time | relevance | path

Searched refs:CeedQFunctionContextDestroy (Results 1 – 25 of 44) sorted by relevance

12

/libCEED/examples/fluids/
H A Dnavierstokes.c275 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_inflow.qfunction_context)); in main()
276 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_inflow_jacobian.qfunction_context)… in main()
277 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_outflow.qfunction_context)); in main()
278 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_outflow_jacobian.qfunction_context… in main()
279 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_freestream.qfunction_context)); in main()
280 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_freestream_jacobian.qfunction_cont… in main()
281 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_slip.qfunction_context)); in main()
282 … PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_slip_jacobian.qfunction_context)); in main()
283 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in main()
284 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_rhs.qfunction_context)); in main()
[all …]
/libCEED/tests/
H A Dt525-operator.c115 CeedQFunctionContextDestroy(&ctx_copy); in main()
119 CeedQFunctionContextDestroy(&ctx_copy); // Cleanup to prevent leak in main()
122 CeedQFunctionContextDestroy(&qf_ctx_sub_1); in main()
123 CeedQFunctionContextDestroy(&qf_ctx_sub_2); in main()
H A Dt403-qfunction.c30 CeedQFunctionContextDestroy(&ctx); in main()
31 CeedQFunctionContextDestroy(&ctx_2); in main()
H A Dt408-qfunction.c34 CeedQFunctionContextDestroy(&ctx); in main()
H A Dt404-qfunction.c38 CeedQFunctionContextDestroy(&ctx); in main()
H A Dt402-qfunction.c55 CeedQFunctionContextDestroy(&ctx); in main()
H A Dt409-qfunction.c88 CeedQFunctionContextDestroy(&ctx); in main()
H A Dt407-qfunction.c94 CeedQFunctionContextDestroy(&ctx); in main()
H A Dt401-qfunction.c86 CeedQFunctionContextDestroy(&ctx); in main()
H A Dt597-operator.c118 CeedQFunctionContextDestroy(&qf_context); in main()
/libCEED/gallery/identity/
H A Dceed-identity.c33 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedQFunctionInit_Identity()
/libCEED/interface/
H A Dceed-qfunction.c415 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedQFunctionGetContextData()
442 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedQFunctionRestoreContextData()
470 CeedCall(CeedQFunctionContextDestroy(&qf_ctx)); in CeedQFunctionGetInnerContext()
785 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedQFunctionCreateIdentity()
998 CeedCall(CeedQFunctionContextDestroy(&qf->ctx)); in CeedQFunctionSetContext()
1193 CeedCall(CeedQFunctionContextDestroy(&(*qf)->ctx)); in CeedQFunctionDestroy()
H A Dceed-qfunctioncontext.c155 CeedCall(CeedQFunctionContextDestroy((CeedQFunctionContext *)ctx)); in CeedQFunctionContextDestroy_Object()
629 CeedCall(CeedQFunctionContextDestroy(ctx_copy)); in CeedQFunctionContextReferenceCopy()
998 int CeedQFunctionContextDestroy(CeedQFunctionContext *ctx) { in CeedQFunctionContextDestroy() function
H A Dceed-operator.c420 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextSetGeneric()
428 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextSetGeneric()
486 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextGetGenericRead()
489 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextGetGenericRead()
497 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextGetGenericRead()
549 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextRestoreGenericRead()
552 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextRestoreGenericRead()
560 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedOperatorContextRestoreGenericRead()
/libCEED/examples/fluids/problems/
H A Dgaussianwave.c79 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_GAUSSIAN_WAVE()
H A Ddensitycurrent.c32 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_DENSITY_CURRENT()
H A Dchannel.c33 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_CHANNEL()
H A Deulervortex.c141 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&euler_context)); in NS_EULER_VORTEX()
/libCEED/python/
H A Dceed_qfunctioncontext.py36 err_code = lib.CeedQFunctionContextDestroy(self._pointer)
/libCEED/julia/LibCEED.jl/src/
H A DContext.jl8 C.CeedQFunctionContextDestroy(x.ref)
/libCEED/rust/libceed/src/
H A Dqfunction.rs368 bind_ceed::CeedQFunctionContextDestroy(&mut self.qf_ctx_ptr); in drop()
627 ceed.check_error(unsafe { bind_ceed::CeedQFunctionContextDestroy(&mut qf_ctx_ptr) })?; in create()
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c173 CeedQFunctionContextDestroy(&ctx_rhs_setup); in SetupLibceedByDegree()
325 CeedQFunctionContextDestroy(&ctx_rhs_setup); in SetupErrorOperator()
H A Dswarmutils.c174 CeedQFunctionContextDestroy(&qf_ctx); in DMSwarmCeedContextCreate()
202 CeedQFunctionContextDestroy(&ctx_mass); in DMSwarmCeedContextCreate()
747 CeedQFunctionContextDestroy(&ctx_rhs_setup); in SetupProblemSwarm()
/libCEED/examples/deal.II/
H A Dbps-ceed.h259 CeedQFunctionContextDestroy(&build_ctx); in reinit()
595 CeedQFunctionContextDestroy(&build_ctx); in compute_metric_data()
/libCEED/examples/mfem/
H A Dbp1.hpp164 CeedQFunctionContextDestroy(&build_ctx); in ~CeedMassOperator()

12