Scrambler
1
|
Public Member Functions | |
subroutine | LoadFieldIntoLayoutC (layout, data, FieldID, level_opt) |
Use the tree structure on a given level to populate the layout. | |
subroutine | LoadFieldIntoLayoutR (layout, data, FieldID, level_opt) |
Use the tree structure on a given level to populate the layout. |
Definition at line 11 of file layout_comms.f90.
subroutine LoadFieldIntoLayoutC | ( | TYPE(LayoutDef) | layout, |
COMPLEX(8), dimension(:,:,:,:), pointer | data, | ||
INTEGER, dimension(:) | FieldID, | ||
INTEGER, optional | level_opt | ||
) |
Use the tree structure on a given level to populate the layout.
Definition at line 26 of file layout_comms.f90.
subroutine LoadFieldIntoLayoutR | ( | TYPE(LayoutDef) | layout, |
REAL(8), dimension(:,:,:,:), pointer | data, | ||
INTEGER, dimension(:) | FieldID, | ||
INTEGER, optional | level_opt | ||
) |
Use the tree structure on a given level to populate the layout.
Definition at line 249 of file layout_comms.f90.