Searched refs:density_current_ctx (Results 1 – 1 of 1) sorted by relevance
18 DensityCurrentContext density_current_ctx; in NS_DENSITY_CURRENT() local25 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()[all …]