Home
last modified time | relevance | path

Searched refs:grashof (Results 1 – 25 of 115) sorted by relevance

12345

/petsc/src/ts/tutorials/
H A Dex26.c104 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 Dex69.c21 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 Dex19.c83 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 Dex19_1.testout1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_5.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_superlu.out1 lid velocity = 0.0025, prandtl # = 1., grashof # = 1.
H A Dex19_fp16.testout1 lid velocity = 0.00160027, prandtl # = 1., grashof # = 1.
H A Dex19_draw.out1 lid velocity = 0.0204082, prandtl # = 1., grashof # = 1.
H A Dex19_18.out1 lid velocity = 0.0625, prandtl # = 1., grashof # = 1.
H A Dex19_2.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_16.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_cuda.out1 lid velocity = 0.0625, prandtl # = 1., grashof # = 1.
H A Dex19_ml.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_14.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_11.out1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
H A Dex19_19.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_bjacobi.out1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
H A Dex19_12.out1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
H A Dex19_3.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_15.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_suitesparse.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_fdcoloring_wp.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_16a.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
/petsc/src/ts/tutorials/output/
H A Dex26_asm.out1 7x7 grid, lid velocity = 100., prandtl # = 1., grashof # = 1000.
H A Dex26_4.out1 7x7 grid, lid velocity = 100., prandtl # = 1., grashof # = 1000.

12345