]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoadd a news/changes.h entry 3052/head
Matthias Maier [Thu, 1 Sep 2016 23:59:18 +0000 (18:59 -0500)]
add a news/changes.h entry

8 years agoEnsure that MPI_Comm_free is called before MPI_Finalize
Jonathan Perry-Houts [Wed, 31 Aug 2016 18:08:29 +0000 (11:08 -0700)]
Ensure that MPI_Comm_free is called before MPI_Finalize

8 years agofix news for release
Matthias Maier [Thu, 1 Sep 2016 14:55:13 +0000 (09:55 -0500)]
fix news for release

8 years agoupdate VERSION v8.4.2-rc1
Matthias Maier [Thu, 1 Sep 2016 03:19:33 +0000 (22:19 -0500)]
update VERSION

8 years agoupdate changes and news for release
Matthias Maier [Thu, 1 Sep 2016 03:16:13 +0000 (22:16 -0500)]
update changes and news for release

8 years agoMerge pull request #3046 from tamiko/pr_2579
Matthias Maier [Thu, 1 Sep 2016 02:49:33 +0000 (21:49 -0500)]
Merge pull request #3046 from tamiko/pr_2579

[dealii-8.4.2] Get around a GCC 6 warning

8 years agoMerge pull request #3043 from tamiko/dealii-8.4
Wolfgang Bangerth [Thu, 1 Sep 2016 01:44:11 +0000 (19:44 -0600)]
Merge pull request #3043 from tamiko/dealii-8.4

[dealii-8.4.2] Cherry pick #2933 to release branch

8 years agoMerge pull request #3045 from tamiko/pr_3044
Wolfgang Bangerth [Thu, 1 Sep 2016 01:43:24 +0000 (19:43 -0600)]
Merge pull request #3045 from tamiko/pr_3044

[dealii-8.4.2] CMake: Use -fPIC instead of -fpic

8 years agoGet around a GCC 6 warning. 3046/head
David Wells [Sat, 7 May 2016 23:28:26 +0000 (19:28 -0400)]
Get around a GCC 6 warning.

GCC 6.1 now warns (-Waddress) that (since the dynamic cast of an object
back to its own type always succeeds) the address of an object is always
nonzero, so these casts result in tautologies for valid vector types.

8 years agoUse index sets to simplify some assertions.
David Wells [Sat, 7 May 2016 23:34:19 +0000 (19:34 -0400)]
Use index sets to simplify some assertions.

GCC 6.1 now warns (-Waddress) that (since the dynamic cast of an object
back to its own type always succeeds) the address of an object is always
nonzero. Fortunately these dynamic casts are not needed anymore due to
better support for generic programming in the library.

Since local_size is not available for scalar vectors, perform (stricter)
checks with index sets instead.

Regardless of the new GCC warning, these assertions are useful for all
distributed vectors (and may be run now for sequential vectors too) and
dof handler type, so they should always be checked.

8 years agoCMake: Use -fPIC instead of -fpic 3045/head
Matthias Maier [Wed, 31 Aug 2016 22:48:17 +0000 (17:48 -0500)]
CMake: Use -fPIC instead of -fpic

This resolves a build failure on architectures that differentiate between
-fpic and -fPIC.

Special thanks to Matthias Klose and Graham Inggs.

8 years agoAdded const modifier to format_version variable. 3043/head
loylick [Tue, 9 Aug 2016 15:18:45 +0000 (18:18 +0300)]
Added const modifier to format_version variable.

8 years agoFixed linker error under VS2013, moved definition of format_version varible from...
loylick [Mon, 8 Aug 2016 01:01:16 +0000 (04:01 +0300)]
Fixed linker error under VS2013, moved definition of format_version varible from a header to cc file.

8 years agoupdate VERSION
Matthias Maier [Wed, 31 Aug 2016 22:32:36 +0000 (17:32 -0500)]
update VERSION

8 years agoMerge pull request #3042 from drwells/dealii-8.4-petsc-3.7
Matthias Maier [Wed, 31 Aug 2016 22:28:35 +0000 (17:28 -0500)]
Merge pull request #3042 from drwells/dealii-8.4-petsc-3.7

Fix compilation with PETSc 3.7.0.

8 years agoFix compilation with PETSc 3.7.0. 3042/head
David Wells [Wed, 31 Aug 2016 19:42:08 +0000 (15:42 -0400)]
Fix compilation with PETSc 3.7.0.

A port of commit b31f9715d09 to the 8.4 branch.

8 years agoupdate VERSION for release v8.4.1
Timo Heister [Thu, 7 Apr 2016 15:26:51 +0000 (17:26 +0200)]
update VERSION for release

8 years agoupdate 8.4.1 changelog
Timo Heister [Wed, 6 Apr 2016 20:37:30 +0000 (22:37 +0200)]
update 8.4.1 changelog

8 years agoMerge pull request #2465 from tjhei/8_4_1_pr2464
Bruno Turcksin [Tue, 5 Apr 2016 18:27:03 +0000 (13:27 -0500)]
Merge pull request #2465 from tjhei/8_4_1_pr2464

[8.4.1] take over #2464: fix bug in ConeBoundary::get_normals_at_vertices

8 years agofix bug in ConeBoundary::get_normals_at_vertices 2465/head
Timo Heister [Tue, 5 Apr 2016 16:35:54 +0000 (18:35 +0200)]
fix bug in ConeBoundary::get_normals_at_vertices

8 years agoMerge pull request #2452 from tjhei/pr841
Wolfgang Bangerth [Tue, 5 Apr 2016 14:06:10 +0000 (09:06 -0500)]
Merge pull request #2452 from tjhei/pr841

8.4.1-rc1

8 years agoupdate version to 8.4.1-rc1 2452/head
Timo Heister [Mon, 4 Apr 2016 12:18:14 +0000 (08:18 -0400)]
update version to 8.4.1-rc1

8 years agofix arpack/step-36_ar test to run on Ubuntu 14.04 + GNU compilers + MKL
Denis Davydov [Thu, 17 Mar 2016 14:41:29 +0000 (15:41 +0100)]
fix arpack/step-36_ar test to run on Ubuntu 14.04 + GNU compilers + MKL

8 years agoadjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compilers + MKL
Denis Davydov [Thu, 17 Mar 2016 14:24:20 +0000 (15:24 +0100)]
adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compilers + MKL

8 years agoskip all-headers/bundled to avoid issues with testing an already installed library
Timo Heister [Fri, 18 Mar 2016 13:50:00 +0000 (14:50 +0100)]
skip all-headers/bundled to avoid issues with testing an already installed library

8 years agoRemove typename from instantiation file.
Bruno Turcksin [Thu, 17 Mar 2016 16:35:58 +0000 (12:35 -0400)]
Remove typename from instantiation file.

8 years agoupdate VERSION for release v8.4.0
Timo Heister [Fri, 11 Mar 2016 16:29:05 +0000 (11:29 -0500)]
update VERSION for release

8 years agoMerge pull request #2337 from tjhei/8_4_pr2336
Wolfgang Bangerth [Fri, 11 Mar 2016 16:20:48 +0000 (10:20 -0600)]
Merge pull request #2337 from tjhei/8_4_pr2336

[8.4] take over #2336: CMake: Fix rpath handling on Mac OSX

8 years agoCMake: Fix rpath handling on Mac OSX 2337/head
Matthias Maier [Fri, 11 Mar 2016 15:20:11 +0000 (09:20 -0600)]
CMake: Fix rpath handling on Mac OSX

This forces global paths upon installation to avoid error messages like

dyld: Library not loaded: /lib/libdeal_II.g.8.4.0-rc3.dylib
  Referenced from: /[...]/step-18
  Reason: image not found

In Reference to #1938

8 years agoMerge pull request #2291 from tjhei/fix_img_downloader
Wolfgang Bangerth [Wed, 2 Mar 2016 23:02:52 +0000 (17:02 -0600)]
Merge pull request #2291 from tjhei/fix_img_downloader

[8.4] fix makeofflinedoc.sh image downloading

8 years agofix makeofflinedoc.sh image downloading 2291/head
Timo Heister [Wed, 2 Mar 2016 21:09:44 +0000 (16:09 -0500)]
fix makeofflinedoc.sh image downloading

- check Tutorial.html because there is an index.html in other
directories
- also download .svg files

8 years agoupdate VERSION for release v8.4.0-rc3
Timo Heister [Wed, 2 Mar 2016 16:04:27 +0000 (11:04 -0500)]
update VERSION for release

8 years agoMerge pull request #2286 from tjhei/8_4_fix_matrix_tools
Timo Heister [Tue, 1 Mar 2016 22:04:19 +0000 (17:04 -0500)]
Merge pull request #2286 from tjhei/8_4_fix_matrix_tools

[8.4] fix matrix tools

8 years agowrap correctly in namespace 2286/head
Timo Heister [Tue, 1 Mar 2016 16:48:16 +0000 (11:48 -0500)]
wrap correctly in namespace

fixes missing apply_boundary_values() implementation error

8 years agoremove dead function
Timo Heister [Tue, 1 Mar 2016 16:47:48 +0000 (11:47 -0500)]
remove dead function

8 years agoMerge pull request #2278 from tjhei/8_4_2275
Bruno Turcksin [Mon, 29 Feb 2016 21:19:45 +0000 (16:19 -0500)]
Merge pull request #2278 from tjhei/8_4_2275

[8.4] take over #2275: announce MSVC support

8 years agoMerge pull request #2277 from tjhei/8_4_pr2273
Bruno Turcksin [Mon, 29 Feb 2016 21:18:44 +0000 (16:18 -0500)]
Merge pull request #2277 from tjhei/8_4_pr2273

take over #2273 from tjhei/split_instantiations

8 years agoannounce MSVC support 2278/head
Timo Heister [Mon, 29 Feb 2016 19:37:48 +0000 (14:37 -0500)]
announce MSVC support

8 years agotake over #2273 from tjhei/split_instantiations 2277/head
Matthias Maier [Mon, 29 Feb 2016 19:41:43 +0000 (13:41 -0600)]
take over #2273 from tjhei/split_instantiations

Split instantiations of matrix_tools.cc
Conflicts:
source/numerics/matrix_tools.cc
source/numerics/matrix_tools.inst.in

8 years agoMerge pull request #2270 from tjhei/8_4_pr2262
Bruno Turcksin [Mon, 29 Feb 2016 14:25:07 +0000 (09:25 -0500)]
Merge pull request #2270 from tjhei/8_4_pr2262

[8.4] take over #2262: Avoid boost functions that don't work on BSDs.

8 years agoAvoid boost functions that don't work on BSDs. 2270/head
David Wells [Sun, 28 Feb 2016 21:08:06 +0000 (16:08 -0500)]
Avoid boost functions that don't work on BSDs.

As was noted in issue #2261, the function boost::math::iround cannot be
used on some BSD variants due to the following compilation error:

In file included from /root/workspace/dealii/source/lac/lapack_full_matrix.cc:25:
In file included from /usr/local/include/boost/math/special_functions/round.hpp:15:
In file included from /usr/local/include/boost/math/special_functions/fpclassify.hpp:19:
In file included from /usr/local/include/boost/math/special_functions/math_fwd.hpp:26:
In file included from /usr/local/include/boost/math/special_functions/detail/round_fwd.hpp:12:
/usr/local/include/boost/math/tools/promotion.hpp:141:10: error: static_assert failed
"Sorry, but this platform does not have sufficient long double support for the special functions to be reliably implemented."
         BOOST_STATIC_ASSERT_MSG((0 == ::boost::is_same<type, long
         double>::value),
         "Sorry, but this platform does not have sufficient long double support for the special functions to be reliably implement ed.");
/usr/local/include/boost/static_assert.hpp:31:45: note: expanded from macro 'BOOST_STATIC_ASSERT_MSG'

Since we only use iround for clarity this is not hard to work around.

A note on the implementation: LAPACK functions can usually be run in two
different modes. In the first, they compute the optimal size of the work
array. In the second they actually execute the function. Therefore
all we need to do is make the work arrays one longer and we should still
get the same performance out of LAPACK without needing to worry about
any unforeseen roundoff issues.

8 years agoMerge pull request #2246 from tjhei/8_4_pr2245
Bruno Turcksin [Fri, 26 Feb 2016 16:17:09 +0000 (11:17 -0500)]
Merge pull request #2246 from tjhei/8_4_pr2245

[8.4] take over #2245: blacklist intel 16.0.1

8 years agoblacklist intel 16.0.1 2246/head
Timo Heister [Thu, 25 Feb 2016 17:29:55 +0000 (12:29 -0500)]
blacklist intel 16.0.1

8 years agoMerge pull request #2244 from tjhei/8_4_pr2243
Bruno Turcksin [Thu, 25 Feb 2016 18:21:52 +0000 (13:21 -0500)]
Merge pull request #2244 from tjhei/8_4_pr2243

[8.4] take over #2243: fix incorrect MPI_Allgather

8 years agofix incorrect MPI_Allgather 2244/head
Timo Heister [Thu, 25 Feb 2016 17:21:49 +0000 (12:21 -0500)]
fix incorrect MPI_Allgather

MPI_Allgather in compute_local_to_global_vertex_index_map() was using
the wrong data type, which probably lead to wrong results or at least
illegal memory access.

8 years agoupdate VERSION for release v8.4.0-rc2
Timo Heister [Mon, 15 Feb 2016 19:32:16 +0000 (14:32 -0500)]
update VERSION for release

8 years agoMerge pull request #2201 from tjhei/8_4_pr2197
Wolfgang Bangerth [Mon, 15 Feb 2016 16:23:38 +0000 (10:23 -0600)]
Merge pull request #2201 from tjhei/8_4_pr2197

[8.4] take over #2197

8 years agoBOOST enable_if fix for old versions 2201/head
Timo Heister [Mon, 15 Feb 2016 14:04:52 +0000 (09:04 -0500)]
BOOST enable_if fix for old versions

enable_if.hpp used to be in a different directory before 1.56.

8 years agomore DISABLE_EXTRA_DIAGNOSTICS guards
Timo Heister [Mon, 15 Feb 2016 14:04:00 +0000 (09:04 -0500)]
more DISABLE_EXTRA_DIAGNOSTICS guards

8 years agoskip -pedantic if no cxx11
Timo Heister [Mon, 15 Feb 2016 14:03:29 +0000 (09:03 -0500)]
skip -pedantic if no cxx11

8 years agoMerge pull request #2193 from bangerth/add-authors
David Wells [Mon, 15 Feb 2016 03:33:00 +0000 (22:33 -0500)]
Merge pull request #2193 from bangerth/add-authors

[8.4] Take over "Add authors to the lines that list the code gallery programs."

8 years agoSeparate authors by commas, avoid space at the end. 2193/head
Wolfgang Bangerth [Sat, 13 Feb 2016 22:01:37 +0000 (16:01 -0600)]
Separate authors by commas, avoid space at the end.

8 years agoAdd authors to the lines that list the code gallery programs.
Wolfgang Bangerth [Sat, 13 Feb 2016 13:22:33 +0000 (07:22 -0600)]
Add authors to the lines that list the code gallery programs.

8 years agoMerge pull request #2190 from tjhei/8_4_pr2189
Matthias Maier [Sun, 14 Feb 2016 17:34:06 +0000 (11:34 -0600)]
Merge pull request #2190 from tjhei/8_4_pr2189

[8.4] take over #2189: fix doxygen warning in GridTools::get_dof_to_support_patch_map

8 years agoMerge pull request #2187 from tjhei/8_4_pr2185
Matthias Maier [Sun, 14 Feb 2016 17:33:19 +0000 (11:33 -0600)]
Merge pull request #2187 from tjhei/8_4_pr2185

[8.4] take over #2185: fix cmake 3.3 error about code-gallery.h

8 years agoMerge pull request #2186 from tjhei/8_4_pr_2183
Matthias Maier [Sun, 14 Feb 2016 17:25:43 +0000 (11:25 -0600)]
Merge pull request #2186 from tjhei/8_4_pr_2183

[8.4] take over #2183: suppress more warnings in external libs

8 years agoMerge pull request #2182 from tjhei/8_4_remove_la_vector
Matthias Maier [Sun, 14 Feb 2016 17:25:21 +0000 (11:25 -0600)]
Merge pull request #2182 from tjhei/8_4_remove_la_vector

[8.4] remove LA vector classes

8 years agoMerge pull request #2188 from tjhei/8_4_pr2172
Matthias Maier [Sun, 14 Feb 2016 17:24:21 +0000 (11:24 -0600)]
Merge pull request #2188 from tjhei/8_4_pr2172

[8.4] take over #2172: fix tests/base/function_parser_09

8 years agofix doxygen warning in GridTools::get_dof_to_support_patch_map 2190/head
Timo Heister [Sun, 14 Feb 2016 15:37:55 +0000 (10:37 -0500)]
fix doxygen warning in GridTools::get_dof_to_support_patch_map

8 years agofix tests/base/function_parser_09 2188/head
Timo Heister [Thu, 11 Feb 2016 21:25:45 +0000 (16:25 -0500)]
fix tests/base/function_parser_09

8 years agofix cmake 3.3 warning about code-gallery.h 2187/head
Timo Heister [Sun, 14 Feb 2016 15:15:33 +0000 (10:15 -0500)]
fix cmake 3.3 warning about code-gallery.h

cmake 3.3 will warn about CMP0058 and is unable to compile the documentation
when using Ninja:

 This project specifies custom command DEPENDS on files in the build tree
  that are not specified as the OUTPUT or BYPRODUCTS of any
  add_custom_command or add_custom_target:

   doc/doxygen/code-gallery/code-gallery.h

We have to jump through a few hoops to make this work: Generating a
dependency to a source file generated in a subdirectory CMakeLists.txt
requires a custom command attached to a custom_target. Because ADD_DEPENDENCIES
only allows custom_targets not custom_commands, we have to add another dummy.

8 years agosuppress more warnings in external libs 2186/head
Timo Heister [Sun, 14 Feb 2016 13:47:14 +0000 (08:47 -0500)]
suppress more warnings in external libs

this suppresses:
/ssd/libs-candi/trilinos-12.4.2-Source/include/Amesos2_Superludist_FunctionMap.hpp:285:17: warning: comparison of constant 67 with expression of type 'SLUD::DiagScale_t' is always false [-Wtautological-constant-out-of-range-compare]
      char eq = AMESOS2_SLUD_GET_EQUED(*equed);

and

/ssd/libs-candi/trilinos-12.4.2-Source/include/Tpetra_Experimental_BlockCrsMatrix_def.hpp:2826:3: warning: all paths through this function will call itself [-Winfinite-recursion]

8 years agoremove experimental vector classes 2182/head
Timo Heister [Sun, 14 Feb 2016 13:16:10 +0000 (08:16 -0500)]
remove experimental vector classes

8 years agoMerge pull request #2169 from tjhei/8_4_pr2168
Martin Kronbichler [Thu, 11 Feb 2016 18:33:33 +0000 (19:33 +0100)]
Merge pull request #2169 from tjhei/8_4_pr2168

[8.4] take over #2168: fix link

8 years agofix link 2169/head
Timo Heister [Thu, 11 Feb 2016 17:55:27 +0000 (12:55 -0500)]
fix link

../mail.html is a 404 and I prefer linking to "participate" instead of
the mailing list...

8 years agoMerge pull request #2162 from tjhei/8_4_pr2161
Timo Heister [Thu, 11 Feb 2016 14:18:59 +0000 (09:18 -0500)]
Merge pull request #2162 from tjhei/8_4_pr2161

[8.4] take over #2161

8 years agosilence boost warnings in step-53 2162/head
Timo Heister [Thu, 11 Feb 2016 13:33:58 +0000 (08:33 -0500)]
silence boost warnings in step-53

deprecated warning about boost_trait_def.hpp when using boost 1.60

8 years agoMerge pull request #2165 from tjhei/8_4_pr2163
Wolfgang Bangerth [Thu, 11 Feb 2016 14:12:43 +0000 (08:12 -0600)]
Merge pull request #2165 from tjhei/8_4_pr2163

[8.4] take over #2163, silence boost warnings

8 years agosilence boost warnings 2164/head 2165/head
Timo Heister [Thu, 11 Feb 2016 13:44:53 +0000 (08:44 -0500)]
silence boost warnings

8 years agoMerge pull request #2160 from tjhei/8_4_fix_req_version
Martin Kronbichler [Thu, 11 Feb 2016 13:28:25 +0000 (14:28 +0100)]
Merge pull request #2160 from tjhei/8_4_fix_req_version

[8.4] fix required version

8 years agofix required version 2160/head
Timo Heister [Thu, 11 Feb 2016 13:25:56 +0000 (08:25 -0500)]
fix required version

8 years agoMerge pull request #2159 from tjhei/8_4_pr2158
Martin Kronbichler [Thu, 11 Feb 2016 13:18:46 +0000 (14:18 +0100)]
Merge pull request #2159 from tjhei/8_4_pr2158

[8.4] take over #2158

8 years agoMerge pull request #2157 from tjhei/8_4_remove_steps
Martin Kronbichler [Thu, 11 Feb 2016 13:18:32 +0000 (14:18 +0100)]
Merge pull request #2157 from tjhei/8_4_remove_steps

[8.4] remove steps

8 years agofix warning 2159/head
Timo Heister [Thu, 11 Feb 2016 13:16:23 +0000 (08:16 -0500)]
fix warning

(unused parameter)

8 years agoremoved unfinished steps (release tasks step 8). 2157/head
Timo Heister [Thu, 11 Feb 2016 13:08:11 +0000 (08:08 -0500)]
removed unfinished steps (release tasks step 8).

8 years agoupdate AUTHORS
Timo Heister [Thu, 11 Feb 2016 12:39:07 +0000 (07:39 -0500)]
update AUTHORS

8 years agoupdate VERSION
Timo Heister [Thu, 11 Feb 2016 12:09:59 +0000 (07:09 -0500)]
update VERSION

8 years agoMerge pull request #2150 from tjhei/changes_before_84_branch
Timo Heister [Thu, 11 Feb 2016 12:08:36 +0000 (07:08 -0500)]
Merge pull request #2150 from tjhei/changes_before_84_branch

update changes and news for release

8 years agoupdate changes and news for release 2150/head
Timo Heister [Tue, 9 Feb 2016 15:04:00 +0000 (10:04 -0500)]
update changes and news for release

8 years agoMerge pull request #2152 from tjhei/disable_compiler_warnings
Timo Heister [Thu, 11 Feb 2016 12:04:43 +0000 (07:04 -0500)]
Merge pull request #2152 from tjhei/disable_compiler_warnings

disable gcc warnings

8 years agodisable gcc warning 2152/head
Timo Heister [Wed, 10 Feb 2016 18:09:04 +0000 (13:09 -0500)]
disable gcc warning

In file included from /usr/include/c++/4.8/cassert:43:0,
                 from /ssd/libs-
candi/boost_1_60_0/include/boost/property_tree/detail/json_parser/narrow_encoding.hpp:6,
                 from /ssd/libs-
candi/boost_1_60_0/include/boost/property_tree/detail/json_parser/read.hpp:14,
                 from /ssd/libs-
candi/boost_1_60_0/include/boost/property_tree/json_parser.hpp:16,
                 from /ssd/deal-git/source/base/parameter_handler.cc:26:
/ssd/libs-
candi/boost_1_60_0/include/boost/property_tree/detail/json_parser/narrow_encoding.hpp:
In member function â€˜char
boost::property_tree::json_parser::detail::utf8_utf8_encoding::to_internal_trivial(char)
const’:
/ssd/libs-
candi/boost_1_60_0/include/boost/property_tree/detail/json_parser/narrow_encoding.hpp:71:25:
warning: comparison is always true due to limited range of data type
[-Wtype-limits]
             assert(c <= 0x7f);

8 years agoMerge pull request #2153 from tjhei/update_trilinos_version
Wolfgang Bangerth [Wed, 10 Feb 2016 18:29:23 +0000 (12:29 -0600)]
Merge pull request #2153 from tjhei/update_trilinos_version

update known good trilinos version

8 years agoupdate known good trilinos version 2153/head
Timo Heister [Wed, 10 Feb 2016 18:11:08 +0000 (13:11 -0500)]
update known good trilinos version

8 years agoMerge pull request #2131 from srobertp/dof_support_patches
Wolfgang Bangerth [Wed, 10 Feb 2016 18:01:12 +0000 (12:01 -0600)]
Merge pull request #2131 from srobertp/dof_support_patches

add the get_dof_to_support_patch_map() function

8 years agoMerge pull request #2149 from asartori86/rand_function
Wolfgang Bangerth [Wed, 10 Feb 2016 17:58:00 +0000 (11:58 -0600)]
Merge pull request #2149 from asartori86/rand_function

added rand function to FunctionParser

8 years agoadded rand and rand_seed functions to FunctionParser 2149/head
alberto sartori [Tue, 9 Feb 2016 11:58:47 +0000 (12:58 +0100)]
added rand and rand_seed functions to FunctionParser

8 years agorun indent and add comments to describe test 2131/head
Spencer Patty [Wed, 10 Feb 2016 16:53:21 +0000 (10:53 -0600)]
run indent and add comments to describe test

8 years agoadd test of FE_Q<dim>(2) with dof_to_support_patch_map
Spencer Patty [Wed, 10 Feb 2016 16:47:18 +0000 (10:47 -0600)]
add test of FE_Q<dim>(2) with dof_to_support_patch_map

8 years agoMerge pull request #2151 from drwells/matrix-free-broken-link
Wolfgang Bangerth [Tue, 9 Feb 2016 18:57:04 +0000 (12:57 -0600)]
Merge pull request #2151 from drwells/matrix-free-broken-link

Join a link that was broken over two lines.

8 years agoJoin a link that was broken over two lines. 2151/head
David Wells [Tue, 9 Feb 2016 18:50:27 +0000 (13:50 -0500)]
Join a link that was broken over two lines.

This makes the link clickable.

8 years agochange template parameter to DoFHandlerType and make various changes as recommended...
Spencer Patty [Tue, 9 Feb 2016 17:59:43 +0000 (11:59 -0600)]
change template parameter to DoFHandlerType and make various changes as recommended in pull request

8 years agoMerge pull request #2144 from tjhei/wrapcomments
Wolfgang Bangerth [Tue, 9 Feb 2016 15:12:51 +0000 (09:12 -0600)]
Merge pull request #2144 from tjhei/wrapcomments

Wrapcomments

8 years agoMerge pull request #2148 from tjhei/scary_mpi_fixes
Martin Kronbichler [Mon, 8 Feb 2016 14:37:56 +0000 (15:37 +0100)]
Merge pull request #2148 from tjhei/scary_mpi_fixes

fix several scary MPI bugs

8 years agofix several scary MPI bugs 2148/head
Timo Heister [Mon, 8 Feb 2016 14:20:18 +0000 (09:20 -0500)]
fix several scary MPI bugs

I am surprised the code in question used to work at all because we are just
overwriting random memory. I detected those using clang's argument type
warnings and extensible clang type annotation within MPICH.

8 years agoMerge pull request #2147 from kronbichler/master
Martin Kronbichler [Mon, 8 Feb 2016 13:26:40 +0000 (14:26 +0100)]
Merge pull request #2147 from kronbichler/master

Avoid C++11-isms in tests

8 years agoAvoid C++11-isms in tests 2147/head
Martin Kronbichler [Mon, 8 Feb 2016 10:37:01 +0000 (11:37 +0100)]
Avoid C++11-isms in tests

8 years agoMerge pull request #2146 from tjhei/minor_doc_update
David Wells [Sun, 7 Feb 2016 17:38:48 +0000 (12:38 -0500)]
Merge pull request #2146 from tjhei/minor_doc_update

minor rewording

8 years agominor rewording 2146/head
Timo Heister [Sun, 7 Feb 2016 14:37:36 +0000 (09:37 -0500)]
minor rewording

8 years agorun wrapcomments 2144/head
Timo Heister [Sun, 7 Feb 2016 01:35:23 +0000 (20:35 -0500)]
run wrapcomments

this sadly kills some of the manual indentation of @param and other
commands

8 years agoMerge pull request #2145 from tjhei/update_copyright_years
Matthias Maier [Sun, 7 Feb 2016 02:12:30 +0000 (20:12 -0600)]
Merge pull request #2145 from tjhei/update_copyright_years

update copyright years


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.