Added nodal results reading to Femreader interface

Adjusted interface
Started to add control code to fire reader and visualization generation
This commit is contained in:
Jacob Støren
2015-04-25 08:57:34 +02:00
parent c3ec79d6e1
commit b94ba6ca0b
9 changed files with 56 additions and 27 deletions

View File

@@ -112,7 +112,7 @@ void readOdbFile(const std::string& fileName, RigGeoMechCaseData* geoMechCase)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RifOdbReader::open(const std::string& fileName, RigGeoMechCaseData* geoMechCase)
bool RifOdbReader::readFemParts(const std::string& fileName, RigGeoMechCaseData* geoMechCase)
{
odb_initializeAPI();