Lines Matching refs:dc_ctx
22 DensityCurrentContext dc_ctx; in NS_DENSITY_CURRENT() local
28 PetscCall(PetscCalloc1(1, &dc_ctx)); in NS_DENSITY_CURRENT()
86 dc_ctx->theta0 = theta0; in NS_DENSITY_CURRENT()
87 dc_ctx->thetaC = thetaC; in NS_DENSITY_CURRENT()
88 dc_ctx->P0 = P0; in NS_DENSITY_CURRENT()
89 dc_ctx->N = N; in NS_DENSITY_CURRENT()
90 dc_ctx->rc = rc; in NS_DENSITY_CURRENT()
91 dc_ctx->center[0] = center[0]; in NS_DENSITY_CURRENT()
92 dc_ctx->center[1] = center[1]; in NS_DENSITY_CURRENT()
93 dc_ctx->center[2] = center[2]; in NS_DENSITY_CURRENT()
94 dc_ctx->dc_axis[0] = dc_axis[0]; in NS_DENSITY_CURRENT()
95 dc_ctx->dc_axis[1] = dc_axis[1]; in NS_DENSITY_CURRENT()
96 dc_ctx->dc_axis[2] = dc_axis[2]; in NS_DENSITY_CURRENT()
99 dc_ctx->newtonian_ctx = *newtonian_ig_ctx; in NS_DENSITY_CURRENT()
102 …ContextSetData(density_current_context, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(*dc_ctx), dc_ctx)); in NS_DENSITY_CURRENT()