issues
search
dengwirda
/
PPR
A high-order accurate piecewise polynomial reconstruction library.
Other
12
stars
12
forks
source link
Clean-up fortran support: *.f90, *.F90; KIND=DP, etc
#6
Closed
dengwirda
closed
2 years ago
dengwirda
commented
2 years ago
Uses
real(kind=dp)
in place of
real*8
for better cross-compiler compatibility.
Adds
ppr_1d.F90
to allow for compiling without
-cpp
flag.
Slope-limiter reduction:
PQM => PPM => PLM
to help suppress stair-step patterns near discontinuities w H/O methods.
real(kind=dp)
in place ofreal*8
for better cross-compiler compatibility.ppr_1d.F90
to allow for compiling without-cpp
flag.PQM => PPM => PLM
to help suppress stair-step patterns near discontinuities w H/O methods.