|
| subroutine, public | mof_mpi_exchange_filaments (mof_phases) |
| | Exchange the filament structure between neighbor processors.
|
| |
| subroutine | exchange_parts (has_filament, filament) |
| |
| subroutine | exchange_filaments (has_filament, filament) |
| |
| subroutine | serialize_parts (has_filament, filament, x1, x2, y1, y2, z1, z2, serialized_parts) |
| |
| pure subroutine | deserialize_parts (has_filament, filament, x1, x2, y1, y2, z1, z2, serialized_parts) |
| |
| subroutine | allocate_parts (has_filament, x1, x2, y1, y2, z1, z2, serialized_parts) |
| |
| subroutine | serialize_filaments (has_filament, filament, x1, x2, y1, y2, z1, z2, serialized_filaments) |
| |
| pure subroutine | deserialize_filaments (has_filament, filament, x1, x2, y1, y2, z1, z2, serialized_filaments) |
| |
| subroutine | allocate_filaments (has_filament, filament, x1, x2, y1, y2, z1, z2, serialized_filaments) |
| |