mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
Update README.md
This commit is contained in:
@@ -6,6 +6,8 @@ Build Status: [](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)
|
||||
|
||||
Reference in New Issue
Block a user