version 0.6.0
type_discrete_stencil::t_stencil_3d Type Reference

Public Member Functions

procedure, non_overridable init => stencil_3d_init
 
procedure, non_overridable apply => stencil_3d_apply
 Apply a stencil to given discrete values.
 

Public Attributes

double precision, dimension(:,:,:), allocatable weight
 The weights are stored in the subtype weight from index_start to index_end. More...
 
integer, dimension(3) index_start
 Relative istarting index.
 
integer, dimension(3) index_end
 Relative ending index.
 
integer nelements
 Number of elements \((index_end-index_start+1)^3\).
 

Member Data Documentation

◆ weight

double precision, dimension(:,:,:), allocatable type_discrete_stencil::t_stencil_3d::weight
Warning
Be careful when using the array to use indices from index_start to index_end !

The documentation for this type was generated from the following file: