From f4ce5c21f510da392337a57931d30320a8cf768b Mon Sep 17 00:00:00 2001 From: TeroFrondelius Date: Mon, 18 May 2015 22:38:42 +0300 Subject: [PATCH] Update README.md Added the Mission Statement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b32b09..7100663 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # JuliaFEM + +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.