diff --git a/SFEM/README.md b/SFEM/README.md index 73ccdb4fd58250255a7b747ce5db5ba68057f559..100332f7ed3fdfa1a247f4aa086b15c4bbd07f59 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