feat(poly): added skeleton of polytrope model
the polytrope module will be used as an initial guess to the solver. A skeleton of this has been imported from https://github.com/tboudreaux/FEMPolytrope This module will need major updates still to handle 3D, proper boundary conditions, and to incorporate it with the rest of our meshing scheme
This commit is contained in:
3
src/poly/meson.build
Normal file
3
src/poly/meson.build
Normal file
@@ -0,0 +1,3 @@
|
||||
subdir('coeff')
|
||||
subdir('utils')
|
||||
subdir('solver')
|
||||
Reference in New Issue
Block a user