getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] fixmisspell updated (8a98021 -> 250861


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] fixmisspell updated (8a98021 -> 250861d)
Date: Fri, 20 Nov 2020 02:38:56 -0500 (EST)

renard pushed a change to branch fixmisspell.

    from 8a98021  Add VTU(XML) binary option and slices
     add 3507069  Fix bug in second derivative of inverse operator
     add 732533f  Add VTU(XML) binary option
     add f6bc812  Support for environments without pyvista
     add 92ad552  Merge branch 'devel-tetsuo-xml-binary-squash'
     add 462698a  adding a vtu file to gitignore
     add 4af6248  adding demo_parallel_laplacian.py in the distribution
     add 0f76b55  a small fix on neighbor transformation
     add 4f8db19  adding the import of gmsh mesh files with lower order 
elements in python interface
     add 7912c99  minor correction
     add fe24d85  small fix on gmsh import of N-2 dimensional elements
     add 9c653c4  Separate regions of identical numbers in gmsh
     add bbc5d76  yet another small fix in region number for gmsh import
     add 4164a97  fix formula typos
     add 103d186  Merge remote-tracking branch 'origin/fixmisspell'
     new 250861d  Merge remote-tracking branch 'origin' into fixmisspell


Summary of changes:
 .gitignore                                         |   1 +
 .travis.yml                                        |   1 +
 .../source/userdoc/model_nonlinear_elasticity.rst  |  12 +-
 interface/src/gf_mesh.cc                           |   1 +
 interface/src/gf_mesh_fem_get.cc                   |  33 +++++
 interface/src/gf_mesh_get.cc                       |  25 ++++
 interface/src/gf_slice_get.cc                      |  72 +++++++++++
 interface/tests/python/Makefile.am                 |   3 +
 interface/tests/python/check_export_vtu.py         |  66 ++++++++++
 requirements.txt                                   |   1 +
 src/getfem/getfem_export.h                         |  51 ++++----
 src/getfem_export.cc                               | 139 ++++++++++++++++-----
 src/getfem_generic_assembly_compile_and_exec.cc    |   6 +-
 ...fem_generic_assembly_functions_and_operators.cc |   4 +-
 src/getfem_import.cc                               |  99 ++++++++-------
 15 files changed, 404 insertions(+), 110 deletions(-)
 create mode 100644 interface/tests/python/check_export_vtu.py



reply via email to

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