Exploring pointers in Fortran: When and how to use them

This linked thread discusses one way pointers are often used in unsteady partial differential equation solvers. However, seems like the best approach to the problem discussed uses move_alloc instead of pointers.