Commit Graph
16 Commits
Author SHA1 Message Date
Pål Grønås Drange 955ffbd80e Merge pull request #852 from jokva/remove-shared-ptrs-from-schedule
Schedule::getGroup returns reference, not pointer
2016-10-06 13:01:23 +02:00
Pål Grønås Drange bd58792714 TransMult, Init, and SimConfig are references, applyModifierDeck takes reference, and EclipseState constructor too 2016-08-08 10:07:09 +02:00
Pål Grønås Drange 9579e4acd8 transmult and initconfig are ref's, use ref for EclipseState constructor 2016-08-08 10:02:53 +02:00
Pål Grønås Drange d37b60c6cf Added TOPS keyword to test deck 2016-06-28 15:50:50 +08:00
Pål Grønås Drange 0f8b472531 Added TOPS keyword to test deck 2016-06-21 16:30:40 +02:00
Pål Grønås Drange 2620dda8c3 Moved NNC to GeoProps, populating NNC at update
* FlowMain now gets NNC by `geoprops_->nnc()`
* Refactored update()
* Moved big chunk of unused code to new private method pinchProcess_
* Reordered logic to unite the NNC logic
2016-05-19 13:33:09 +02:00
Pål Grønås Drange 973914931d 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()
2016-05-19 13:23:18 +02:00
Pål Grønås Drange d995582f46 trying disabling async output default setting 2016-05-18 16:11:57 +02:00
Pål Grønås Drange e02927dbf5 Merge pull request #676 from pgdr/nnc-simple-fixup
The getNNC API in Parser changed; remove *
2016-05-04 08:57:04 +02:00
Pål Grønås Drange 96d073a13e set default output directory to . 2016-05-03 17:38:29 +02:00
Pål Grønås Drange c5d68f802a one line shared_ptr to ref fix 2016-05-03 15:38:04 +02:00
Pål Grønås Drange 938e6119f4 Using getInputGrid API from Parser, changed GridManager to no longer accept Deck in constructor 2016-04-20 08:51:10 +02:00
Pål Grønås Drange 18f6672df0 Using getInputGrid API from Parser 2016-04-19 17:03:41 +02:00
Pål Grønås Drange 170a71eef8 Using API get3DProperties. 2016-04-14 11:37:27 +02:00
Pål Grønås Drange fd9f67ae55 Using API get3DProperties() 2016-04-12 14:47:50 +02:00
Pål Grønås Drange 77fc26475b Using new EclipseState API, made ->s into .s 2016-04-12 14:47:50 +02:00