]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agoBugfix: Correctly set up object in move constructor
Matthias Maier [Mon, 4 May 2015 07:20:39 +0000 (09:20 +0200)]
Bugfix: Correctly set up object in move constructor

9 years agoMerge pull request #893 from tamiko/move_semantic
Wolfgang Bangerth [Sun, 3 May 2015 20:51:33 +0000 (17:51 -0300)]
Merge pull request #893 from tamiko/move_semantic

Add move constructor and operator to Vector and BlockVector

9 years agoreindent 893/head
Matthias Maier [Sat, 2 May 2015 10:21:13 +0000 (12:21 +0200)]
reindent

9 years agoDo not clear vectors in move operators/constructors for distributed data structures
Matthias Maier [Sat, 2 May 2015 08:10:57 +0000 (10:10 +0200)]
Do not clear vectors in move operators/constructors for distributed data structures

9 years agoAdd tests for native deal variants and TrilinosWrappers::MPI
Matthias Maier [Fri, 1 May 2015 22:50:33 +0000 (00:50 +0200)]
Add tests for native deal variants and TrilinosWrappers::MPI

9 years agoadd a changes.h entry
Matthias Maier [Fri, 1 May 2015 21:01:02 +0000 (23:01 +0200)]
add a changes.h entry

9 years agoAdd move constructor and operator to PETScWrappers::MPI::Vector and PETScWrappers...
Matthias Maier [Fri, 1 May 2015 21:15:31 +0000 (23:15 +0200)]
Add move constructor and operator to PETScWrappers::MPI::Vector and PETScWrappers::MPI::BlockVector

9 years agoAdd move constructor and operator to TrilinosWrappers::MPI::Vector and TrilinosWrappe...
Matthias Maier [Fri, 1 May 2015 20:19:21 +0000 (22:19 +0200)]
Add move constructor and operator to TrilinosWrappers::MPI::Vector and TrilinosWrappers::MPI::BlockVector

9 years agoAdd move constructor and operator to Vector and BlockVector
Matthias Maier [Fri, 1 May 2015 19:47:51 +0000 (21:47 +0200)]
Add move constructor and operator to Vector and BlockVector

9 years agoMerge pull request #890 from tjhei/blockwise-mg
Timo Heister [Thu, 30 Apr 2015 20:50:59 +0000 (16:50 -0400)]
Merge pull request #890 from tjhei/blockwise-mg

multigrid block_wise renumbering

9 years agoadd changelog entry 890/head
Timo Heister [Thu, 30 Apr 2015 20:35:51 +0000 (16:35 -0400)]
add changelog entry

9 years agoextend test
Timo Heister [Thu, 30 Apr 2015 15:02:38 +0000 (11:02 -0400)]
extend test

9 years agoadd serial test for DoFRenumbering::block_wise for MG
Timo Heister [Wed, 29 Apr 2015 20:34:52 +0000 (16:34 -0400)]
add serial test for DoFRenumbering::block_wise for MG

9 years agoRemove is_active check in dof renumbering
fsonner [Sat, 25 Apr 2015 14:50:17 +0000 (16:50 +0200)]
Remove is_active check in dof renumbering

9 years agoCondense locally-owned conditions for renumbering
fsonner [Sat, 25 Apr 2015 14:24:29 +0000 (16:24 +0200)]
Condense locally-owned conditions for renumbering

9 years agoAdd spacedim parameter to renumbering function
fsonner [Fri, 24 Apr 2015 16:00:04 +0000 (18:00 +0200)]
Add spacedim parameter to renumbering function

9 years agoFix block-wise dof renumbering for multigrid
fsonner [Fri, 24 Apr 2015 14:56:20 +0000 (16:56 +0200)]
Fix block-wise dof renumbering for multigrid

Re-adds a version of DoFRenumbering::block_wise working on a single
multigrid level. For this an internal helper function is changed to
work with non-active cells.

9 years agoMerge pull request #887 from drwells/consistent-logical-operators
Timo Heister [Wed, 29 Apr 2015 17:43:16 +0000 (13:43 -0400)]
Merge pull request #887 from drwells/consistent-logical-operators

Consistent logical operators

9 years agoUpdate to match the current style guide. 887/head
David Wells [Tue, 28 Apr 2015 02:23:16 +0000 (22:23 -0400)]
Update to match the current style guide.

9 years agoAdd a style guideline for "&&", "||", and "!".
David Wells [Tue, 28 Apr 2015 02:22:41 +0000 (22:22 -0400)]
Add a style guideline for "&&", "||", and "!".

9 years agoMerge pull request #886 from fsonner/gmresfix
Wolfgang Bangerth [Tue, 28 Apr 2015 13:54:14 +0000 (10:54 -0300)]
Merge pull request #886 from fsonner/gmresfix

Remove duplicate memory freeing in GMRES

9 years agoAdd test for double memory freeing bug in GMRES 886/head
fsonner [Tue, 28 Apr 2015 07:43:28 +0000 (09:43 +0200)]
Add test for double memory freeing bug in GMRES

9 years agoRemove duplicate memory freeing in GMRES
fsonner [Mon, 27 Apr 2015 16:09:59 +0000 (18:09 +0200)]
Remove duplicate memory freeing in GMRES

9 years agoMerge pull request #884 from Rombur/muelu_periodicity_64bit
Wolfgang Bangerth [Sun, 26 Apr 2015 23:38:57 +0000 (20:38 -0300)]
Merge pull request #884 from Rombur/muelu_periodicity_64bit

The muelu_periodicity tests should not be run with 64bit indices.

9 years agoMerge pull request #880 from tamiko/update_documentation
Wolfgang Bangerth [Sun, 26 Apr 2015 23:37:53 +0000 (20:37 -0300)]
Merge pull request #880 from tamiko/update_documentation

Documentation update, minor fixes Changes:

9 years agoThe muelu_periodicity tests should not be run with 64bit indices. 884/head
Bruno Turcksin [Sun, 26 Apr 2015 23:15:18 +0000 (18:15 -0500)]
The muelu_periodicity tests should not be run with 64bit indices.

9 years agoMerge pull request #881 from bangerth/fix-warning
Timo Heister [Sun, 26 Apr 2015 20:34:54 +0000 (16:34 -0400)]
Merge pull request #881 from bangerth/fix-warning

Fix a warning about an unused variable.

9 years agoFix a warning about an unused variable. 881/head
Wolfgang Bangerth [Sun, 26 Apr 2015 19:50:54 +0000 (14:50 -0500)]
Fix a warning about an unused variable.

9 years agoProvide template default arguments 880/head
Matthias Maier [Sun, 26 Apr 2015 12:51:20 +0000 (14:51 +0200)]
Provide template default arguments

9 years agoUpdate documentation
Matthias Maier [Sun, 26 Apr 2015 12:06:05 +0000 (14:06 +0200)]
Update documentation

9 years agoAdd operator*=(number) variant to LinearOperator
Matthias Maier [Sun, 26 Apr 2015 11:36:36 +0000 (13:36 +0200)]
Add operator*=(number) variant to LinearOperator

9 years agoMerge pull request #878 from drwells/remove-stl-references
Matthias Maier [Sun, 26 Apr 2015 17:18:07 +0000 (19:18 +0200)]
Merge pull request #878 from drwells/remove-stl-references

Remove STL references

9 years agoUpdate copyright years. 878/head
David Wells [Sat, 25 Apr 2015 17:14:20 +0000 (13:14 -0400)]
Update copyright years.

9 years agoUpdate the estimated memory consumption comment.
David Wells [Sat, 25 Apr 2015 17:13:31 +0000 (13:13 -0400)]
Update the estimated memory consumption comment.
This one had a sentence fragment and mentioned the STL.

9 years agoRemove compatability with EGCS 1.1.
David Wells [Sat, 25 Apr 2015 15:58:58 +0000 (11:58 -0400)]
Remove compatability with EGCS 1.1.
Chances are GCC has been patched in the last sixteen years to fix this
issue.

9 years agoRemove references to the STL.
David Wells [Sat, 25 Apr 2015 15:57:29 +0000 (11:57 -0400)]
Remove references to the STL.
These comments should refer to the C++ standard instead, which now
includes the STL (standard template library).

9 years agoMerge pull request #867 from bangerth/remove-deprecated-row-iterators
Matthias Maier [Sun, 26 Apr 2015 14:28:02 +0000 (16:28 +0200)]
Merge pull request #867 from bangerth/remove-deprecated-row-iterators

Remove deprecated row iterators

9 years agoMerge pull request #877 from tamiko/silence_warnings
Wolfgang Bangerth [Sat, 25 Apr 2015 11:51:17 +0000 (06:51 -0500)]
Merge pull request #877 from tamiko/silence_warnings

Silence extra diagnostics in the testsuite

9 years agoSilence extra diagnostics in the testsuite 877/head
Matthias Maier [Sat, 25 Apr 2015 09:53:14 +0000 (11:53 +0200)]
Silence extra diagnostics in the testsuite

9 years agoMerge pull request #864 from ian-r-rose/new_mpi_sum_utilities
Timo Heister [Sat, 25 Apr 2015 02:11:29 +0000 (22:11 -0400)]
Merge pull request #864 from ian-r-rose/new_mpi_sum_utilities

Add collective MPI sums for tensorial objects

9 years agoAdd collective MPI sums to tensorial objects 864/head
Ian Rose [Wed, 22 Apr 2015 23:20:57 +0000 (16:20 -0700)]
Add collective MPI sums to tensorial objects

Fix indentation

indentation

Move functions to mpi.h, address other comments

Try to avoid variable length array declaration

Add entry to changelog

Fix slash

9 years agoMerge pull request #873 from mtezzele/fe_tools-with-fe_bernstein
Wolfgang Bangerth [Fri, 24 Apr 2015 14:12:29 +0000 (09:12 -0500)]
Merge pull request #873 from mtezzele/fe_tools-with-fe_bernstein

Added FE_Bernstein in fe_tools.cc.

9 years agoadded FE_Bernstein in tests/fe/fe_tools_01.cc 873/head
Marco Tezzele [Fri, 24 Apr 2015 13:38:06 +0000 (15:38 +0200)]
added FE_Bernstein in tests/fe/fe_tools_01.cc

9 years agoAdded fe_bernstein in fe_tools.cc. Now get_fe_from_name works.
Marco Tezzele [Fri, 24 Apr 2015 10:04:40 +0000 (12:04 +0200)]
Added fe_bernstein in fe_tools.cc. Now get_fe_from_name works.

9 years agoMerge pull request #874 from tjhei/doxygen_fixes
Matthias Maier [Fri, 24 Apr 2015 13:42:48 +0000 (15:42 +0200)]
Merge pull request #874 from tjhei/doxygen_fixes

doxygen fixes

9 years agoremove @tref 874/head
Timo Heister [Fri, 24 Apr 2015 13:28:03 +0000 (09:28 -0400)]
remove @tref

9 years agodoxygen fixes
Timo Heister [Fri, 24 Apr 2015 13:14:11 +0000 (09:14 -0400)]
doxygen fixes

- Looks like \footnotesize is not valid in MathJax
- escape _ in linear_operator.h

9 years agoMerge pull request #869 from bangerth/doc-update-24
Timo Heister [Fri, 24 Apr 2015 01:35:50 +0000 (21:35 -0400)]
Merge pull request #869 from bangerth/doc-update-24

Update documentation in one of the examples.

9 years agoDon't compare floating point numbers directly, but via std::fabs. 869/head
Wolfgang Bangerth [Fri, 24 Apr 2015 01:24:27 +0000 (20:24 -0500)]
Don't compare floating point numbers directly, but via std::fabs.

9 years agoUpdate documentation in one of the examples.
Wolfgang Bangerth [Thu, 23 Apr 2015 13:32:39 +0000 (08:32 -0500)]
Update documentation in one of the examples.

I tripped over this place the other day because we were setting
boundary indicators without checking that the face is actually
at the boundary. One of my students used the code as the
template to build his own and promptly proceeded to set the
boundary indicator of an internal face.

9 years agoRemove deprecated row_iterator type and corresponding functions row_begin() and row_e... 867/head
Wolfgang Bangerth [Wed, 22 Apr 2015 12:14:23 +0000 (07:14 -0500)]
Remove deprecated row_iterator type and corresponding functions row_begin() and row_end() from sparsity pattern classes.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:31 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:21 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:20 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:20 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:19 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:19 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:19 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:18 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoAvoid using the deprecated row_iterator types of sparsity patterns. Replace them...
Wolfgang Bangerth [Wed, 22 Apr 2015 12:12:18 +0000 (07:12 -0500)]
Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators.

9 years agoMerge pull request #801 from rosskynch/project_bvcc_2d_patch
Matthias Maier [Thu, 23 Apr 2015 11:39:17 +0000 (13:39 +0200)]
Merge pull request #801 from rosskynch/project_bvcc_2d_patch

Fixed bug with project_boundary_value_curl_conforming_l2 in 2D

9 years agoMerge pull request #865 from bangerth/fix-dynamic-sparsity-pattern-iterators-2
Martin Kronbichler [Thu, 23 Apr 2015 11:33:10 +0000 (13:33 +0200)]
Merge pull request #865 from bangerth/fix-dynamic-sparsity-pattern-iterators-2

Fix an oversight in a previous patch for DynamicSparsityPattern iterators

9 years agoFix an oversight in a previous patch for DynamicSparsityPattern iterators. 865/head
Wolfgang Bangerth [Thu, 23 Apr 2015 11:25:58 +0000 (06:25 -0500)]
Fix an oversight in a previous patch for DynamicSparsityPattern iterators.

9 years agoFixed bug with 2D implementation. The tangents were being computed incorrectly on... 801/head
Ross Kynch [Wed, 15 Apr 2015 11:39:13 +0000 (12:39 +0100)]
Fixed bug with 2D implementation. The tangents were being computed incorrectly on geometries which dont align with the axis of the reference element. A way around this is to use the normal vectors instead, which come directly from the FEFaceValues object.

Have included a test to demonstrate this for a simple test polynomial.

9 years agoMerge pull request #861 from bangerth/fix-dynamic-sparsity-pattern-iterators
Martin Kronbichler [Thu, 23 Apr 2015 06:12:32 +0000 (08:12 +0200)]
Merge pull request #861 from bangerth/fix-dynamic-sparsity-pattern-iterators

Fix DyanmicSparsityPattern::iterator.

9 years agoIn DynamicSparsityPattern iterators, also store a pointer to the end of the line... 861/head
Wolfgang Bangerth [Wed, 22 Apr 2015 19:01:01 +0000 (14:01 -0500)]
In DynamicSparsityPattern iterators, also store a pointer to the end of the line to avoid repeated IndexSet lookups for every call to operator++.

9 years agoMerge pull request #860 from tjhei/par_interp_diff_mesh2
Wolfgang Bangerth [Wed, 22 Apr 2015 18:08:55 +0000 (13:08 -0500)]
Merge pull request #860 from tjhei/par_interp_diff_mesh2

Parallel interpolate_to_different_mesh part 2

9 years agoadd check in interpolate_to_different_mesh 860/head
Timo Heister [Wed, 22 Apr 2015 13:24:33 +0000 (09:24 -0400)]
add check in interpolate_to_different_mesh

9 years agofix documentation of interpolate_to_different_mesh
Timo Heister [Wed, 22 Apr 2015 12:56:16 +0000 (08:56 -0400)]
fix documentation of interpolate_to_different_mesh

9 years agodocument Triangulation settings
Timo Heister [Wed, 22 Apr 2015 12:55:47 +0000 (08:55 -0400)]
document Triangulation settings

9 years agoFix DyanmicSparsityPattern::iterator.
Wolfgang Bangerth [Wed, 22 Apr 2015 13:51:32 +0000 (08:51 -0500)]
Fix DyanmicSparsityPattern::iterator.

In my previous commit where they were introduced, I had failed to
take into account that DynamicSparsityPattern can take an IndexSet
that denotes which rows to store. We need to skip over rows
that are not stored by this sparsity pattern.

This, unfortunately, complicated the logic significantly.

9 years agoMerge pull request #859 from kronbichler/master
Wolfgang Bangerth [Wed, 22 Apr 2015 11:32:22 +0000 (06:32 -0500)]
Merge pull request #859 from kronbichler/master

Improve performance of renumber_dofs for parallel triangulation

9 years agoImprove performance of DHPolicy::renumber_dofs for parallel triangulation 859/head
Martin Kronbichler [Wed, 22 Apr 2015 06:51:47 +0000 (08:51 +0200)]
Improve performance of DHPolicy::renumber_dofs for parallel triangulation

9 years agoMerge pull request #858 from tjhei/par_interp_diff_mesh
Matthias Maier [Tue, 21 Apr 2015 20:02:01 +0000 (22:02 +0200)]
Merge pull request #858 from tjhei/par_interp_diff_mesh

Parallel interpolate_to_different_mesh

9 years agofix unrelated typo in documentation 858/head
Timo Heister [Tue, 21 Apr 2015 17:00:19 +0000 (13:00 -0400)]
fix unrelated typo in documentation

9 years agoadd tests
Timo Heister [Tue, 21 Apr 2015 16:59:05 +0000 (12:59 -0400)]
add tests

9 years agomake interpolate_to_different_mesh work in parallel
Timo Heister [Fri, 17 Apr 2015 16:31:17 +0000 (12:31 -0400)]
make interpolate_to_different_mesh work in parallel

9 years agoMerge pull request #857 from kronbichler/master
Wolfgang Bangerth [Tue, 21 Apr 2015 12:30:19 +0000 (07:30 -0500)]
Merge pull request #857 from kronbichler/master

Move several functions from .h to .cc file.

9 years agoMove several functions from .h to .cc file. 857/head
Martin Kronbichler [Tue, 21 Apr 2015 10:12:16 +0000 (12:12 +0200)]
Move several functions from .h to .cc file.

9 years agoMerge pull request #854 from QiaoLei-88/value_type_for_Table
Matthias Maier [Mon, 20 Apr 2015 21:30:07 +0000 (23:30 +0200)]
Merge pull request #854 from QiaoLei-88/value_type_for_Table

add standard type info to container class TableBase.

9 years agoMerge pull request #856 from QiaoLei-88/step-33_Vector_accessing
Matthias Maier [Mon, 20 Apr 2015 21:28:42 +0000 (23:28 +0200)]
Merge pull request #856 from QiaoLei-88/step-33_Vector_accessing

simplify accessing to Vector element.

9 years agoMerge pull request #855 from tjhei/step40-pvtu
Wolfgang Bangerth [Mon, 20 Apr 2015 19:53:15 +0000 (14:53 -0500)]
Merge pull request #855 from tjhei/step40-pvtu

step-40: fix pvtu filename

9 years agoadd standard type info to container class TableBase. 854/head
Lei Qiao [Mon, 20 Apr 2015 19:00:11 +0000 (14:00 -0500)]
add standard type info to container class TableBase.

9 years agostep-40: fix pvtu filename 855/head
Timo Heister [Mon, 20 Apr 2015 19:28:04 +0000 (15:28 -0400)]
step-40: fix pvtu filename

Paraview gets confused by the additional .0000 numbering and refuses
to load all .pvtu files together. Fix this by the more sensible naming
of solution-XX.pvtu

9 years agosimplify accessing to Vector element. 856/head
Lei Qiao [Mon, 20 Apr 2015 19:16:44 +0000 (14:16 -0500)]
simplify accessing to Vector element.

9 years agoMerge pull request #851 from QiaoLei-88/step-33_remove_redundant_template_parameter
Martin Kronbichler [Mon, 20 Apr 2015 18:46:43 +0000 (20:46 +0200)]
Merge pull request #851 from QiaoLei-88/step-33_remove_redundant_template_parameter

remove redundant template parameter 'Number'

9 years agoMerge pull request #852 from bangerth/remove-unnecessary-instantiation
Martin Kronbichler [Mon, 20 Apr 2015 18:41:35 +0000 (20:41 +0200)]
Merge pull request #852 from bangerth/remove-unnecessary-instantiation

Remove unnecessary instantiation

9 years agoProvide a forward declaration for an explicit specialization. 852/head
Wolfgang Bangerth [Mon, 20 Apr 2015 17:16:25 +0000 (12:16 -0500)]
Provide a forward declaration for an explicit specialization.

9 years agoRemove an explicit instantiation.
Wolfgang Bangerth [Mon, 20 Apr 2015 17:10:12 +0000 (12:10 -0500)]
Remove an explicit instantiation.

The instantiation references a function that had previously been
explicitly specialized. No explicit instantiation is necessary
here, and in fact leads to a warning by Clang.

9 years agoremove redundant template parameter 'Number' 851/head
Lei Qiao [Mon, 20 Apr 2015 16:37:37 +0000 (11:37 -0500)]
remove redundant template parameter 'Number'

9 years agoMerge pull request #849 from Rombur/step-17-typo
Timo Heister [Mon, 20 Apr 2015 15:11:05 +0000 (11:11 -0400)]
Merge pull request #849 from Rombur/step-17-typo

Fix two typos in step-17.

9 years agoMerge pull request #848 from tamiko/silence_warning
Bruno Turcksin [Mon, 20 Apr 2015 14:35:24 +0000 (09:35 -0500)]
Merge pull request #848 from tamiko/silence_warning

Explicitly call default constructor to silence a bogus warning

9 years agoFix two typos in step-17. 849/head
Bruno Turcksin [Mon, 20 Apr 2015 14:29:53 +0000 (09:29 -0500)]
Fix two typos in step-17.

9 years agoExplicitly call default constructor to silence a bogus warning 848/head
Matthias Maier [Mon, 20 Apr 2015 14:00:35 +0000 (16:00 +0200)]
Explicitly call default constructor to silence a bogus warning

This fixes a bogus warning emitted by gcc 4.8 and 4.9 about a possible
uninitialized member object

9 years agoMerge pull request #847 from tamiko/make_gcc_4.7_happy
Wolfgang Bangerth [Mon, 20 Apr 2015 13:03:32 +0000 (08:03 -0500)]
Merge pull request #847 from tamiko/make_gcc_4.7_happy

Work around a bug in gcc-4.7 wrt initalizer lists in function arguments.

9 years agoMerge pull request #841 from bangerth/doc-update-23
Matthias Maier [Mon, 20 Apr 2015 13:02:43 +0000 (15:02 +0200)]
Merge pull request #841 from bangerth/doc-update-23

Update documentation.

9 years agoMerge pull request #836 from bangerth/compute-hdiv-norm-2
Wolfgang Bangerth [Mon, 20 Apr 2015 13:01:13 +0000 (08:01 -0500)]
Merge pull request #836 from bangerth/compute-hdiv-norm-2

Compute hdiv norm 2

9 years agoFix mistaken comments. 836/head
Wolfgang Bangerth [Mon, 20 Apr 2015 13:00:45 +0000 (08:00 -0500)]
Fix mistaken comments.

9 years agoWork around a bug in gcc-4.7 wrt initalizer lists in function arguments. 847/head
Matthias Maier [Mon, 20 Apr 2015 13:00:03 +0000 (15:00 +0200)]
Work around a bug in gcc-4.7 wrt initalizer lists in function arguments.

9 years agoMerge pull request #846 from tamiko/fix_a_warning
Wolfgang Bangerth [Mon, 20 Apr 2015 12:25:12 +0000 (07:25 -0500)]
Merge pull request #846 from tamiko/fix_a_warning

Silence a warning in external or bundled boost headers (boost 1.56)


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.