From 282894a2e3f03f62d38be9720e16a09e73981b50 Mon Sep 17 00:00:00 2001 From: ovainola Date: Tue, 23 Jun 2015 08:08:22 +0300 Subject: [PATCH] Update README.md Corrected spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6719855..86fa6d8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Code Coverage: [![Coverage Status](https://coveralls.io/repos/JuliaFEM/JuliaFEM/ http://juliafem.readthedocs.org/en/latest/ -The JuliaFEM project develops open-source software for reliable, scalable, distributed Finite Element Methdod. +The JuliaFEM project develops open-source software for reliable, scalable, distributed Finite Element Method. 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.