]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoAvoid overly cautious assertions in scatter
Martin Kronbichler [Wed, 29 Mar 2017 09:18:44 +0000 (11:18 +0200)]
Avoid overly cautious assertions in scatter

7 years agoPut new code into separate function.
Martin Kronbichler [Tue, 28 Mar 2017 13:24:45 +0000 (15:24 +0200)]
Put new code into separate function.
Do not use function pointers.

7 years agoAdd changelog
Martin Kronbichler [Fri, 24 Mar 2017 13:42:59 +0000 (14:42 +0100)]
Add changelog

7 years agoUse vectorized gather operation if available.
Martin Kronbichler [Tue, 14 Mar 2017 09:25:25 +0000 (10:25 +0100)]
Use vectorized gather operation if available.

7 years agoUse simpler code path for quadratic operator evaluation path.
Martin Kronbichler [Tue, 14 Mar 2017 09:24:42 +0000 (10:24 +0100)]
Use simpler code path for quadratic operator evaluation path.

7 years agoMerge pull request #4120 from tjhei/fix_doxygen_errors
Wolfgang Bangerth [Mon, 27 Mar 2017 18:47:35 +0000 (12:47 -0600)]
Merge pull request #4120 from tjhei/fix_doxygen_errors

fix doxygen errors

7 years agofix doxygen errors 4120/head
Timo Heister [Mon, 27 Mar 2017 18:43:09 +0000 (14:43 -0400)]
fix doxygen errors

7 years agoMerge pull request #4114 from masterleinad/fix_fe_abm
Wolfgang Bangerth [Sun, 26 Mar 2017 18:53:09 +0000 (12:53 -0600)]
Merge pull request #4114 from masterleinad/fix_fe_abm

Fix FE_ABF::convert_generalized_support_point_values_to_nodal_values

7 years agoFix FE_ABF::convert_generalized_support_point_values_to_nodal_values 4114/head
Daniel Arndt [Sun, 26 Mar 2017 15:44:07 +0000 (17:44 +0200)]
Fix FE_ABF::convert_generalized_support_point_values_to_nodal_values

7 years agoMerge pull request #4108 from kronbichler/fix_mg_transfer_reinit
Wolfgang Bangerth [Fri, 24 Mar 2017 12:23:49 +0000 (06:23 -0600)]
Merge pull request #4108 from kronbichler/fix_mg_transfer_reinit

Make sure to clean all data before filling MG transfer data fields

7 years agoMake sure to clean all data before filling MG transfer data fields 4108/head
Martin Kronbichler [Fri, 24 Mar 2017 08:55:25 +0000 (09:55 +0100)]
Make sure to clean all data before filling MG transfer data fields

7 years agoMerge pull request #4107 from bangerth/doc-update
David Wells [Thu, 23 Mar 2017 23:35:29 +0000 (19:35 -0400)]
Merge pull request #4107 from bangerth/doc-update

Update the documentation of DoFHandler::n_dofs().

7 years agoUpdate the documentation of DoFHandler::n_dofs(). 4107/head
Wolfgang Bangerth [Thu, 23 Mar 2017 23:20:12 +0000 (17:20 -0600)]
Update the documentation of DoFHandler::n_dofs().

7 years agoMerge pull request #4105 from tjhei/post-8.5-test-versions
Matthias Maier [Thu, 23 Mar 2017 19:44:38 +0000 (14:44 -0500)]
Merge pull request #4105 from tjhei/post-8.5-test-versions

post-8.5-version-numbers

7 years agopost-8.5-version-numbers 4105/head
Timo Heister [Thu, 23 Mar 2017 19:23:30 +0000 (15:23 -0400)]
post-8.5-version-numbers

7 years agoupdate VERSION
Timo Heister [Thu, 23 Mar 2017 19:03:03 +0000 (15:03 -0400)]
update VERSION

7 years agoMerge pull request #4099 from tjhei/doxygen_fixes
Wolfgang Bangerth [Thu, 23 Mar 2017 18:40:24 +0000 (12:40 -0600)]
Merge pull request #4099 from tjhei/doxygen_fixes

8.5 task: doxygen formatting fixes

7 years agoMerge pull request #4100 from tjhei/tag_filename
Wolfgang Bangerth [Thu, 23 Mar 2017 16:29:02 +0000 (10:29 -0600)]
Merge pull request #4100 from tjhei/tag_filename

8.5 task: update TAG file URL

7 years agoaddress comment 4099/head
Timo Heister [Thu, 23 Mar 2017 16:28:29 +0000 (12:28 -0400)]
address comment

7 years agoMerge pull request #4098 from bangerth/update-changes-file
Timo Heister [Thu, 23 Mar 2017 16:23:39 +0000 (12:23 -0400)]
Merge pull request #4098 from bangerth/update-changes-file

Replace individual files by one changelog for the whole release.

7 years agoAdjust for the upcoming release. 4098/head
Wolfgang Bangerth [Thu, 23 Mar 2017 16:15:02 +0000 (10:15 -0600)]
Adjust for the upcoming release.

7 years agoRemove now obsolete files.
Wolfgang Bangerth [Thu, 23 Mar 2017 15:55:43 +0000 (09:55 -0600)]
Remove now obsolete files.

7 years agoUpdate the changelog file for the release.
Wolfgang Bangerth [Thu, 23 Mar 2017 15:56:54 +0000 (09:56 -0600)]
Update the changelog file for the release.

7 years agoMerge pull request #4101 from bangerth/update-copyright
Timo Heister [Thu, 23 Mar 2017 16:14:20 +0000 (12:14 -0400)]
Merge pull request #4101 from bangerth/update-copyright

Update copyright years.

7 years agoUpdate copyright years. 4101/head
Wolfgang Bangerth [Thu, 23 Mar 2017 16:08:23 +0000 (10:08 -0600)]
Update copyright years.

7 years ago8.5 task: update TAG file URL 4100/head
Timo Heister [Thu, 23 Mar 2017 16:07:21 +0000 (12:07 -0400)]
8.5 task: update TAG file URL

7 years agoMerge pull request #4097 from masterleinad/check_cell_loop
Daniel Arndt [Thu, 23 Mar 2017 16:02:10 +0000 (17:02 +0100)]
Merge pull request #4097 from masterleinad/check_cell_loop

Check array access in MatrixFree::cell_loop

7 years agodoxygen formatting fixes
Timo Heister [Thu, 23 Mar 2017 15:57:07 +0000 (11:57 -0400)]
doxygen formatting fixes

- wrong indentation
- code blocks not marked correctly
- some @ref fixes

7 years agoCheck array access in MatrixFree::cell_loop 4097/head
Daniel Arndt [Thu, 23 Mar 2017 14:39:49 +0000 (15:39 +0100)]
Check array access in MatrixFree::cell_loop

7 years agoMerge pull request #4096 from kronbichler/fix_clang_warning_mapping
Timo Heister [Thu, 23 Mar 2017 13:44:04 +0000 (09:44 -0400)]
Merge pull request #4096 from kronbichler/fix_clang_warning_mapping

Fix warning with clang compiler

7 years agoMerge pull request #4064 from bangerth/replace-FE_interpolate
Luca Heltai [Thu, 23 Mar 2017 12:32:30 +0000 (13:32 +0100)]
Merge pull request #4064 from bangerth/replace-FE_interpolate

Replace FE::interpolate() by FE::convert_support_point_values_to_nodal_values().

7 years agoAdd warning with clang compiler 4096/head
Martin Kronbichler [Thu, 23 Mar 2017 12:23:21 +0000 (13:23 +0100)]
Add warning with clang compiler

7 years agoMerge pull request #3886 from kronbichler/master
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.

7 years agoMerge pull request #4094 from masterleinad/fix_indexset_asc_etc
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

7 years agoMerge pull request #4095 from masterleinad/fix_sparsity_compress
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()

7 years agoMerge pull request #4091 from tamiko/opencascade_compatibility
Luca Heltai [Wed, 22 Mar 2017 20:01:58 +0000 (21:01 +0100)]
Merge pull request #4091 from tamiko/opencascade_compatibility

Opencascade 7 fixes

7 years agoWork on review comments 3886/head
Martin Kronbichler [Wed, 22 Mar 2017 19:20:30 +0000 (20:20 +0100)]
Work on review comments

7 years agoPerformance improvements. Augment documentation.
Martin Kronbichler [Sun, 19 Mar 2017 09:16:53 +0000 (10:16 +0100)]
Performance improvements. Augment documentation.

7 years agoFixed closest_point_to_shape. 4091/head
Luca Heltai [Wed, 22 Mar 2017 18:45:37 +0000 (19:45 +0100)]
Fixed closest_point_to_shape.

7 years agoFixed circle_normal_projection.
Luca Heltai [Wed, 22 Mar 2017 18:39:40 +0000 (19:39 +0100)]
Fixed circle_normal_projection.

7 years agoCheck access in SparsityPatter::compress() 4095/head
Daniel Arndt [Wed, 22 Mar 2017 18:11:52 +0000 (19:11 +0100)]
Check access in SparsityPatter::compress()

7 years agoRefactor and fix IndexSet::is_ascending_ad_one_to_one 4094/head
Daniel Arndt [Wed, 22 Mar 2017 17:17:06 +0000 (18:17 +0100)]
Refactor and fix IndexSet::is_ascending_ad_one_to_one

7 years agoCMake: Add TKSTEP209 to the opencascade link interface
Matthias Maier [Wed, 22 Mar 2017 02:16:54 +0000 (21:16 -0500)]
CMake: Add TKSTEP209 to the opencascade link interface

7 years agotests/opencascade: Fix two tests
Matthias Maier [Tue, 21 Mar 2017 19:34:16 +0000 (14:34 -0500)]
tests/opencascade: Fix two tests

7 years agoAdd a changes.h entry
Matthias Maier [Tue, 21 Mar 2017 19:08:39 +0000 (14:08 -0500)]
Add a changes.h entry

7 years agoCMake: Extract opencascade version in a more robust manner
Matthias Maier [Tue, 21 Mar 2017 19:00:04 +0000 (14:00 -0500)]
CMake: Extract opencascade version in a more robust manner

7 years agoOpencascade: Add an include for version 7 compatibility
Matthias Maier [Tue, 21 Mar 2017 18:53:38 +0000 (13:53 -0500)]
Opencascade: Add an include for version 7 compatibility

7 years agoOpencascade: Bugfix. Call Handle macro in a compatible fashion
Matthias Maier [Tue, 21 Mar 2017 18:52:24 +0000 (13:52 -0500)]
Opencascade: Bugfix. Call Handle macro in a compatible fashion

7 years agoOpencascade: Fix includes for version 7
Matthias Maier [Tue, 21 Mar 2017 18:51:15 +0000 (13:51 -0500)]
Opencascade: Fix includes for version 7

7 years agoCMake: Add include/opencascade to include path alternatives
Matthias Maier [Tue, 21 Mar 2017 18:12:31 +0000 (13:12 -0500)]
CMake: Add include/opencascade to include path alternatives

7 years agoMerge pull request #4086 from bangerth/improve-exception
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.

7 years agoMerge pull request #4087 from bangerth/update-reference
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.

7 years agoUpdate the reference to a paper that has been accepted. 4087/head
Wolfgang Bangerth [Sun, 19 Mar 2017 21:31:18 +0000 (15:31 -0600)]
Update the reference to a paper that has been accepted.

7 years agoImprove the wording of an exception. 4086/head
Wolfgang Bangerth [Sun, 19 Mar 2017 21:28:08 +0000 (15:28 -0600)]
Improve the wording of an exception.

7 years agoRename variables in a function. 4064/head
Wolfgang Bangerth [Tue, 14 Mar 2017 13:30:44 +0000 (07:30 -0600)]
Rename variables in a function.

Match variable names at a calling site to the ones used in the called function.

7 years agoUse FE::convert_generalized_support_point_values_to_nodal_values().
Wolfgang Bangerth [Tue, 14 Mar 2017 00:46:45 +0000 (18:46 -0600)]
Use FE::convert_generalized_support_point_values_to_nodal_values().

7 years agoImplement the new FiniteElement::convert_generalized_support_point_values_to_nodal_va...
Wolfgang Bangerth [Mon, 13 Mar 2017 23:41:06 +0000 (17:41 -0600)]
Implement the new FiniteElement::convert_generalized_support_point_values_to_nodal_values interface.

This is easily done by copying the implementation of the
existing FiniteElement::interpolate() functions in the
various derived classes, removing the 'offset' argument,
and reordering+renaming the other two arguments.

7 years agoIntroduce FiniteElement::convert_generalized_support_point_values_to_nodal_values.
Wolfgang Bangerth [Fri, 24 Feb 2017 19:41:32 +0000 (12:41 -0700)]
Introduce FiniteElement::convert_generalized_support_point_values_to_nodal_values.

7 years agoMerge pull request #4082 from masterleinad/restrict_lapackfmprint
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

7 years agoRestrict LAPACKFullMatrix::print_formatted to matrix states 4082/head
Daniel Arndt [Sat, 18 Mar 2017 16:50:32 +0000 (17:50 +0100)]
Restrict LAPACKFullMatrix::print_formatted to matrix states

7 years agoMerge pull request #4080 from tjhei/fe_field_func_parallel
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

7 years agoMerge pull request #4083 from drwells/other-coverity-fixes
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

7 years agoAdd new test
Martin Kronbichler [Sun, 19 Mar 2017 09:16:41 +0000 (10:16 +0100)]
Add new test

7 years agoAdd changelog
Martin Kronbichler [Sun, 19 Mar 2017 06:54:46 +0000 (07:54 +0100)]
Add changelog

7 years agoUnify interpolation from surrounding points.
Martin Kronbichler [Fri, 17 Mar 2017 14:21:31 +0000 (15:21 +0100)]
Unify interpolation from surrounding points.
Query multiple points from mapping.

7 years agoMerge pull request #4084 from drwells/to-to-fixes
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

7 years agoFix a typo. 4084/head
David Wells [Sat, 18 Mar 2017 21:37:55 +0000 (17:37 -0400)]
Fix a typo.

7 years agoClarify some sentences containing 'to to'.
David Wells [Sat, 18 Mar 2017 21:36:48 +0000 (17:36 -0400)]
Clarify some sentences containing 'to to'.

7 years agoRemove an unnecessary destructor implementation. 4083/head
David Wells [Sat, 18 Mar 2017 20:41:08 +0000 (16:41 -0400)]
Remove an unnecessary destructor implementation.

The default is equal to this.

7 years agoCheck that we successfully created a directory.
David Wells [Thu, 16 Mar 2017 22:22:39 +0000 (18:22 -0400)]
Check that we successfully created a directory.

7 years agoCatch an exception by reference.
David Wells [Thu, 16 Mar 2017 22:22:27 +0000 (18:22 -0400)]
Catch an exception by reference.

7 years agoRestore std::cout flags.
David Wells [Thu, 16 Mar 2017 22:22:16 +0000 (18:22 -0400)]
Restore std::cout flags.

7 years agoInitialize variables in step constructors.
David Wells [Thu, 16 Mar 2017 22:21:14 +0000 (18:21 -0400)]
Initialize variables in step constructors.

7 years agoAdd new function to query multiple points to Manifold
Martin Kronbichler [Fri, 17 Mar 2017 14:20:39 +0000 (15:20 +0100)]
Add new function to query multiple points to Manifold

7 years agoAdjust test output
Martin Kronbichler [Fri, 3 Mar 2017 12:59:33 +0000 (13:59 +0100)]
Adjust test output

7 years agoFEFieldFunction behavior for nonlocal cells 4080/head
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.

7 years agoFix manifold code by introducing a new flag
Martin Kronbichler [Wed, 1 Mar 2017 17:35:14 +0000 (18:35 +0100)]
Fix manifold code by introducing a new flag

7 years agoMake errors more descriptive
Daniel Arndt [Sat, 18 Mar 2017 14:41:28 +0000 (15:41 +0100)]
Make errors more descriptive

7 years agoMerge pull request #4076 from masterleinad/more_coverity2
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

7 years agoFix various uninitialized and unused variables 4076/head
Daniel Arndt [Fri, 17 Mar 2017 10:37:46 +0000 (11:37 +0100)]
Fix various uninitialized and unused variables

7 years agoMerge pull request #4077 from masterleinad/more_coverity3
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

7 years agoMerge pull request #4078 from masterleinad/more_coverity4
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

7 years agoMerge pull request #4079 from masterleinad/more_coverity5
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

7 years agoMerge pull request #4075 from masterleinad/more_coverity
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

7 years agoFix uninitialized and unused variles in examples 4075/head
Daniel Arndt [Fri, 17 Mar 2017 10:21:11 +0000 (11:21 +0100)]
Fix uninitialized and unused variles in examples

7 years agoFix typo in MatrixFreeOperators::Base 4079/head
Daniel Arndt [Fri, 17 Mar 2017 11:09:36 +0000 (12:09 +0100)]
Fix typo in MatrixFreeOperators::Base

7 years agoCheck return value of Trilinos functions in trilinos_vector_base.h 4078/head
Daniel Arndt [Fri, 17 Mar 2017 11:06:40 +0000 (12:06 +0100)]
Check return value of Trilinos functions in trilinos_vector_base.h

7 years agoAddress Assert in destructors 4077/head
Daniel Arndt [Fri, 17 Mar 2017 10:43:52 +0000 (11:43 +0100)]
Address Assert in destructors

7 years agoMerge pull request #4074 from kronbichler/fix_warning_in_example
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

7 years agoFix unused variable warning in step-50 4074/head
Martin Kronbichler [Fri, 17 Mar 2017 06:52:25 +0000 (07:52 +0100)]
Fix unused variable warning in step-50

7 years agoMerge pull request #4058 from masterleinad/fix_symmetric_tensor_39
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

7 years agoMerge pull request #4071 from drwells/coverity-example-exceptions
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.

7 years agoImprove exception handling in two tutorials. 4071/head
David Wells [Fri, 17 Mar 2017 00:38:43 +0000 (20:38 -0400)]
Improve exception handling in two tutorials.

These were caught by Coverity.

7 years agoFix symmetric_tensor_39 4058/head
Daniel Arndt [Thu, 16 Mar 2017 22:31:06 +0000 (23:31 +0100)]
Fix symmetric_tensor_39

7 years agoMerge pull request #4073 from kronbichler/fix_coverity_issue
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

7 years agoMerge pull request #4072 from drwells/fix-cmakelists-step-number
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.

7 years agoInitialize all variables 4073/head
Martin Kronbichler [Thu, 16 Mar 2017 21:10:33 +0000 (22:10 +0100)]
Initialize all variables

7 years agoFix step numbers in CMakeLists.txt comments. 4072/head
David Wells [Thu, 16 Mar 2017 20:15:02 +0000 (16:15 -0400)]
Fix step numbers in CMakeLists.txt comments.

7 years agoMerge pull request #4069 from tamiko/fix_warnings_in_examples
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

7 years agoChange the error message to ExcInvalidRange in two more asserts 4069/head
Matthias Maier [Wed, 15 Mar 2017 19:31:10 +0000 (14:31 -0500)]
Change the error message to ExcInvalidRange in two more asserts


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.