[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] fixmisspell updated (ed911cd -> f3fc44
From: |
Yves Renard |
Subject: |
[Getfem-commits] [getfem-commits] fixmisspell updated (ed911cd -> f3fc44e) |
Date: |
Sun, 1 Dec 2019 10:03:02 -0500 (EST) |
renard pushed a change to branch fixmisspell.
from ed911cd :arrow_up: code_samples/demo_tripod.py
adds 3972083 minor fix
adds a39e510 2to3 - Automated Python 2 to 3 code translation
adds 7bfc14b minor fixes
adds 172ffff minor fixes
adds d668c00 very minor change
adds 9a02d0a Fix on convect function due to Nathan Whetsell
adds 6c2271c Clean resize_fixed_size_variable and add_fem_data
adds 8d4cd00 minor change
adds fb4e31d Add .travis.yaml
adds 1f3c29f Add .travis.yaml
adds 9cbdde2 Merge branch 'master' of
ssh://git.sv.gnu.org:/srv/git/getfem
adds cb3a655 Update src/getfem_interpolated_fem.cc and
src/getfem_models.cc
adds 00b881d Merge remote-tracking branch
'origin/dev-tetsuo-code-cleanup'
adds 7219978 Add codecov
adds 97bc6cd Add codecov
adds 76d9cbf Create .codecov.yml
adds 9b03efd Allow to detect lapack contained in the available BLAS
library
adds 73f00e3 Clean up unused-import
adds 29539bc Deep copy of mesh regions when copying a mesh
adds edea39d Moving to require Python 3
adds c613f4b UPDATE: Python3.6
adds a7db41d UPDATE: Document for Python3
adds 464990f Update requirements.txt
adds 0ef80ab Python 3 for default, Python 2.7 still supported for the
moment
adds d9a232b small fixes for python3 compatibility
adds ce49908 fix a small problem with generic assembly optimization
adds bb0fc83 :bug: Integral variable
adds 77cfc5d Merge remote-tracking branch
'origin/devel-tetsuo-fix-math'
adds f3fc44e Merge remote-tracking branch 'origin/fixmisspell'
No new revisions were added by this update.
Summary of changes:
.codecov.yml | 25 ++
.travis.yml | 47 +++
bin/rst_to_xml.py | 2 -
bin/split_cmdref | 2 +-
configure.ac | 36 ++-
.../conv_test_small_strain_plasticity.py | 2 -
.../test_small_strain_plasticity.py | 1 -
doc/sphinx/source/documenting/markup.rst | 2 +-
doc/sphinx/source/install/install_linux.rst | 7 +-
doc/sphinx/source/install/install_mac.rst | 8 +-
doc/sphinx/source/tutorial/thermo_coupling.rst | 6 +-
doc/sphinx/source/userdoc/hho.rst | 2 +-
interface/src/gf_compute.cc | 14 +-
interface/tests/python/check_asm.py | 1 -
interface/tests/python/check_global_functions.py | 1 -
interface/tests/python/check_secondary_domain.py | 1 -
.../tests/python/demo_Mindlin_Reissner_plate.py | 1 -
interface/tests/python/demo_crack.py | 1 -
.../python/demo_cracked_thermo_elastic_body.py | 3 +-
interface/tests/python/demo_dynamic_contact_1D.py | 2 +-
.../tests/python/demo_elastic_ring_contact.py | 6 +-
interface/tests/python/demo_elasticity_HHO.py | 25 +-
.../tests/python/demo_finite_strain_plasticity.py | 12 +-
.../python/demo_finite_strain_plasticity_3D.py | 12 +-
interface/tests/python/demo_laplacian_DG.py | 2 +-
interface/tests/python/demo_laplacian_HHO.py | 9 +-
interface/tests/python/demo_laplacian_pyramid.py | 2 +-
.../tests/python/demo_large_sliding_contact.py | 2 +-
interface/tests/python/demo_parallel_laplacian.py | 36 +--
interface/tests/python/demo_phase_field.py | 18 +-
interface/tests/python/demo_unit_disk.py | 1 -
interface/tests/python/getfem_tvtk.py | 2 -
requirements.txt | 3 +
src/getfem/getfem_convect.h | 4 +-
src/getfem_HHO.cc | 324 ++++++++++++++++++---
src/getfem_generic_assembly_compile_and_exec.cc | 8 +-
src/getfem_generic_assembly_semantic.cc | 9 +-
src/getfem_generic_assembly_tree.cc | 11 +-
src/getfem_interpolated_fem.cc | 4 +-
src/getfem_linearized_plates.cc | 2 +-
src/getfem_mesh.cc | 9 +-
src/getfem_models.cc | 28 +-
42 files changed, 488 insertions(+), 205 deletions(-)
create mode 100644 .codecov.yml
create mode 100644 .travis.yml
create mode 100644 requirements.txt
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Getfem-commits] [getfem-commits] fixmisspell updated (ed911cd -> f3fc44e),
Yves Renard <=