diff --git a/README.txt b/README.txt index 41af680cbe58650a1451af2e451f2cac5c7687a7..38365b3df2c4d8a0694f90d090f80d9b84a551c0 100644 --- a/README.txt +++ b/README.txt @@ -47,3 +47,19 @@ Getting help and having news from us: You can subscribe to the scalfmm users mailing list ( scalfmm-public-users@lists.gforge.inria.fr, http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/scalfmm-public-users ). Very low trafic (~ 2 mails per year) just to know when a news version or an improvement is available. Contact the developers at : scalfmm-public-support@lists.gforge.inria.fr + + +--------------------------------------------------- +--------------------------------------------------- + +What inside : +============= +× Src : The Core of Scalfmm is under the Src directory. Users should not need to modify the source. +One can want to implement its own kernel or even its own parallelization whithout modifying the sources. +× Data : example of particles distributions +× Examples : examples of very common usage of Scalfmm +× Doc : should contains the generated Doc +× UTests : contains some unit tests (it can be a good example to understand some features) +× Tests : examples to know how to use scalfmm/put particles in the tree/iterate on the tree... +× Utils : some scripts to work with the data files. +