Code Monkey home page Code Monkey logo

layermesh's Introduction

Unit tests Documentation Status PyPI version

Layermesh

Layermesh is a Python library for creating and manipulating computational meshes with a layer/column structure, i.e. a (possibly unstructured) 2-D mesh projected down through a series of layers of constant thickness.

The uppermost layers of the mesh may be incomplete (i.e. do not contain cells for all columns), so that an irregular top surface can be used to represent e.g. topography.

The Layermesh library can be used to carry out a variety of actions on such meshes, including:

  • creating meshes
  • loading and saving from HDF5 files
  • exporting to a variety of 3-D mesh formats (via the meshio library)
  • fitting surface elevation data
  • local refinement of the horizontal mesh
  • optimization to improve horizontal mesh quality
  • mesh searching, to locate particular cells, columns or layers
  • 2-D layer and vertical slice plots (via Matplotlib)

Documentation

Documentation for Layermesh can be found on Read The Docs.

Installation

Layermesh can be installed via pip, Python's package manager:

pip install layermesh

or if you don't have permissions for installing system-wide Python packages, you can just install it locally inside your own user account:

pip install --user layermesh

This will download and install Layermesh from the Python Package Index (PyPI).

Licensing

Layermesh is open-source software, released under the GNU Lesser General Public License (LGPL) version 3.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.