getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] master updated (9a26a21 -> 06b29a6)


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] master updated (9a26a21 -> 06b29a6)
Date: Thu, 7 Sep 2017 10:05:56 -0400 (EDT)

renard pushed a change to branch master.

      from  9a26a21   change initiation order and simplification
      adds  06d2af2   Remove commented out lines.
      adds  030923a   Remove cvpts.
      adds  8b6c956   Use linear mapping to find initial guess.
      adds  7e20e2c   Reimplement Newton method.
      adds  d538ee7   Use analytic formula, if matrix is well-conditioned.
      adds  27e02f9   Return linear flag correctly.
      adds  acb2428   Move bgeot namespace into new file.
      adds  f2980db   Make nonlinear inversion work for axisymmetry.
      adds  385c385   Use factored out transformation instead of original one.
      adds  0346c9e   Check complexity_ instead of degree.
      adds  4693f8c   Revert change of is_lin, since also first-order product 
transformations are nonlinear.
      adds  557d17f   Check explicitly whether point is in convex.
      adds  27bc633   Add missing node.
      adds  142c759   Add flag for projection into convex.
      adds  46919bd   Create linear transformation only, if complexity is 
larger than one.
      adds  e67a8ac   Also check nodes of element for good initial guess.
      adds  d3109a2   Use Newton method with adaptive damping.
      adds  cf76f1b   adding bgeot_torus.h and bgeot_torus.cc to the Makefile
      adds  1fc1f56   Fix a conflict
      adds  f237af9   Use dir_points for creation of linearised transformation.
      adds  89c0bd0   Some bug fixing.
      adds  ec53c5b   Merge from master.
      adds  1872d5b   Fix sizes for lower-dimensional elements.
      adds  599b43f   Merge branch 'mb-transInversion' of 
ssh://git.sv.gnu.org:/srv/git/getfem into mb-transInversion
      adds  06b29a6   modifications for compilation problems on g++ and 
cosmetic changes

No new revisions were added by this update.

Summary of changes:
 src/Makefile.am                              |   2 +
 src/bgeot_geometric_trans.cc                 |   2 +-
 src/bgeot_geotrans_inv.cc                    | 265 ++++++++++++++++++---------
 src/bgeot_torus.cc                           | 211 +++++++++++++++++++++
 src/getfem/bgeot_geotrans_inv.h              |  74 ++++++--
 src/getfem/{getfem_torus.h => bgeot_torus.h} | 164 +++++------------
 src/getfem/getfem_interpolation.h            |   2 +-
 src/getfem/getfem_torus.h                    |  95 +++-------
 src/getfem_fem.cc                            |   1 +
 src/getfem_integration.cc                    |   2 +-
 src/getfem_torus.cc                          | 190 +------------------
 src/gmm/gmm_opt.h                            |  56 +++---
 12 files changed, 562 insertions(+), 502 deletions(-)
 create mode 100644 src/bgeot_torus.cc
 copy src/getfem/{getfem_torus.h => bgeot_torus.h} (57%)



reply via email to

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