]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agoMerge pull request #1230 from Rombur/trilinos_matrix_64bit
Wolfgang Bangerth [Fri, 31 Jul 2015 19:03:16 +0000 (14:03 -0500)]
Merge pull request #1230 from Rombur/trilinos_matrix_64bit

Fix a test that failed for 64bit.

9 years agoFix a test that failed for 64bit. 1230/head
Bruno Turcksin [Fri, 31 Jul 2015 19:00:09 +0000 (14:00 -0500)]
Fix a test that failed for 64bit.

9 years agoMerge pull request #1227 from kronbichler/master
Wolfgang Bangerth [Fri, 31 Jul 2015 13:04:13 +0000 (08:04 -0500)]
Merge pull request #1227 from kronbichler/master

Finalize documentation from #1215

9 years agoMerge pull request #1224 from bangerth/parallelize-mapping-q
Martin Kronbichler [Fri, 31 Jul 2015 07:00:44 +0000 (09:00 +0200)]
Merge pull request #1224 from bangerth/parallelize-mapping-q

Parallelize MappingQ::get_*_data().

9 years agoList deprecated interfaces also in the doxygen documentation 1227/head
Martin Kronbichler [Fri, 31 Jul 2015 06:58:37 +0000 (08:58 +0200)]
List deprecated interfaces also in the doxygen documentation

9 years agoFix warning from #1215
Martin Kronbichler [Fri, 31 Jul 2015 06:46:02 +0000 (08:46 +0200)]
Fix warning from #1215

9 years agoList changes from #1215
Martin Kronbichler [Fri, 31 Jul 2015 06:43:44 +0000 (08:43 +0200)]
List changes from #1215

9 years agoMerge pull request #1215 from kronbichler/master
Wolfgang Bangerth [Thu, 30 Jul 2015 20:27:07 +0000 (15:27 -0500)]
Merge pull request #1215 from kronbichler/master

Avoid using deprecated interfaces

9 years agoMerge pull request #1225 from kronbichler/update_changelog
Martin Kronbichler [Thu, 30 Jul 2015 20:12:30 +0000 (22:12 +0200)]
Merge pull request #1225 from kronbichler/update_changelog

Take over changelog adjustment from 8.3 to master

9 years agoTake over changelog adjustment from 8.3 to master 1225/head
Martin Kronbichler [Thu, 30 Jul 2015 20:11:47 +0000 (22:11 +0200)]
Take over changelog adjustment from 8.3 to master

9 years agoParallelize MappingQ::get_*_data(). 1224/head
Wolfgang Bangerth [Thu, 30 Jul 2015 19:59:14 +0000 (14:59 -0500)]
Parallelize MappingQ::get_*_data().

In MappingQ, get_*_data() creates both a data object for a Q_p
mapping as well as for a Q_1 mapping (for interior cells). This can
be done in parallel. Do so here.

9 years agoMerge pull request #1221 from bangerth/revise-mapping-fill_fe_values-interface-2
Martin Kronbichler [Thu, 30 Jul 2015 19:53:36 +0000 (21:53 +0200)]
Merge pull request #1221 from bangerth/revise-mapping-fill_fe_values-interface-2

Further revise the MappingQ1/MappingQ interfaces.

9 years agoMerge pull request #1223 from tamiko/adapt-test
Wolfgang Bangerth [Thu, 30 Jul 2015 18:09:39 +0000 (13:09 -0500)]
Merge pull request #1223 from tamiko/adapt-test

make mpi/step-40.mpirun=? more robust

9 years agomake mpi/step-40.mpirun=? more robust 1223/head
Matthias Maier [Thu, 30 Jul 2015 17:54:29 +0000 (12:54 -0500)]
make mpi/step-40.mpirun=? more robust

9 years agoRemove the compute_fill_face() function from the public interface. 1221/head
Wolfgang Bangerth [Thu, 30 Jul 2015 15:33:57 +0000 (10:33 -0500)]
Remove the compute_fill_face() function from the public interface.

Instead make it part of the internal implementation of the class in the .cc file.

9 years agoPerformance optimization of Epetra_Map -> IndexSet conversion 1215/head
Martin Kronbichler [Thu, 30 Jul 2015 11:54:31 +0000 (13:54 +0200)]
Performance optimization of Epetra_Map -> IndexSet conversion

9 years agoMark Epetra_Map functions as deprecated.
Martin Kronbichler [Thu, 30 Jul 2015 11:41:22 +0000 (13:41 +0200)]
Mark Epetra_Map functions as deprecated.

9 years agoAdd test for new functionality
Martin Kronbichler [Thu, 30 Jul 2015 11:36:21 +0000 (13:36 +0200)]
Add test for new functionality

9 years agoMark methods with Epetra_Map as deprecated.
Martin Kronbichler [Thu, 30 Jul 2015 10:53:09 +0000 (12:53 +0200)]
Mark methods with Epetra_Map as deprecated.

9 years agoMove method that uses deprecated interface to cc file to avoid warnings in user code.
Martin Kronbichler [Thu, 30 Jul 2015 10:52:29 +0000 (12:52 +0200)]
Move method that uses deprecated interface to cc file to avoid warnings in user code.

9 years agoAvoid using deprecated interfaces
Martin Kronbichler [Wed, 29 Jul 2015 16:41:27 +0000 (18:41 +0200)]
Avoid using deprecated interfaces

9 years agoDon't call compute_fill_face, but go right back to the function in the base class.
Wolfgang Bangerth [Mon, 27 Jul 2015 23:37:55 +0000 (18:37 -0500)]
Don't call compute_fill_face, but go right back to the function in the base class.

9 years agoMinor cleanup.
Wolfgang Bangerth [Mon, 27 Jul 2015 23:37:28 +0000 (18:37 -0500)]
Minor cleanup.

9 years agoRemove MappingQ1::compute_fill and simplify MappingQ1::compute_fill_face.
Wolfgang Bangerth [Mon, 27 Jul 2015 22:06:51 +0000 (17:06 -0500)]
Remove MappingQ1::compute_fill and simplify MappingQ1::compute_fill_face.

Also move around a few functions in the .cc file to make the flow easier
to read. The old style used rather generic function names that don't
really give away what concretely a function does.

9 years agoMerge pull request #1218 from bangerth/fix-timer
Timo Heister [Thu, 30 Jul 2015 00:57:29 +0000 (20:57 -0400)]
Merge pull request #1218 from bangerth/fix-timer

Fix division by zero.

9 years agoRevise internal functions of MappingQ1.
Wolfgang Bangerth [Mon, 27 Jul 2015 18:51:30 +0000 (13:51 -0500)]
Revise internal functions of MappingQ1.

The compute_fill* functions now also take FEValuesData as arguments,
just like the fill_fe_values() functions.

9 years agoFix division by zero. 1218/head
Wolfgang Bangerth [Wed, 29 Jul 2015 21:41:25 +0000 (16:41 -0500)]
Fix division by zero.

Instead of first dividing by zero and then cleaning up the mess,
simply test whether we're going to divide by zero and do the
right thing based on that test.

9 years agoMerge pull request #1217 from QiaoLei-88/step33_DepreTrillinosInterface
Wolfgang Bangerth [Wed, 29 Jul 2015 21:30:05 +0000 (16:30 -0500)]
Merge pull request #1217 from QiaoLei-88/step33_DepreTrillinosInterface

avoid using deprecated trilinos wrapper in step-33.

9 years agoMerge pull request #1216 from tjhei/fix_avoid_epetra_map
Martin Kronbichler [Wed, 29 Jul 2015 18:36:05 +0000 (20:36 +0200)]
Merge pull request #1216 from tjhei/fix_avoid_epetra_map

fix: avoid Epetra_Map in Trilinos interface

9 years agoavoid using deprecated trilinos wrapper in step-33. 1217/head
Lei Qiao [Wed, 29 Jul 2015 17:06:01 +0000 (12:06 -0500)]
avoid using deprecated trilinos wrapper in step-33.

9 years agofix: avoid Epetra_Map in Trilinos interface 1216/head
Timo Heister [Wed, 29 Jul 2015 17:02:01 +0000 (13:02 -0400)]
fix: avoid Epetra_Map in Trilinos interface

use DomainMap instead of ColMap.

9 years agoMerge pull request #1205 from tjhei/stl_bugs
Wolfgang Bangerth [Wed, 29 Jul 2015 15:37:34 +0000 (10:37 -0500)]
Merge pull request #1205 from tjhei/stl_bugs

Stl bugs

9 years agoMerge pull request #1214 from kronbichler/master
Wolfgang Bangerth [Wed, 29 Jul 2015 15:30:04 +0000 (10:30 -0500)]
Merge pull request #1214 from kronbichler/master

Fix compilation warning: &DoFCellAccessor::get_fe() == 0

9 years agoFix compilation warning: &DoFCellAccessor::get_fe() == 0 1214/head
Martin Kronbichler [Wed, 29 Jul 2015 14:53:31 +0000 (16:53 +0200)]
Fix compilation warning: &DoFCellAccessor::get_fe() == 0

reference cannot be bound to dereferenced null pointer in well-defined
C++ code; comparison may be assumed to always evaluate to true

9 years agoMerge pull request #1213 from tjhei/avoid_trilinos_epetra_map
Wolfgang Bangerth [Tue, 28 Jul 2015 19:31:11 +0000 (14:31 -0500)]
Merge pull request #1213 from tjhei/avoid_trilinos_epetra_map

avoid using Trilinos col/row_partitioner

9 years agoavoid using Trilinos col/row_partitioner 1213/head
Timo Heister [Tue, 28 Jul 2015 18:49:40 +0000 (14:49 -0400)]
avoid using Trilinos col/row_partitioner

9 years agoMerge pull request #1200 from tjhei/set_thread_limit
Matthias Maier [Tue, 28 Jul 2015 18:45:48 +0000 (13:45 -0500)]
Merge pull request #1200 from tjhei/set_thread_limit

rework set_thread_limit()

9 years agofix stl errors and rework MPI recv/send 1205/head
Timo Heister [Tue, 28 Jul 2015 18:26:00 +0000 (14:26 -0400)]
fix stl errors and rework MPI recv/send

this addresses the two TODOs in the code

9 years agomore stl fixes
Timo Heister [Tue, 28 Jul 2015 17:53:44 +0000 (13:53 -0400)]
more stl fixes

9 years agoMerge pull request #1212 from bangerth/update-step-10
Martin Kronbichler [Tue, 28 Jul 2015 17:39:59 +0000 (19:39 +0200)]
Merge pull request #1212 from bangerth/update-step-10

Minor updates to step-10.

9 years agoearly out compute_point_to_point_communication_pattern()
Timo Heister [Tue, 28 Jul 2015 17:28:23 +0000 (13:28 -0400)]
early out compute_point_to_point_communication_pattern()

Fixes another stl invalid access

9 years agoStylistic updates. 1212/head
Wolfgang Bangerth [Tue, 28 Jul 2015 17:00:46 +0000 (12:00 -0500)]
Stylistic updates.

9 years agoMinor updates to step-10.
Wolfgang Bangerth [Tue, 28 Jul 2015 17:00:30 +0000 (12:00 -0500)]
Minor updates to step-10.

In particular, reference step-53.

9 years agoupdate tests 1200/head
Timo Heister [Mon, 27 Jul 2015 15:18:15 +0000 (11:18 -0400)]
update tests

9 years agorework set_thread_limit()
Timo Heister [Sun, 26 Jul 2015 20:54:16 +0000 (16:54 -0400)]
rework set_thread_limit()

- allow calling set_thread_limit() more than once by reinitializing the
TBB task_scheduler
- always call set_thread_limit() using static initialization before any
user code (and thus TBB usage) happens
- as a result DEAL_II_NUM_THREADS will now always be respected even if
users never call set_thread_limit() themselves
- test suite: always enforce a maximum of 5 threads (instead of only if
not configured with MPI)
- add test for changing the thread limit

9 years agoMerge pull request #1211 from tjhei/fix_tests_for_intel15
Wolfgang Bangerth [Tue, 28 Jul 2015 14:28:43 +0000 (09:28 -0500)]
Merge pull request #1211 from tjhei/fix_tests_for_intel15

tests: increase precision to fix on intel

9 years agotests: increase precision to fix on intel 1211/head
Timo Heister [Tue, 28 Jul 2015 14:06:05 +0000 (10:06 -0400)]
tests: increase precision to fix on intel

9 years agofix out of bounds access
Timo Heister [Mon, 27 Jul 2015 21:10:15 +0000 (17:10 -0400)]
fix out of bounds access

9 years agoMerge pull request #1208 from tjhei/fix_index_set_trilinos_constr
Martin Kronbichler [Tue, 28 Jul 2015 07:14:06 +0000 (09:14 +0200)]
Merge pull request #1208 from tjhei/fix_index_set_trilinos_constr

make IndexSet Epetra_Map constr explicit

9 years agomake IndexSet Epetra_Map constr explicit 1208/head
Timo Heister [Tue, 28 Jul 2015 03:04:20 +0000 (23:04 -0400)]
make IndexSet Epetra_Map constr explicit

The new constructor IndexSet(const Epetra_Map &map) was not marked explicit
and caused ambiguous type conversions.

9 years agoMerge pull request #1206 from tjhei/remove_muelu_warnings
Wolfgang Bangerth [Mon, 27 Jul 2015 21:43:15 +0000 (16:43 -0500)]
Merge pull request #1206 from tjhei/remove_muelu_warnings

suppress muelu warnings

9 years agosuppress muelu warnings 1206/head
Timo Heister [Mon, 27 Jul 2015 21:40:59 +0000 (17:40 -0400)]
suppress muelu warnings

Disable extra diagnostic Wunused-but-set-variable when including
trilinos to avoid muelu warning.

9 years agoavoid dereferencing empty std::vectors
Timo Heister [Mon, 27 Jul 2015 15:36:16 +0000 (11:36 -0400)]
avoid dereferencing empty std::vectors

9 years agoMerge pull request #1204 from bangerth/revise-mapping-fill_fe_values-interface
Martin Kronbichler [Mon, 27 Jul 2015 14:39:01 +0000 (16:39 +0200)]
Merge pull request #1204 from bangerth/revise-mapping-fill_fe_values-interface

Revise mapping fill fe values interface

9 years agoAlso update the changelog for the mapping classes. 1204/head
Wolfgang Bangerth [Sun, 26 Jul 2015 23:52:21 +0000 (18:52 -0500)]
Also update the changelog for the mapping classes.

9 years agoRevise the Mapping::fill_fe_*_values() interfaces.
Wolfgang Bangerth [Sun, 26 Jul 2015 23:22:44 +0000 (18:22 -0500)]
Revise the Mapping::fill_fe_*_values() interfaces.

These functions previously got a whole lot of arguments for the output arrays.
Consolidate them by simply passing the structure in which they actually lie.

While there, also do:
- Sort these arguments in such a way that they make a bit more sense.
- Provide a thorough documentation of these functions.

9 years agoFix a typo in a previous patch.
Wolfgang Bangerth [Sun, 26 Jul 2015 20:21:09 +0000 (15:21 -0500)]
Fix a typo in a previous patch.

9 years agoMerge pull request #1203 from bangerth/fix-pr-1183
Martin Kronbichler [Mon, 27 Jul 2015 06:43:31 +0000 (08:43 +0200)]
Merge pull request #1203 from bangerth/fix-pr-1183

Fix #1183.

9 years agoFix #1183. 1203/head
Wolfgang Bangerth [Mon, 27 Jul 2015 03:16:27 +0000 (22:16 -0500)]
Fix #1183.

In #1183, I accidentally removed a class qualification on a call. This leads
to some 20 tests failing. This patch restores the issue.

9 years agoMerge pull request #1202 from tjhei/fix_changelog
Wolfgang Bangerth [Sun, 26 Jul 2015 22:19:39 +0000 (17:19 -0500)]
Merge pull request #1202 from tjhei/fix_changelog

move changelog entries that went into 8.3

9 years agomove changelog entries that went into 8.3 1202/head
Timo Heister [Sun, 26 Jul 2015 21:48:18 +0000 (17:48 -0400)]
move changelog entries that went into 8.3

9 years agoMerge pull request #1199 from luca-heltai/update-travis
Timo Heister [Sun, 26 Jul 2015 21:20:06 +0000 (17:20 -0400)]
Merge pull request #1199 from luca-heltai/update-travis

Update Travis setup.

9 years agoUpdated travis config. 1199/head
Luca Heltai [Sun, 26 Jul 2015 18:59:05 +0000 (20:59 +0200)]
Updated travis config.

9 years agoMerge pull request #1182 from bangerth/make-mapping-internal-data-const
Luca Heltai [Sun, 26 Jul 2015 18:23:54 +0000 (20:23 +0200)]
Merge pull request #1182 from bangerth/make-mapping-internal-data-const

Make mapping internal data const

9 years agoUpdate documentation in a few other places as well. 1182/head
Wolfgang Bangerth [Sun, 26 Jul 2015 17:36:56 +0000 (12:36 -0500)]
Update documentation in a few other places as well.

9 years agoDocument the various Mapping*::InternalData classes.
Wolfgang Bangerth [Sun, 26 Jul 2015 17:32:14 +0000 (12:32 -0500)]
Document the various Mapping*::InternalData classes.

9 years agoDocument Mapping::InternalDataBase better.
Wolfgang Bangerth [Sun, 26 Jul 2015 17:23:26 +0000 (12:23 -0500)]
Document Mapping::InternalDataBase better.

9 years agoUpdate documentation of MappingType.
Wolfgang Bangerth [Sun, 26 Jul 2015 16:55:54 +0000 (11:55 -0500)]
Update documentation of MappingType.

9 years agoAdapt the recent changed to MappingFEField to be compatible with what we do here.
Wolfgang Bangerth [Sun, 26 Jul 2015 16:03:29 +0000 (11:03 -0500)]
Adapt the recent changed to MappingFEField to be compatible with what we do here.

9 years agoMove a member variable to derived classes.
Wolfgang Bangerth [Thu, 23 Jul 2015 22:10:57 +0000 (17:10 -0500)]
Move a member variable to derived classes.

The variable isn't used in the base class, and not all derived classes
use it either.

9 years agoMake the internal data object of the mapping classes const.
Wolfgang Bangerth [Wed, 22 Jul 2015 21:49:36 +0000 (16:49 -0500)]
Make the internal data object of the mapping classes const.

Logically, they are input arguments to the fill_fe_values() functions, they are only
initialized in get_data() etc. Thus, make them const in the fill_fe_values functions.
There are places where mapping classes want to move data across from fill_fe_values
in terms of temporary arrays to the transform() function that may be called right
afterwards from FiniteElement::fill_fe_values(). In those cases, make these members
mutable.

9 years agoLet second_derivative() return a const reference, rather than a value.
Wolfgang Bangerth [Thu, 23 Jul 2015 16:19:47 +0000 (11:19 -0500)]
Let second_derivative() return a const reference, rather than a value.

This function is used in places where we want to get pointers into an array. Make sure that
is possible for both the const and the non-const version of the function. (The latter
already did this; the former didn't and that wasn't needed, but I need it for a
follow-up patch.)

9 years agoMerge pull request #1191 from luca-heltai/no-warnings-on-reinit
Martin Kronbichler [Sun, 26 Jul 2015 12:14:14 +0000 (14:14 +0200)]
Merge pull request #1191 from luca-heltai/no-warnings-on-reinit

Deprecate Epetra_Map constructors in Trilinos::SparseMatrix and add getters for IndexSets

9 years agoMerge pull request #1197 from luca-heltai/fix-mapping-fe-field
Martin Kronbichler [Sun, 26 Jul 2015 10:45:11 +0000 (12:45 +0200)]
Merge pull request #1197 from luca-heltai/fix-mapping-fe-field

Fixed #941.

9 years agoMade get_data return InternalData. 1197/head
Luca Heltai [Sun, 26 Jul 2015 10:40:20 +0000 (12:40 +0200)]
Made get_data return InternalData.

9 years agoMerge pull request #1195 from luca-heltai/fix-fe-field
Martin Kronbichler [Sun, 26 Jul 2015 10:23:07 +0000 (12:23 +0200)]
Merge pull request #1195 from luca-heltai/fix-fe-field

Fixed bug in VectorTools::get_position_vector.

9 years agoMoved dof values and indices inside InternalData. Closes #941.
Luca Heltai [Sun, 26 Jul 2015 10:04:43 +0000 (12:04 +0200)]
Moved dof values and indices inside InternalData. Closes #941.

9 years agoAdded entry in changes.h. Closes #1029. 1191/head
Luca Heltai [Sat, 25 Jul 2015 10:27:06 +0000 (12:27 +0200)]
Added entry in changes.h. Closes #1029.

9 years agoAdded get_mpi_communicator() to Trilinos Matrix.
Luca Heltai [Fri, 24 Jul 2015 18:23:19 +0000 (20:23 +0200)]
Added get_mpi_communicator() to Trilinos Matrix.

9 years agoAdded IndexSet constructor with Epetra_Map
Luca Heltai [Fri, 24 Jul 2015 17:43:17 +0000 (19:43 +0200)]
Added IndexSet constructor with Epetra_Map

9 years agoFixed documentation and a few const. 1195/head
Luca Heltai [Sat, 25 Jul 2015 16:55:21 +0000 (18:55 +0200)]
Fixed documentation and a few const.

9 years agoFixed bug in MappingFEField. Closes #1138.
Luca Heltai [Sat, 25 Jul 2015 16:00:06 +0000 (18:00 +0200)]
Fixed bug in MappingFEField. Closes #1138.

9 years agoMerge pull request #1194 from luca-heltai/fix-qgauss-log
Luca Heltai [Sat, 25 Jul 2015 15:22:14 +0000 (17:22 +0200)]
Merge pull request #1194 from luca-heltai/fix-qgauss-log

Added Assert in QGaussLogR.

9 years agoFixed indentation. 1194/head
Luca Heltai [Sat, 25 Jul 2015 15:13:53 +0000 (17:13 +0200)]
Fixed indentation.

9 years agoAdded Assert in QGaussLog and fixed test. Closes #1058.
Luca Heltai [Sat, 25 Jul 2015 13:45:30 +0000 (15:45 +0200)]
Added Assert in QGaussLog and fixed test. Closes #1058.

9 years agoMerge pull request #1193 from drwells/german-to-english-comment
Wolfgang Bangerth [Fri, 24 Jul 2015 22:18:22 +0000 (17:18 -0500)]
Merge pull request #1193 from drwells/german-to-english-comment

Translate a comment from German to English.

9 years agoTranslate a comment from German to English. 1193/head
David Wells [Fri, 24 Jul 2015 20:18:57 +0000 (16:18 -0400)]
Translate a comment from German to English.

9 years agoMerge pull request #1192 from bangerth/fix-oversight
Timo Heister [Fri, 24 Jul 2015 18:47:48 +0000 (14:47 -0400)]
Merge pull request #1192 from bangerth/fix-oversight

Remove an unnecessary #include file.

9 years agoRemove an unnecessary #include file. 1192/head
Wolfgang Bangerth [Fri, 24 Jul 2015 18:16:54 +0000 (13:16 -0500)]
Remove an unnecessary #include file.

9 years agoMerge pull request #1190 from tjhei/fix_changelog
Wolfgang Bangerth [Fri, 24 Jul 2015 18:03:51 +0000 (13:03 -0500)]
Merge pull request #1190 from tjhei/fix_changelog

move changelog entries that got included in 8.3

9 years agomove changelog entries that got included in 8.3 1190/head
Timo Heister [Fri, 24 Jul 2015 16:59:54 +0000 (12:59 -0400)]
move changelog entries that got included in 8.3

9 years agoMerge pull request #1180 from bangerth/fix-refinement
Timo Heister [Fri, 24 Jul 2015 16:49:55 +0000 (12:49 -0400)]
Merge pull request #1180 from bangerth/fix-refinement

Make sure that computed refinement thresholds are no larger than the max indicator

9 years agoMerge pull request #1188 from bangerth/fix-comments
Martin Kronbichler [Fri, 24 Jul 2015 16:30:02 +0000 (18:30 +0200)]
Merge pull request #1188 from bangerth/fix-comments

A couple of forgotten things.

9 years agoRe-break comments to the usual length. 1188/head
Wolfgang Bangerth [Fri, 24 Jul 2015 15:59:12 +0000 (10:59 -0500)]
Re-break comments to the usual length.

9 years agoUpdate the numbers in a comment.
Wolfgang Bangerth [Fri, 24 Jul 2015 15:58:35 +0000 (10:58 -0500)]
Update the numbers in a comment.

9 years agoAdd a changelog entry.
Wolfgang Bangerth [Fri, 24 Jul 2015 15:58:25 +0000 (10:58 -0500)]
Add a changelog entry.

9 years agoMerge pull request #1183 from bangerth/use-covariant-return-types
Martin Kronbichler [Fri, 24 Jul 2015 12:23:45 +0000 (14:23 +0200)]
Merge pull request #1183 from bangerth/use-covariant-return-types

Simplify code.

9 years agoMerge pull request #1184 from bangerth/cosmetic-changes
Timo Heister [Fri, 24 Jul 2015 12:20:29 +0000 (08:20 -0400)]
Merge pull request #1184 from bangerth/cosmetic-changes

Cosmetic changes.

9 years agoMerge pull request #1181 from bangerth/remove-unused-variable
Bruno Turcksin [Thu, 23 Jul 2015 22:58:51 +0000 (17:58 -0500)]
Merge pull request #1181 from bangerth/remove-unused-variable

Remove an unused variable.

9 years agoCosmetic changes. 1184/head
Wolfgang Bangerth [Thu, 23 Jul 2015 22:21:27 +0000 (17:21 -0500)]
Cosmetic changes.

There's a show on TV as I write on cosmetic surgery. I thought I'd do some of
my own in a couple of places I found over the past few days.


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.