fix(poly): polytrope converges to solution

first commit where the polytrope module converges to a solution. I have not yet validated if it is a correct solution
This commit is contained in:
2025-02-20 16:05:02 -05:00
parent 776174c093
commit 9925f56e34
3 changed files with 22 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
#include <string>
/**
* @file polyMFEMUtils.h
* @brief A collection of utilities for working with MFEM and solving the lane-emden equation.