diff --git a/README.md b/README.md index 4ffdffce87c0bb44d298705b243be0f8aec6b6f1..90932be98b03deb23b1d7cd50cc573f8708e3cd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FEMBEM -The **fembem** library provides tools for finite element method and boundary integral equation, using **castor** library. It's a C++ header only library, divided in two .hpp files : +The **fembem** library provides tools for finite element method and boundary integral equation, using **castor** library. It's a C++ header only library, divided in two .hpp files: - __fem.hpp__ for finite elements tools, - __bem.hpp__ for integral formulations using boundary elements. @@ -12,4 +12,4 @@ Some executable demos are given to detaill fonctionalities in /demo directory. ### Authors : - Matthieu Aussal (matthieu.aussal@polytechnique.edu) - Marc Bakry (marc.bakry@polytechnique.edu) - +- Hadrien Montanelli (hadrien.montanelli@inria.fr)