Stencil. More...
Inheritance diagram for type_stencil::t_stencil:Public Attributes | |
| type(t_string) | label |
| User-defined stencil label. | |
| integer | size = 0 |
| Number of terms in the stencil. | |
| integer | extent = huge(1) |
| Maximum stencil offset in the infinity norm. | |
Stencil.
Conversion between neighbors and stencil index.
| integer type_stencil::t_stencil::extent = huge(1) |
Maximum stencil offset in the infinity norm.
This is the maximum value of max(|i|,|j|,|k|) over all stencil offsets (i,j,k).
| type(t_string) type_stencil::t_stencil::label |
User-defined stencil label.
| integer type_stencil::t_stencil::size = 0 |
Number of terms in the stencil.