From 0c1142581c9df49493e0ac5051fbdabcec8b1f7a Mon Sep 17 00:00:00 2001 From: noels <l.noels@ulg.ac.be> Date: Wed, 6 Dec 2023 17:59:15 +0100 Subject: [PATCH] start updating --- SFEM/README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/SFEM/README.md b/SFEM/README.md index 73ccdb4..100332f 100644 --- a/SFEM/README.md +++ b/SFEM/README.md @@ -5,28 +5,25 @@ This repository contains: -* Data generated by simulation of synthetic volume elements (SVE) constructed using lattices under investigation in MOAMMM project. -* Code to visualize and generate further SVE data. -* Recurrent Neural Network (RNN) based surrogate models, trained on the SVE data. -* Code to train surrogate model and visualize its predictions against the testing data. +* A spectral generator of random fields (RF). +* Scripts to vizualize of the random fields. +* 2 test cases of Monte-Carlo (MC) stochastic finite element simulations (SFEM). ## Table of Contents -1. [Dependencies and Prerequisites](#dependencies-and-prerequisites) -2. [Structure of Repository](#structure-of-repository) -3. [Data Parameters](#data-parameters) -4. [Data Generation](#data-generation) -5. [Database and Visualization](#database-and-visualization) -6. [Surrogate Training](#surrogate-modelling) -7. [Surrogate Testing](#surrogate-testing) +1. [Spectral Generator of RF](#spectral-generator) +2. [RF vizualization](#rf-vizualization) +3. [Test Cases of MC SFEM](#mc-sfem) ## Dependencies and Prerequisites -[](https://www.python.org/downloads/) [](https://github.com/pandas-dev/pandas) [](https://pytorch.org/get-started/locally/#linux-pip) [](https://matplotlib.org/) +[](https://www.python.org/downloads/) [](https://github.com/pandas-dev/pandas) [](https://matplotlib.org/) Python, pandas, matplotlib, texttabble and latextable are pre requisites for visualizing and navigating the data. -For data generation and training / testing surrogate model, Pytorch and lattice libraries are required. +For generating mesh and for vizualization, gmsh (www.gmsh.info) is required. + +For running simulations, cm3Libraries (www.ltas-cm3L) is required. ### Instructions using apt & pip3 package manager -- GitLab