Relative Content

Tag Archive for algorithmfortran

Non-uniform Gaussian spaced vector

I am working on a Fortran code that uses a uniformly spaced grid in two directions (x,y). Which works fine, but when I need to study a certain problem with good resolution, I need to increase the number of points in one of the directions. This works fine, but it requires a lot of computational resources.