illinois-ceesd / mirgecom

MIRGE-Com is the workhorse simulation application for the Center for Exascale-Enabled Scramjet Design at the University of Illinois.
Other
11 stars 19 forks source link

Allow limiter to optionally pass back p,T #1028

Closed MTCam closed 3 months ago

MTCam commented 3 months ago

Allow limiter to optionally pass back p, T. This can break things if the limiter passes back invalid p, T , but it is a performance bottleneck to disallow it when we trust that the driver-implemented limiter is returning the correct p, T.

(This is not adding a new behavior, it is optionally allowing the old behavior)

Questions for the review:

anderson2981 commented 3 months ago

yup.