Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dadvection.c279 SetupContextAdv setup_ctx; in PRINT_ADVECTION() local
283 …Ceed(ceed, CeedQFunctionContextGetData(problem->ics.qfunction_context, CEED_MEM_HOST, &setup_ctx)); in PRINT_ADVECTION()
292 …ame, StabilizationTypes[advection_ctx->stabilization], AdvectionICTypes[setup_ctx->initial_conditi… in PRINT_ADVECTION()
293 … BubbleContinuityTypes[setup_ctx->bubble_continuity_type], WindTypes[setup_ctx->wind_type])); in PRINT_ADVECTION()
295 if (setup_ctx->wind_type == WIND_TRANSLATION) { in PRINT_ADVECTION()
298 …ntf(comm, " Background Wind : %f,%f\n", setup_ctx->wind[0], setup_ctx->wind[… in PRINT_ADVECTION()
301 …(comm, " Background Wind : %f,%f,%f\n", setup_ctx->wind[0], setup_ctx->wind[… in PRINT_ADVECTION()
302 setup_ctx->wind[2])); in PRINT_ADVECTION()
306 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfunction_context, &setup_ctx)); in PRINT_ADVECTION()