fix(poly): have a much closer to working polytrope, still small divergence near core

This commit is contained in:
2025-03-27 14:26:23 -04:00
parent 763bedcf1d
commit 0880403850
7 changed files with 14 additions and 11 deletions

View File

@@ -63,9 +63,6 @@ namespace laneEmden {
}
}
// TODO: Come back to this and think of a better way to get the mesh file
const std::string SPHERICAL_MESH = std::string(getenv("MESON_SOURCE_ROOT")) + "/src/resources/mesh/core.msh";
PolySolver::PolySolver(double n, double order, mfem::Mesh& mesh_)
: logger(logManager.getLogger("log")),
n(n),