The precomputed weights type definition for fast interpolation schemes. More...
Data Types | |
| type | t_int_grid_preweights |
| The precomputed weights type associated to a positioned scheme. More... | |
| type | t_int_grid_preweights_array_3d |
| The assembly of precomputed weights over a (x,y,z) grid. More... | |
Functions/Subroutines | |
| subroutine | grid_int_preweights_init (self, nder, npp) |
| subroutine | grid_int_preweights_array_3d_init (self, nder, npp, nx, ny, nz) |
The precomputed weights type definition for fast interpolation schemes.
| subroutine type_int_grid_preweights::grid_int_preweights_array_3d_init | ( | class(t_int_grid_preweights_array_3d), intent(inout) | self, |
| integer, intent(in) | nder, | ||
| integer, intent(in) | npp, | ||
| integer, intent(in) | nx, | ||
| integer, intent(in) | ny, | ||
| integer, intent(in) | nz ) |
| subroutine type_int_grid_preweights::grid_int_preweights_init | ( | class(t_int_grid_preweights), intent(inout) | self, |
| integer, intent(in) | nder, | ||
| integer, intent(in) | npp ) |