Searched refs:visc_cutoff (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex30.c | 84 PetscReal c, d, sb, cb, skt, visc_cutoff, lid_age, eta0, continuation; member 455 result = PetscMax(result, param->visc_cutoff); in Viscosity() 818 param->visc_cutoff = 0.0; /* factor of eta_0 */ in SetParams() 834 PetscCall(PetscOptionsGetReal(NULL, NULL, "-visc_cutoff", ¶m->visc_cutoff, NULL)); in SetParams() 917 …scosity range: %g--%g Pa-sec \n", (double)param->eta0, (double)(param->visc_cutoff * param->eta0))… in ReportParams() 920 …scosity range: %g--%g Pa-sec \n", (double)param->eta0, (double)(param->visc_cutoff * param->eta0))… in ReportParams() 923 …scosity range: %g--%g Pa-sec \n", (double)param->eta0, (double)(param->visc_cutoff * param->eta0))… in ReportParams() 1050 PetscCall(VecSetValue(pars, 14, (PetscScalar)param->visc_cutoff, INSERT_VALUES)); in DoOutput()
|