Lines Matching refs:ms
106 PetscInt ms, mt; /* Number of elements */ member
146 user.ms = 150; in main()
154 PetscCall(PetscOptionsGetInt(NULL, NULL, "-ms", &user.ms, &flg)); in main()
162 user.ms++; in main()
163 PetscCall(DMDACreate1d(PETSC_COMM_WORLD, DM_BOUNDARY_NONE, user.ms, 1, 1, NULL, &user.dm)); in main()
176 user.ds = user.es / (user.ms - 1); in main()
193 if (gxs + gxm == user.ms) user.Vt1[gxm - 1] = 0; in main()
263 PetscInt ms = user->ms; in ComputeVariableBounds() local
283 if (xs + xm == ms) { in ComputeVariableBounds()
310 PetscInt ms = user->ms; in FormConstraints() local
344 if (gxs + gxm == ms) { in FormConstraints()
382 PetscInt ms = user->ms; in FormJacobian() local
412 if (gxs + gxm == ms) { in FormJacobian()
413 i = ms - 1; in FormJacobian()