From e7b91ccc1e8775f2348c7d0293ac73140d31154a Mon Sep 17 00:00:00 2001
From: Aussal Matthieu <matthieu.aussal@polytechnique.edu>
Date: Wed, 18 Nov 2020 19:33:33 +0100
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8aac938..ef4a456 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
 # FEMBEM
 
-The **fembem** library provides tools for finite element method and boundary integral equation, using **castor** library.
\ No newline at end of file
+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. 
+
+Some executable demos are given to detaill fonctionalities in /demo directory. 
+
+**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. 
-- 
GitLab