version 0.6.0
type_discrete_derivative::t_discrete_derivative Type Reference

Public Member Functions

procedure, non_overridable init => discrete_derivative_init
 
procedure, non_overridable compute_stencil => discrete_derivative_compute_stencil
 Apply a stencil to given discrete values.
 
procedure equals_to => discrete_derivative_equals_to
 Return true for equality.
 
generic operator => equals_to
 
procedure same_steps => discrete_derivative_same_steps
 
procedure get_same_steps => discrete_derivative_get_same_steps
 

Public Attributes

type(t_stencil_1dstencil
 The associated stencil.
 
integer n
 N for the n^th derivative.
 
integer order
 The order (which depends on the stencil size)
 
integer np
 The number of points.
 
double precision, dimension(:), allocatable steps
 The steps between the nodes.
 

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