Skip to content

Finite element software in C++. Using gmsh to generate mesh and output .VTK files.

License

Notifications You must be signed in to change notification settings

guillaumeLepape/Ellie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ellie

Finite element software in C++. Using gmsh to generate mesh and output .inp files (readable file for ParaView ).

Clone the repository

Since this git repository contains the submodule eigen, the clone command is the following

git clone --recurse-submodules <url>

Compilation

cmake version 3.18.3

To compile this project, go to the Ellie folder and tap the following commands

mkdir build 
cd build 
cmake ..
make

Then to run the code

cd ..
./build/run

About

Finite element software in C++. Using gmsh to generate mesh and output .VTK files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published