Giter Club home page Giter Club logo

delfem2's Introduction

Linux Windows
CI_Linux

DelFEM2

DelFEM2 is a end-to-end framework for geometry processing and FEM simulation covering wide range of components including shape editing, meshing, FEM simulation, linear solver, variational mesh deformer, and visualization. DelFEM2 is aiming to be an interactive digital engineering and authoring tool.

There is a python binding available at

The implementation is based on my old open source project DelFEM library


Manual & Tutorial

There are currently no tutorial available for this library. To understand the code, please look at the exaxmples and tests under following directoris.

See docs/coding.md for the coding convention.

Please also checkout these alternative opensource projects CGAL, libIGL.


Install

No installation is necessary to use DelFEM2. All the source code of DelFEM2 can be download using git using the following command:

git clone https://github.com/nobuyuki83/delfem2.git

DelFEM2 can be compiled either as a header-only library or as a static library. Nothing complicated is necessary if DelFEM2 is used as a header only library -- just by include header files. To use DelFEM2 as a static library, you may compiles the delfem2 codes with option DFM2_STATIC_LIBRARY and several dependent DelFEM2 source files and link them manually (this is not very complicated too).

Dependency & Binding

DelFEM2 does not have any external dependency. However, for some functionality such as OpenGL or Unit Test, you many need to download dependent repositories and compile them together.

Currently DelFEM support binding to the following C++ open source projects.

  • glfw
  • glad
  • cereal
  • alembic
  • googletest
  • cnpy
  • zlib
  • imgui
  • tinygltf
  • stb

One can download all the dependent C++ repositories with

git submodle update --init

This command downloads all the external third party codes into the directory delfem2/3rd_party (This operation might take few minutes). Or, one can download a specific dependent repository one-by-one with command

git submodule update --init 3rd_party/<name_of_repository>

Note that, DelFEM2 is distributed under the MIT licence, but these dependent libraries may affect the license.


Licence, Copyright & Contact

DelFEM2 is distributed under the MIT licence.

In a nut shell, it is free to use/distribute this software commercially for any purpose. But please always keep the copyright notice below and the MIT lisence statement.

Copyright (C) Nobuyuki Umetani 2021

If DelFEM2 contributes to an academic publication, cite it as:

@misc{delfem2,
  title = {DelFEM2},
  author = {Nobuyuki Umetani},
  note = {https://github.com/nobuyuki83/delfem2},
  year = {2019}
}

DelFEM2 is currently developed and maintained by Nobuyuki Umetani. If you have questions or comments please contact via email.

delfem2's People

Contributors

nobuyuki83 avatar umet55 avatar mmmxyz avatar

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.