-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hey guys,
I've been doing some work on an implementation of MMS for use with codes based on integral methods (finite-volume, etc.), including situations that lead to shocks. I thought it might be a project of interest to MASA, since you guys have become a center for MMS tools. The basic idea is to apply MMS directly to integral equations, where differentiability of the manufactured solution isn't an issue, though there is a trade-off in performance and accuracy, since the equations must be integrated numerically.
The code is primarily implemented in Python, making heavy use of Sympy to handle the symbolic manipulation and to generate code for the source terms, as well as SciPy to evaluate the flux and volume integrals.
I'd like to get these ideas incorporated into a larger project, if there's interest. Let me know what you think, and I'd be happy to answer any questions you might have.
Nathan Woods