Lines Matching refs:xmax
59 PetscReal xmax[3]; /* Upper right top corner of bounding box */ member
406 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_initial_u()
448 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_2d_u()
485 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_2d_eps()
522 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_2d_p()
560 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_2d_u_t()
597 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_2d_eps_t()
631 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_2d_p_t()
646 PetscReal L = user->xmax[1] - user->xmin[1]; /* m */ in terzaghi_2d_p_t()
682 PetscReal a = 0.5 * (user->xmax[0] - user->xmin[0]); /* m */ in mandel_drainage_pressure()
720 PetscReal a = 0.5 * (user->xmax[0] - user->xmin[0]); /* m */ in mandel_initial_u()
755 PetscReal a = 0.5 * (user->xmax[0] - user->xmin[0]); /* m */ in mandel_initial_eps()
804 PetscReal a = (user->xmax[0] - user->xmin[0]) / 2.0; in mandel_2d_u()
850 PetscReal a = (user->xmax[0] - user->xmin[0]) / 2.0; in mandel_2d_eps()
900 PetscReal a = (user->xmax[0] - user->xmin[0]) / 2.0; in mandel_2d_p()
937 PetscReal a = (user->xmax[0] - user->xmin[0]) / 2.0; in mandel_2d_u_t()
982 PetscReal a = (user->xmax[0] - user->xmin[0]) / 2.0; in mandel_2d_eps_t()
1021 PetscReal a = (user->xmax[0] - user->xmin[0]) / 2.0; in mandel_2d_p_t()
1061 PetscReal R_0 = user->xmax[1]; /* m */ in cryer_initial_u()
1084 PetscReal R_0 = user->xmax[1]; /* m */ in cryer_initial_eps()
1114 PetscReal R_0 = user->xmax[1]; /* m */ in cryer_3d_u()
1164 PetscReal R_0 = user->xmax[1]; /* m */ in cryer_3d_eps()
1215 PetscReal R_0 = user->xmax[1]; /* m */ in cryer_3d_p()
1273 PetscReal xmax = 1.0;
1279 lower[0] = xmin - (xmax - xmin) / 2.0;
1281 upper[0] = xmax - (xmax - xmin) / 2.0;
1286 xmax = upper[0];
1299 PetscReal aL = (xmax - xmin) / 2.0;
1670 ctx->t_r = PetscSqr(ctx->xmax[0] - ctx->xmin[0]) / c; in SetupParameters()
1673 ctx->t_r = PetscSqr(2.0 * (ctx->xmax[1] - ctx->xmin[1])) / c; in SetupParameters()
1676 ctx->t_r = PetscSqr(2.0 * (ctx->xmax[1] - ctx->xmin[1])) / c; in SetupParameters()
1679 ctx->t_r = PetscSqr(ctx->xmax[1]) / c; in SetupParameters()
1691 …lPart(p->P_0 * (ctx->xmax[1] - ctx->xmin[1]) * (1 - 2 * nu_u) / (2 * p->mu * (1 - nu_u))), (double… in SetupParameters()
1706 PetscCall(DMGetBoundingBox(*dm, user->xmin, user->xmax)); in CreateMesh()