#7559 Adaptive meshing in y direction.

This commit is contained in:
Kristian Bendiksen
2021-04-14 21:16:49 +02:00
parent b69acb80f3
commit cae5e1062f
4 changed files with 496 additions and 49 deletions

View File

@@ -72,6 +72,9 @@ public:
double minDepth() const;
double maxDepth() const;
const std::vector<double>& xs() const;
const std::vector<double>& ys() const;
double topPerfTvd() const;
double bottomPerfTvd() const;
void setTvdToTopPerf( double topPerfTvd );