[getfem] branch master updated (8ac88cd -> 3a8778d)
Anton Gladky
gladk at moszumanska.debian.org
Thu Dec 5 21:42:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a change to branch master
in repository getfem.
from 8ac88cd Refresh patch.
adds a0095fe Imported Upstream version 4.2.1~beta1~svn4482~dfsg
new 3c51e3e Merge.
new 388b847 Refresh patch.
new e79cef1 Bump Standards-Version 3.9.5. No changes.
new e597a62 Update changelog.
new 3a8778d Update patch
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
contrib/aposteriori/aposteriori.cc | 2 +-
.../contact_grd_trans/contact_continuation_load.cc | 2 +-
debian/changelog | 8 +
debian/control | 2 +-
debian/patches/01_link_boost-system.patch | 2 +-
doc/sphinx/source/biblio.rst | 12 +-
doc/sphinx/source/contents.rst | 1 +
doc/sphinx/source/lists.rst | 6 +-
doc/sphinx/source/project/intro.rst | 105 +-
doc/sphinx/source/project/libdesc.rst | 31 +-
doc/sphinx/source/userdoc/gasm_high.rst | 118 +
.../source/userdoc/{gasm.rst => gasm_low.rst} | 12 +-
doc/sphinx/source/userdoc/index.rst | 9 +-
doc/sphinx/source/userdoc/model_solvers.rst | 8 +-
interface/src/gf_asm.cc | 140 +-
interface/src/gf_model_set.cc | 90 +
interface/tests/matlab/check_asm.m | 29 +-
.../demo_contact_fictitious_domain_nitsche.m | 71 +-
interface/tests/matlab/demo_elasticity.m | 11 +-
interface/tests/matlab/demo_laplacian.m | 3 +-
src/Makefile.am | 15 +-
src/bgeot_rtree.cc | 2 +-
src/getfem/bgeot_small_vector.h | 3 +-
src/getfem/bgeot_tensor.h | 3 +-
src/getfem/getfem_deformable_mesh.h | 13 +-
src/getfem/getfem_fem.h | 5 +-
src/getfem/getfem_generic_assembly.h | 328 ++
src/getfem/getfem_integration.h | 10 +-
src/getfem/getfem_interpolation.h | 1 +
src/getfem/getfem_mesh.h | 24 +
src/getfem/getfem_mesh_fem.h | 22 +-
src/getfem/getfem_model_solvers.h | 9 +-
src/getfem/getfem_models.h | 353 +-
src/getfem/getfem_nonlinear_elasticity.h | 15 +
src/getfem_contact_and_friction_integral.cc | 12 +-
src/getfem_contact_and_friction_large_sliding.cc | 142 +-
src/getfem_generic_assembly.cc | 5186 ++++++++++++++++++--
src/getfem_mat_elem.cc | 3 -
src/getfem_mesh.cc | 33 +-
src/getfem_mesh_im_level_set.cc | 2 +
src/getfem_mesh_slicers.cc | 4 +-
src/getfem_mesher.cc | 8 +-
src/getfem_models.cc | 1447 ++----
src/getfem_nonlinear_elasticity.cc | 98 +
src/getfem_superlu.cc | 6 +-
src/gmm/gmm_blas_interface.h | 10 +-
src/gmm/gmm_def.h | 2 +-
src/gmm/gmm_inoutput.h | 40 +-
src/gmm/gmm_matrix.h | 4 +-
src/gmm/gmm_std.h | 227 +-
src/gmm/gmm_vector.h | 4 +-
superlu/creadhb.c | 95 +-
superlu/dreadhb.c | 40 +-
superlu/sreadhb.c | 40 +-
superlu/zreadhb.c | 40 +-
tests/test_assembly.cc | 1730 ++-----
56 files changed, 7076 insertions(+), 3562 deletions(-)
create mode 100644 doc/sphinx/source/userdoc/gasm_high.rst
rename doc/sphinx/source/userdoc/{gasm.rst => gasm_low.rst} (92%)
create mode 100644 src/getfem/getfem_generic_assembly.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getfem.git
More information about the debian-science-commits
mailing list