|
DOUG 0.2
|
Cartesian (structured) mesh with Laplace equation. More...
Functions/Subroutines | |
| type(Distribution) | Distribution_struct_NewInit (n, ol) |
| Create structured mesh with distribution and Laplace matrix. | |
Cartesian (structured) mesh with Laplace equation.
Try to distribute work evenly between processes.
| type(Distribution) Distribution_struct_mod::Distribution_struct_NewInit | ( | integer,intent(in) | n, |
| integer,intent(in) | ol | ||
| ) |
Create structured mesh with distribution and Laplace matrix.
| n | number of nodes along each axis, total n*n |
| ol | overlap to other process regions |
Definition at line 36 of file Distribution_struct.F90.
References SpMtx_class::D_SpMtx_ARRNG_ROWS, Distribution_base_mod::Distribution_New(), Mesh_class::Mesh_Init(), globals::myrank, globals::numprocs, globals::sctls, SpMtx_distribution_mod::SpMtx_localize(), and globals::stream.
Referenced by Distribution_mod::Distribution_NewInit().
1.7.3-20110217