version 0.6.0
type_discrete_stencil::t_stencil_1d Type Reference

Public Member Functions

procedure, non_overridable init => stencil_1d_init
 
procedure, non_overridable apply => stencil_1d_apply
 Apply a stencil to given discrete values.
 
procedure, non_overridable set => stencil_1d_set
 Set the weights to the given values.
 

Public Attributes

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

Member Data Documentation

◆ weight

double precision, dimension(:), allocatable type_discrete_stencil::t_stencil_1d::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: