|
Scrambler
1
|
Public Member Functions | |
| subroutine | ProlongateLayoutC (layout, data, method, FieldID) |
| subroutine | ProlongateLayoutR (layout, data, method, FieldID) |
Definition at line 10 of file layout_control.f90.
| subroutine ProlongateLayoutC | ( | TYPE(LayoutDef), pointer | layout, |
| COMPLEX(8), dimension(:,:,:,:), pointer | data, | ||
| INTEGER | method, | ||
| INTEGER, dimension(:) | FieldID | ||
| ) |
Definition at line 17 of file layout_control.f90.
| subroutine ProlongateLayoutR | ( | TYPE(LayoutDef), pointer | layout, |
| REAL(8), dimension(:,:,:,:), pointer | data, | ||
| INTEGER | method, | ||
| INTEGER, dimension(:) | FieldID | ||
| ) |
Definition at line 126 of file layout_control.f90.