| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 275 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 D | t525-operator.c | 115 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 D | t403-qfunction.c | 30 CeedQFunctionContextDestroy(&ctx); in main() 31 CeedQFunctionContextDestroy(&ctx_2); in main()
|
| H A D | t408-qfunction.c | 34 CeedQFunctionContextDestroy(&ctx); in main()
|
| H A D | t404-qfunction.c | 38 CeedQFunctionContextDestroy(&ctx); in main()
|
| H A D | t402-qfunction.c | 55 CeedQFunctionContextDestroy(&ctx); in main()
|
| H A D | t409-qfunction.c | 88 CeedQFunctionContextDestroy(&ctx); in main()
|
| H A D | t407-qfunction.c | 94 CeedQFunctionContextDestroy(&ctx); in main()
|
| H A D | t401-qfunction.c | 86 CeedQFunctionContextDestroy(&ctx); in main()
|
| H A D | t597-operator.c | 118 CeedQFunctionContextDestroy(&qf_context); in main()
|
| /libCEED/gallery/identity/ |
| H A D | ceed-identity.c | 33 CeedCall(CeedQFunctionContextDestroy(&ctx)); in CeedQFunctionInit_Identity()
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 415 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 D | ceed-qfunctioncontext.c | 155 CeedCall(CeedQFunctionContextDestroy((CeedQFunctionContext *)ctx)); in CeedQFunctionContextDestroy_Object() 629 CeedCall(CeedQFunctionContextDestroy(ctx_copy)); in CeedQFunctionContextReferenceCopy() 998 int CeedQFunctionContextDestroy(CeedQFunctionContext *ctx) { in CeedQFunctionContextDestroy() function
|
| H A D | ceed-operator.c | 420 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 D | gaussianwave.c | 79 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_GAUSSIAN_WAVE()
|
| H A D | densitycurrent.c | 32 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 33 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_CHANNEL()
|
| H A D | eulervortex.c | 141 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&euler_context)); in NS_EULER_VORTEX()
|
| /libCEED/python/ |
| H A D | ceed_qfunctioncontext.py | 36 err_code = lib.CeedQFunctionContextDestroy(self._pointer)
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 8 C.CeedQFunctionContextDestroy(x.ref)
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 368 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 D | libceedsetup.c | 173 CeedQFunctionContextDestroy(&ctx_rhs_setup); in SetupLibceedByDegree() 325 CeedQFunctionContextDestroy(&ctx_rhs_setup); in SetupErrorOperator()
|
| H A D | swarmutils.c | 174 CeedQFunctionContextDestroy(&qf_ctx); in DMSwarmCeedContextCreate() 202 CeedQFunctionContextDestroy(&ctx_mass); in DMSwarmCeedContextCreate() 747 CeedQFunctionContextDestroy(&ctx_rhs_setup); in SetupProblemSwarm()
|
| /libCEED/examples/deal.II/ |
| H A D | bps-ceed.h | 259 CeedQFunctionContextDestroy(&build_ctx); in reinit() 595 CeedQFunctionContextDestroy(&build_ctx); in compute_metric_data()
|
| /libCEED/examples/mfem/ |
| H A D | bp1.hpp | 164 CeedQFunctionContextDestroy(&build_ctx); in ~CeedMassOperator()
|