[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] code-cleanup updated (703515f -> 7d423
From: |
Konstantinos Poulios |
Subject: |
[Getfem-commits] [getfem-commits] code-cleanup updated (703515f -> 7d42374) |
Date: |
Fri, 7 Sep 2018 06:12:46 -0400 (EDT) |
logari81 pushed a change to branch code-cleanup.
from 703515f Typo fixes, white space and constness changes
adds 1c5a402 Bug fix in gradient computation
adds f6a5bd8 fix a bug in Inv operator
adds 012f127 - search_stored_object_on_all_threads - equal method for
static keys
adds 79fb7ae overriding equal for method_key
adds e8a34a7 override equal for special_convex_structure_key_
adds 7085b85 two more overloads for equal
adds cf721e1 more overloads for equal of static_stored_object_key
adds 1673d9b - polynomial_composite::poly_of_subelt: searching on all
threads - not comparing mesh_structures addresses but their keys - searching
on all threads in structured_mesh_for_convex
adds 7e0a80a not comparing the addresses of stored objects but their
keys
adds 0722a45 readability improvements
adds bd663ec Fix issue in GMsh mesh import.
adds 05a4ea6 A mean to select the output matrix/vector part
corresponding to a variable in the generica ssembly of gf_asm
adds f08de78 Parallelise interpolation on different meshes.
adds 7d42374 Merge branch 'code-cleanup'
No new revisions were added by this update.
Summary of changes:
interface/src/gf_asm.cc | 71 ++++++++++++++++------
.../tests/matlab/demo_Nitsche_contact_by_hand.m | 6 +-
src/bgeot_convex_ref.cc | 29 ++++++++-
src/bgeot_convex_structure.cc | 10 ++-
src/bgeot_poly_composite.cc | 14 +++--
src/dal_static_stored_objects.cc | 17 ++++++
src/getfem/bgeot_convex.h | 16 +++--
src/getfem/dal_naming_system.h | 12 +++-
src/getfem/dal_static_stored_objects.h | 29 ++++++---
src/getfem/getfem_interpolation.h | 28 ++++++++-
src/getfem_generic_assembly_compile_and_exec.cc | 33 +++++++---
...fem_generic_assembly_functions_and_operators.cc | 2 +-
src/getfem_generic_assembly_semantic.cc | 69 +++++++++++----------
src/getfem_import.cc | 5 +-
src/getfem_integration.cc | 3 +-
src/getfem_mat_elem.cc | 27 ++++++--
src/getfem_mat_elem_type.cc | 25 ++++++--
src/getfem_mesh_im.cc | 6 +-
18 files changed, 301 insertions(+), 101 deletions(-)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Getfem-commits] [getfem-commits] code-cleanup updated (703515f -> 7d42374),
Konstantinos Poulios <=