feat(poly): initial build system for polytrope
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user