From d334633bb876cd8335bd2db2cc81e6823374f535 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 4 Jul 2015 21:18:21 +0300 Subject: [PATCH] updated table --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 971bd3d..7c1fa82 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,15 @@ JuliaFEM current status: project planning Initial road map for JuliaFEM: -version | number of degree of freedom | number of cores -----------|-----------------------------------------|---------------------- -1.0 | 100 000 000 | 1 000 -2.0 | 1 000 000 000 | 10 000 -3.0 | 10 000 000 000 | 100 000 ++---------+-----------------------------+-----------------+ +| version | number of degree of freedom | number of cores | ++=========+=============================+=================+ +| 1.0 | 100 000 000 | 1 000 | ++---------+-----------------------------+-----------------+ +| 2.0 | 1 000 000 000 | 10 000 | ++---------+-----------------------------+-----------------+ +| 3.0 | 10 000 000 000 | 100 000 | ++---------+-----------------------------+-----------------+ We strongly believe in the test driven development as well as building on top of previous work. Thus all the new code in this project should be 100% tested. Also other people have wisdom in style as well: