From 93cb1b6bd610602944c72d10653bdc781c169ef8 Mon Sep 17 00:00:00 2001
From: Noels Ludovic <l.noels@uliege.be>
Date: Wed, 6 Dec 2023 21:27:54 +0000
Subject: [PATCH] Update README.md

---
 SFEM/README.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/SFEM/README.md b/SFEM/README.md
index 2c1aef3..6c0368e 100644
--- a/SFEM/README.md
+++ b/SFEM/README.md
@@ -110,7 +110,7 @@ In this example, we consider a multiscale lattice simulation in which the lattic
 
 ### Generate the Gauss-points list and mesh structure for the random field generator
 
-From the [rnnRF](./rnnRF/) directory, run
+This steps requires cm3Libraries (http://www.ltas-cm3.ulg.ac.be/openSource.htm). From the [rnnRF](./rnnRF/) directory, run
 
 ``` bash
 python3 generateGPInfo.py
@@ -157,6 +157,20 @@ gmsh rubics.msh randomFields/RandField_*.msh
 ```
 to vizualize the RF discretization compatible with the geometry.
 
+### Run a MC Stochastic finite element simulation
+
+This steps requires cm3Libraries (http://www.ltas-cm3.ulg.ac.be/openSource.htm). From the [rnnRF](./rnnRF/) directory, run
+
+```bash
+python3 runMCTest.py 
+```
+After execution the ouput files are store in ```'rnnRF/results'```:
+* The script saves the simulations results in ```'rnnRF/results/RandField_And_GP_X.csv/'```
+
+To vizualize the different resulting stress/strain curves
+``` bash
+python3 plotMC.py
+```
 
 ## Disclaimer
 
-- 
GitLab