mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Refactored writeVtkDataGeneralGrid() to take arbitrary fields for output.
This commit is contained in:
@@ -204,9 +204,10 @@ namespace Opm
|
||||
|
||||
|
||||
|
||||
typedef std::map<std::string, const std::vector<double>*> DataMap;
|
||||
|
||||
void writeVtkDataGeneralGrid(const UnstructuredGrid* grid,
|
||||
const std::vector<double>& pressure,
|
||||
const std::vector<double>& saturation,
|
||||
const DataMap& data,
|
||||
std::ostream& os);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user