MeshKernel
|
Construct a global grid in spherical coordinates, as a base for later mesh refinements. More...
#include <Mesh2DGenerateGlobal.hpp>
Static Public Member Functions | |
static std::unique_ptr< Mesh2D > | Compute (const UInt numLongitudeNodes, const UInt numLatitudeNodes, const Projection projection) |
Compute the global mesh with a given number of points along the longitude and latitude directions. More... | |
Construct a global grid in spherical coordinates, as a base for later mesh refinements.
|
static |
Compute the global mesh with a given number of points along the longitude and latitude directions.
[in] | numLongitudeNodes | The number of points along the longitude. |
[in] | numLatitudeNodes | The number of points along the latitude (half hemisphere). |
[in] | projection | The projection to be used. |