From 742e10450cb2eb2c6c095bfee9ca681086196a30 Mon Sep 17 00:00:00 2001 From: Noels Ludovic <l.noels@uliege.be> Date: Wed, 6 Dec 2023 17:36:20 +0000 Subject: [PATCH] Update README.md --- SFEM/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/SFEM/README.md b/SFEM/README.md index 2e01c62..cd7d218 100644 --- a/SFEM/README.md +++ b/SFEM/README.md @@ -63,10 +63,9 @@ Instructions for Debian/Ubuntu based workstations are as follows. * The number of RFs to be generated follows from * Nsim =10 * The Random fields will be generated at the spatial points defined in terms of their coordinates. - * One example of points coordinates can be found in [rnnRF/GPData/oordinate_P_ZZ_OnPhysical_11.csv](./rnnRF/GPData/oordinate_P_ZZ_OnPhysical_11.csv) stored following 3 coordinates, point number and point volume (for a FE simulation) - * The script tries to read a file in ```mechDir+'/GPData'```, where ```mechDir``` is the working directory - * The random field number ```X``` is saved in tge file ```mechDir+'/randomFields'/RandField_X.csv```, where ```mechDir``` is the working directory. The number of columns is the dimension of the random variable and the number of lines the number of spatial points. - * The random field number ```X``` along with the spatial points coordinates is saved in file ```mechDir+'/randomFields'/RandField_And_GP_X.csv```, where ```mechDir``` is the working directory. The number of columns is the dimension of the random variable plus the 3 spatial coordinates and the number of lines the number of spatial points. + * The script tries to read a file in ```mechDir+'/GPData'```, where ```mechDir``` is the working directory, describing the list of spatial points. One example of points coordinates can be found in [rnnRF/GPData/coordinate_P_ZZ_OnPhysical_11.csv](./rnnRF/GPData/coordinate_P_ZZ_OnPhysical_11.csv) stored following 3 coordinates, point number and point volume (for a FE simulation) + * The random field number ```X``` is saved in tge file ```mechDir+'/randomFields'/RandField_X.csv```, where ```mechDir``` is the working directory. The number of columns is the dimension of the random variable and the number of lines the number of spatial points. One example of generated 2-dimension RF can be found in [rnnRF/randomFields/RandField_0.csv](./rrnnRF/randomFields/RandField_0.csv). + * The random field number ```X``` along with the spatial points coordinates is saved in file ```mechDir+'/randomFields'/RandField_And_GP_X.csv```, where ```mechDir``` is the working directory. The number of columns is the dimension of the random variable plus the 3 spatial coordinates and the number of lines the number of spatial points. One example of generated 2-dimension RF can be found in [rnnRF/randomFields/RandField_And_GP_0.csv](./rrnnRF/randomFields/RandField_And_GP_0.csv). ### cellRF -- GitLab