Skip to main content

`meshkernel` is a library which can be used to manipulate meshes.

Project description

MeshKernelPy

Quality Gate Status PyPI version

MeshKernelPy is a library for creating and editing meshes. It supports 1D and 2D unstructured meshes. The underlying C++ library MeshKernel can be found here.

Installation

The library can be installed from PyPI by executing

pip install meshkernel

Under Windows, If you encounter any issues importing the pip wheels, you may need to install the Visual C++ Redistributable for Visual Studio 2019.

Examples

Creating a triangular mesh inside a polygon

In this example a mesh is created by discretizing the polygon perimeter with the desired edge length.

Mesh orthogonalization

Finite volume staggered flow solvers require the mesh to be as orthogonal as possible. MeshKernel provides an algorithm to adapt the mesh and achieve a good balance between mesh orthogonality and smoothness.

Mesh refinement

A mesh can be refined in areas based on samples or polygon selections.

Contributing

In order to install MeshKernelPy locally, please execute the following line inside your virtual environment

pip install -e ".[tests, lint, docs]"

Then add a compiled MeshKernelApi.dll into your src folder.

Also make sure that your editor is configured to format the code with black and isort. When modifying Jupyter notebooks, the jupyterlab-code-formatter can be used.

Building and installing the wheel

Platform-specific build

A setup script is provided for building the wheel. The script is known to work under Windows, Linux and macOS.

To install the dependencies, use

python -m pip install --upgrade pip
python -m pip install wheel numpy matplotlib pytest

The environment variable BACK_END_BRANCH must be set prior to building the wheel. It specifies which MeshKernel branch should be built during the generation of the wheel. If one is on the main branch of MeshKernelPy, BACK_END_BRANCH must be either set to master. If one is an a release branch, BACK_END_BRANCH should be set to release. The version of the MeshKernel release branch is hardcoded in meshkernel/version.py.

While in the project's root directory, to build the wheel use

python setup.py build_ext
python setup.py sdist bdist_wheel

To install use: The wheel is installed

python -m pip install <meshkernel_wheel_name>

where <meshkernel_wheel_name> is the name of the generated wheel.

To test, simply run pytest.

Manylinux Docker image

To deploy Linux wheels to PyPI, we provide a Docker image that is based on manylinux2014_x86_64. This image includes cmake and boost, which are necessary for compiling the native MeshKernel library (written in C++). To build the Docker image, please follow these steps:

chmod +x scripts/compile_deps.sh
chmod +x scripts/build_deps.sh
docker build --progress=plain ./scripts -t build_linux_library

Once the Docker image has been built, build the linux wheels using the following command:

docker run -e BACK_END_BRANCH=<meshkernel_back_end_branch_name> -v $(pwd):/root --rm build_linux_library

where <meshkernel_back_end_branch_name> is either master or release, as described in Platform-specific build.

The deployable linux wheels will be located in dist/wheelhouse

License

MeshKernelPy uses the MIT license. However, the wheels on PyPI bundle the LGPL licensed MeshKernel. Please make sure that this fits your needs before depending on it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

meshkernel-3.0.0-py3-none-win_amd64.whl (568.1 kB view details)

Uploaded Python 3 Windows x86-64

meshkernel-3.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (807.5 kB view details)

Uploaded Python 3 manylinux: glibc 2.17+ x86-64

meshkernel-3.0.0-py3-none-macosx_11_0_x86_64.whl (691.4 kB view details)

Uploaded Python 3 macOS 11.0+ x86-64

File details

Details for the file meshkernel-3.0.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: meshkernel-3.0.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 568.1 kB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for meshkernel-3.0.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 907a80a183807e7dab17cf8c8cb1ed23e4ec6bf027dc18215a452f96ec588460
MD5 064908e27df710d251a4a2a2c5188929
BLAKE2b-256 8388bb3aec6e6bd066d3cf5229a4073970e9d71abb127825370d2c9f50fb903f

See more details on using hashes here.

File details

Details for the file meshkernel-3.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for meshkernel-3.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89d4a3730b9717a82b1a38109c3868583c4b9c0a094985e5e13043813ed62e9d
MD5 1dba0ec7be670f4ed497200e028a522b
BLAKE2b-256 8a2ea7cfca3b1e7a89c0f61befe58b0ed1a48a48c0bfcafcdd10ade26105807e

See more details on using hashes here.

File details

Details for the file meshkernel-3.0.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for meshkernel-3.0.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d18387563f80594a620abb22fbd2588ffca319552e86c42c429d870f0bd09f17
MD5 91d3341e2cb832a4b95ebd47198c856e
BLAKE2b-256 0d51574dbe5171136311a4e1019aa96fa7ae1627a3c550f6a90845411f99916b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page