Construct a curvilinear grid from an unstructured mesh.
More...
#include <Mesh2DToCurvilinear.hpp>
Construct a curvilinear grid from an unstructured mesh.
◆ Mesh2DToCurvilinear()
meshkernel::Mesh2DToCurvilinear::Mesh2DToCurvilinear |
( |
Mesh2D & |
mesh | ) |
|
|
explicit |
Constructor.
- Parameters
-
[in] | mesh | The input unstructured mesh |
◆ Compute()
std::unique_ptr<CurvilinearGrid> meshkernel::Mesh2DToCurvilinear::Compute |
( |
const Point & |
point | ) |
|
Computes the curvilinear grid starting from a specific point.
- Parameters
-
[in] | point | The point from which start growing the curvilinear mesh. The point must be inside a quadrangular face |
- Returns
- The curvilinear grid
The documentation for this class was generated from the following file: