[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] master updated (860f866 -> e920df7)
From: |
Yves Renard |
Subject: |
[Getfem-commits] [getfem-commits] master updated (860f866 -> e920df7) |
Date: |
Tue, 27 Aug 2019 14:37:02 -0400 (EDT) |
renard pushed a change to branch master.
from 860f866 parameter order change in command Interpolate_derivative
new 9edbf0b adding the possibility to define some hybrid fems
new bb28ea4 Allowing elementary transformations between two different
fems
new d1d911b Adding HHO reconstruction operators
new 955324b Adding a test of HHO methods on a Poisson problem and
various fixes
new d962432 fix poly composite for mixed dimension sub elements
new 025ad8b adding a small documentation on HHO methods
new 43078bf add a test on elasticity problem for HHO method
new ea2609c HHO stabilization operator on a target space different of
the original one
adds 1de979b Fix typo in docs
adds 8c8630c Merge branch 'fixmisspell' of
ssh://git.sv.gnu.org:/srv/git/getfem into fixmisspell
adds 2724335 Fix typo in docs
adds fdd5fd9 update new to std::make_shared
adds cf36151 clean bibliography which is not referenced
adds a79e4ad fix sphinx compile warning
adds 18eb0d6 Merge branch 'master' of
ssh://git.sv.gnu.org:/srv/git/getfem into fixmisspell
adds 9ebd68b Merge branch 'fixmisspell' of
ssh://git.sv.gnu.org:/srv/git/getfem into fixmisspell
adds 05bd3af Fix typo in docs
adds 0ddc3c4 Fix typo in docs
adds 41d588b Fix typo in docs
new e920df7 minor fixes
Summary of changes:
.gitignore | 3 +
doc/sphinx/Makefile.am | 61 +-
doc/sphinx/source/about.rst | 4 +-
doc/sphinx/source/biblio.rst | 51 +-
doc/sphinx/source/bugs.rst | 12 +-
doc/sphinx/source/conf.py | 28 +-
doc/sphinx/source/copyright.rst | 2 +-
doc/sphinx/source/glossary.rst | 6 +-
doc/sphinx/source/gmm/blas.rst | 10 +-
doc/sphinx/source/gmm/blas_interface.rst | 173 ++-
doc/sphinx/source/gmm/catch.rst | 18 +-
doc/sphinx/source/gmm/denseqr.rst | 8 +-
doc/sphinx/source/gmm/first-step.rst | 8 +-
doc/sphinx/source/gmm/index.rst | 2 +-
doc/sphinx/source/gmm/inside.rst | 58 +-
doc/sphinx/source/gmm/install.rst | 4 +-
doc/sphinx/source/gmm/iter.rst | 22 +-
doc/sphinx/source/gmm/matrix.rst | 6 +-
doc/sphinx/source/gmm/noverif.rst | 2 +-
doc/sphinx/source/gmm/sub-matrix.rst | 8 +-
doc/sphinx/source/gmm/triangular.rst | 2 +-
doc/sphinx/source/install/install_linux.rst | 4 +-
doc/sphinx/source/install/install_mac.rst | 6 +-
doc/sphinx/source/install/install_windows.rst | 14 +-
doc/sphinx/source/links.rst | 10 +-
doc/sphinx/source/lists.rst | 2 +-
doc/sphinx/source/matlab/examples.rst | 142 +--
doc/sphinx/source/matlab/install.rst | 2 +-
doc/sphinx/source/matlab/mlabgf.rst | 4 +-
doc/sphinx/source/matlab/oocmd.rst | 2 +-
doc/sphinx/source/matlab/plotcmdref.rst | 46 +-
doc/sphinx/source/project/appendixA.rst | 2 +-
doc/sphinx/source/project/contribute.rst | 6 +-
doc/sphinx/source/project/femdesc.rst | 34 +-
doc/sphinx/source/project/intro.rst | 20 +-
doc/sphinx/source/project/libdesc.rst | 2 +-
doc/sphinx/source/project/libdesc_cont.rst | 6 +-
doc/sphinx/source/project/libdesc_dal.rst | 2 +-
doc/sphinx/source/project/libdesc_event.rst | 6 +-
doc/sphinx/source/project/libdesc_fem.rst | 4 +-
.../source/project/libdesc_high_gen_assemb.rst | 18 +-
doc/sphinx/source/project/libdesc_im.rst | 6 +-
doc/sphinx/source/project/libdesc_interface.rst | 86 +-
doc/sphinx/source/project/libdesc_levelset.rst | 4 +-
.../source/project/libdesc_low_gen_assemb.rst | 10 +-
doc/sphinx/source/project/libdesc_mesh.rst | 2 +-
doc/sphinx/source/project/libdesc_model.rst | 10 +-
doc/sphinx/source/python/examples.rst | 186 ++--
doc/sphinx/source/python/howtos.rst | 2 +-
doc/sphinx/source/python/intro.rst | 6 +-
doc/sphinx/source/scilab/install.rst | 2 +-
doc/sphinx/source/scilab/intro.rst | 6 +-
doc/sphinx/source/scilab/plotcmdref.rst | 46 +-
doc/sphinx/source/scilab/scilabgf.rst | 4 +-
doc/sphinx/source/screenshots/shots.rst | 92 +-
doc/sphinx/source/tutorial/basic_usage.rst | 4 +-
doc/sphinx/source/tutorial/install.rst | 6 +-
doc/sphinx/source/tutorial/thermo_coupling.rst | 110 +-
doc/sphinx/source/tutorial/wheel.rst | 14 +-
doc/sphinx/source/userdoc/appendixA.rst | 42 +-
doc/sphinx/source/userdoc/appendixB.rst | 9 +-
doc/sphinx/source/userdoc/bfem.rst | 2 +-
doc/sphinx/source/userdoc/bmesh.rst | 10 +-
doc/sphinx/source/userdoc/computeL2H1.rst | 2 +-
doc/sphinx/source/userdoc/convect.rst | 20 +-
doc/sphinx/source/userdoc/gasm_high.rst | 124 ++-
doc/sphinx/source/userdoc/gasm_low.rst | 2 +-
doc/sphinx/source/userdoc/hho.rst | 157 +++
doc/sphinx/source/userdoc/index.rst | 3 +-
doc/sphinx/source/userdoc/interMM.rst | 18 +-
doc/sphinx/source/userdoc/intro.rst | 2 +-
doc/sphinx/source/userdoc/model.rst | 4 +-
doc/sphinx/source/userdoc/model_ALE_rotating.rst | 16 +-
doc/sphinx/source/userdoc/model_Nitsche.rst | 28 +-
doc/sphinx/source/userdoc/model_bilaplacian.rst | 6 +-
.../source/userdoc/model_contact_friction.rst | 22 +-
.../model_contact_friction_large_sliding.rst | 24 +-
doc/sphinx/source/userdoc/model_continuation.rst | 18 +-
doc/sphinx/source/userdoc/model_dirichlet.rst | 10 +-
.../source/userdoc/model_generic_assembly.rst | 8 +-
.../source/userdoc/model_nonlinear_elasticity.rst | 10 +-
doc/sphinx/source/userdoc/model_object.rst | 48 +-
.../userdoc/model_plasticity_small_strain.rst | 20 +-
.../source/userdoc/model_time_integration.rst | 32 +-
doc/sphinx/source/userdoc/parallel.rst | 10 +-
doc/sphinx/source/userdoc/rmesh.rst | 12 +-
doc/sphinx/source/userdoc/xfem.rst | 2 +-
doc/sphinx/source/whatsnew/1.7.rst | 6 +-
doc/sphinx/source/whatsnew/2.0.rst | 2 +-
doc/sphinx/source/whatsnew/3.0.rst | 2 +-
doc/sphinx/source/whatsnew/4.0.rst | 2 +-
doc/sphinx/source/whatsnew/4.1.1.rst | 2 +-
doc/sphinx/source/whatsnew/4.1.rst | 2 +-
doc/sphinx/source/whatsnew/4.2.rst | 10 +-
doc/sphinx/source/whatsnew/4.3.rst | 6 +-
doc/sphinx/source/whatsnew/5.0.rst | 2 +-
doc/sphinx/source/whatsnew/5.1.rst | 2 +-
doc/sphinx/source/whatsnew/5.3.rst | 2 +-
interface/src/gf_mesh_get.cc | 32 +
interface/src/gf_model_set.cc | 63 ++
interface/tests/matlab/Makefile.am | 1 +
interface/tests/matlab/check_all.m | 8 +
...{demo_Mindlin_Reissner_plate.m => check_mitc.m} | 29 +-
interface/tests/python/Makefile.am | 9 +-
interface/tests/python/demo_elasticity_HHO.py | 207 ++++
interface/tests/python/demo_laplacian.py | 4 +-
.../{demo_laplacian.py => demo_laplacian_HHO.py} | 126 ++-
interface/tests/python/demo_wave_equation.py | 4 +-
src/Makefile.am | 24 +-
src/bgeot_geometric_trans.cc | 59 +-
src/bgeot_poly_composite.cc | 178 ++-
src/getfem/bgeot_geometric_trans.h | 2 +
src/getfem/bgeot_poly.h | 2 +-
src/getfem/bgeot_poly_composite.h | 99 +-
src/getfem/getfem_HHO.h | 86 ++
src/getfem/getfem_fem.h | 21 +-
src/getfem/getfem_generic_assembly.h | 4 +-
.../getfem_generic_assembly_compile_and_exec.h | 6 +-
src/getfem/getfem_generic_assembly_tree.h | 4 +-
src/getfem/getfem_mesh.h | 7 +
src/getfem_HHO.cc | 1171 ++++++++++++++++++++
src/getfem_fem.cc | 304 ++++-
src/getfem_fem_composite.cc | 183 ++-
src/getfem_generic_assembly_compile_and_exec.cc | 810 +++++++-------
src/getfem_generic_assembly_interpolation.cc | 3 +-
src/getfem_generic_assembly_semantic.cc | 25 +-
src/getfem_generic_assembly_tree.cc | 25 +-
src/getfem_integration_composite.cc | 4 +-
src/getfem_linearized_plates.cc | 16 +-
src/getfem_mesh.cc | 17 +
src/getfem_mesh_fem.cc | 26 +-
131 files changed, 4090 insertions(+), 1584 deletions(-)
create mode 100644 doc/sphinx/source/userdoc/hho.rst
copy interface/tests/matlab/{demo_Mindlin_Reissner_plate.m => check_mitc.m}
(92%)
create mode 100644 interface/tests/python/demo_elasticity_HHO.py
copy interface/tests/python/{demo_laplacian.py => demo_laplacian_HHO.py} (51%)
create mode 100644 src/getfem/getfem_HHO.h
create mode 100644 src/getfem_HHO.cc
- [Getfem-commits] [getfem-commits] master updated (860f866 -> e920df7),
Yves Renard <=
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27
- [Getfem-commits] (no subject), Yves Renard, 2019/08/27