|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Redistribution routines.
Functions/Subroutines | |
| subroutine, public | redist_mesh (msh, parts) |
| Redistribute a mesh msh according to new partitions. | |
| subroutine | redist_zone (msh, z, type, parts, new_dist, label) |
| Fill redistribution list for zone data. | |
| subroutine | redist_curve (msh, c, parts, new_dist) |
| Fill redistribution list for zone data. | |
|
private |
| subroutine, public redist::redist_mesh | ( | type(mesh_t), intent(inout), target | msh, |
| type(mesh_fld_t), intent(in) | parts | ||
| ) |
| [in,out] | msh | Mesh |
| [in] | parts | Partitions |
Definition at line 55 of file redist.f90.


|
private |