]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoRevert last commit 3136/head
danshapero [Tue, 20 Sep 2016 18:41:45 +0000 (11:41 -0700)]
Revert last commit

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 agoIndentation
danshapero [Tue, 20 Sep 2016 02:56:15 +0000 (19:56 -0700)]
Indentation

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 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 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 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 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 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.

8 years agoMerge pull request #3104 from masterleinad/guard_mpi_index_set
Wolfgang Bangerth [Tue, 13 Sep 2016 00:25:37 +0000 (01:25 +0100)]
Merge pull request #3104 from masterleinad/guard_mpi_index_set

Add a guard for the non-MPI case in IndexSet::is_ascending_and_one_to_one

8 years agoAdd a guard for the non-MPI case 3104/head
Daniel Arndt [Mon, 12 Sep 2016 21:01:17 +0000 (23:01 +0200)]
Add a guard for the non-MPI case

8 years agoMerge pull request #3100 from bangerth/restructure-cached-primitivity
David Wells [Mon, 12 Sep 2016 14:32:21 +0000 (10:32 -0400)]
Merge pull request #3100 from bangerth/restructure-cached-primitivity

Move 'cached_primitivity' and 'is_primitive()'.

8 years agoMerge pull request #3103 from bangerth/add-message-to-exceptions
David Wells [Mon, 12 Sep 2016 13:57:53 +0000 (09:57 -0400)]
Merge pull request #3103 from bangerth/add-message-to-exceptions

Provide error texts to more exceptions.

8 years agoMerge pull request #3093 from masterleinad/trilinos_renumber
Martin Kronbichler [Mon, 12 Sep 2016 12:21:38 +0000 (14:21 +0200)]
Merge pull request #3093 from masterleinad/trilinos_renumber

Allow for nonlinear contiguous IndexSets for creating EpetraMaps

8 years agoProvide error texts to more exceptions. 3103/head
Wolfgang Bangerth [Mon, 12 Sep 2016 11:13:33 +0000 (05:13 -0600)]
Provide error texts to more exceptions.

Also remove one exception for which an equally named exception is
already available and for wihch I'm providing an error text as part of
this patch.

8 years agoEntry in changes.h 3093/head
Daniel Arndt [Mon, 12 Sep 2016 10:53:25 +0000 (12:53 +0200)]
Entry in changes.h

8 years agoAssert that locally_owned_elements are always linear for initializing PETSc objects
Daniel Arndt [Sun, 11 Sep 2016 18:48:44 +0000 (20:48 +0200)]
Assert that locally_owned_elements are always linear for initializing PETSc objects

8 years agoAll tests passing
Daniel Arndt [Sun, 11 Sep 2016 12:37:15 +0000 (14:37 +0200)]
All tests passing

8 years agoMove is_globally_ascending into an own function
Daniel Arndt [Sun, 11 Sep 2016 10:56:29 +0000 (12:56 +0200)]
Move is_globally_ascending into an own function

8 years agoMerge pull request #3097 from drwells/update-parameter-handler-example
Wolfgang Bangerth [Sun, 11 Sep 2016 19:25:34 +0000 (21:25 +0200)]
Merge pull request #3097 from drwells/update-parameter-handler-example

Update the full ParameterHandler example.

8 years agoUse Bcast
Daniel Arndt [Sun, 11 Sep 2016 10:48:54 +0000 (12:48 +0200)]
Use Bcast

8 years agoAllow for contiguous IndexSets that are nonlinear for creating EpetraMaps
Daniel Arndt [Fri, 9 Sep 2016 17:33:55 +0000 (19:33 +0200)]
Allow for contiguous IndexSets that are nonlinear for creating EpetraMaps

8 years agoMerge pull request #3102 from guidokanschat/any_data_bug_fix
Martin Kronbichler [Sun, 11 Sep 2016 18:13:26 +0000 (20:13 +0200)]
Merge pull request #3102 from guidokanschat/any_data_bug_fix

Fix bug in AnyData::try_read_ptr()

8 years agodo not throw exception in AnyData::try_read_ptr() even if different type 3102/head
Guido Kanschat [Sun, 11 Sep 2016 15:12:13 +0000 (17:12 +0200)]
do not throw exception in AnyData::try_read_ptr() even if different type

8 years agoMerge pull request #3101 from bangerth/make-compile-in-64bit
David Wells [Sun, 11 Sep 2016 13:10:07 +0000 (09:10 -0400)]
Merge pull request #3101 from bangerth/make-compile-in-64bit

Allow a test to compile in 64bit mode.

8 years agoAllow a test to compile in 64bit mode. 3101/head
Wolfgang Bangerth [Sun, 11 Sep 2016 10:33:45 +0000 (05:33 -0500)]
Allow a test to compile in 64bit mode.

8 years agoMove 'cached_primitivity' and 'is_primitive()'. 3100/head
Wolfgang Bangerth [Sun, 11 Sep 2016 10:29:48 +0000 (05:29 -0500)]
Move 'cached_primitivity' and 'is_primitive()'.

These fields were part of FiniteElementData, but this class had no way of computing
the information during construction, and it needed to be set at a later time by
the derived classes' construction time. This is silly. Move the field and function
to class FiniteElement, where we know how to compute the information, and where we
already store similar information.

8 years agoMerge pull request #3099 from drwells/update-cmake-readme
Wolfgang Bangerth [Sun, 11 Sep 2016 00:49:44 +0000 (02:49 +0200)]
Merge pull request #3099 from drwells/update-cmake-readme

Remove Make.global_options from a content list.

8 years agoRemove Make.global_options from a content list. 3099/head
David Wells [Sat, 10 Sep 2016 23:55:34 +0000 (19:55 -0400)]
Remove Make.global_options from a content list.

This feature was removed in commit 359e60b351c (March 2016).

8 years agoUpdate the full ParameterHandler example. 3097/head
David Wells [Sat, 10 Sep 2016 20:37:06 +0000 (16:37 -0400)]
Update the full ParameterHandler example.

This commit fixes several small issues, such as the path to a deal.II
header file, code formatting, and the format of the printed output.

8 years agoMerge pull request #3098 from bangerth/initialize-variable
David Wells [Sat, 10 Sep 2016 23:39:37 +0000 (19:39 -0400)]
Merge pull request #3098 from bangerth/initialize-variable

Initialize a member variable.

8 years agoMerge pull request #3095 from bangerth/avoid-warning
Daniel Arndt [Sat, 10 Sep 2016 22:13:44 +0000 (00:13 +0200)]
Merge pull request #3095 from bangerth/avoid-warning

Avoid a warning about an unused argument.

8 years agoInitialize a member variable. 3098/head
Wolfgang Bangerth [Sat, 10 Sep 2016 21:10:09 +0000 (15:10 -0600)]
Initialize a member variable.

This is not strictly necessary, because the variable is later initialized in
constructors of derived classes, but the patch avoids copying uninitialized
variables when copying around objects of type FiniteElementData. (There are
cases when we pass around these objects, without actually using derived
classes; but in those cases, the flag appears to be unused.

8 years agoMerge pull request #3094 from drwells/fix-link
Wolfgang Bangerth [Sat, 10 Sep 2016 16:22:10 +0000 (18:22 +0200)]
Merge pull request #3094 from drwells/fix-link

Fix an href by adding a missing quote character.

8 years agoFix an href by adding a missing quote character. 3094/head
David Wells [Sat, 10 Sep 2016 16:13:55 +0000 (12:13 -0400)]
Fix an href by adding a missing quote character.

8 years agoMerge pull request #3081 from bangerth/doc-update-75
David Wells [Sat, 10 Sep 2016 15:12:36 +0000 (11:12 -0400)]
Merge pull request #3081 from bangerth/doc-update-75

Update documentation for grid refinement functions.

8 years agoUpdate documentation for grid refinement functions. 3081/head
Wolfgang Bangerth [Thu, 8 Sep 2016 09:15:22 +0000 (03:15 -0600)]
Update documentation for grid refinement functions.

8 years agoAdd a discussion about smoothness to step-6. 3090/head
Wolfgang Bangerth [Thu, 8 Sep 2016 22:51:30 +0000 (16:51 -0600)]
Add a discussion about smoothness to step-6.

In particular, extend the 'Possibilities for extensions' section by a discussion
of how to make the solution less smooth.

8 years agoMerge pull request #3089 from bangerth/disable-gcc6-warning
Matthias Maier [Fri, 9 Sep 2016 04:03:28 +0000 (23:03 -0500)]
Merge pull request #3089 from bangerth/disable-gcc6-warning

Disable -Wplacement-new.

8 years agoMerge pull request #3087 from bangerth/disable-boost-assertion
Timo Heister [Fri, 9 Sep 2016 01:20:39 +0000 (21:20 -0400)]
Merge pull request #3087 from bangerth/disable-boost-assertion

Disable an assertion in BOOST that GCC 6.x warns about.

8 years agoMerge pull request #3085 from bangerth/initialize-data
Wolfgang Bangerth [Thu, 8 Sep 2016 22:53:39 +0000 (00:53 +0200)]
Merge pull request #3085 from bangerth/initialize-data

Initialize two member variables.

8 years agoAvoid a warning about an unused argument. 3095/head
Wolfgang Bangerth [Thu, 8 Sep 2016 22:50:45 +0000 (16:50 -0600)]
Avoid a warning about an unused argument.

8 years agoDisable -Wplacement-new. 3089/head
Wolfgang Bangerth [Thu, 8 Sep 2016 22:48:06 +0000 (16:48 -0600)]
Disable -Wplacement-new.

This is necessary since it triggers a warning in the BOOST version we bundle
and that yields a warning message several dozen times per build. The BOOST
code may be clumsily written, but is correct.

8 years agoMerge pull request #3082 from kronbichler/master
Daniel Arndt [Thu, 8 Sep 2016 22:41:08 +0000 (00:41 +0200)]
Merge pull request #3082 from kronbichler/master

Add unit support points for FE_TraceQ

8 years agoDisable an assertion in BOOST that GCC 6.x warns about. 3087/head
Wolfgang Bangerth [Thu, 8 Sep 2016 21:27:58 +0000 (15:27 -0600)]
Disable an assertion in BOOST that GCC 6.x warns about.

GCC says that the compiler can assume that the address of the object that a reference
points to must be nonzero. That's correct. But the warning happens many times during
a build. Since this is more of a sanity check for what the BOOST people are doing
internally, I think there is little harm in just removing the assertion -- we
don't change the BOOST code anyway.

8 years agoMerge pull request #3084 from tjhei/fix_test2
Timo Heister [Thu, 8 Sep 2016 19:26:02 +0000 (15:26 -0400)]
Merge pull request #3084 from tjhei/fix_test2

fix test bits/step-16.cc

8 years agoInitialize two member variables. 3085/head
Wolfgang Bangerth [Thu, 8 Sep 2016 19:13:34 +0000 (13:13 -0600)]
Initialize two member variables.

8 years agofix test 3084/head
Timo Heister [Thu, 8 Sep 2016 17:07:24 +0000 (13:07 -0400)]
fix test

8 years agoMerge pull request #3059 from drwells/reindent-vector-tools
Timo Heister [Thu, 8 Sep 2016 16:39:47 +0000 (12:39 -0400)]
Merge pull request #3059 from drwells/reindent-vector-tools

Reindent vector tools

8 years agoMerge pull request #3083 from tamiko/fix_compilation
Timo Heister [Thu, 8 Sep 2016 16:38:54 +0000 (12:38 -0400)]
Merge pull request #3083 from tamiko/fix_compilation

Bugfix: Fix a compilation error introduced by #3061

8 years agoBugfix: Fix a compilation error introduced by #3061 3083/head
Matthias Maier [Thu, 8 Sep 2016 16:30:33 +0000 (11:30 -0500)]
Bugfix: Fix a compilation error introduced by #3061

8 years agoMerge pull request #3005 from Rombur/gpu
Bruno Turcksin [Thu, 8 Sep 2016 13:53:59 +0000 (09:53 -0400)]
Merge pull request #3005 from Rombur/gpu

Add CUDAWrappers::Vector

8 years agoAdd unit support points for FE_TraceQ 3082/head
Martin Kronbichler [Thu, 8 Sep 2016 12:45:19 +0000 (14:45 +0200)]
Add unit support points for FE_TraceQ

8 years agoMerge pull request #3074 from bangerth/improve-error
David Wells [Wed, 7 Sep 2016 19:29:39 +0000 (15:29 -0400)]
Merge pull request #3074 from bangerth/improve-error

Remove exceptions without error messages.

8 years agoMerge pull request #3068 from masterleinad/assert_limit_level_difference_at_vertices
Wolfgang Bangerth [Wed, 7 Sep 2016 18:39:48 +0000 (12:39 -0600)]
Merge pull request #3068 from masterleinad/assert_limit_level_difference_at_vertices

Assert limit_level_difference_at_vertices for multigrid

8 years agoRemove exceptions without error messages. 3074/head
Wolfgang Bangerth [Tue, 6 Sep 2016 22:28:03 +0000 (16:28 -0600)]
Remove exceptions without error messages.

Here, just check that a valid value is set for the finite difference formula. Later on,
we should then not ever get an invalid value any more, but if we do, we can just say
that whatever we got is not implemented.

8 years agoMerge pull request #3061 from adamqc/shared-tria-copy
Wolfgang Bangerth [Wed, 7 Sep 2016 18:28:34 +0000 (12:28 -0600)]
Merge pull request #3061 from adamqc/shared-tria-copy

Reimplement copy_triangulation and load in p::s::Triangulation.

8 years agoMerge pull request #3033 from tjhei/data_out_unique_names
Timo Heister [Wed, 7 Sep 2016 14:55:12 +0000 (10:55 -0400)]
Merge pull request #3033 from tjhei/data_out_unique_names

assert unique names in DataOut

8 years agoMerge pull request #3076 from kronbichler/master
Bruno Turcksin [Wed, 7 Sep 2016 13:35:07 +0000 (09:35 -0400)]
Merge pull request #3076 from kronbichler/master

Update comment


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.