Searched refs:ibound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex30.c | 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() [all …]
|