From 45b905b4c7ef709f655cfb047301a2746861265a Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Thu, 10 Sep 2015 21:32:06 +0300 Subject: [PATCH] Update README.rst fixed typo. added link to IRC. --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 30a61ae..bc21222 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,9 @@ The JuliaFEM project develops open-source software for reliable, scalable, distr Documentation: http://www.juliaFEM.org -GitHub respository: https://github.com/JuliaFEM/JuliaFEM.jl +GitHub repository: https://github.com/JuliaFEM/JuliaFEM.jl + +IRC: #juliafem @ FreeNode, https://webchat.freenode.net/ 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.