Introducing NNC output

* Compute NNC by face2cell information from a grid
* Pass NNC information to EclipseWriter
* Made NNC respect ECLIPSE input data
* nncStructure() is now exportNncStructure()
This commit is contained in:
Pål Grønås Drange
2016-05-03 10:12:29 +02:00
parent 1f4b9e56f8
commit 973914931d
5 changed files with 59 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ namespace Opm
}
// init output writer
output_writer_.writeInit( timer );
output_writer_.writeInit( timer, geo_.nnc() );
std::string restorefilename = param_.getDefault("restorefile", std::string("") );
if( ! restorefilename.empty() )