15.8 KB
/srv/reproducible-results/rbuild-debian/r-b-build.8rZZ43Kv/b1/dolfinx_2019.2.0~git20210130.c14cb0a-5_i386.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.8rZZ43Kv/b2/dolfinx_2019.2.0~git20210130.c14cb0a-5_i386.changes
1.07 KB
Files
    
Offset 1, 9 lines modifiedOffset 1, 9 lines modified
  
1 ·26106fbd9aab3dbc971d2046453dbe5a·770536·doc·optional·dolfinx-doc_2019.2.0~git20210130.c14cb0a-5_all.deb1 ·bfbf57127b45e3624fc166039c67ed2c·770268·doc·optional·dolfinx-doc_2019.2.0~git20210130.c14cb0a-5_all.deb
2 ·bd6c2577c832728963cf8ca8e94d7192·49524·libdevel·optional·libdolfinx-complex-dev_2019.2.0~git20210130.c14cb0a-5_i386.deb2 ·bd6c2577c832728963cf8ca8e94d7192·49524·libdevel·optional·libdolfinx-complex-dev_2019.2.0~git20210130.c14cb0a-5_i386.deb
3 ·a7c7708f7e5e39b24c041b16d09428ff·16571512·debug·optional·libdolfinx-complex2019.2-dbgsym_2019.2.0~git20210130.c14cb0a-5_i386.deb3 ·a7c7708f7e5e39b24c041b16d09428ff·16571512·debug·optional·libdolfinx-complex2019.2-dbgsym_2019.2.0~git20210130.c14cb0a-5_i386.deb
4 ·4f2452e4de0fa3841c28def37e74ec41·686708·libs·optional·libdolfinx-complex2019.2_2019.2.0~git20210130.c14cb0a-5_i386.deb4 ·4f2452e4de0fa3841c28def37e74ec41·686708·libs·optional·libdolfinx-complex2019.2_2019.2.0~git20210130.c14cb0a-5_i386.deb
5 ·eee14385c57a5874cf8a6d7653de32b9·149464·libdevel·optional·libdolfinx-dev_2019.2.0~git20210130.c14cb0a-5_all.deb5 ·eee14385c57a5874cf8a6d7653de32b9·149464·libdevel·optional·libdolfinx-dev_2019.2.0~git20210130.c14cb0a-5_all.deb
6 ·aaa1d07536f34d7b02c0a813e9280b5c·49516·libdevel·optional·libdolfinx-real-dev_2019.2.0~git20210130.c14cb0a-5_i386.deb6 ·aaa1d07536f34d7b02c0a813e9280b5c·49516·libdevel·optional·libdolfinx-real-dev_2019.2.0~git20210130.c14cb0a-5_i386.deb
7 ·6145a006971a851791f0602d5b794c7f·16492820·debug·optional·libdolfinx-real2019.2-dbgsym_2019.2.0~git20210130.c14cb0a-5_i386.deb7 ·6145a006971a851791f0602d5b794c7f·16492820·debug·optional·libdolfinx-real2019.2-dbgsym_2019.2.0~git20210130.c14cb0a-5_i386.deb
8 ·f6d6841cd31879469f6e6d61bfe98908·686112·libs·optional·libdolfinx-real2019.2_2019.2.0~git20210130.c14cb0a-5_i386.deb8 ·f6d6841cd31879469f6e6d61bfe98908·686112·libs·optional·libdolfinx-real2019.2_2019.2.0~git20210130.c14cb0a-5_i386.deb
14.6 KB
dolfinx-doc_2019.2.0~git20210130.c14cb0a-5_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-09·12:59:59.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-09·12:59:59.000000·debian-binary
2 -rw-r--r--···0········0········0····18416·2021-06-09·12:59:59.000000·control.tar.xz2 -rw-r--r--···0········0········0····18416·2021-06-09·12:59:59.000000·control.tar.xz
3 -rw-r--r--···0········0········0···751928·2021-06-09·12:59:59.000000·data.tar.xz3 -rw-r--r--···0········0········0···751660·2021-06-09·12:59:59.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
14.0 KB
data.tar.xz
14.0 KB
data.tar
597 B
./usr/share/dolfinx/demo-real/hyperelasticity/CMakeLists.txt
    
Offset 10, 15 lines modifiedOffset 10, 15 lines modified
10 #·Get·DOLFINX·configuration·data·(DOLFINXConfig.cmake·must·be·in10 #·Get·DOLFINX·configuration·data·(DOLFINXConfig.cmake·must·be·in
11 #·DOLFINX_CMAKE_CONFIG_PATH)11 #·DOLFINX_CMAKE_CONFIG_PATH)
12 if·(NOT·TARGET·dolfinx)12 if·(NOT·TARGET·dolfinx)
13 ··find_package(DOLFINX·REQUIRED)13 ··find_package(DOLFINX·REQUIRED)
14 endif()14 endif()
  
15 #·Executable15 #·Executable
16 add_executable(${PROJECT_NAME}·main.cpp·hyperelasticity.c)16 add_executable(${PROJECT_NAME}·hyperelasticity.c·main.cpp)
  
17 #·Set·C++17·standard17 #·Set·C++17·standard
18 target_compile_features(${PROJECT_NAME}·PRIVATE·cxx_std_17)18 target_compile_features(${PROJECT_NAME}·PRIVATE·cxx_std_17)
  
19 #·Target·libraries19 #·Target·libraries
20 target_link_libraries(${PROJECT_NAME}·dolfinx)20 target_link_libraries(${PROJECT_NAME}·dolfinx)
  
12.4 KB
./usr/share/dolfinx/demo-real/poisson/poisson.c
    
Offset 396, 18 lines modifiedOffset 396, 18 lines modified
396 ufc_coordinate_mapping*·create_coordinate_map_poisson(void)396 ufc_coordinate_mapping*·create_coordinate_map_poisson(void)
397 {397 {
398 ··return·create_coordinate_mapping_baa162d985ead1381ce5395ed0ee300508bddfa4();398 ··return·create_coordinate_mapping_baa162d985ead1381ce5395ed0ee300508bddfa4();
399 }399 }
  
400 //·End·of·code·for·coordinate·mapping·coordinate_mapping_baa162d985ead1381ce5395ed0ee300508bddfa4400 //·End·of·code·for·coordinate·mapping·coordinate_mapping_baa162d985ead1381ce5395ed0ee300508bddfa4
  
401 //·Code·for·integral·integral_cell_otherwise_f1c14e4945a44c8facc787de1ba231c81d9f8b7d401 //·Code·for·integral·integral_cell_otherwise_3f94093493d3a96b4b6f83c7a3c1e590551de84f
  
  
402 void·tabulate_tensor_integral_cell_otherwise_f1c14e4945a44c8facc787de1ba231c81d9f8b7d(ufc_scalar_t*·restrict·A,402 void·tabulate_tensor_integral_cell_otherwise_3f94093493d3a96b4b6f83c7a3c1e590551de84f(ufc_scalar_t*·restrict·A,
403 ····································const·ufc_scalar_t*·restrict·w,403 ····································const·ufc_scalar_t*·restrict·w,
404 ····································const·ufc_scalar_t*·restrict·c,404 ····································const·ufc_scalar_t*·restrict·c,
405 ····································const·double*·restrict·coordinate_dofs,405 ····································const·double*·restrict·coordinate_dofs,
406 ····································const·int*·restrict·unused_local_index,406 ····································const·int*·restrict·unused_local_index,
407 ····································const·uint8_t*·restrict·quadrature_permutation,407 ····································const·uint8_t*·restrict·quadrature_permutation,
408 ····································const·uint32_t·cell_permutation)408 ····································const·uint32_t·cell_permutation)
409 {409 {
1.0 KB
./usr/share/dolfinx/demo-real/poisson/poisson.h
    
Offset 38, 21 lines modifiedOffset 38, 21 lines modified
  
38 //·Helper·used·to·create·coordinate·map·using·name·given·to·the38 //·Helper·used·to·create·coordinate·map·using·name·given·to·the
39 //·UFL·file.39 //·UFL·file.
40 //·This·helper·is·called·in·user·c++·code.40 //·This·helper·is·called·in·user·c++·code.
41 //41 //
42 ufc_coordinate_mapping*·create_coordinate_map_poisson(void);42 ufc_coordinate_mapping*·create_coordinate_map_poisson(void);
  
43 ufc_integral*·create_integral_cell_otherwise_f1c14e4945a44c8facc787de1ba231c81d9f8b7d(void);43 ufc_integral*·create_integral_cell_otherwise_3f94093493d3a96b4b6f83c7a3c1e590551de84f(void);
  
44 ufc_integral*·create_integral_cell_otherwise_9ca75506f092465720da5a1144a30a8b04eea0e1(void);44 ufc_integral*·create_integral_cell_otherwise_9ca75506f092465720da5a1144a30a8b04eea0e1(void);
  
45 ufc_integral*·create_integral_exterior_facet_otherwise_9ca75506f092465720da5a1144a30a8b04eea0e1(void);45 ufc_integral*·create_integral_exterior_facet_otherwise_9ca75506f092465720da5a1144a30a8b04eea0e1(void);
  
46 ufc_form*·create_form_f1c14e4945a44c8facc787de1ba231c81d9f8b7d(void);46 ufc_form*·create_form_3f94093493d3a96b4b6f83c7a3c1e590551de84f(void);
  
47 //·Helper·used·to·create·form·using·name·which·was·given·to·the47 //·Helper·used·to·create·form·using·name·which·was·given·to·the
48 //·form·in·the·UFL·file.48 //·form·in·the·UFL·file.
49 //·This·helper·is·called·in·user·c++·code.49 //·This·helper·is·called·in·user·c++·code.
50 //50 //
51 ufc_form*·create_form_poisson_a(void);51 ufc_form*·create_form_poisson_a(void);