Searched refs:channel_ctx (Results 1 – 1 of 1) sorted by relevance
22 ChannelContext channel_ctx; in NS_CHANNEL() local28 PetscCall(PetscCalloc1(1, &channel_ctx)); in NS_CHANNEL()78 channel_ctx->center = center; in NS_CHANNEL()79 channel_ctx->H = H; in NS_CHANNEL()80 channel_ctx->theta0 = theta0; in NS_CHANNEL()81 channel_ctx->P0 = P0; in NS_CHANNEL()82 channel_ctx->umax = umax; in NS_CHANNEL()83 channel_ctx->implicit = user->phys->implicit; in NS_CHANNEL()84 channel_ctx->B = body_force_scale * 2 * umax * newtonian_ig_ctx->mu / (H * H); in NS_CHANNEL()91 CeedScalar g[] = {channel_ctx->B / rho, 0., 0.}; in NS_CHANNEL()[all …]