Go to the source code of this file.
 | 
| module   | stencil_cube_oct_m | 
|   | This module defines routines, generating operators for a cubic stencil. 
  | 
|   | 
 | 
| integer function, public  | stencil_cube_oct_m::stencil_cube_size_lapl (dim, order) | 
|   | 
| subroutine, public  | stencil_cube_oct_m::stencil_cube_get_lapl (this, dim, order) | 
|   | 
| subroutine, public  | stencil_cube_oct_m::stencil_cube_polynomials_lapl (dim, order, pol) | 
|   | 
| integer function, public  | stencil_cube_oct_m::stencil_cube_size_grad (dim, order) | 
|   | Now come the gradient routines. As this stencil is the same for the laplacian and the gradient, these routines just call the corresponding ones for the laplacian.  More...
  | 
|   | 
| subroutine, public  | stencil_cube_oct_m::stencil_cube_get_grad (this, dim, order) | 
|   | 
| subroutine, public  | stencil_cube_oct_m::stencil_cube_polynomials_grad (dim, order, pol) | 
|   |