]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoUse latex formulas to describe tensor invariants. 3152/head
Wolfgang Bangerth [Thu, 22 Sep 2016 22:17:16 +0000 (16:17 -0600)]
Use latex formulas to describe tensor invariants.

7 years agoMerge pull request #2948 from masterleinad/change_mg_levels
Martin Kronbichler [Thu, 22 Sep 2016 19:33:46 +0000 (21:33 +0200)]
Merge pull request #2948 from masterleinad/change_mg_levels

Resize defect vector when changing multigrid levels

7 years agoMerge pull request #3139 from class4kayaker/fix_mg_block_smoother
Martin Kronbichler [Thu, 22 Sep 2016 19:32:08 +0000 (21:32 +0200)]
Merge pull request #3139 from class4kayaker/fix_mg_block_smoother

Change MGSmootherBlock to use shared memory pool

8 years agoAdd changelog entry 3139/head
Jonathan Robey [Wed, 21 Sep 2016 16:01:34 +0000 (09:01 -0700)]
Add changelog entry

8 years agoChange MGSmootherBlock to use shared memory pool, deprecate old constructor
Jonathan Robey [Tue, 20 Sep 2016 18:30:24 +0000 (11:30 -0700)]
Change MGSmootherBlock to use shared memory pool, deprecate old constructor

Test modified to use new constructor

8 years agoMerge pull request #3149 from drwells/prefer-vector-to-list-1
David Wells [Thu, 22 Sep 2016 15:25:35 +0000 (11:25 -0400)]
Merge pull request #3149 from drwells/prefer-vector-to-list-1

Prefer std::vector to std::list.

8 years agoPrefer std::vector to std::list. 3149/head
David Wells [Thu, 22 Sep 2016 13:51:08 +0000 (09:51 -0400)]
Prefer std::vector to std::list.

The top comment implies that a previous version of this algorithm saved
iterators into the temporary collection of new ranges (and hence this
required std::list); however, since the current version stores no such
iterators (it just uses push_back) we can make things a bit faster by
using std::vector instead of std::list.

8 years agoMerge pull request #3147 from tjhei/step_55_link
Wolfgang Bangerth [Wed, 21 Sep 2016 21:45:49 +0000 (15:45 -0600)]
Merge pull request #3147 from tjhei/step_55_link

step-55: remove dead link, add picture

8 years agostep-55: remove dead link, add picture 3147/head
Timo Heister [Wed, 21 Sep 2016 21:33:14 +0000 (17:33 -0400)]
step-55: remove dead link, add picture

8 years agoMerge pull request #3146 from bangerth/doc-update
Timo Heister [Wed, 21 Sep 2016 21:19:31 +0000 (17:19 -0400)]
Merge pull request #3146 from bangerth/doc-update

Fix an error message.

8 years agoFix an error message. 3146/head
Wolfgang Bangerth [Wed, 21 Sep 2016 20:21:58 +0000 (14:21 -0600)]
Fix an error message.

This is one of the most frequent error messages I get to see, and yet
have apparently never paid attention to the fact that there is a mistake
in it...

8 years agoMerge pull request #3145 from kronbichler/fix_mg_examples
Wolfgang Bangerth [Wed, 21 Sep 2016 20:03:14 +0000 (14:03 -0600)]
Merge pull request #3145 from kronbichler/fix_mg_examples

Fix MG example that require grid smoothing

8 years agoFix MG example that require grid smoothing 3145/head
Martin Kronbichler [Wed, 21 Sep 2016 18:28:28 +0000 (20:28 +0200)]
Fix MG example that require grid smoothing

8 years agoMerge pull request #3126 from tjhei/gnuplot_support_points
Martin Kronbichler [Wed, 21 Sep 2016 13:24:51 +0000 (15:24 +0200)]
Merge pull request #3126 from tjhei/gnuplot_support_points

add DofTools::write_gnuplot_dof_support_point_info

8 years agoMerge pull request #3133 from luca-heltai/fix-manifold
Martin Kronbichler [Wed, 21 Sep 2016 13:24:24 +0000 (15:24 +0200)]
Merge pull request #3133 from luca-heltai/fix-manifold

Fix manifold

8 years agoMerge pull request #3140 from tjhei/cmake_install_message
David Wells [Wed, 21 Sep 2016 13:15:11 +0000 (09:15 -0400)]
Merge pull request #3140 from tjhei/cmake_install_message

silence update-to-date cmake install message

8 years agoFixed header. 3133/head
Luca Heltai [Wed, 21 Sep 2016 07:10:28 +0000 (07:10 +0000)]
Fixed header.

8 years agoMerge pull request #3143 from bangerth/wrap-comments
Matthias Maier [Wed, 21 Sep 2016 01:46:45 +0000 (20:46 -0500)]
Merge pull request #3143 from bangerth/wrap-comments

Wrap some comments.

8 years agoWrap some comments. 3143/head
Wolfgang Bangerth [Wed, 21 Sep 2016 00:14:55 +0000 (18:14 -0600)]
Wrap some comments.

8 years agoMerge pull request #3141 from bangerth/update-parameter-list
Denis Davydov [Tue, 20 Sep 2016 23:41:22 +0000 (01:41 +0200)]
Merge pull request #3141 from bangerth/update-parameter-list

Make input arguments 'const'.

8 years agoMake input arguments 'const'. 3141/head
Wolfgang Bangerth [Tue, 20 Sep 2016 23:39:28 +0000 (17:39 -0600)]
Make input arguments 'const'.

8 years agosilence update-to-date cmake install message 3140/head
Timo Heister [Tue, 20 Sep 2016 19:44:53 +0000 (15:44 -0400)]
silence update-to-date cmake install message

8 years agoMerge pull request #3136 from danshapero/tria-move-assignment
Wolfgang Bangerth [Tue, 20 Sep 2016 20:02:43 +0000 (14:02 -0600)]
Merge pull request #3136 from danshapero/tria-move-assignment

triangulation move assignment

8 years agoadd DofTools::write_gnuplot_dof_support_point_info 3126/head
Timo Heister [Fri, 16 Sep 2016 21:16:30 +0000 (17:16 -0400)]
add DofTools::write_gnuplot_dof_support_point_info

- add DofTools::write_gnuplot_dof_support_point_info
- add tests

8 years agoRevert last commit 3136/head
danshapero [Tue, 20 Sep 2016 18:41:45 +0000 (11:41 -0700)]
Revert last commit

8 years agoMerge pull request #3088 from tamiko/fix_cmake_macros
Matthias Maier [Tue, 20 Sep 2016 17:01:06 +0000 (12:01 -0500)]
Merge pull request #3088 from tamiko/fix_cmake_macros

CMake: Enforce strict build type matching in DEAL_II_(ADD_TEST|SETUP_TARGET)

8 years agoAdded explanatory comment about moving a Triangulation's manifolds
danshapero [Tue, 20 Sep 2016 16:20:27 +0000 (09:20 -0700)]
Added explanatory comment about moving a Triangulation's manifolds

8 years agoMerge pull request #3137 from bangerth/doc-update-76
Bruno Turcksin [Tue, 20 Sep 2016 12:08:39 +0000 (08:08 -0400)]
Merge pull request #3137 from bangerth/doc-update-76

Drop the name 'Fichera corner', plus other updates.

8 years agoDrop the name 'Fichera corner', plus other updates. 3137/head
Wolfgang Bangerth [Tue, 20 Sep 2016 03:04:25 +0000 (21:04 -0600)]
Drop the name 'Fichera corner', plus other updates.

8 years agoIndentation
danshapero [Tue, 20 Sep 2016 02:56:15 +0000 (19:56 -0700)]
Indentation

8 years agoMerge pull request #3135 from kronbichler/fix_mf_mg
Denis Davydov [Mon, 19 Sep 2016 20:14:15 +0000 (22:14 +0200)]
Merge pull request #3135 from kronbichler/fix_mf_mg

Fix bug in threaded matrixfree

8 years agoFix bug in threaded matrixfree 3135/head
Martin Kronbichler [Mon, 19 Sep 2016 18:48:05 +0000 (20:48 +0200)]
Fix bug in threaded matrixfree

8 years agoCMake: Partially revert #1758 3088/head
Matthias Maier [Sat, 17 Sep 2016 01:06:00 +0000 (20:06 -0500)]
CMake: Partially revert #1758

 - always set Debug, or Release build type (depending on availability
 - but allow for manually set DebugRelease

8 years agoCMake: Also update tests/setup_testsubproject to latest changes
Matthias Maier [Fri, 9 Sep 2016 04:00:16 +0000 (23:00 -0500)]
CMake: Also update tests/setup_testsubproject to latest changes

8 years agoadd news/changes.h entry
Matthias Maier [Thu, 8 Sep 2016 21:18:50 +0000 (16:18 -0500)]
add news/changes.h entry

8 years agoDocumentation: Update to latest changes and changes in #1758
Matthias Maier [Thu, 8 Sep 2016 21:16:24 +0000 (16:16 -0500)]
Documentation: Update to latest changes and changes in #1758

8 years agoCMake: Verbosely error out in DEAL_II_SETUP_TARGET if build type is unsupported
Matthias Maier [Thu, 8 Sep 2016 20:59:11 +0000 (15:59 -0500)]
CMake: Verbosely error out in DEAL_II_SETUP_TARGET if build type is unsupported

8 years agoCMake: Verbosely error out in DEAL_II_ADD_TEST if build types do not match
Matthias Maier [Thu, 8 Sep 2016 20:40:06 +0000 (15:40 -0500)]
CMake: Verbosely error out in DEAL_II_ADD_TEST if build types do not match

8 years agoCMake: Bugfix: Throw a verbose error message instead of silently ignoring an argument
Matthias Maier [Thu, 8 Sep 2016 19:55:54 +0000 (14:55 -0500)]
CMake: Bugfix: Throw a verbose error message instead of silently ignoring an argument

8 years agoAdded minimal test for projection manifold.
Luca Heltai [Mon, 19 Sep 2016 13:31:15 +0000 (13:31 +0000)]
Added minimal test for projection manifold.

8 years agoMerge pull request #3125 from class4kayaker/do_distribute
Daniel Arndt [Mon, 19 Sep 2016 13:33:42 +0000 (15:33 +0200)]
Merge pull request #3125 from class4kayaker/do_distribute

Add missing distribute() calls

8 years agoMerge pull request #3130 from class4kayaker/test_generalized_support
Daniel Arndt [Mon, 19 Sep 2016 13:33:14 +0000 (15:33 +0200)]
Merge pull request #3130 from class4kayaker/test_generalized_support

Test generalized*_support_points in fe_support_points_*

8 years agoFixed default implementation of get_intermediate_point.
Luca Heltai [Mon, 19 Sep 2016 13:14:23 +0000 (13:14 +0000)]
Fixed default implementation of get_intermediate_point.

8 years agoMerge pull request #3132 from bangerth/fix-typo
Denis Davydov [Mon, 19 Sep 2016 05:57:43 +0000 (07:57 +0200)]
Merge pull request #3132 from bangerth/fix-typo

Fix typo in comment.

8 years agoFix typo in comment. 3132/head
Wolfgang Bangerth [Mon, 19 Sep 2016 03:05:45 +0000 (21:05 -0600)]
Fix typo in comment.

8 years agoChanged order in tria move ctor test
danshapero [Mon, 29 Aug 2016 19:12:12 +0000 (12:12 -0700)]
Changed order in tria move ctor test

Flipping the order in which the manifold and the Triangulation
are declared in the triangulation move ctor test makes the test pass.
Is this fine or should we be adding move operations for smart pointers
also?

8 years agoWrote move assignment operator for Triangulation, Subscriptor throws exception in...
danshapero [Mon, 29 Aug 2016 18:42:23 +0000 (11:42 -0700)]
Wrote move assignment operator for Triangulation, Subscriptor throws exception in test

8 years agoAdd notes on version for images 3125/head
Jonathan Robey [Sun, 18 Sep 2016 15:48:14 +0000 (08:48 -0700)]
Add notes on version for images

8 years agoAdjust results for 3d
Jonathan Robey [Sun, 18 Sep 2016 15:47:54 +0000 (08:47 -0700)]
Adjust results for 3d

8 years agoMerge pull request #3129 from bangerth/work-around-doxygen-bug
Matthias Maier [Sun, 18 Sep 2016 06:34:34 +0000 (01:34 -0500)]
Merge pull request #3129 from bangerth/work-around-doxygen-bug

Work around a doxygen bug.

8 years agoChange to new test output 3130/head
Jonathan Robey [Sun, 18 Sep 2016 04:02:43 +0000 (21:02 -0700)]
Change to new test output

8 years agoAdd generalized support points to support_point tests
Jonathan Robey [Sun, 18 Sep 2016 03:28:00 +0000 (20:28 -0700)]
Add generalized support points to support_point tests

8 years agoWork around a doxygen bug. 3129/head
Wolfgang Bangerth [Sun, 18 Sep 2016 03:16:19 +0000 (21:16 -0600)]
Work around a doxygen bug.

8 years agoMerge pull request #3124 from class4kayaker/fix_fe_q_hierarch
Wolfgang Bangerth [Sun, 18 Sep 2016 02:48:20 +0000 (20:48 -0600)]
Merge pull request #3124 from class4kayaker/fix_fe_q_hierarch

Modify FE_QHierarchical to use generalized*_s_p instead

8 years agoMerge pull request #3128 from bangerth/fix-test
David Wells [Sun, 18 Sep 2016 01:28:22 +0000 (21:28 -0400)]
Merge pull request #3128 from bangerth/fix-test

Update #include file path.

8 years agoAdjust test output for change to q_hie u_s_p 3124/head
Jonathan Robey [Sun, 18 Sep 2016 01:17:26 +0000 (18:17 -0700)]
Adjust test output for change to q_hie u_s_p

8 years agoUpdate #include file path. 3128/head
Wolfgang Bangerth [Sun, 18 Sep 2016 00:40:21 +0000 (19:40 -0500)]
Update #include file path.

8 years agoAdjust commentary
Jonathan Robey [Sat, 17 Sep 2016 17:36:23 +0000 (10:36 -0700)]
Adjust commentary

8 years agoAdjust output results
Jonathan Robey [Sat, 17 Sep 2016 17:07:08 +0000 (10:07 -0700)]
Adjust output results

8 years agoMerge pull request #3127 from tjhei/doc_fix1
Wolfgang Bangerth [Fri, 16 Sep 2016 21:33:22 +0000 (15:33 -0600)]
Merge pull request #3127 from tjhei/doc_fix1

fix doxygen formula typesetting

8 years agofix doxygen formula typesetting 3127/head
Timo Heister [Fri, 16 Sep 2016 21:30:44 +0000 (17:30 -0400)]
fix doxygen formula typesetting

8 years agoAdd missing distribute() calls
Jonathan Robey [Fri, 16 Sep 2016 20:00:14 +0000 (13:00 -0700)]
Add missing distribute() calls

8 years agoModify FE_QHie to use generalized*_s_p instead
Jonathan Robey [Fri, 16 Sep 2016 17:47:52 +0000 (10:47 -0700)]
Modify FE_QHie to use generalized*_s_p instead

8 years agoMerge pull request #3123 from Rombur/time_stepping
Timo Heister [Fri, 16 Sep 2016 17:45:02 +0000 (13:45 -0400)]
Merge pull request #3123 from Rombur/time_stepping

Fix a bug in time stepping method

8 years agoMerge pull request #3121 from pesser/parallelize_relaxblock
Wolfgang Bangerth [Fri, 16 Sep 2016 16:19:55 +0000 (10:19 -0600)]
Merge pull request #3121 from pesser/parallelize_relaxblock

parallelize block inversion

8 years agoMerge pull request #3120 from class4kayaker/no_mapping_data
Wolfgang Bangerth [Fri, 16 Sep 2016 16:18:33 +0000 (10:18 -0600)]
Merge pull request #3120 from class4kayaker/no_mapping_data

Proposed fix to problem with #3039

8 years agoAdd a test that checks that the time step can be increased when using an embedded... 3123/head
Bruno Turcksin [Fri, 16 Sep 2016 15:26:09 +0000 (11:26 -0400)]
Add a test that checks that the time step can be increased when using an embedded Runge-Kutta method.

8 years agoMerge pull request #2972 from masterleinad/trilinos_local_elements
Martin Kronbichler [Fri, 16 Sep 2016 15:46:33 +0000 (17:46 +0200)]
Merge pull request #2972 from masterleinad/trilinos_local_elements

Fix TrilinosWrappers::locally_owned_elements

8 years agoparallelize block inversion 3121/head
Patrick Esser [Fri, 16 Sep 2016 09:37:06 +0000 (11:37 +0200)]
parallelize block inversion

8 years agoFix a bug reported by Vaibhav Palkar on the mailing where the time step for embedded...
Bruno Turcksin [Fri, 16 Sep 2016 14:26:00 +0000 (10:26 -0400)]
Fix a bug reported by Vaibhav Palkar on the mailing where the time step for embedded Runge-Kutta methods was not increased correctly.

8 years agoGenerate empty object when no mapping data needed 3120/head
Jonathan Robey [Thu, 15 Sep 2016 20:30:58 +0000 (13:30 -0700)]
Generate empty object when no mapping data needed

8 years agoEntry in changes.h 2972/head
Daniel Arndt [Fri, 16 Sep 2016 12:46:40 +0000 (14:46 +0200)]
Entry in changes.h

8 years agoThe size of owned_elemwnts has to match the size of the vector if asking for locally_...
Daniel Arndt [Fri, 16 Sep 2016 12:37:40 +0000 (14:37 +0200)]
The size of owned_elemwnts has to match the size of the vector if asking for locally_owned_elements

8 years agoIn case we can't deduce locally_owned_elements, set the size of owned_elements to...
Daniel Arndt [Mon, 29 Aug 2016 14:58:24 +0000 (16:58 +0200)]
In case we can't deduce locally_owned_elements, set the size of owned_elements to zero

8 years agoAdd a test for the conversion BlockVector->Vector
Daniel Arndt [Tue, 16 Aug 2016 16:48:42 +0000 (18:48 +0200)]
Add a test for the conversion BlockVector->Vector

8 years agoCheck has_ghosts using owned_elements
Daniel Arndt [Tue, 16 Aug 2016 16:07:51 +0000 (18:07 +0200)]
Check has_ghosts using owned_elements

8 years agoFix TrilinosWrappers::locally_owned_elements
Daniel Arndt [Mon, 15 Aug 2016 15:30:09 +0000 (17:30 +0200)]
Fix TrilinosWrappers::locally_owned_elements

8 years agoMerge pull request #3109 from tjhei/mg_coarse_lac_parallel
Daniel Arndt [Thu, 15 Sep 2016 18:12:07 +0000 (20:12 +0200)]
Merge pull request #3109 from tjhei/mg_coarse_lac_parallel

introduce MGCoarseGridIterativeSolver

8 years agointroduce MGCoarseGridIterativeSolver, deprecate MGCoarseGridLACIteration 3109/head
Timo Heister [Tue, 13 Sep 2016 13:42:54 +0000 (09:42 -0400)]
introduce MGCoarseGridIterativeSolver, deprecate MGCoarseGridLACIteration

- introduce MGCoarseGridIterativeSolver with a simpler interface
- also works in parallel with Trilinos solvers
- add tests

8 years agoDeduce minimal and maximal valid Multigrid level from mg::Matrix 2948/head
Daniel Arndt [Mon, 15 Aug 2016 12:04:38 +0000 (14:04 +0200)]
Deduce minimal and maximal valid Multigrid level from mg::Matrix

8 years agoMerge pull request #3118 from Rombur/vector
Martin Kronbichler [Thu, 15 Sep 2016 14:36:12 +0000 (16:36 +0200)]
Merge pull request #3118 from Rombur/vector

Instantiate LinearAlgebra::Vector.

8 years agoAdd entry to changes.h 3118/head
Bruno Turcksin [Thu, 15 Sep 2016 13:57:51 +0000 (09:57 -0400)]
Add entry to changes.h

8 years agoInstantiate LinearAlgebra::Vector.
Bruno Turcksin [Fri, 9 Sep 2016 13:56:07 +0000 (09:56 -0400)]
Instantiate LinearAlgebra::Vector.

8 years agoMerge pull request #3039 from class4kayaker/no_mapping_data
Bruno Turcksin [Wed, 14 Sep 2016 19:31:01 +0000 (15:31 -0400)]
Merge pull request #3039 from class4kayaker/no_mapping_data

Set conditions on updating mapping data

8 years agoAdd test for no mapping data FEValues ues 3039/head
Jonathan Robey [Sat, 10 Sep 2016 23:35:06 +0000 (16:35 -0700)]
Add test for no mapping data FEValues ues

8 years agoAdd changes.h entry
Jonathan Robey [Sat, 10 Sep 2016 17:07:21 +0000 (10:07 -0700)]
Add changes.h entry

8 years agoDuplicate approach for FEFaceValues and FESubfaceValues
Jonathan Robey [Wed, 31 Aug 2016 02:57:10 +0000 (19:57 -0700)]
Duplicate approach for FEFaceValues and FESubfaceValues

8 years agoSet conditions on updating mapping data
Jonathan Robey [Tue, 30 Aug 2016 22:00:10 +0000 (15:00 -0700)]
Set conditions on updating mapping data

8 years agoMerge pull request #3090 from bangerth/add-to-step-6
Jean-Paul Pelteret [Wed, 14 Sep 2016 15:52:21 +0000 (17:52 +0200)]
Merge pull request #3090 from bangerth/add-to-step-6

Add a discussion about smoothness to step-6.

8 years agoMerge pull request #3114 from bangerth/move-explicit-specializations
Daniel Arndt [Wed, 14 Sep 2016 15:15:58 +0000 (17:15 +0200)]
Merge pull request #3114 from bangerth/move-explicit-specializations

Move explicit specializations to the .cc file.

8 years agoReplace Number(0) by Number(). 3114/head
Wolfgang Bangerth [Wed, 14 Sep 2016 12:54:03 +0000 (06:54 -0600)]
Replace Number(0) by Number().

8 years agoAdd changelog entry.
Wolfgang Bangerth [Wed, 14 Sep 2016 12:44:42 +0000 (06:44 -0600)]
Add changelog entry.

8 years agoMove explicit specializations to the .cc file.
Dragan Nikolic [Wed, 14 Sep 2016 12:33:29 +0000 (06:33 -0600)]
Move explicit specializations to the .cc file.

8 years agoGeneralize code for cases where 'Number' is a more complicated scalar.
Dragan Nikolic [Wed, 14 Sep 2016 12:32:55 +0000 (06:32 -0600)]
Generalize code for cases where 'Number' is a more complicated scalar.

8 years agoMerge pull request #3111 from bangerth/add-message-to-exceptions
Daniel Arndt [Wed, 14 Sep 2016 09:15:19 +0000 (11:15 +0200)]
Merge pull request #3111 from bangerth/add-message-to-exceptions

Add descriptions to two more exceptions.

8 years agoMerge pull request #3113 from bangerth/add-message-to-exceptions-3
David Wells [Wed, 14 Sep 2016 00:45:30 +0000 (20:45 -0400)]
Merge pull request #3113 from bangerth/add-message-to-exceptions-3

Avoid an exception without message.

8 years agoMerge pull request #3112 from bangerth/add-message-to-exceptions-2
Denis Davydov [Tue, 13 Sep 2016 21:31:34 +0000 (23:31 +0200)]
Merge pull request #3112 from bangerth/add-message-to-exceptions-2

Remove an unused exception class.

8 years agoAvoid an exception without message. 3113/head
Wolfgang Bangerth [Tue, 13 Sep 2016 21:31:03 +0000 (15:31 -0600)]
Avoid an exception without message.

8 years agoRemove an unused exception class. 3112/head
Wolfgang Bangerth [Tue, 13 Sep 2016 21:30:04 +0000 (15:30 -0600)]
Remove an unused exception class.

8 years agoAdd descriptions to two more exceptions. 3111/head
Wolfgang Bangerth [Tue, 13 Sep 2016 20:46:29 +0000 (14:46 -0600)]
Add descriptions to two more exceptions.


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.