Could someone please direct me to a good book/article that describes how to use a coarse and fine spatial mesh with the numerical method of characteristics?
Thank you.
Kate
The book Modern Compressible Flow: With Historical Perspective by John D. Anderson is good as well as Gas Dynamics by James E.A. John and Theo G. Keith.
What are you using to write your code? Fortran, matlab?
The main thing with characteristics codes is calculating the actual points. You have a normal rectangular grid to begin with and then you have you characteristic mesh and you have to go from you characteristics mesh (where the values are exact) to your rectangular mesh where the values become approximate.
I wouldn't mind having a peek at your code when you're done.