getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] r5058 - in /trunk/getfem: bin/ contrib/bimaterial_crack


From: Yves . Renard
Subject: [Getfem-commits] r5058 - in /trunk/getfem: bin/ contrib/bimaterial_crack_test/ doc/sphinx/source/.templates/ doc/sphinx/source/scilab/ doc/sp...
Date: Mon, 27 Jul 2015 13:54:28 -0000

Author: renard
Date: Mon Jul 27 15:54:27 2015
New Revision: 5058

URL: http://svn.gna.org/viewcvs/getfem?rev=5058&view=rev
Log:
minor corrections

Modified:
    trunk/getfem/bin/Makefile.am
    trunk/getfem/contrib/bimaterial_crack_test/Makefile.am
    trunk/getfem/doc/sphinx/source/.templates/download.html
    trunk/getfem/doc/sphinx/source/scilab/install.rst
    trunk/getfem/doc/sphinx/source/userdoc/install.rst
    trunk/getfem/doc/sphinx/source/whatsnew/5.0.rst

Modified: trunk/getfem/bin/Makefile.am
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/bin/Makefile.am?rev=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- trunk/getfem/bin/Makefile.am        (original)
+++ trunk/getfem/bin/Makefile.am        Mon Jul 27 15:54:27 2015
@@ -1,3 +1,3 @@
 bin_SCRIPTS =
 
-EXTRA_DIST = $(bin_SCRIPTS) createmp extract_doc
+EXTRA_DIST = $(bin_SCRIPTS) createmp extract_doc ansys2getfem_mesh 
split_cmdref mesh_matlab_to_getfem fig2eps

Modified: trunk/getfem/contrib/bimaterial_crack_test/Makefile.am
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/bimaterial_crack_test/Makefile.am?rev=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- trunk/getfem/contrib/bimaterial_crack_test/Makefile.am      (original)
+++ trunk/getfem/contrib/bimaterial_crack_test/Makefile.am      Mon Jul 27 
15:54:27 2015
@@ -7,7 +7,7 @@
 CLEANFILES = 
 
 bimaterial_crack_test_SOURCES = bimaterial_crack_test.cc getfem_Xfem.cc
-crack_SOURCES = crack.cc crack_exact_solution.cc crack_exact_solution.h 
getfem_Xfem.cc
+crack_SOURCES = crack.cc crack_exact_solution.cc crack_exact_solution.h 
getfem_Xfem.cc getfem_spider_fem.h getfem_Xfem.h
 
 
 AM_CPPFLAGS = -I$(top_srcdir)/src -I../../src 

Modified: trunk/getfem/doc/sphinx/source/.templates/download.html
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/.templates/download.html?rev=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/.templates/download.html     (original)
+++ trunk/getfem/doc/sphinx/source/.templates/download.html     Mon Jul 27 
15:54:27 2015
@@ -20,7 +20,7 @@
   <tr><th>Format</th><th>Packed as .tar.gz</th></tr>
   <tr>
     <td>{{ project }} stable </td>
-    <td><a 
href="http://download.gna.org/getfem/stable/getfem-4.3.tar.gz";>getfem-4.3.tar.gz</a></td>
+    <td><a 
href="http://download.gna.org/getfem/stable/getfem-5.0.tar.gz";>getfem-4.3.tar.gz</a></td>
   </tr>
   <tr>
     <td>Gmm++ standalone</td>
@@ -36,7 +36,6 @@
 
 <ul>
   <li>Linux/x86 and amd64 with g++ 4.x</li>
-  <li>Intel C++ Compiler 8.0</li>
   <li>MacOS X (with the python and matlab interface)</li>
   <li>Windows with <a href="http://www.mingw.org";>MinGW</a> and
   <a href="http://www.mingw.org/wiki/msys";>MSys</a>

Modified: trunk/getfem/doc/sphinx/source/scilab/install.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/scilab/install.rst?rev=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/scilab/install.rst   (original)
+++ trunk/getfem/doc/sphinx/source/scilab/install.rst   Mon Jul 27 15:54:27 2015
@@ -11,7 +11,7 @@
 
 The installation of the |sci| |gf| toolbox can be somewhat tricky, since it 
combines a
 C++ compiler, libraries and |sci| interaction. In case of troubles with a
-non-GNU compiler, gcc/g++ (>= 4.1) should be a safe solution.
+non-GNU compiler, gcc/g++ (>= 4.8) should be a safe solution.
 
 .. caution::
 

Modified: trunk/getfem/doc/sphinx/source/userdoc/install.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/userdoc/install.rst?rev=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/userdoc/install.rst  (original)
+++ trunk/getfem/doc/sphinx/source/userdoc/install.rst  Mon Jul 27 15:54:27 2015
@@ -25,7 +25,7 @@
   packages to be installed (package ``python-numpy`` and ``python-scipy``
   in debian
   distribution). In case of troubles with a non-|gnu| compiler,
-  gcc/g++ (>= 4.1) should be a safe solution (package
+  gcc/g++ (>= 4.8) should be a safe solution (package
   ``build-essential`` in debian distribution).
 
 * If you want mesh generation, it requires the package qhull

Modified: trunk/getfem/doc/sphinx/source/whatsnew/5.0.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/whatsnew/5.0.rst?rev=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/whatsnew/5.0.rst     (original)
+++ trunk/getfem/doc/sphinx/source/whatsnew/5.0.rst     Mon Jul 27 15:54:27 2015
@@ -6,7 +6,7 @@
 
 This is a major release of |gf|. The main evolution is the generalization of 
the use of the high-level generic assembly for a more easy writting of 
nonlinear coupled problems. The few incompatibilities come from the fact that a 
certain number of tools have been re-designed (mainly Nitsche's bricks and time 
integration schemes) and the old brick system (from 1.7 release) have been 
definitevely unplugged.
 
-Released version, 2015/07/21.
+Released version, 2015/07/27.
 
 The main changes are:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]