mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -246,10 +246,10 @@ namespace Opm
|
||||
|
||||
void
|
||||
BlackoilOutputWriter::
|
||||
writeInit(const SimulatorTimerInterface& timer)
|
||||
writeInit(const SimulatorTimerInterface& timer, const NNC& nnc)
|
||||
{
|
||||
if( eclWriter_ ) {
|
||||
eclWriter_->writeInit(timer);
|
||||
eclWriter_->writeInit(timer, nnc);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user