| /petsc/src/ts/tutorials/ |
| H A D | ex26.c | 104 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member 134 user.prandtl = 1.0; in main() 141 …eal("-prandtl", "Ratio of viscous to thermal diffusivity", "", user.prandtl, &user.prandtl, NULL)); in main() 168 … = %g, grashof # = %g\n", mx, my, (double)user.lidvelocity, (double)user.prandtl, (double)user.gra… in main() 262 PetscReal grashof, prandtl, lid; in FormIFunctionLocal() local 267 prandtl = user->prandtl; in FormIFunctionLocal() 380 …f[j][i].temp = (xdot[j][i].temp + uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[… in FormIFunctionLocal()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex19.c | 83 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member 119 user.prandtl = 1.0; in main() 123 PetscCall(PetscOptionsGetReal(NULL, NULL, "-prandtl", &user.prandtl, NULL)); in main() 144 …randtl # = %g, grashof # = %g\n", (double)user.lidvelocity, (double)user.prandtl, (double)user.gra… in main() 238 PetscReal grashof, prandtl, lid; in FormFunctionLocal() local 243 prandtl = user->prandtl; in FormFunctionLocal() 354 …f[j][i].temp = uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[j][i + 1].temp - u)… in FormFunctionLocal() 379 PetscReal grashof, prandtl, lid; in NonlinearGS() local 394 prandtl = user->prandtl; in NonlinearGS() 561 …ftemp = uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[j][i + 1].temp - u)) * hy … in NonlinearGS() [all …]
|
| /petsc/src/snes/tests/ |
| H A D | ex69.c | 21 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member 79 user.prandtl = 1.0; in main() 83 PetscCall(PetscOptionsGetReal(NULL, NULL, "-prandtl", &user.prandtl, NULL)); in main() 116 …randtl # = %g, grashof # = %g\n", (double)user.lidvelocity, (double)user.prandtl, (double)user.gra… in main() 213 PetscReal grashof, prandtl, lid; in FormFunctionLocal() local 224 prandtl = user->prandtl; in FormFunctionLocal() 335 …f[j][i].temp = uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[j][i + 1].temp - u)… in FormFunctionLocal()
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_1.testout | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_5.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_superlu.out | 1 lid velocity = 0.0025, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_fp16.testout | 1 lid velocity = 0.00160027, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_draw.out | 1 lid velocity = 0.0204082, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_18.out | 1 lid velocity = 0.0625, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_2.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_16.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_cuda.out | 1 lid velocity = 0.0625, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_ml.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_14.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_11.out | 1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_19.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_bjacobi.out | 1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_12.out | 1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_3.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_15.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_suitesparse.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_fdcoloring_wp.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| H A D | ex19_16a.out | 1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex26_asm.out | 1 7x7 grid, lid velocity = 100., prandtl # = 1., grashof # = 1000.
|
| H A D | ex26_4.out | 1 7x7 grid, lid velocity = 100., prandtl # = 1., grashof # = 1000.
|