giacrossi / WenOOF

WENO interpolation Object Oriented Fortran library
3 stars 0 forks source link

Coordinate of reconstruction point for non-uniform grid #14

Open giacrossi opened 7 years ago

giacrossi commented 7 years ago

When non-uniform grids are used, for optimal weights, polynomial weights and smoothness indicators coefficients evaluations the coordinate of the reconstruction point is mandatory as an argument. The problem is that the interfaces of the routines cannot be modified (or could be modified but an optional argument must be introduced), so how this new data can be passed to the routines?