Lines Matching refs:ibound
87 PetscInt ivisc, adv_scheme, ibound, output_ivisc; member
799 param->ibound = BC_NOSTRESS; in SetParams()
800 PetscCall(PetscOptionsGetInt(NULL, NULL, "-ibound", ¶m->ibound, NULL)); in SetParams()
930 if (param->ibound == BC_ANALYTIC) { in ReportParams()
932 } else if (param->ibound == BC_NOSTRESS) { in ReportParams()
934 } else if (param->ibound == BC_EXPERMNT) { in ReportParams()
1051 PetscCall(VecSetValue(pars, 15, (PetscScalar)param->ibound, INSERT_VALUES)); in DoOutput()
1295 PetscInt is, ie, js, je, ibound; /* ,ivisc */ in FormFunctionLocal() local
1309 /* ivisc = param->ivisc; */ ibound = param->ibound; in FormFunctionLocal()
1320 if (ibound == BC_ANALYTIC) { in FormFunctionLocal()
1328 if (ibound == BC_ANALYTIC) { in FormFunctionLocal()
1330 } else if (ibound == BC_NOSTRESS) { in FormFunctionLocal()
1351 if (ibound == BC_ANALYTIC) { in FormFunctionLocal()
1359 if (ibound == BC_ANALYTIC) { in FormFunctionLocal()
1361 } else if (ibound == BC_NOSTRESS) { in FormFunctionLocal()
1377 } else if ((i == ilim || j == jlim) && ibound == BC_ANALYTIC) { in FormFunctionLocal()