feat(poly): initial build system for polytrope

This commit is contained in:
2025-02-14 10:50:07 -05:00
parent f4be5b3733
commit 7330fb9906
4 changed files with 130 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#include <string>
#include<fstream>
#include "io.h"
#include "polyIO.h"
void write_solution_to_csv(const mfem::GridFunction &u, const mfem::Mesh &mesh, const std::string &filename) {
std::ofstream file(filename);