|
Scrambler
1
|
Public Member Functions | |
| subroutine | TransferLayoutsC (layout_src, layout_trg, data, newdata_opt) |
| Use the tree structure on a given level to populate the layout. | |
| subroutine | TransferLayoutsR (layout_src, layout_trg, data, newdata_opt) |
| Use the tree structure on a given level to populate the layout. | |
Definition at line 19 of file layout_comms.f90.
| subroutine TransferLayoutsC | ( | TYPE(LayoutDef) | layout_src, |
| TYPE(LayoutDef) | layout_trg, | ||
| COMPLEX(8), dimension(:,:,:,:), pointer | data, | ||
| COMPLEX(8), dimension(:,:,:,:), optional, pointer | newdata_opt | ||
| ) |
Use the tree structure on a given level to populate the layout.
Definition at line 200 of file layout_comms.f90.
| subroutine TransferLayoutsR | ( | TYPE(LayoutDef) | layout_src, |
| TYPE(LayoutDef) | layout_trg, | ||
| REAL(8), dimension(:,:,:,:), pointer | data, | ||
| REAL(8), dimension(:,:,:,:), optional, pointer | newdata_opt | ||
| ) |
Use the tree structure on a given level to populate the layout.
Definition at line 416 of file layout_comms.f90.