]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Thu, 5 Mar 2015 07:14:27 +0000 (08:14 +0100)]
Merge pull request #647 from QiaoLei-88/fixStep33Intro
fix formula error in intro and result parts of step-33 #646
Lei Qiao [Thu, 5 Mar 2015 04:33:09 +0000 (22:33 -0600)]
fix bracket mismatch in result part of step-33
Lei Qiao [Thu, 5 Mar 2015 04:12:03 +0000 (22:12 -0600)]
fix formula error in intro of step-33 #646
Timo Heister [Thu, 5 Mar 2015 02:36:35 +0000 (21:36 -0500)]
Merge pull request #640 from bangerth/further-exception-cleanups-2
More exception cleanups
Wolfgang Bangerth [Wed, 4 Mar 2015 13:33:12 +0000 (07:33 -0600)]
One more exception conversion.
Wolfgang Bangerth [Wed, 4 Mar 2015 02:42:00 +0000 (20:42 -0600)]
Avoid exceptions that take references to their arguments -- it's not clear that this would work reliably.
Wolfgang Bangerth [Wed, 4 Mar 2015 23:03:56 +0000 (17:03 -0600)]
Merge pull request #645 from rosskynch/fix_642
Fix issue #642
Ross Kynch [Wed, 4 Mar 2015 16:49:18 +0000 (16:49 +0000)]
Removed p=3 case as it takes far too long to run (issue #642). Test is still valid as the solution should be exact at p=2
Wolfgang Bangerth [Wed, 4 Mar 2015 16:26:18 +0000 (10:26 -0600)]
Merge pull request #643 from tjhei/fe_field_fct_exc
Use and document VectorTools::ExcPointNotAvailableHere
Timo Heister [Wed, 4 Mar 2015 15:56:57 +0000 (10:56 -0500)]
Use and document VectorTools::ExcPointNotAvailableHere
ExcPointNotAvailableHere is duplicated in VectorTools and
FEFieldFunction and is awkward to use in the latter because of the
template arguments.
- provide textual description of Exception
- deprecate the version in FEFieldFunction
- update documentation
- update test
Wolfgang Bangerth [Wed, 4 Mar 2015 13:32:19 +0000 (07:32 -0600)]
Merge pull request #639 from bangerth/clarify-step-8
Clarify a statement in the documentation of step-8.
Wolfgang Bangerth [Wed, 4 Mar 2015 00:49:54 +0000 (18:49 -0600)]
Clarify a statement in the documentation of step-8.
Wolfgang Bangerth [Wed, 4 Mar 2015 02:40:05 +0000 (20:40 -0600)]
Provide a changes.h entry.
Wolfgang Bangerth [Wed, 4 Mar 2015 02:37:30 +0000 (20:37 -0600)]
Minor code cleanup.
Wolfgang Bangerth [Wed, 4 Mar 2015 02:36:48 +0000 (20:36 -0600)]
More improvements on exceptions with no message.
Wolfgang Bangerth [Mon, 2 Mar 2015 18:51:24 +0000 (12:51 -0600)]
Merge pull request #631 from davydden/tensor
Extra functionality of Tensor class
Denis Davydov [Wed, 4 Feb 2015 14:20:03 +0000 (15:20 +0100)]
allow contraction of tensors of different base type
Wolfgang Bangerth [Mon, 2 Mar 2015 16:53:27 +0000 (10:53 -0600)]
Merge pull request #634 from bangerth/revert-previous-commit
Revert commit
e86e602ae14 .
Wolfgang Bangerth [Mon, 2 Mar 2015 16:52:20 +0000 (10:52 -0600)]
Revert commit
e86e602ae14 .
This undoes the changes of commit
13796ae50a7ac24 (through issue #621) that don't compile of their own.
Wolfgang Bangerth [Mon, 2 Mar 2015 15:14:59 +0000 (09:14 -0600)]
Merge pull request #632 from davydden/error_estimator
templating ParallelData in error_estimator
Martin Kronbichler [Mon, 2 Mar 2015 15:11:25 +0000 (16:11 +0100)]
Merge pull request #633 from bangerth/accelerate-indent
Accelerate indent
Wolfgang Bangerth [Mon, 2 Mar 2015 15:07:35 +0000 (09:07 -0600)]
Indent files that had been forgotten by the indentation script.
Wolfgang Bangerth [Mon, 2 Mar 2015 15:06:55 +0000 (09:06 -0600)]
Accelerate indentation of all files from 7 to 1.1 seconds.
Denis Davydov [Wed, 4 Feb 2015 14:20:16 +0000 (15:20 +0100)]
patched error_estimator
Timo Heister [Mon, 2 Mar 2015 14:47:55 +0000 (09:47 -0500)]
Merge pull request #630 from bangerth/fix-symmetric-tensor-product-type
Add ProductType description also for SymmetricTensor. Address issue #600
Wolfgang Bangerth [Mon, 2 Mar 2015 14:45:46 +0000 (08:45 -0600)]
Add ProductType description also for SymmetricTensor.
Wolfgang Bangerth [Mon, 2 Mar 2015 14:42:53 +0000 (08:42 -0600)]
Merge pull request #625 from bangerth/further-exception-cleanups
Further additions of error texts for exceptions.
Wolfgang Bangerth [Mon, 2 Mar 2015 14:43:10 +0000 (08:43 -0600)]
Improve error message according to Martin K's suggestions.
Timo Heister [Mon, 2 Mar 2015 14:39:40 +0000 (09:39 -0500)]
Merge pull request #629 from kronbichler/master
Work around bug in clang-3.6 with AVX.
Martin Kronbichler [Mon, 2 Mar 2015 14:31:47 +0000 (15:31 +0100)]
Work around bug in clang-3.6 with AVX.
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
Martin Kronbichler [Mon, 2 Mar 2015 12:57:21 +0000 (13:57 +0100)]
Avoid compiler warning
Martin Kronbichler [Mon, 2 Mar 2015 12:55:25 +0000 (13:55 +0100)]
Make compile without C++11
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.
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.
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
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
Wolfgang Bangerth [Mon, 2 Mar 2015 00:49:04 +0000 (18:49 -0600)]
Convert several more DeclException0 to DeclExceptionMsg.
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)
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.
Wolfgang Bangerth [Sun, 1 Mar 2015 16:20:47 +0000 (10:20 -0600)]
Ensure we don't create a memory leak.
Wolfgang Bangerth [Sun, 1 Mar 2015 16:18:16 +0000 (10:18 -0600)]
Since all arguments to Vector::allocate() are the same, remove 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.
Wolfgang Bangerth [Sun, 1 Mar 2015 17:04:36 +0000 (11:04 -0600)]
Provide a number of exceptions with explanatory text.
Wolfgang Bangerth [Sun, 1 Mar 2015 16:37:47 +0000 (10:37 -0600)]
Convert Assert(...,ExcIO()) to AssertThrow(...,ExcIO()).
Wolfgang Bangerth [Sun, 1 Mar 2015 16:22:38 +0000 (10:22 -0600)]
Provide ExcDivideByZero with some explanatory text.
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
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
Timo Heister [Sun, 1 Mar 2015 16:02:38 +0000 (11:02 -0500)]
Merge pull request #620 from bangerth/introduce-DeclExceptionMsg
Introduce DeclExceptionMsg.
Wolfgang Bangerth [Sat, 28 Feb 2015 20:59:44 +0000 (14:59 -0600)]
Convert ExcInternalError to DeclExceptionMsg.
Wolfgang Bangerth [Sat, 28 Feb 2015 03:45:04 +0000 (21:45 -0600)]
Introduce DeclExceptionMsg.
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.
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`.
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.
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
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).
Wolfgang Bangerth [Sat, 28 Feb 2015 02:14:43 +0000 (20:14 -0600)]
More work to make exceptions more meaningful.
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.
Wolfgang Bangerth [Sat, 28 Feb 2015 02:09:46 +0000 (20:09 -0600)]
Address Timo's concerns during review.
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.
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.
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
Timo Heister [Fri, 27 Feb 2015 19:11:29 +0000 (14:11 -0500)]
add size assert to VectorTools::interpolate
Wolfgang Bangerth [Fri, 27 Feb 2015 14:33:00 +0000 (08:33 -0600)]
Significantly improve another exception that currently does not print any text.
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.
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.
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.
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)
Lei Qiao [Fri, 27 Feb 2015 06:10:04 +0000 (00:10 -0600)]
format indentation and delete deprecated code
Lei Qiao [Fri, 27 Feb 2015 05:30:49 +0000 (23:30 -0600)]
remove explicit memory allocation
Wolfgang Bangerth [Fri, 27 Feb 2015 03:42:40 +0000 (21:42 -0600)]
Fix up previous commit. Improve other error messages.
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.
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.
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
Lei Qiao [Fri, 27 Feb 2015 03:00:25 +0000 (21:00 -0600)]
one more 'spacial'
Wolfgang Bangerth [Fri, 27 Feb 2015 03:00:09 +0000 (21:00 -0600)]
Improve grammar in exceptions.
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.
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.
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.
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.
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.
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
Lei Qiao [Thu, 26 Feb 2015 18:35:10 +0000 (12:35 -0600)]
Responses to review comments
Lei Qiao [Thu, 26 Feb 2015 00:42:05 +0000 (18:42 -0600)]
Repair indentation style
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
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.
Lei Qiao [Wed, 25 Feb 2015 20:46:49 +0000 (14:46 -0600)]
Trim all trailing white blanks
Lei Qiao [Wed, 25 Feb 2015 20:36:08 +0000 (14:36 -0600)]
Update URL of vedio image file in the result part
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
Wolfgang Bangerth [Wed, 25 Feb 2015 14:22:38 +0000 (08:22 -0600)]
Provide even more specializations of ProductType in non-C++11 mode.
Wolfgang Bangerth [Wed, 25 Feb 2015 14:08:53 +0000 (08:08 -0600)]
Merge pull request #603 from tjhei/sparse_mic_optimization
SparseMIC optimization
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.
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.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:53:53 +0000 (07:53 -0600)]
Provide more specializations of ProductType for the non-C++11 case.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:50:14 +0000 (07:50 -0600)]
Avoid C++11'isms.
Wolfgang Bangerth [Wed, 25 Feb 2015 13:49:02 +0000 (07:49 -0600)]
Add another template specialization for ProductType.
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.
Wolfgang Bangerth [Wed, 25 Feb 2015 14:00:25 +0000 (08:00 -0600)]
Merge pull request #602 from tjhei/sparse_mic_fixes
fix SparseMIC
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
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 .
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.