PANFACTORY / PANSFEM2

is a tiny FEM framework for C++.
MIT License
10 stars 2 forks source link
fem finite-element-methods method-of-moving-asymptotes mma topology-optimization

PANSFEM2

is a FEM library for C++. This contains

and you can easily create the simulation environment you need.

Build and Run

You can build and run a sample code as below


$ git clone https://github.com/PANFACTORY/PANSFEM2.git
$ cd PANSFEM2
$ g++ -O3 -fopenmp sample/solid/sample_updatedlagrange.cpp
$ a.exe


and you will get vtk format (*.vtk) result file.

Selling point

This library has 3 advantages:

Samples

Topology optimization about Plane Strain

Topology optimization about Heat Transfer

Topology optimization about Stokes

Author

Tanabe Yuta(@Bena43754971)

LICENSE

This library is licensed under the MIT license.
(C)2020 TanabeYuta