Update README.md

This commit is contained in:
Tero Frondelius
2015-06-22 08:03:22 +03:00
parent 5109cb5c61
commit 6d5f63a405
+4 -2
View File
@@ -6,6 +6,8 @@ Build Status: [![Build Status](https://api.travis-ci.org/ovainola/JuliaFEM.svg?b
Code Coverage: [![Coverage Status](https://coveralls.io/repos/ovainola/JuliaFEM/badge.svg?branch=master)](https://coveralls.io/r/ovainola/JuliaFEM?branch=master)
http://juliafem.readthedocs.org/en/latest/
The JuliaFEM project develops open-source software for reliable, scalable, distributed Finite Element Methdod.
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.
@@ -34,6 +36,6 @@ We strongly believe in the test driven development as well as building on top of
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/)
Interested in participating? Please start by reading [CONTRIBUTING.md](https://github.com/JuliaFEM/JuliaFEM/blob/master/CONTRIBUTING.md).
Contributors: see [contributors](https://github.com/ovainola/JuliaFEM/blob/master/contributors)
Contributors: see [contributors](https://github.com/JuliaFEM/JuliaFEM/blob/master/contributors)