Merge branch 'main' into feature/pointwisePolytrope
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include "meshIO.h"
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include "mfem.hpp"
|
||||
|
||||
std::string EXAMPLE_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/src/resources/mesh/sphere.msh";
|
||||
std::string EXAMPLE_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/assets/dynamic/mesh/sphere.msh";
|
||||
|
||||
double ComputeMeshVolume(mfem::Mesh &mesh)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user