mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ensemble Surface improvements
* Performance : Improve surface import * Performance: Use opm when importing files * Surface : Use the triangle size as basis for the maximum search distance * Performance : Resample surfaces in parallell * Performance: Import file surfaces in parallell * Ensemble Surface : Create one ensemble per surface
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
#include <map>
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -32,4 +33,8 @@ public:
|
||||
static QString uniqueShortName( const QString& sourceFileName,
|
||||
const QStringList& allFileNames,
|
||||
const QString& ensembleCaseName = QString() );
|
||||
|
||||
static QString uniqueShortNameFromComponents( const QString& sourceFileName,
|
||||
const std::map<QString, QStringList>& keyFileComponentsForAllFiles,
|
||||
const QString& ensembleCaseName );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user