Wes Lowrie
Wes Lowrie
I have updated step3ds.f90 in PyClaw to be able to use openmp. Some small changes were necessary to classic/solver.py to get the openmp environment variable OMP_NUM_THREADS and to properly set...
I believe there is an issue with limiters when using an f-wave solver with capacity functions. Take a look at flux3.f90: https://github.com/clawpack/pyclaw/blob/master/src/pyclaw/classic/flux3.f90#L226-263 When a Q-wave rpn3() is called `wave`, `s`,...
At `line 418` of flux3.f90 the gadd() variable is multiplied by `dtdx1d` and `dtdz`. `dtdxtd` has been divided by the capacity function in step3.f90, while `dtdz` has not. I believe...