libMesh - A C++ Finite Element Library (LGPL-2.1, like FreeCAD)

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

libMesh - A C++ Finite Element Library (LGPL-2.1, like FreeCAD)

Post by kkremitzki »

I ran across this library the other day and thought it was rather interesting. It's the same license as FreeCAD so once I package it for Debian it could be used for optional features in FEM development.
The libMesh library provides a framework for the numerical simulation of partial differential equations using arbitrary unstructured discretizations on serial and parallel platforms. A major goal of the library is to provide support for adaptive mesh refinement (AMR) computations in parallel while allowing a research scientist to focus on the physics they are modeling.
http://libmesh.github.io/
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: libMesh - A C++ Finite Element Library (LGPL-2.1, like FreeCAD)

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: libMesh - A C++ Finite Element Library (LGPL-2.1, like FreeCAD)

Post by bernd »

interesting ... it seams an very active project.

http://users.ices.utexas.edu/~roystgnr/ ... poster.pdf
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: libMesh - A C++ Finite Element Library (LGPL-2.1, like FreeCAD)

Post by bernd »

Post Reply