]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agoWork around bug in clang-3.6 with AVX. 629/head
Martin Kronbichler [Mon, 2 Mar 2015 14:31:47 +0000 (15:31 +0100)]
Work around bug in clang-3.6 with AVX.

9 years agoMerge pull request #628 from kronbichler/master
Timo Heister [Mon, 2 Mar 2015 13:04:12 +0000 (08:04 -0500)]
Merge pull request #628 from kronbichler/master

Make step-33 compile without C++11

9 years agoAvoid compiler warning 628/head
Martin Kronbichler [Mon, 2 Mar 2015 12:57:21 +0000 (13:57 +0100)]
Avoid compiler warning

9 years agoMake compile without C++11
Martin Kronbichler [Mon, 2 Mar 2015 12:55:25 +0000 (13:55 +0100)]
Make compile without C++11

9 years agoMerge pull request #627 from kronbichler/master
Timo Heister [Mon, 2 Mar 2015 12:35:54 +0000 (07:35 -0500)]
Merge pull request #627 from kronbichler/master

Fix compiler warnings with clang 3.6. Comparing the address of a reference to an object with the zero pointer like in
   &dof_handler.get_fe() != 0
will always evaluate to true. Thus, these assertions do not make sense and clang rightfully complains.

9 years agoFix compiler warnings with clang 3.6. 627/head
Martin Kronbichler [Mon, 2 Mar 2015 09:47:16 +0000 (10:47 +0100)]
Fix compiler warnings with clang 3.6.

Comparing the address of a reference to an object with the zero pointer like in
  &dof_handler.get_fe() != 0
will always evaluate to true. Thus, these assertions do not make sense and clang is right to complain.

9 years agoMerge pull request #626 from rosskynch/cmake_bugfix_umfpack
Matthias Maier [Mon, 2 Mar 2015 09:25:29 +0000 (10:25 +0100)]
Merge pull request #626 from rosskynch/cmake_bugfix_umfpack

Fix include bug when using bundled umfpack

9 years agoMerge pull request #624 from bangerth/minor-vector-cleanups
Martin Kronbichler [Mon, 2 Mar 2015 09:01:05 +0000 (10:01 +0100)]
Merge pull request #624 from bangerth/minor-vector-cleanups

Minor vector cleanups

9 years agoFix issue when using the bundled umfpack - cmake moves all headers to a single direct... 626/head
Ross Kynch [Sun, 1 Mar 2015 19:10:19 +0000 (19:10 +0000)]
Fix issue when using the bundled umfpack - cmake moves all headers to a single directory where this header file includes a relative directory (../../AMD/Include)

9 years agoFix another occurrence of allocate() in the serialization load function. 624/head
Wolfgang Bangerth [Sun, 1 Mar 2015 19:07:37 +0000 (13:07 -0600)]
Fix another occurrence of allocate() in the serialization load function.

This also uncovers a memory leak we had.

9 years agoEnsure we don't create a memory leak.
Wolfgang Bangerth [Sun, 1 Mar 2015 16:20:47 +0000 (10:20 -0600)]
Ensure we don't create a memory leak.

9 years agoSince all arguments to Vector::allocate() are the same, remove it.
Wolfgang Bangerth [Sun, 1 Mar 2015 16:18:16 +0000 (10:18 -0600)]
Since all arguments to Vector::allocate() are the same, remove it.

9 years agoMove assertion whether we are out of memory to the location where we allocate it.
Wolfgang Bangerth [Sun, 1 Mar 2015 16:15:19 +0000 (10:15 -0600)]
Move assertion whether we are out of memory to the location where we allocate it.

9 years agoMerge pull request #623 from tjhei/simd_intel_part2
Timo Heister [Sun, 1 Mar 2015 16:46:58 +0000 (11:46 -0500)]
Merge pull request #623 from tjhei/simd_intel_part2

move EnableOpenMPSimdFor struct into parallel.h so it is public
use in tests/lac/intel-15-bug

9 years agomove EnableOpenMPSimdFor to parallel.h, update test 623/head
Timo Heister [Sat, 28 Feb 2015 22:20:20 +0000 (17:20 -0500)]
move EnableOpenMPSimdFor to parallel.h, update test

- move EnableOpenMPSimdFor struct into parallel.h so it is public
- use in tests/lac/intel-15-bug

9 years agoMerge pull request #620 from bangerth/introduce-DeclExceptionMsg
Timo Heister [Sun, 1 Mar 2015 16:02:38 +0000 (11:02 -0500)]
Merge pull request #620 from bangerth/introduce-DeclExceptionMsg

Introduce DeclExceptionMsg.

9 years agoConvert ExcInternalError to DeclExceptionMsg. 620/head
Wolfgang Bangerth [Sat, 28 Feb 2015 20:59:44 +0000 (14:59 -0600)]
Convert ExcInternalError to DeclExceptionMsg.

9 years agoIntroduce DeclExceptionMsg.
Wolfgang Bangerth [Sat, 28 Feb 2015 03:45:04 +0000 (21:45 -0600)]
Introduce DeclExceptionMsg.

9 years agoMerge pull request #619 from bangerth/remove-exceptions-without-arguments-4
Timo Heister [Sat, 28 Feb 2015 22:09:00 +0000 (17:09 -0500)]
Merge pull request #619 from bangerth/remove-exceptions-without-arguments-4

More work to make exceptions more meaningful.

9 years agoMerge pull request #622 from drwells/remove-deprecated-mpi-macro
Wolfgang Bangerth [Sat, 28 Feb 2015 21:10:18 +0000 (15:10 -0600)]
Merge pull request #622 from drwells/remove-deprecated-mpi-macro

Remove use of `DEAL_II_COMPILER_SUPPORTS_MPI`.

9 years agoRemove use of `DEAL_II_COMPILER_SUPPORTS_MPI`. 622/head
David Wells [Sat, 28 Feb 2015 16:09:42 +0000 (11:09 -0500)]
Remove use of `DEAL_II_COMPILER_SUPPORTS_MPI`.
This macro was removed in favor of `DEAL_II_WITH_MPI` in early 2015;
see `doc/news/changes.h` for more information.

9 years agoMerge pull request #608 from tjhei/no_long_double_simd
Wolfgang Bangerth [Sat, 28 Feb 2015 13:44:36 +0000 (07:44 -0600)]
Merge pull request #608 from tjhei/no_long_double_simd

[WIP] Disabled SIMD vector operations for certain types

9 years agoDisable SIMD vector operations for certain types 608/head
Timo Heister [Thu, 26 Feb 2015 14:14:11 +0000 (09:14 -0500)]
Disable SIMD vector operations for certain types

Disable long double SIMD instructions on ICC. This is to work around a
bug that generates wrong code at least up to intel 15 (see tests/lac
/vector-vector, tests/lac/intel-15-bug, and the discussion at
https://github.com/dealii/dealii/issues/598).

9 years agoMore work to make exceptions more meaningful. 619/head
Wolfgang Bangerth [Sat, 28 Feb 2015 02:14:43 +0000 (20:14 -0600)]
More work to make exceptions more meaningful.

9 years agoMerge pull request #614 from bangerth/remove-exceptions-without-arguments-2
Wolfgang Bangerth [Sat, 28 Feb 2015 02:08:16 +0000 (20:08 -0600)]
Merge pull request #614 from bangerth/remove-exceptions-without-arguments-2

Significantly improve another exception that currently does not print any text.

9 years agoAddress Timo's concerns during review. 614/head
Wolfgang Bangerth [Sat, 28 Feb 2015 02:09:46 +0000 (20:09 -0600)]
Address Timo's concerns during review.

9 years agoMerge pull request #618 from bangerth/remove-exceptions-without-argument-3
Timo Heister [Fri, 27 Feb 2015 21:14:48 +0000 (16:14 -0500)]
Merge pull request #618 from bangerth/remove-exceptions-without-argument-3

Remove assertion without argument.

Specifically, replace ExcNumberNotFinite with a way to provide both this number and a (lengthy) explanation of what may possibly have caused this problem.

9 years agoRemove assertion without argument. 618/head
Wolfgang Bangerth [Fri, 27 Feb 2015 20:37:52 +0000 (14:37 -0600)]
Remove assertion without argument.

Specifically, replace ExcNumberNotFinite with a way to provide both this number and a (lengthy) explanation of what may possibly have caused this problem. I see my students struggle with this error.

9 years agoMerge pull request #615 from tjhei/add_interpolate_assert
Wolfgang Bangerth [Fri, 27 Feb 2015 19:21:59 +0000 (13:21 -0600)]
Merge pull request #615 from tjhei/add_interpolate_assert

add size assert to VectorTools::interpolate

9 years agoadd size assert to VectorTools::interpolate 615/head
Timo Heister [Fri, 27 Feb 2015 19:11:29 +0000 (14:11 -0500)]
add size assert to VectorTools::interpolate

9 years agoSignificantly improve another exception that currently does not print any text.
Wolfgang Bangerth [Fri, 27 Feb 2015 14:33:00 +0000 (08:33 -0600)]
Significantly improve another exception that currently does not print any text.

9 years agoMerge pull request #612 from bangerth/fix-thinko
Martin Kronbichler [Fri, 27 Feb 2015 13:15:41 +0000 (14:15 +0100)]
Merge pull request #612 from bangerth/fix-thinko

Fix a thinko that in its current state makes no sense at all.

9 years agoFix a thinko that in its current state makes no sense at all. 612/head
Wolfgang Bangerth [Fri, 27 Feb 2015 13:15:15 +0000 (07:15 -0600)]
Fix a thinko that in its current state makes no sense at all.

9 years agoMerge pull request #611 from bangerth/remove-exceptions-without-arguments
Martin Kronbichler [Fri, 27 Feb 2015 07:46:27 +0000 (08:46 +0100)]
Merge pull request #611 from bangerth/remove-exceptions-without-arguments

Remove exceptions without arguments.

9 years agoMerge pull request #606 from QiaoLei-88/Step33CrankNicolsonFix
Martin Kronbichler [Fri, 27 Feb 2015 07:44:44 +0000 (08:44 +0100)]
Merge pull request #606 from QiaoLei-88/Step33CrankNicolsonFix

Step33 update (Crank-Nicolson scheme  & artificial viscosity)

9 years agoformat indentation and delete deprecated code 606/head
Lei Qiao [Fri, 27 Feb 2015 06:10:04 +0000 (00:10 -0600)]
format indentation and delete deprecated code

9 years agoremove explicit memory allocation
Lei Qiao [Fri, 27 Feb 2015 05:30:49 +0000 (23:30 -0600)]
remove explicit memory allocation

9 years agoFix up previous commit. Improve other error messages. 611/head
Wolfgang Bangerth [Fri, 27 Feb 2015 03:42:40 +0000 (21:42 -0600)]
Fix up previous commit. Improve other error messages.

9 years agoReplace a common exception without argument by something that has a significant amoun...
Wolfgang Bangerth [Fri, 27 Feb 2015 03:34:13 +0000 (21:34 -0600)]
Replace a common exception without argument by something that has a significant amount of descriptive text explaining what is happening.

9 years agoReplace a common exception without argument by something that has a significant amoun...
Wolfgang Bangerth [Fri, 27 Feb 2015 03:27:46 +0000 (21:27 -0600)]
Replace a common exception without argument by something that has a significant amount of descriptive text explaining what is happening.

9 years agoMerge pull request #609 from tjhei/nocxx11_test_fixes
Wolfgang Bangerth [Fri, 27 Feb 2015 03:00:56 +0000 (21:00 -0600)]
Merge pull request #609 from tjhei/nocxx11_test_fixes

no cxx11 test fixes

9 years agoone more 'spacial'
Lei Qiao [Fri, 27 Feb 2015 03:00:25 +0000 (21:00 -0600)]
one more 'spacial'

9 years agoImprove grammar in exceptions.
Wolfgang Bangerth [Fri, 27 Feb 2015 03:00:09 +0000 (21:00 -0600)]
Improve grammar in exceptions.

9 years agoReplace an exception without argument.
Wolfgang Bangerth [Fri, 27 Feb 2015 02:58:51 +0000 (20:58 -0600)]
Replace an exception without argument.

In this case, the exception is really an internal error that indicates an inconsistent state of our data structures. There isn't really a good reason to not use ExcMessage with some descriptive text.

9 years agoRemove an exception that is declared but not actually used any more.
Wolfgang Bangerth [Fri, 27 Feb 2015 02:52:43 +0000 (20:52 -0600)]
Remove an exception that is declared but not actually used any more.

9 years agoRemove an exception that is declared but not actually used any more.
Wolfgang Bangerth [Fri, 27 Feb 2015 02:52:19 +0000 (20:52 -0600)]
Remove an exception that is declared but not actually used any more.

9 years agoReplace an exception without argument.
Wolfgang Bangerth [Fri, 27 Feb 2015 02:49:36 +0000 (20:49 -0600)]
Replace an exception without argument.

In this case, the exception is really an internal error that indicates an inconsistent state of our data structures. There isn't really a good reason to not use ExcMessage with some descriptive text.

9 years agoReplace an exception without argument.
Wolfgang Bangerth [Fri, 27 Feb 2015 02:44:57 +0000 (20:44 -0600)]
Replace an exception without argument.

In this case, the exception is really an internal error that indicates an inconsistent state of our data structures. There isn't really a good reason to not use ExcMessage with some descriptive text.

9 years agono cxx1 test fixes 609/head
Timo Heister [Fri, 27 Feb 2015 02:28:24 +0000 (21:28 -0500)]
no cxx1 test fixes

Fix two tests that won't compile without c++ 11

9 years agoResponses to review comments
Lei Qiao [Thu, 26 Feb 2015 18:35:10 +0000 (12:35 -0600)]
Responses to review comments

9 years agoRepair indentation style
Lei Qiao [Thu, 26 Feb 2015 00:42:05 +0000 (18:42 -0600)]
Repair indentation style

9 years agoMerge pull request #607 from tjhei/intel_bug
Wolfgang Bangerth [Thu, 26 Feb 2015 00:02:47 +0000 (18:02 -0600)]
Merge pull request #607 from tjhei/intel_bug

add failing test on intel 15

9 years agoadd failing test on intel 15 607/head
Timo Heister [Wed, 25 Feb 2015 22:33:07 +0000 (17:33 -0500)]
add failing test on intel 15

This adds a simplified version of vector-vector.cc that fails in release mode on Intel.

9 years agoTrim all trailing white blanks
Lei Qiao [Wed, 25 Feb 2015 20:46:49 +0000 (14:46 -0600)]
Trim all trailing white blanks

9 years agoUpdate URL of vedio image file in the result part
Lei Qiao [Wed, 25 Feb 2015 20:36:08 +0000 (14:36 -0600)]
Update URL of vedio image file in the result part

9 years agoMerge pull request #604 from bangerth/more-tensor-fixes-2
Toby D. Young [Wed, 25 Feb 2015 14:35:25 +0000 (15:35 +0100)]
Merge pull request #604 from bangerth/more-tensor-fixes-2

More tensor fixes 2

9 years agoProvide even more specializations of ProductType in non-C++11 mode. 604/head
Wolfgang Bangerth [Wed, 25 Feb 2015 14:22:38 +0000 (08:22 -0600)]
Provide even more specializations of ProductType in non-C++11 mode.

9 years agoMerge pull request #603 from tjhei/sparse_mic_optimization
Wolfgang Bangerth [Wed, 25 Feb 2015 14:08:53 +0000 (08:08 -0600)]
Merge pull request #603 from tjhei/sparse_mic_optimization

SparseMIC optimization

9 years agoExplicitly provide ProductType for Tensor<rank,dim> in non-C++11 mode.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:57:18 +0000 (07:57 -0600)]
Explicitly provide ProductType for Tensor<rank,dim> in non-C++11 mode.

9 years agoExplicitly provide ProductType for Tensor<1,dim> in non-C++11 mode.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:56:30 +0000 (07:56 -0600)]
Explicitly provide ProductType for Tensor<1,dim> in non-C++11 mode.

9 years agoProvide more specializations of ProductType for the non-C++11 case.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:53:53 +0000 (07:53 -0600)]
Provide more specializations of ProductType for the non-C++11 case.

9 years agoAvoid C++11'isms.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:50:14 +0000 (07:50 -0600)]
Avoid C++11'isms.

9 years agoAdd another template specialization for ProductType.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:49:02 +0000 (07:49 -0600)]
Add another template specialization for ProductType.

9 years agoSparseMIC optimization 603/head
Timo Heister [Wed, 25 Feb 2015 14:03:04 +0000 (09:03 -0500)]
SparseMIC optimization

It seems like we are computing a mat-vec just to overwrite it a couple
of lines later. Remove it.

9 years agoMerge pull request #602 from tjhei/sparse_mic_fixes
Wolfgang Bangerth [Wed, 25 Feb 2015 14:00:25 +0000 (08:00 -0600)]
Merge pull request #602 from tjhei/sparse_mic_fixes

fix SparseMIC

9 years agoMerge pull request #601 from tjhei/open_cascade_error
Wolfgang Bangerth [Wed, 25 Feb 2015 14:00:02 +0000 (08:00 -0600)]
Merge pull request #601 from tjhei/open_cascade_error

fix error in opencascade assert

9 years agofix SparseMIC 602/head
Timo Heister [Wed, 25 Feb 2015 13:56:22 +0000 (08:56 -0500)]
fix SparseMIC

We need to initialize the decomposition before we can look at this->m()
and this->n(). Bug got introduced in 27b50d8.

9 years agoMerge pull request #599 from tjhei/fix_warnings
Timo Heister [Wed, 25 Feb 2015 13:52:47 +0000 (08:52 -0500)]
Merge pull request #599 from tjhei/fix_warnings

fix compiler warnings

that got introduced in 61a893a (#197)

9 years agofix error in opencascade assert 601/head
Timo Heister [Wed, 25 Feb 2015 13:40:53 +0000 (08:40 -0500)]
fix error in opencascade assert

9 years agofix compiler warnings 599/head
Timo Heister [Wed, 25 Feb 2015 13:18:32 +0000 (08:18 -0500)]
fix compiler warnings

that got introduced in 61a893a (#197)

9 years agoMerge pull request #597 from bangerth/add-test-4
Wolfgang Bangerth [Wed, 25 Feb 2015 13:02:45 +0000 (07:02 -0600)]
Merge pull request #597 from bangerth/add-test-4

Update Utilities::split_string_list

9 years agoAdd another test. Update another. 597/head
Wolfgang Bangerth [Tue, 24 Feb 2015 23:46:55 +0000 (17:46 -0600)]
Add another test. Update another.

9 years agoClarify some of the corner cases of the split_string_list() function.
Wolfgang Bangerth [Tue, 24 Feb 2015 23:45:39 +0000 (17:45 -0600)]
Clarify some of the corner cases of the split_string_list() function.

9 years agoMerge pull request #197 from rosskynch/fix_project_bv_curl_conf
Wolfgang Bangerth [Tue, 24 Feb 2015 23:41:36 +0000 (17:41 -0600)]
Merge pull request #197 from rosskynch/fix_project_bv_curl_conf

Fix project bv curl conf

9 years agoMerge pull request #595 from mfherbst/master
Wolfgang Bangerth [Tue, 24 Feb 2015 23:30:50 +0000 (17:30 -0600)]
Merge pull request #595 from mfherbst/master

Use AlignedVector::size_type in all of table.h

9 years agoMerge pull request #596 from tjhei/petsc_mat_compress
Wolfgang Bangerth [Tue, 24 Feb 2015 23:28:23 +0000 (17:28 -0600)]
Merge pull request #596 from tjhei/petsc_mat_compress

PETSc mat compress

9 years agofix a few broken tests 596/head
Timo Heister [Tue, 24 Feb 2015 17:51:50 +0000 (12:51 -0500)]
fix a few broken tests

Looks like somebody messed up the VectorOperation in compress() in many
places.

9 years agoAdd a test for a patch by Menno Fraters this morning.
Wolfgang Bangerth [Tue, 24 Feb 2015 22:33:33 +0000 (16:33 -0600)]
Add a test for a patch by Menno Fraters this morning.

9 years agoadd compress() error checks for PETSc vectors
Timo Heister [Tue, 24 Feb 2015 15:10:30 +0000 (10:10 -0500)]
add compress() error checks for PETSc vectors

9 years agoremove compress without args from all PETSc sparse matrix types
Timo Heister [Tue, 24 Feb 2015 14:45:01 +0000 (09:45 -0500)]
remove compress without args from all PETSc sparse matrix types

- compress() without arguments was deprecated and now got remove
- replace redundant LastAction enum in by VectorOperation
- add additional compress() check.

9 years agoMerge branch 'master' of https://github.com/dealii/dealii 595/head
Michael F. Herbst [Tue, 24 Feb 2015 15:14:04 +0000 (16:14 +0100)]
Merge branch 'master' of https://github.com/dealii/dealii

9 years agoUse AlignedVector::size_type in all of table.h
Michael F. Herbst [Tue, 24 Feb 2015 15:07:59 +0000 (16:07 +0100)]
Use AlignedVector::size_type in all of table.h

In all classes of table.h the type Use AlignedVector::size_type is now
used for the calculation of indices for the values vector and the
indexing of elements in the values vector.

Note: This commit changes the interface of the n_elements function
in TableBase<N,T>

9 years agoMerge pull request #594 from MFraters/patch-1
Wolfgang Bangerth [Tue, 24 Feb 2015 14:21:51 +0000 (08:21 -0600)]
Merge pull request #594 from MFraters/patch-1

empty string in split_string_list fix

9 years agoAdded project_boundary_values_curl_conforming_l2() to VectorTools for 197/head
Ross Kynch [Tue, 14 Oct 2014 13:54:57 +0000 (14:54 +0100)]
Added project_boundary_values_curl_conforming_l2() to VectorTools for
use with FE_Nedelec elements in 2D & 3D.

This includes a test code included in tests/deal.II to check it works correctly.

This new function uses an L2-projection on edges and
faces (only edges in 2D, both for 3D) to compute
the constaints and factors in the residual from the edge
projection when computing the face constraints. The original
function project_boundary_values_curl_conforming() has
problems with non-rectangular faces, this one does not. The
function assumes that the face orientations are standard (e.g. a
sphere may cause problems due to mismatched face orientations).

The test shows that project_boundary_curl_conforming_l2() works on a
distorted cube (non-rectangular faces) for a simple test case
(polynomial function).

9 years agoMerge pull request #593 from bangerth/remove-deprecated-functions-13
Martin Kronbichler [Tue, 24 Feb 2015 13:42:17 +0000 (14:42 +0100)]
Merge pull request #593 from bangerth/remove-deprecated-functions-13

Remove deprecated function SparseLUDecomposition::decompose.

9 years agoChanged evaluation order 594/head
MFraters [Tue, 24 Feb 2015 13:38:40 +0000 (14:38 +0100)]
Changed evaluation order

9 years agoUpdate documentation. 593/head
Wolfgang Bangerth [Tue, 24 Feb 2015 13:37:42 +0000 (07:37 -0600)]
Update documentation.

9 years agoRemove the SparseLUDecomposition::decomposed variable.
Wolfgang Bangerth [Tue, 24 Feb 2015 13:27:40 +0000 (07:27 -0600)]
Remove the SparseLUDecomposition::decomposed variable.

It is only ever written to, never read.

9 years agoUse AlignedVector::size_type in Table::operator()
Michael F. Herbst [Tue, 24 Feb 2015 11:57:18 +0000 (12:57 +0100)]
Use AlignedVector::size_type in Table::operator()

Use AlignedVector<T>::size_type as the integer type to carry out the
calculation of the index in the values AlignedVector object for the
various operator() and el() functions of Table<N,T> and its explicit
specialisations.

9 years agoempty string in split_string_list fix
MFraters [Tue, 24 Feb 2015 10:32:07 +0000 (11:32 +0100)]
empty string in split_string_list fix

When an empty string or a string with only spaces is given to this function, the split_string_list function will ask in line 222 for name[-1], which will result in unpredictable behaviour. I propose to prevent this by adding a condition that the length of the string may not be 0.

9 years agoMerge pull request #576 from dakshinai/master
Martin Kronbichler [Tue, 24 Feb 2015 08:11:05 +0000 (09:11 +0100)]
Merge pull request #576 from dakshinai/master

modified filtered_matrix tests to work with square matrices only

9 years agoRemove deprecated function SparseLUDecomposition::decompose.
Wolfgang Bangerth [Tue, 24 Feb 2015 03:23:27 +0000 (21:23 -0600)]
Remove deprecated function SparseLUDecomposition::decompose.

9 years agoMerge pull request #591 from tjhei/wrapcomments
Wolfgang Bangerth [Mon, 23 Feb 2015 21:31:27 +0000 (15:31 -0600)]
Merge pull request #591 from tjhei/wrapcomments

wrapcomments

9 years agoMerge pull request #592 from tjhei/ez_const_fix
Wolfgang Bangerth [Mon, 23 Feb 2015 21:31:18 +0000 (15:31 -0600)]
Merge pull request #592 from tjhei/ez_const_fix

add missing const

9 years agoadd missing const 592/head
Timo Heister [Mon, 23 Feb 2015 21:27:45 +0000 (16:27 -0500)]
add missing const

Doxygen was rightfully complaining

9 years agosneak in documentation improvements 591/head
Timo Heister [Mon, 23 Feb 2015 21:25:20 +0000 (16:25 -0500)]
sneak in documentation improvements

9 years agorun wrapcomments
Timo Heister [Mon, 23 Feb 2015 21:20:40 +0000 (16:20 -0500)]
run wrapcomments

9 years agomanual edits to doxygen comments
Timo Heister [Mon, 23 Feb 2015 21:06:01 +0000 (16:06 -0500)]
manual edits to doxygen comments

9 years agoupdate wrapcomments script
Timo Heister [Mon, 23 Feb 2015 20:58:12 +0000 (15:58 -0500)]
update wrapcomments script

handle many additional doxygen commands correctly

9 years agoMerge pull request #588 from bangerth/unique_ptr
Timo Heister [Mon, 23 Feb 2015 14:58:15 +0000 (09:58 -0500)]
Merge pull request #588 from bangerth/unique_ptr

Add a workaround class for std::unique_ptr that can also be used in the ...


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.