Update README.md

This commit is contained in:
Tero Frondelius
2015-05-19 23:07:39 +03:00
parent 7e95463861
commit 0044b5984e
+5 -1
View File
@@ -4,9 +4,12 @@ The JuliaFEM project develops open-source software for reliable, scalable, distr
The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. The basic design principle is: everything is nonlinear. All physics models are nonlinear from which the linearization are made as a special cases.
JuliaFEM current status: project planning
We strongly believe in the test driven development as well as building on top of previous work. Thus all the new code in this project should be 100% tested. Also other people have wisdom in style as well:
[The Zen of Python](https://www.python.org/dev/peps/pep-0020/)
```
The Zen of Python
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
@@ -16,6 +19,7 @@ The Zen of Python
Readability counts.
Errors should never pass silently.
```
Please start by reading some practical examples of [the Julia style.](http://julia.readthedocs.org/en/latest/manual/style-guide/)
Contributors: see [contributors](https://github.com/ovainola/JuliaFEM/blob/master/contributors)