Codebase list getfem++ / 32cbff8
Refresh patches. Anton Gladky 7 years ago
4 changed file(s) with 62 addition(s) and 42 deletion(s). Raw diff Collapse all Expand all
11 Author: Anton Gladky <gladk@debian.org>
22 Last-Update: <2016-04-15>
33
4 Index: getfem-5.0/interface/src/gf_asm.cc
4 Index: getfem-5.1/interface/src/gf_asm.cc
55 ===================================================================
6 --- getfem-5.0.orig/interface/src/gf_asm.cc
7 +++ getfem-5.0/interface/src/gf_asm.cc
8 @@ -219,7 +219,7 @@ void asm_stabilization_patch_matrix
6 --- getfem-5.1.orig/interface/src/gf_asm.cc
7 +++ getfem-5.1/interface/src/gf_asm.cc
8 @@ -218,7 +218,7 @@ void asm_stabilization_patch_matrix
99
1010 int nparts = 1;
1111 #ifdef GETFEM_HAVE_METIS
1414 # ifdef GETFEM_HAVE_METIS_OLD_API
1515 std::vector<int> adjwgt(k); // actually Metis would also accept NULL instead of an empty array
1616 int wgtflag = 2, numflag = 0, edgecut;
17 Index: getfem-5.0/contrib/xfem_contact/xfem_dirichlet.cc
18 ===================================================================
19 --- getfem-5.0.orig/contrib/xfem_contact/xfem_dirichlet.cc
20 +++ getfem-5.0/contrib/xfem_contact/xfem_dirichlet.cc
21 @@ -32,7 +32,6 @@
22 #include "getfem/getfem_model_solvers.h"
23 #include "getfem/getfem_mesh_im_level_set.h"
24 #include "getfem/getfem_partial_mesh_fem.h"
25 -#include "getfem/getfem_Coulomb_friction.h"
26 #include "getfem/getfem_import.h"
27 #include "getfem/getfem_inter_element.h"
28 #include "gmm/gmm.h"
11 Author: Anton Gladky <gladk@debian.org>
22 Last-Update: 2016-08-13
33
4 Index: getfem/tests/Makefile.am
4 Index: getfem++-5.1+dfsg1/tests/Makefile.am
55 ===================================================================
6 --- getfem.orig/tests/Makefile.am
7 +++ getfem/tests/Makefile.am
6 --- getfem++-5.1+dfsg1.orig/tests/Makefile.am
7 +++ getfem++-5.1+dfsg1/tests/Makefile.am
88 @@ -28,8 +28,6 @@ check_PROGRAMS = \
99 test_interpolated_fem \
1010 test_range_basis \
104104 geo_trans_inv.param \
105105 heat_equation.pl \
106106 heat_equation.param \
107 Index: getfem/contrib/Makefile.am
107 Index: getfem++-5.1+dfsg1/contrib/Makefile.am
108108 ===================================================================
109 --- getfem.orig/contrib/Makefile.am
110 +++ getfem/contrib/Makefile.am
109 --- getfem++-5.1+dfsg1.orig/contrib/Makefile.am
110 +++ getfem++-5.1+dfsg1/contrib/Makefile.am
111111 @@ -1,3 +1,3 @@
112112 SUBDIRS = icare delaminated_crack aposteriori xfem_stab_unilat_contact \
113113 bimaterial_crack_test mixed_elastostatic xfem_contact crack_plate \
114 - inter_element_test static_contact_gears level_set_contact
115 + inter_element_test static_contact_gears
114 - static_contact_gears level_set_contact test_plasticity
115 + static_contact_gears
11 Author: Anton Gladky <gladk@debian.org>
22 Last-Update: 2016-08-08
33
4 --- getfem++-5.0.orig/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
5 +++ getfem++-5.0/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
4 Index: getfem-5.1/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
5 ===================================================================
6 --- getfem-5.1.orig/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
7 +++ getfem-5.1/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
68 @@ -43,7 +43,7 @@
79 #include "getfem/getfem_interpolated_fem.h"
810
1214
1315
1416 /* some GetFEM++ types that we will be using */
15 --- getfem++-5.0.orig/contrib/bimaterial_crack_test/crack_exact_solution.h
16 +++ getfem++-5.0/contrib/bimaterial_crack_test/crack_exact_solution.h
17 Index: getfem-5.1/contrib/bimaterial_crack_test/crack_exact_solution.h
18 ===================================================================
19 --- getfem-5.1.orig/contrib/bimaterial_crack_test/crack_exact_solution.h
20 +++ getfem-5.1/contrib/bimaterial_crack_test/crack_exact_solution.h
1721 @@ -32,7 +32,7 @@
1822 #include "getfem/getfem_mesh_fem_global_function.h"
1923
11 Author: Anton Gladky <gladk@debian.org>
22 Last-Update: 2016-08-08
33
4 Index: getfem/interface/src/Makefile.am
4 Index: getfem++-5.1+dfsg1/interface/src/Makefile.am
55 ===================================================================
6 --- getfem.orig/interface/src/Makefile.am
7 +++ getfem/interface/src/Makefile.am
6 --- getfem++-5.1+dfsg1.orig/interface/src/Makefile.am
7 +++ getfem++-5.1+dfsg1/interface/src/Makefile.am
88 @@ -6,12 +6,7 @@ if BUILDPYTHON
99 subdirPYTHON=python
1010 endif
1919
2020 RPC_INC_DIR=@RPC_INC_DIR@
2121
22 Index: getfem/m4/Makefile.in
22 Index: getfem++-5.1+dfsg1/m4/Makefile.in
2323 ===================================================================
24 --- getfem.orig/m4/Makefile.in
25 +++ getfem/m4/Makefile.in
26 @@ -92,7 +92,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/a
24 --- getfem++-5.1+dfsg1.orig/m4/Makefile.in
25 +++ getfem++-5.1+dfsg1/m4/Makefile.in
26 @@ -100,7 +100,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/a
2727 $(top_srcdir)/m4/ax_prog_fc_mpi.m4 $(top_srcdir)/m4/libtool.m4 \
2828 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
2929 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
3030 - $(top_srcdir)/m4/scilab.m4 $(top_srcdir)/configure.ac
31 + $(top_srcdir)/configure.ac
3132 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3233 $(ACLOCAL_M4)
33 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34 @@ -275,7 +274,6 @@ datarootdir = @datarootdir@
34 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
35 @@ -173,12 +173,9 @@ FC = @FC@
36 FCFLAGS = @FCFLAGS@
37 FCLIBS = @FCLIBS@
38 FGREP = @FGREP@
39 -GETFEM_BUILD_INTERFACE_PATH = @GETFEM_BUILD_INTERFACE_PATH@
40 -GETFEM_INTERFACE_PATH = @GETFEM_INTERFACE_PATH@
41 GETFEM_SERVER = @GETFEM_SERVER@
42 GFSERVERFLAGS = @GFSERVERFLAGS@
43 GREP = @GREP@
44 -HAVE_SCILAB = @HAVE_SCILAB@
45 IM_METHODS = @IM_METHODS@
46 IM_METHODS_LOC = @IM_METHODS_LOC@
47 INSTALL = @INSTALL@
48 @@ -242,13 +239,6 @@ QHULL_LIBS = @QHULL_LIBS@
49 RANLIB = @RANLIB@
50 RPC_INC_DIR = @RPC_INC_DIR@
51 RPC_LIB = @RPC_LIB@
52 -SCILAB_DIR = @SCILAB_DIR@
53 -SCILAB_EXE = @SCILAB_EXE@
54 -SCILAB_TOOLBOX_DIR = @SCILAB_TOOLBOX_DIR@
55 -SCILAB_VERSION = @SCILAB_VERSION@
56 -SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
57 -SCILAB_VERSION_MICRO = @SCILAB_VERSION_MICRO@
58 -SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
59 SED = @SED@
60 SET_MAKE = @SET_MAKE@
61 SHELL = @SHELL@
62 @@ -286,7 +276,6 @@ datarootdir = @datarootdir@
3563 docdir = @docdir@
3664 dvidir = @dvidir@
3765 exec_prefix = @exec_prefix@
3967 host = @host@
4068 host_alias = @host_alias@
4169 host_cpu = @host_cpu@
42 Index: getfem/configure.ac
70 Index: getfem++-5.1+dfsg1/configure.ac
4371 ===================================================================
44 --- getfem.orig/configure.ac
45 +++ getfem/configure.ac
46 @@ -977,43 +977,6 @@ fi
72 --- getfem++-5.1+dfsg1.orig/configure.ac
73 +++ getfem++-5.1+dfsg1/configure.ac
74 @@ -971,43 +971,6 @@ fi
4775 AM_CONDITIONAL(BUILDPYTHON, test x$usepython = xYES)
4876 AM_CONDITIONAL(BUILDPYTHONPAR, test x$ac_python_mpi4py = xYES)
4977
87115
88116 dnl -----------------------------------------------
89117 dnl Outputs
90 @@ -1053,8 +1016,6 @@ interface/src/matlab/Makefile
118 @@ -1047,8 +1010,6 @@ interface/src/matlab/Makefile
91119 interface/src/matlab/private/Makefile \
92120 interface/src/python/Makefile \
93121 interface/src/python/setup.py \