Added function used to filter out per cell results by result name

This commit is contained in:
Magne Sjaastad
2014-08-19 13:56:17 +02:00
parent eb96c5a7ed
commit 72daff665d
5 changed files with 29 additions and 17 deletions

View File

@@ -39,6 +39,8 @@ public:
FRACTURE_MODEL
};
static bool isPerCellFaceResult(const QString& resultName);
static QString undefinedResultName() { return "None"; }
static QString undefinedGridFaultName() { return "Undefined grid faults"; }
static QString combinedTransmissibilityResultName() { return "TRANSXYZ"; }