Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex30.c87 PetscInt ivisc, adv_scheme, ibound, output_ivisc; member
799 param->ibound = BC_NOSTRESS; in SetParams()
800 PetscCall(PetscOptionsGetInt(NULL, NULL, "-ibound", &param->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 …]