| /petsc/src/ts/tutorials/ |
| H A D | ex26.c | 104 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member 135 user.grashof = 1.0; in main() 142 …ionsReal("-grashof", "Ratio of buoyant to viscous forces", "", user.grashof, &user.grashof, NULL)); in main() 168 … grashof # = %g\n", mx, my, (double)user.lidvelocity, (double)user.prandtl, (double)user.grashof)); in main() 212 PetscReal grashof, dx; in FormInitialSolution() local 216 grashof = user->grashof; in FormInitialSolution() 246 x[j][i].temp = (grashof > 0) * i * dx; in FormInitialSolution() 262 PetscReal grashof, prandtl, lid; in FormIFunctionLocal() local 266 grashof = user->grashof; in FormIFunctionLocal() 337 f[j][i].temp = x[j][i].temp - (PetscReal)(grashof > 0); in FormIFunctionLocal() [all …]
|
| /petsc/src/snes/tests/ |
| H A D | ex69.c | 21 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member 80 user.grashof = 1.0; in main() 84 PetscCall(PetscOptionsGetReal(NULL, NULL, "-grashof", &user.grashof, NULL)); in main() 116 … # = %g, grashof # = %g\n", (double)user.lidvelocity, (double)user.prandtl, (double)user.grashof)); in main() 163 PetscReal grashof, dx; in FormInitialGuess() local 167 grashof = user->grashof; in FormInitialGuess() 197 x[j][i].temp = (grashof > 0) * i * dx; in FormInitialGuess() 213 PetscReal grashof, prandtl, lid; in FormFunctionLocal() local 223 grashof = user->grashof; in FormFunctionLocal() 294 f[j][i].temp = x[j][i].temp - (PetscReal)(grashof > 0); in FormFunctionLocal() [all …]
|
| /petsc/src/snes/tutorials/ |
| H A D | ex19.c | 83 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member 120 user.grashof = 1.0; in main() 124 PetscCall(PetscOptionsGetReal(NULL, NULL, "-grashof", &user.grashof, NULL)); in main() 144 … # = %g, grashof # = %g\n", (double)user.lidvelocity, (double)user.prandtl, (double)user.grashof)); in main() 188 PetscReal grashof, dx; in FormInitialGuess() local 192 grashof = user->grashof; in FormInitialGuess() 222 x[j][i].temp = (grashof > 0) * i * dx; in FormInitialGuess() 238 PetscReal grashof, prandtl, lid; in FormFunctionLocal() local 242 grashof = user->grashof; in FormFunctionLocal() 313 f[j][i].temp = x[j][i].temp - (PetscReal)(grashof > 0); in FormFunctionLocal() [all …]
|
| /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.
|