Scrambler
1
|
Public Member Functions | |
subroutine | UnLoadFieldFromLayoutC (layout, data, FieldID, lPeriodic, rmbc) |
Use the tree structure on a given level to populate the layout. | |
subroutine | UnLoadFieldFromLayoutR (layout, data, FieldID, lPeriodic, rmbc) |
Use the tree structure on a given level to populate the layout. |
Definition at line 15 of file layout_comms.f90.
subroutine UnLoadFieldFromLayoutC | ( | TYPE(LayoutDef) | layout, |
COMPLEX(8), dimension(:,:,:,:) | data, | ||
INTEGER, dimension(:,:) | FieldID, | ||
LOGICAL, dimension(:) | lPeriodic, | ||
INTEGER | rmbc | ||
) |
Use the tree structure on a given level to populate the layout.
Definition at line 137 of file layout_comms.f90.
subroutine UnLoadFieldFromLayoutR | ( | TYPE(LayoutDef) | layout, |
REAL(8), dimension(:,:,:,:) | data, | ||
INTEGER, dimension(:) | FieldID, | ||
LOGICAL, dimension(:) | lPeriodic, | ||
INTEGER | rmbc | ||
) |
Use the tree structure on a given level to populate the layout.
Definition at line 360 of file layout_comms.f90.