MeshKernel
Classes | Public Member Functions | List of all members
meshkernel::Mesh2DToCurvilinear Class Reference

Construct a curvilinear grid from an unstructured mesh. More...

#include <Mesh2DToCurvilinear.hpp>

Public Member Functions

 Mesh2DToCurvilinear (Mesh2D &mesh)
 Constructor. More...
 
std::unique_ptr< CurvilinearGrid > Compute (const Point &point)
 Computes the curvilinear grid starting from a specific point. More...
 

Detailed Description

Construct a curvilinear grid from an unstructured mesh.

Constructor & Destructor Documentation

◆ Mesh2DToCurvilinear()

meshkernel::Mesh2DToCurvilinear::Mesh2DToCurvilinear ( Mesh2D mesh)
explicit

Constructor.

Parameters
[in]meshThe input unstructured mesh

Member Function Documentation

◆ Compute()

std::unique_ptr<CurvilinearGrid> meshkernel::Mesh2DToCurvilinear::Compute ( const Point point)

Computes the curvilinear grid starting from a specific point.

Parameters
[in]pointThe 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: