Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Ddensitycurrent.c22 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()
[all …]