Go to the source code of this file.
|
| module | stencil_starplus_oct_m |
| | This module defines routines, generating operators for a stencil consisting of a star and a cross. TODO: CONFIRM THIS.
|
| |
|
| integer function, public | stencil_starplus_oct_m::stencil_starplus_size_lapl (dim, order) |
| |
| integer function, public | stencil_starplus_oct_m::stencil_starplus_size_grad (dim, order) |
| |
| subroutine, public | stencil_starplus_oct_m::stencil_starplus_get_lapl (this, dim, order) |
| |
| subroutine, public | stencil_starplus_oct_m::stencil_starplus_get_grad (this, dim, dir, order) |
| |
| subroutine, public | stencil_starplus_oct_m::stencil_starplus_pol_lapl (dim, order, pol) |
| |
| subroutine, public | stencil_starplus_oct_m::stencil_starplus_pol_grad (dim, dir, order, pol) |
| |