|
Apps
|
Functions | |
| function | DirichletValue1d (x, y, t) |
| function | DirichletValue2d (x, y, t) |
| function | DirichletValue3d (x, y, z, t) |
| function | Source1d (x, y, t) |
| function | Source2d (x, y, t) |
| function | Source3d (x, y, z, t) |
Variables | |
| parameterNumber | dim = 3 |
| Dimension of the problem. | |
| parameterString | grid = "grids/laplace_sample_grid_" |
| parameterNumber | numRefs = 3 |
| number of refinements | |
| parameterNumber | redistElemThreshold = 8 |
| Number of elements that each target process should receive. | |
| parameterNumber | redistProcs = 64 |
| Number of processes to which each process redistributes on a distribution level. | |
| parameterBool | writeSolution |
| If specified, the solution will be written to a file.;. | |
location: /home/runner/work/docs/docs/ug4/apps/Examples / laplace-hpc.lua :83-85
location: /home/runner/work/docs/docs/ug4/apps/Examples / laplace-hpc.lua :92-95
location: /home/runner/work/docs/docs/ug4/apps/Examples / laplace-hpc.lua :102-105
location: /home/runner/work/docs/docs/ug4/apps/Examples / laplace-hpc.lua :97-100
References partitioner, and redistElemThreshold.
| parameterNumber dim = 3 |
Dimension of the problem.
| parameterString grid = "grids/laplace_sample_grid_" |
| parameterNumber numRefs = 3 |
number of refinements
| parameterNumber redistElemThreshold = 8 |
Number of elements that each target process should receive.
Referenced by Source3d().
| parameterNumber redistProcs = 64 |
Number of processes to which each process redistributes on a distribution level.
| parameterBool writeSolution |
If specified, the solution will be written to a file.;.