GeoMech with OdbReader Included in ResInsight Build

Preliminary, first shot.
Added first iteration on basic visualization code.
This commit is contained in:
Jacob Støren
2015-04-24 16:04:12 +02:00
parent 6dad519f30
commit a538be1775
15 changed files with 723 additions and 48 deletions
@@ -31,7 +31,7 @@ TEST(OdbReaderTest, BasicTests)
reader->open("C:\\pfRoot\\jjsOnJacobpcCsdep\\User\\Sigurd\\OdbApiExperiments\\viewer_tutorial.odb", femData.p());
EXPECT_EQ(1, femData->partCount());
EXPECT_EQ(140, femData->part(0)->elementCount());
EXPECT_EQ(149, femData->part(0)->elementCount());
EXPECT_EQ(CAX4, femData->part(0)->elementType(0));
}