getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] r5364 - /trunk/getfem/doc/sphinx/source/whatsnew/5.1.rs


From: Yves . Renard
Subject: [Getfem-commits] r5364 - /trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst
Date: Thu, 18 Aug 2016 20:07:32 -0000

Author: renard
Date: Thu Aug 18 22:07:31 2016
New Revision: 5364

URL: http://svn.gna.org/viewcvs/getfem?rev=5364&view=rev
Log:
Minor change

Modified:
    trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst

Modified: trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst?rev=5364&r1=5363&r2=5364&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst     (original)
+++ trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst     Thu Aug 18 22:07:31 2016
@@ -4,13 +4,13 @@
   What's New in |gf| 5.1
 ************************
 
-This release consists mainly in continuing to improve the high-level generic 
assembly langage and continuing the brick adaptation and development. Some 
small incompatibilites are due to the replacement of simple pointers by smart 
ones.
+This release consists mainly in continuing to improve the high-level generic 
assembly language and continuing the brick adaptation and development. Some 
small incompatibilities are due to the replacement of simple pointers by smart 
ones.
 
 Released version, 2016/08/18.
 
 The main changes are:
 
-   * Extensive use of std::shared_ptr and std::unique_ptr in |gf| : almost all 
new and delete occurences have been suppressed. Some small incompatibilities in 
the C++ code : most of simple pointers have been replaced by smart ones.
+   * Extensive use of std::shared_ptr and std::unique_ptr in |gf| : almost all 
new and delete occurrences have been suppressed. Some small incompatibilities 
in the C++ code : most of simple pointers have been replaced by smart ones.
 
    * Simplification of the python/matlab/scilab interface concerning the object
      management.
@@ -23,9 +23,9 @@
      
    * Addition of a local projection generic function on discontinuous fems.
 
-   * Addition of a specific transformation allowing inter-element computation 
in the high-level generic assembly langage (in order to compute inter-element 
jump of any quantity, average value, error estimator, ...)
+   * Addition of a specific transformation allowing inter-element computation 
in the high-level generic assembly language (in order to compute inter-element 
jump of any quantity, average value, error estimator, ...)
 
-   * Addition of a specific tool (Xfem_plus, Xfem_minus) in the high-level 
generic assembly langage in order to have access to the jump across an 
interface when using ficitious domain tools.
+   * Addition of a specific tool (Xfem_plus, Xfem_minus) in the high-level 
generic assembly language in order to have access to the jump across an 
interface when using fictitious domain tools.
 
    * Extension and partial re-writing of the support for global functions as 
fem basis functions. Now, storing precomputation of values, gradients and 
hessians is possible also for global basis functions.
 




reply via email to

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