Giter Club home page Giter Club logo

mmg's Introduction

mmg - Surface and volume remeshers

mmg is an open source software for bidimensional and tridimensional surface and volume remeshing.

It provides 3 applications and 4 libraries:

  • the mmg2d application and library: adaptation and optimization of a bidimensionnal triangulation;
  • the mmgs application and library: adaptation and optimization of a surface triangulation and isovalue discretization;
  • the mmg3d application and library: adaptation and optimization of a tetrahedral mesh and implicit domain meshing;
  • the mmg library gathering the mmg2d, mmgs and mmg3d libraries.

Get and compile the mmg project

  1. Get the repository:
    wget https://github.com/MmgTools/mmg/archive/master.zip
    or
    git clone https://github.com/MmgTools/mmg.git
The project sources are available under the **_src/_** directory, see:
  * **_src/mmg2d/_**   for files related to the mmg2d application;
  * **_src/mmgs/_**   for files related to the mmgs application;
  * **_src/mmg3d/_**  for files related to the mmg3d application;
  * **_src/common/_** for files related to the both.
  1. Fast compilation (build both mmg2d, mmgs, mmg3d, the mmg2d static library (libmmg3d.a), the mmgs static library (libmmgs.a), the mmg3d static library (libmmg3d.a) and the mmg static library (libmmg.a)):
    cd mmg  
    mkdir build  
    cd build  
    cmake ..  
    make  
    make install
If the `make install` command fail, try to run the `sudo make install` command.
If you don't have root access, please refers to the [Installation] section(https://github.com/MmgTools/Mmg/wiki/Setup-guide#iii-installation) of the [setup guide](https://github.com/MmgTools/Mmg/wiki/Setup-guide#setup-guide).

The **mmg2d**, **mmgs** and **mmg3d** applications are available under the `mmg2d_O3`, `mmgs_O3` and `mmg3d_O3` commands. 

Documentation

Project's web page

Project's actualities and software tutorials can be found on the mmgtools web page.

Mmg's forum

Share your comments and issues with other members of the Mmg community on the Mmg forum.

GitHub's Wiki

More detailed informations about the compilation and configuration of the mmg's applications are available on the project wiki.

Man-pages

Man pages are available inside the doc/man directory:

  • To see the mmg2d man page, just tap man ./doc/man/mmg2d.1.gz
  • To see the mmgs man page, just tap man ./doc/man/mmgs.1.gz
  • To see the mmg3d man page, just tap man ./doc/man/mmg3d.1.gz

Code documentation

Run the make doc command to build the Doxygen documentation.

  • To see the mmg2d documentation, open up the mmg/doc/mmg2d/html/index.html file;
  • To see the mmgs documentation, open up the mmg/doc/mmgs/html/index.html file;
  • To see the mmg3d documentation, open up the mmg/doc/mmg3d/html/index.html file.

Platforms

The mmg applications are validated on OS X and on most of the Linux platforms.

Contributing

Your contributions to the mmg project are welcomed. You can help us to improve our code by many means:

About the team

mmg's current developers and maintainers are Charles Dapogny, Cécile Dobrzynski, Pascal Frey and Algiane Froehly.

Contact: [email protected]

License and copyright

Code is under the terms of the GNU Lesser General Public License.

Copyright © Bx INP/Inria/UBordeaux/UPMC, 2004- .

Reference

Three-dimensional adaptive domain remeshing, implicit domain meshing, and applications to free and moving boundary problems - C. Dapogny, C. Dobrzynski and P. Frey - April 1, 2014 - JCP

mmg's People

Contributors

algiane avatar davidjsherman avatar dobrzynski avatar jmercat avatar updega2 avatar

Watchers

 avatar  avatar

mmg's Issues

GitLab CI

For completeness, provide a GitLab CI definition. Handle the many dependencies using the same Docker strategy described in #2.

Travis CI

Because of project dependencies, probably best to use a Docker container.

Travis can use Docker in builds and specifically build a custom image before installation. Travis's documentation has a confusing example, where it appears that the test step is executed twice: once in before_install, once in script.

See also an example by Giorgos Logiotatidis that is more complete.

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.