getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] remove-local-superlu updated (a7601235


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] remove-local-superlu updated (a7601235 -> 8ce9151f)
Date: Mon, 18 Dec 2023 11:06:17 -0500 (EST)

logari81 pushed a change to branch remove-local-superlu.

 discard a7601235 Improve configuration without superlu
 discard cfad3bd4 Make SuperLU optional
 discard 19656941 Remove local SuperLU copy
     add 3c37cc1a minor modification for clang compatibility
     new ad5f71e5 Remove local SuperLU copy
     new aa84a361 Make SuperLU optional
     new 8ce9151f Improve configuration without superlu

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a7601235)
            \
             N -- N -- N   refs/heads/remove-local-superlu (8ce9151f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.


Summary of changes:
 contrib/bimaterial_crack_test/crack.cc             |  16 ++--
 contrib/crack_plate/crack_bilaplacian_moment.cc    |  14 +--
 contrib/delaminated_crack/delaminated_crack.cc     |   2 +-
 contrib/icare/icare.cc                             |  26 +++---
 contrib/opt_assembly/opt_assembly.cc               |   4 +-
 .../xfem_stab_unilat_contact.cc                    |  16 ++--
 interface/src/gf_slice_get.cc                      |   2 +-
 src/getfem/dal_basic.h                             |   6 ++
 src/getfem/dal_bit_vector.h                        |   8 ++
 src/getfem/dal_tas.h                               |   8 +-
 src/getfem/getfem_generic_assembly.h               |   4 +-
 src/getfem/getfem_mesh_fem.h                       |   6 +-
 src/getfem_contact_and_friction_large_sliding.cc   |  12 +--
 src/getfem_fem.cc                                  |   4 +-
 src/getfem_mesh_level_set.cc                       |   4 +-
 src/getfem_mesher.cc                               |   2 +-
 src/gmm/gmm_conjugated.h                           |  10 ++-
 src/gmm/gmm_interface.h                            |   8 +-
 src/gmm/gmm_real_part.h                            |   4 +
 src/gmm/gmm_ref.h                                  |  18 ++++
 src/gmm/gmm_scaled.h                               |  14 ++-
 src/gmm/gmm_std.h                                  |   6 +-
 src/gmm/gmm_sub_matrix.h                           |   8 +-
 src/gmm/gmm_sub_vector.h                           |   4 +-
 src/gmm/gmm_vector.h                               |   8 ++
 src/gmm/gmm_vector_to_matrix.h                     |   8 +-
 tests/crack.cc                                     |  16 ++--
 tests/heat_equation.cc                             |   2 +-
 tests/integration.cc                               | 100 ++++++++++-----------
 tests/nonlinear_elastostatic.cc                    |   2 +-
 tests/poly.cc                                      |   6 +-
 tests/schwarz_additive.cc                          |   2 +-
 tests/test_assembly.cc                             |   4 +-
 tests/test_continuation.cc                         |  10 +--
 tests/test_interpolated_fem.cc                     |  32 +++----
 tests/test_mat_elem.cc                             |  64 ++++++-------
 tests/wave_equation.cc                             |   2 +-
 37 files changed, 274 insertions(+), 188 deletions(-)



reply via email to

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