getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] devel-tetsuo-model_lumped_mass_matrix


From: Tetsuo Koyama
Subject: [Getfem-commits] [getfem-commits] devel-tetsuo-model_lumped_mass_matrix updated (7d37202 -> 0254182)
Date: Mon, 18 Feb 2019 04:40:26 -0500 (EST)

tkoyama010 pushed a change to branch devel-tetsuo-model_lumped_mass_matrix.

      from  7d37202   Merge branch 'master' of 
ssh://git.sv.gnu.org:/srv/git/getfem into devel-tetsuo-model_lumped_mass_matrix
       new  6fbdde8   add add_lumped_mass_brick_for_first_order function
      adds  75a1155   allowing to have lower number of partitions than 
max_concurrency
      adds  53a1931   - safer omp_distribute component extraction (in Debug)  - 
default number of threads and partitions is 1, increasing threads automatically 
increases partitions unless specific number of partitions was requested.  - 
corrected constructions with universal references
      adds  8bd82f1   thread based partitioning:  - flag in mesh region needs 
to atomic, not distributed,    not to depend on the thread policy used  - 
initializing threads to 1, to be able to expand it to the desired number    
(setting them to any large number prevents later setting to 1, as shrinking     
partitions is not possible)
      adds  467ae55   1) partitioning can be changed only once; 2) flag in the 
region should be atomic; 3) starting from one thread, if more desired, this 
should be specified
      adds  5d3e796   Merge branch 'master' of git.sv.gnu.org:/srv/git/getfem 
into partitions_initiation
      adds  55089b9   cleaner error messages syntax
      adds  383842d   update the information of "Interpolation of a finite 
element method on non-matching meshes"
      adds  8516041   add model object description ``add_filtered_fem_variable``
      adds  710de08   some documentation improvements
      adds  664b86e   Fix layout of sphinx source
      adds  6df7941   minor change
      adds  57f174f   Merge branch 'master' of git.sv.gnu.org:/srv/git/getfem 
into partitions_initiation
       new  0254182   Merge branch 'master' of 
ssh://git.sv.gnu.org:/srv/git/getfem into devel-tetsuo-model_lumped_mass_matrix


Summary of changes:
 doc/sphinx/source/userdoc/interNMM.rst     | 31 ++++++++++++------
 doc/sphinx/source/userdoc/model_object.rst | 11 +++++++
 src/getfem/getfem_mesh_region.h            | 11 ++++---
 src/getfem/getfem_models.h                 |  9 ++++++
 src/getfem/getfem_omp.h                    | 52 ++++++++++++++++++------------
 src/getfem_mesh_region.cc                  | 14 ++++----
 src/getfem_models.cc                       |  2 +-
 src/getfem_omp.cc                          | 51 +++++++++++++++++++++--------
 src/gmm/gmm_real_part.h                    |  1 +
 9 files changed, 127 insertions(+), 55 deletions(-)



reply via email to

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