mdolab / pyhyp

pyHyp generates volume meshes from surface meshes using hyperbolic marching.
Other
45 stars 39 forks source link

Update Fortran Standard to 2008 #45

Closed akleb closed 3 years ago

akleb commented 3 years ago

Purpose

Update the Fortran standard to 2008. I picked 2008 because this datbase relies on norm2, which comes from the 2008 standard.

Type of change

What types of change is it?

Testing

I have not tested this with TAPENADE. I also don't think I currently have any access to intel compiler, so I cannot check the intel flags or compilation. (I guess we probably have a docker image I can try?)

Checklist

sseraj commented 3 years ago

I have not tested this with TAPENADE

pyHyp is not differentiated so this not an issue

ewu63 commented 3 years ago

Looks fine to me, they are the same stuff as discussed in mdolab/adflow#53.