Lines Matching refs:density_current_ctx
18 DensityCurrentContext density_current_ctx; in NS_DENSITY_CURRENT() local
25 PetscCall(PetscNew(&density_current_ctx)); in NS_DENSITY_CURRENT()
76 density_current_ctx->theta0 = theta0; in NS_DENSITY_CURRENT()
77 density_current_ctx->thetaC = thetaC; in NS_DENSITY_CURRENT()
78 density_current_ctx->P0 = P0; in NS_DENSITY_CURRENT()
79 density_current_ctx->N = N; in NS_DENSITY_CURRENT()
80 density_current_ctx->rc = rc; in NS_DENSITY_CURRENT()
81 PetscCall(PetscArraycpy(density_current_ctx->center, center, 3)); in NS_DENSITY_CURRENT()
82 PetscCall(PetscArraycpy(density_current_ctx->dc_axis, dc_axis, 3)); in NS_DENSITY_CURRENT()
85 density_current_ctx->newt_ctx = *newtonian_ig_ctx; in NS_DENSITY_CURRENT()
88 …ontextSetData(density_current_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(*density_current_ctx), in NS_DENSITY_CURRENT()
89 density_current_ctx)); in NS_DENSITY_CURRENT()