From 94485f3fc2f546acccebf38036120607d1a589c2 Mon Sep 17 00:00:00 2001 From: Hadrien Montanelli <hadrien.montanelli@polytechnique.edu> Date: Mon, 6 Feb 2023 10:03:20 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90932be..ed59338 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # 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 elements and boundary integral equations, using the **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. -Some executable demos are given to detaill fonctionalities in /demo directory. +Some executable demos are given to detail fonctionalities in /demo directory. -### Important note : +### Important note: - The **castor** library should be fully installed with graphics tools (VTK) and linear algebra (openblas). For more informations, you can refer to installation procedure of the **castor** library. - Compile in release mode (-O3 or -Os) to improve speed performance. -### Authors : +### Authors: - Matthieu Aussal (matthieu.aussal@polytechnique.edu) - Marc Bakry (marc.bakry@polytechnique.edu) - Hadrien Montanelli (hadrien.montanelli@inria.fr) -- GitLab