Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
chennachaos committed Oct 11, 2023
1 parent d7976ac commit ae9604d
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ Animations of some of the simulations performed using this code are available on


* Programming languages: **C++** and **Fortran**
* C++ standard: **C++11** (or above)
* C++ standard: **C++14** (or above)
* Required third-party libraries:
1. Blas
2. Lapack
3. MPI (OpenMPI, MPICH or Intel MPI. Your choice!)
4. [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page)
5. [METIS](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview)
6. [PETSc](https://www.mcs.anl.gov/petsc/)
7. [VTK](https://vtk.org/)
8. [CGAL](https://www.cgal.org/)
1. CMake
2. Blas
3. Lapack
4. Boost
5. MPI (OpenMPI, MPICH or Intel MPI. Your choice!)
6. [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page)
7. [METIS](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview)
8. [PETSc](https://www.mcs.anl.gov/petsc/)
9. [VTK](https://vtk.org/)
10. [CGAL](https://www.cgal.org/)
11. Metis and ParMetis
12. SuperLU


## Compilation and building
Expand Down

0 comments on commit ae9604d

Please sign in to comment.