refactor(sphere.msh): increased base resolution of spherical mesh
This commit is contained in:
@@ -31,8 +31,8 @@ TEST_F(meshIOTest, IsLoaded) {
|
||||
TEST_F(meshIOTest, GetMesh) {
|
||||
MeshIO meshIO(EXAMPLE_FILENAME);
|
||||
mfem::Mesh& mesh = meshIO.GetMesh();
|
||||
EXPECT_EQ(mesh.GetNE(), 670);
|
||||
EXPECT_EQ(mesh.GetNV(), 201);
|
||||
EXPECT_EQ(mesh.GetNE(), 18351);
|
||||
EXPECT_EQ(mesh.GetNV(), 3768);
|
||||
double volume = ComputeMeshVolume(mesh);
|
||||
EXPECT_DOUBLE_EQ(volume, 3.9357596288315868);
|
||||
EXPECT_DOUBLE_EQ(volume, 4.160516453529322);
|
||||
}
|
||||
Reference in New Issue
Block a user