nodal-dg
nodal-dg copied to clipboard
Hi! Thank you for sharing this code. I have a question about its license. In the root of this repository is a LICENSE file containing the MIT license. However, in...
Hi Prof. Warburton! I am a graduate student at Harvard University working towards my PhD in astrophysics. I have really enjoyed your nodal DG book, and I've been trying to...
I was able to get the MATLAB code running, but I can't seem to build the c++ version (I'm guessing it's a c++ version of the MATLAB code?) I'm trying...
Ran into a problem with `MakeCylinder2d` when the angles were different signs but still close enough together (one of the angles was close to zero, but had the opposite sign...
Here are some changes I made to the CFD2D cylinder example for the guys at HyPerComp. As a bonus I have also included some VTK output functions.
Minor changes to remove warnings and errors. Minor changes the VTK version string to avoid complaints from paraview. Makefile didn't create Lib directory correctly, added a workaround.