0.6.0
Loading...
Searching...
No Matches

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)
 

Detailed Description

The precomputed weights type definition for fast interpolation schemes.

Function/Subroutine Documentation

◆ grid_int_preweights_array_3d_init()

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 )

◆ grid_int_preweights_init()

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 )