|
| subroutine | type_discrete_stencil::stencil_1d_init (self, index_start, index_end) |
| | Initialize a 1D stencil.
|
| |
| pure double precision function | type_discrete_stencil::stencil_1d_apply (self, values) |
| | Simply apply (multiply) the stencil to the given values.
|
| |
| subroutine | type_discrete_stencil::stencil_1d_set (self, weights) |
| | Simply sets the weight to the given value.
|
| |
| subroutine | type_discrete_stencil::stencil_2d_init (self, index_start, index_end) |
| | Initialize a 2D stencil.
|
| |
| pure double precision function | type_discrete_stencil::stencil_2d_apply (self, values) |
| | Simply apply (multiply) the stencil to the given values.
|
| |
| subroutine | type_discrete_stencil::stencil_3d_init (self, index_start, index_end) |
| | Initialize a 3D stencil.
|
| |
| pure double precision function | type_discrete_stencil::stencil_3d_apply (self, values) |
| | Simply apply (multiply) the stencil to the given values.
|
| |