Go to the source code of this file.
 | 
| module   | stencil_star_oct_m | 
|   | This module defines routines, generating operators for a star stencil. 
  | 
|   | 
 | 
| 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) | 
|   |