]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Thu, 23 Mar 2017 12:23:21 +0000 (13:23 +0100)]
Add warning with clang compiler
Wolfgang Bangerth [Wed, 22 Mar 2017 21:49:17 +0000 (15:49 -0600)]
Merge pull request #3886 from kronbichler/master
Fix support points on quad for MappingQGeneric and StraightBoundary.
Wolfgang Bangerth [Wed, 22 Mar 2017 21:34:46 +0000 (15:34 -0600)]
Merge pull request #4094 from masterleinad/fix_indexset_asc_etc
Refactor and fix IndexSet::is_ascending_and_one_to_one
Timo Heister [Wed, 22 Mar 2017 20:53:14 +0000 (16:53 -0400)]
Merge pull request #4095 from masterleinad/fix_sparsity_compress
Check access in SparsityPatter::compress()
Luca Heltai [Wed, 22 Mar 2017 20:01:58 +0000 (21:01 +0100)]
Merge pull request #4091 from tamiko/opencascade_compatibility
Opencascade 7 fixes
Martin Kronbichler [Wed, 22 Mar 2017 19:20:30 +0000 (20:20 +0100)]
Work on review comments
Martin Kronbichler [Sun, 19 Mar 2017 09:16:53 +0000 (10:16 +0100)]
Performance improvements. Augment documentation.
Luca Heltai [Wed, 22 Mar 2017 18:45:37 +0000 (19:45 +0100)]
Fixed closest_point_to_shape.
Luca Heltai [Wed, 22 Mar 2017 18:39:40 +0000 (19:39 +0100)]
Fixed circle_normal_projection.
Daniel Arndt [Wed, 22 Mar 2017 18:11:52 +0000 (19:11 +0100)]
Check access in SparsityPatter::compress()
Daniel Arndt [Wed, 22 Mar 2017 17:17:06 +0000 (18:17 +0100)]
Refactor and fix IndexSet::is_ascending_ad_one_to_one
Matthias Maier [Wed, 22 Mar 2017 02:16:54 +0000 (21:16 -0500)]
CMake: Add TKSTEP209 to the opencascade link interface
Matthias Maier [Tue, 21 Mar 2017 19:34:16 +0000 (14:34 -0500)]
tests/opencascade: Fix two tests
Matthias Maier [Tue, 21 Mar 2017 19:08:39 +0000 (14:08 -0500)]
Add a changes.h entry
Matthias Maier [Tue, 21 Mar 2017 19:00:04 +0000 (14:00 -0500)]
CMake: Extract opencascade version in a more robust manner
Matthias Maier [Tue, 21 Mar 2017 18:53:38 +0000 (13:53 -0500)]
Opencascade: Add an include for version 7 compatibility
Matthias Maier [Tue, 21 Mar 2017 18:52:24 +0000 (13:52 -0500)]
Opencascade: Bugfix. Call Handle macro in a compatible fashion
Matthias Maier [Tue, 21 Mar 2017 18:51:15 +0000 (13:51 -0500)]
Opencascade: Fix includes for version 7
Matthias Maier [Tue, 21 Mar 2017 18:12:31 +0000 (13:12 -0500)]
CMake: Add include/opencascade to include path alternatives
Martin Kronbichler [Mon, 20 Mar 2017 10:46:01 +0000 (11:46 +0100)]
Merge pull request #4086 from bangerth/improve-exception
Improve the wording of an exception.
Daniel Arndt [Sun, 19 Mar 2017 21:39:25 +0000 (22:39 +0100)]
Merge pull request #4087 from bangerth/update-reference
Update the reference to a paper that has been accepted.
Wolfgang Bangerth [Sun, 19 Mar 2017 21:31:18 +0000 (15:31 -0600)]
Update the reference to a paper that has been accepted.
Wolfgang Bangerth [Sun, 19 Mar 2017 21:28:08 +0000 (15:28 -0600)]
Improve the wording of an exception.
Wolfgang Bangerth [Sun, 19 Mar 2017 17:48:40 +0000 (11:48 -0600)]
Merge pull request #4082 from masterleinad/restrict_lapackfmprint
Restrict LAPACKFullMatrix::print_formatted to matrix states
Daniel Arndt [Sat, 18 Mar 2017 16:50:32 +0000 (17:50 +0100)]
Restrict LAPACKFullMatrix::print_formatted to matrix states
Martin Kronbichler [Sun, 19 Mar 2017 09:32:40 +0000 (10:32 +0100)]
Merge pull request #4080 from tjhei/fe_field_func_parallel
Fix FEFieldFunction behavior for nonlocal cells
Martin Kronbichler [Sun, 19 Mar 2017 09:29:02 +0000 (10:29 +0100)]
Merge pull request #4083 from drwells/other-coverity-fixes
Other coverity fixes
Martin Kronbichler [Sun, 19 Mar 2017 09:16:41 +0000 (10:16 +0100)]
Add new test
Martin Kronbichler [Sun, 19 Mar 2017 06:54:46 +0000 (07:54 +0100)]
Add changelog
Martin Kronbichler [Fri, 17 Mar 2017 14:21:31 +0000 (15:21 +0100)]
Unify interpolation from surrounding points.
Query multiple points from mapping.
Daniel Arndt [Sat, 18 Mar 2017 23:12:33 +0000 (00:12 +0100)]
Merge pull request #4084 from drwells/to-to-fixes
To to fixes
David Wells [Sat, 18 Mar 2017 21:37:55 +0000 (17:37 -0400)]
Fix a typo.
David Wells [Sat, 18 Mar 2017 21:36:48 +0000 (17:36 -0400)]
Clarify some sentences containing 'to to'.
David Wells [Sat, 18 Mar 2017 20:41:08 +0000 (16:41 -0400)]
Remove an unnecessary destructor implementation.
The default is equal to this.
David Wells [Thu, 16 Mar 2017 22:22:39 +0000 (18:22 -0400)]
Check that we successfully created a directory.
David Wells [Thu, 16 Mar 2017 22:22:27 +0000 (18:22 -0400)]
Catch an exception by reference.
David Wells [Thu, 16 Mar 2017 22:22:16 +0000 (18:22 -0400)]
Restore std::cout flags.
David Wells [Thu, 16 Mar 2017 22:21:14 +0000 (18:21 -0400)]
Initialize variables in step constructors.
Martin Kronbichler [Fri, 17 Mar 2017 14:20:39 +0000 (15:20 +0100)]
Add new function to query multiple points to Manifold
Martin Kronbichler [Fri, 3 Mar 2017 12:59:33 +0000 (13:59 +0100)]
Adjust test output
Timo Heister [Sat, 18 Mar 2017 17:54:19 +0000 (13:54 -0400)]
FEFieldFunction behavior for nonlocal cells
This fixes a bug in FEFieldFunction in several functions were it tries
to evaluate the function on an artificial cell and failing instead of
throwing ExcPointNotAvailableHere like it should. Fix this.
Martin Kronbichler [Wed, 1 Mar 2017 17:35:14 +0000 (18:35 +0100)]
Fix manifold code by introducing a new flag
Daniel Arndt [Sat, 18 Mar 2017 14:41:28 +0000 (15:41 +0100)]
Make errors more descriptive
Martin Kronbichler [Fri, 17 Mar 2017 16:47:39 +0000 (17:47 +0100)]
Merge pull request #4076 from masterleinad/more_coverity2
Fix various uninitialized and unused variables
Daniel Arndt [Fri, 17 Mar 2017 10:37:46 +0000 (11:37 +0100)]
Fix various uninitialized and unused variables
Wolfgang Bangerth [Fri, 17 Mar 2017 14:06:59 +0000 (08:06 -0600)]
Merge pull request #4077 from masterleinad/more_coverity3
Address Assert in destructors
Martin Kronbichler [Fri, 17 Mar 2017 12:00:41 +0000 (13:00 +0100)]
Merge pull request #4078 from masterleinad/more_coverity4
Check return value of Trilinos functions in trilinos_vector_base.h
Martin Kronbichler [Fri, 17 Mar 2017 11:46:32 +0000 (12:46 +0100)]
Merge pull request #4079 from masterleinad/more_coverity5
Fix typo in MatrixFreeOperators::Base
Martin Kronbichler [Fri, 17 Mar 2017 11:38:20 +0000 (12:38 +0100)]
Merge pull request #4075 from masterleinad/more_coverity
Fix uninitialized and unused variables in examples
Daniel Arndt [Fri, 17 Mar 2017 10:21:11 +0000 (11:21 +0100)]
Fix uninitialized and unused variles in examples
Daniel Arndt [Fri, 17 Mar 2017 11:09:36 +0000 (12:09 +0100)]
Fix typo in MatrixFreeOperators::Base
Daniel Arndt [Fri, 17 Mar 2017 11:06:40 +0000 (12:06 +0100)]
Check return value of Trilinos functions in trilinos_vector_base.h
Daniel Arndt [Fri, 17 Mar 2017 10:43:52 +0000 (11:43 +0100)]
Address Assert in destructors
Denis Davydov [Fri, 17 Mar 2017 07:15:43 +0000 (08:15 +0100)]
Merge pull request #4074 from kronbichler/fix_warning_in_example
Fix unused variable warning in step-50
Martin Kronbichler [Fri, 17 Mar 2017 06:52:25 +0000 (07:52 +0100)]
Fix unused variable warning in step-50
Martin Kronbichler [Fri, 17 Mar 2017 05:24:53 +0000 (06:24 +0100)]
Merge pull request #4058 from masterleinad/fix_symmetric_tensor_39
Fix base/symmetric_tensor_39 for clang
Wolfgang Bangerth [Fri, 17 Mar 2017 04:42:05 +0000 (22:42 -0600)]
Merge pull request #4071 from drwells/coverity-example-exceptions
Catch exceptions in main() in later steps.
David Wells [Fri, 17 Mar 2017 00:38:43 +0000 (20:38 -0400)]
Improve exception handling in two tutorials.
These were caught by Coverity.
Daniel Arndt [Thu, 16 Mar 2017 22:31:06 +0000 (23:31 +0100)]
Fix symmetric_tensor_39
David Wells [Thu, 16 Mar 2017 22:30:55 +0000 (18:30 -0400)]
Merge pull request #4073 from kronbichler/fix_coverity_issue
Initialize all variables
Daniel Arndt [Thu, 16 Mar 2017 22:12:46 +0000 (23:12 +0100)]
Merge pull request #4072 from drwells/fix-cmakelists-step-number
Fix step numbers in CMakeLists.txt comments.
Martin Kronbichler [Thu, 16 Mar 2017 21:10:33 +0000 (22:10 +0100)]
Initialize all variables
David Wells [Thu, 16 Mar 2017 20:15:02 +0000 (16:15 -0400)]
Fix step numbers in CMakeLists.txt comments.
Wolfgang Bangerth [Wed, 15 Mar 2017 19:37:19 +0000 (13:37 -0600)]
Merge pull request #4069 from tamiko/fix_warnings_in_examples
Examples: Minor stylistic change
Matthias Maier [Wed, 15 Mar 2017 19:31:10 +0000 (14:31 -0500)]
Change the error message to ExcInvalidRange in two more asserts
Wolfgang Bangerth [Wed, 15 Mar 2017 19:30:13 +0000 (13:30 -0600)]
Merge pull request #4068 from tamiko/fix_warnings_in_examples
Examples Fix unu variable warnings
Matthias Maier [Wed, 15 Mar 2017 19:08:18 +0000 (14:08 -0500)]
Fix unused variable warnings in step-47
Matthias Maier [Wed, 15 Mar 2017 19:09:09 +0000 (14:09 -0500)]
Fix unused variable warnings in step-45
Matthias Maier [Wed, 15 Mar 2017 19:10:38 +0000 (14:10 -0500)]
Fix unused variable warnings in step-41
Matthias Maier [Wed, 15 Mar 2017 19:12:54 +0000 (14:12 -0500)]
Fix unused variable warnings in step-31
Matthias Maier [Wed, 15 Mar 2017 19:11:58 +0000 (14:11 -0500)]
Fix unused variable warnings in step-30
Matthias Maier [Wed, 15 Mar 2017 19:13:42 +0000 (14:13 -0500)]
Fix unused variable warnings in step-26
Matthias Maier [Wed, 15 Mar 2017 19:04:45 +0000 (14:04 -0500)]
Fix unused variable warnings in step-23
Wolfgang Bangerth [Wed, 15 Mar 2017 19:16:47 +0000 (13:16 -0600)]
Merge pull request #4066 from tamiko/cmake_use_scotch_include
CMake: Do not filter Scotch include directory in trilinos TPL includes
Matthias Maier [Wed, 15 Mar 2017 19:07:13 +0000 (14:07 -0500)]
Fix unused variable warnings in step-9
Martin Kronbichler [Wed, 15 Mar 2017 08:06:10 +0000 (09:06 +0100)]
Merge pull request #4063 from davydden/parallel_reduce_start_end
extend internal::VectorOperations::parallel_reduce() to [start,end)
Denis Davydov [Wed, 15 Mar 2017 07:43:57 +0000 (08:43 +0100)]
remove the log entry
Wolfgang Bangerth [Tue, 14 Mar 2017 21:49:37 +0000 (15:49 -0600)]
Merge pull request #3986 from tamiko/compile_examples
CMake: Compile examples if examples component is set up
Matthias Maier [Tue, 14 Mar 2017 21:08:48 +0000 (16:08 -0500)]
CMake: Remove a broken workaround
Matthias Maier [Tue, 14 Mar 2017 16:12:31 +0000 (11:12 -0500)]
CMake: Do not compile examples on Windows targets
Matthias Maier [Fri, 10 Mar 2017 16:49:08 +0000 (10:49 -0600)]
CMake: Enable example compilation by default
Matthias Maier [Sat, 18 Feb 2017 00:37:45 +0000 (18:37 -0600)]
CMake: Compile examples if examples component is set up
Matthias Maier [Thu, 9 Mar 2017 22:42:28 +0000 (16:42 -0600)]
CMake: Add an option to compile examples as well
Matthias Maier [Thu, 9 Mar 2017 23:44:37 +0000 (17:44 -0600)]
CMake: Put RUN_COMMAND macro into separate file
Further, justify this approach with references to the official cmake
wiki.
Matthias Maier [Thu, 9 Mar 2017 23:03:12 +0000 (17:03 -0600)]
Examples: Annotate dependency clause in example CMakeLists.txt files
Matthias Maier [Sat, 18 Feb 2017 02:16:37 +0000 (20:16 -0600)]
Bugfix: Let DEAL_II_INSOURCE_SETUP_TARGET add all include directories
Denis Davydov [Tue, 14 Mar 2017 16:06:39 +0000 (17:06 +0100)]
changed signature of internal::VectorOperations::parallel_* functions to be (op,begin,end,...)
Denis Davydov [Tue, 14 Mar 2017 15:35:40 +0000 (16:35 +0100)]
extend internal::VectorOperations::parallel_reduce() to [start,end)
Martin Kronbichler [Tue, 14 Mar 2017 12:11:18 +0000 (13:11 +0100)]
Merge pull request #4062 from kronbichler/adjust_test_accuracy
Relax tolerance for 'exact' integration a bit
Martin Kronbichler [Tue, 14 Mar 2017 09:37:21 +0000 (10:37 +0100)]
Relax tolerance for 'exact' integration a bit
Martin Kronbichler [Tue, 14 Mar 2017 07:49:27 +0000 (08:49 +0100)]
Merge pull request #4059 from kronbichler/vectorized_array_includes
Add forward declaration of vectorized array
Bruno Turcksin [Mon, 13 Mar 2017 00:21:54 +0000 (20:21 -0400)]
Merge pull request #4060 from kronbichler/fix_lapack_test
Avoid floating point exception in Lapack test
Martin Kronbichler [Sun, 12 Mar 2017 18:58:57 +0000 (19:58 +0100)]
Substitute multiplications by 2 by additions (strength reduction).
Martin Kronbichler [Sun, 12 Mar 2017 19:02:10 +0000 (20:02 +0100)]
Add changelog
Martin Kronbichler [Sun, 12 Mar 2017 18:59:38 +0000 (19:59 +0100)]
Test that norms on tensors of VectorizedArray work
Martin Kronbichler [Sun, 12 Mar 2017 19:16:24 +0000 (20:16 +0100)]
Avoid floating point exception in Lapack test
Martin Kronbichler [Sun, 12 Mar 2017 18:58:23 +0000 (19:58 +0100)]
Move forward declaration of VectorizedArray to more central place
Martin Kronbichler [Sat, 11 Mar 2017 06:59:08 +0000 (07:59 +0100)]
Merge pull request #4055 from nfehn/master
Ensure that the state is set correctly when applying LU factorization…
David Wells [Fri, 10 Mar 2017 16:35:02 +0000 (11:35 -0500)]
Merge pull request #4057 from masterleinad/fix_step-36_parpack_mf
arpack/step-36_parpack_mf requires p::d::Tria
Daniel Arndt [Fri, 10 Mar 2017 15:23:24 +0000 (16:23 +0100)]
arpack/step-36_parpack_mf requires p::d::Tria
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.