0.6.0
Loading...
Searching...
No Matches
type_fd_scheme.f90 File Reference

Data Types

type  type_fd_scheme::t_fd_scheme
 The Finite Difference type. More...
 
interface  type_fd_scheme::fd_scheme_init
 
interface  type_fd_scheme::fd_scheme_fill
 

Modules

module  type_fd_scheme
 The Finite Difference Scheme type definition.
 

Functions/Subroutines

subroutine type_fd_scheme::scheme_construct (self)
 Construct a FD Scheme (will use the polymorph "init" procedure)
 
subroutine type_fd_scheme::scheme_declare_stencil (self, index_start, index_end)
 Declare a fd_scheme istarting and ending at the specified indices.
 
double precision function type_fd_scheme::scheme_apply (self, values)
 Simply apply the scheme to the given values.
 
subroutine type_fd_scheme::scheme_init_fill (self, steps)
 Simply call init() and fill() procedures.