The precomputed weights type definition for fast WENO schemes. More...
Data Types | |
| type | t_int_weno_grid_preweights |
| The precomputed weights type associated to a positioned scheme. More... | |
| type | t_int_weno_grid_preweights_array_3d |
| The assembly of precomputed weights over a (x,y,z) grid. More... | |
Functions/Subroutines | |
| subroutine | grid_preweights_init (self, nder, npp, ns, naux) |
| subroutine | grid_preweights_array_3d_init (self, nder, npp, ns, naux, nx, ny, nz) |
The precomputed weights type definition for fast WENO schemes.
| subroutine type_int_weno_grid_preweights::grid_preweights_array_3d_init | ( | class(t_int_weno_grid_preweights_array_3d), intent(inout) | self, |
| integer, intent(in) | nder, | ||
| integer, intent(in) | npp, | ||
| integer, intent(in) | ns, | ||
| integer, intent(in) | naux, | ||
| integer, intent(in) | nx, | ||
| integer, intent(in) | ny, | ||
| integer, intent(in) | nz ) |
| subroutine type_int_weno_grid_preweights::grid_preweights_init | ( | class(t_int_weno_grid_preweights), intent(inout) | self, |
| integer, intent(in) | nder, | ||
| integer, intent(in) | npp, | ||
| integer, intent(in) | ns, | ||
| integer, intent(in) | naux ) |