Octopus
stencil_star.F90 File Reference

Go to the source code of this file.

Modules

module  stencil_star_oct_m
 This module defines routines, generating operators for a star stencil.
 

Functions/Subroutines

integer function, public stencil_star_oct_m::stencil_star_size_lapl (dim, order)
 
subroutine, public stencil_star_oct_m::stencil_star_get_lapl (this, dim, order)
 
subroutine, public stencil_star_oct_m::stencil_star_polynomials_lapl (dim, order, pol)
 
subroutine, public stencil_star_oct_m::stencil_star_coeff_lapl (dim, order, h, lapl)
 
integer function, public stencil_star_oct_m::stencil_star_size_grad (order)
 now come the gradient routines More...
 
subroutine, public stencil_star_oct_m::stencil_star_get_grad (this, dim, dir, order)
 
subroutine, public stencil_star_oct_m::stencil_star_polynomials_grad (dir, order, pol)
 
subroutine, public stencil_star_oct_m::stencil_star_coeff_grad (order, h, grad)