]>
https://gitweb.dealii.org/ - dealii.git/log
Jonathan Robey [Sun, 18 Sep 2016 01:17:26 +0000 (18:17 -0700)]
Adjust test output for change to q_hie u_s_p
Jonathan Robey [Fri, 16 Sep 2016 17:47:52 +0000 (10:47 -0700)]
Modify FE_QHie to use generalized*_s_p instead
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
Wolfgang Bangerth [Fri, 16 Sep 2016 16:19:55 +0000 (10:19 -0600)]
Merge pull request #3121 from pesser/parallelize_relaxblock
parallelize block inversion
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
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.
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
Patrick Esser [Fri, 16 Sep 2016 09:37:06 +0000 (11:37 +0200)]
parallelize block inversion
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.
Jonathan Robey [Thu, 15 Sep 2016 20:30:58 +0000 (13:30 -0700)]
Generate empty object when no mapping data needed
Daniel Arndt [Fri, 16 Sep 2016 12:46:40 +0000 (14:46 +0200)]
Entry in changes.h
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
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
Daniel Arndt [Tue, 16 Aug 2016 16:48:42 +0000 (18:48 +0200)]
Add a test for the conversion BlockVector->Vector
Daniel Arndt [Tue, 16 Aug 2016 16:07:51 +0000 (18:07 +0200)]
Check has_ghosts using owned_elements
Daniel Arndt [Mon, 15 Aug 2016 15:30:09 +0000 (17:30 +0200)]
Fix TrilinosWrappers::locally_owned_elements
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
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
Martin Kronbichler [Thu, 15 Sep 2016 14:36:12 +0000 (16:36 +0200)]
Merge pull request #3118 from Rombur/vector
Instantiate LinearAlgebra::Vector.
Bruno Turcksin [Thu, 15 Sep 2016 13:57:51 +0000 (09:57 -0400)]
Add entry to changes.h
Bruno Turcksin [Fri, 9 Sep 2016 13:56:07 +0000 (09:56 -0400)]
Instantiate LinearAlgebra::Vector.
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
Jonathan Robey [Sat, 10 Sep 2016 23:35:06 +0000 (16:35 -0700)]
Add test for no mapping data FEValues ues
Jonathan Robey [Sat, 10 Sep 2016 17:07:21 +0000 (10:07 -0700)]
Add changes.h entry
Jonathan Robey [Wed, 31 Aug 2016 02:57:10 +0000 (19:57 -0700)]
Duplicate approach for FEFaceValues and FESubfaceValues
Jonathan Robey [Tue, 30 Aug 2016 22:00:10 +0000 (15:00 -0700)]
Set conditions on updating mapping data
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.
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.
Wolfgang Bangerth [Wed, 14 Sep 2016 12:54:03 +0000 (06:54 -0600)]
Replace Number(0) by Number().
Wolfgang Bangerth [Wed, 14 Sep 2016 12:44:42 +0000 (06:44 -0600)]
Add changelog entry.
Dragan Nikolic [Wed, 14 Sep 2016 12:33:29 +0000 (06:33 -0600)]
Move explicit specializations to the .cc file.
Dragan Nikolic [Wed, 14 Sep 2016 12:32:55 +0000 (06:32 -0600)]
Generalize code for cases where 'Number' is a more complicated scalar.
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.
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.
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.
Wolfgang Bangerth [Tue, 13 Sep 2016 21:31:03 +0000 (15:31 -0600)]
Avoid an exception without message.
Wolfgang Bangerth [Tue, 13 Sep 2016 21:30:04 +0000 (15:30 -0600)]
Remove an unused exception class.
Wolfgang Bangerth [Tue, 13 Sep 2016 20:46:29 +0000 (14:46 -0600)]
Add descriptions to two more exceptions.
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
Daniel Arndt [Mon, 12 Sep 2016 21:01:17 +0000 (23:01 +0200)]
Add a guard for the non-MPI case
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()'.
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.
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
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.
Daniel Arndt [Mon, 12 Sep 2016 10:53:25 +0000 (12:53 +0200)]
Entry in changes.h
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
Daniel Arndt [Sun, 11 Sep 2016 12:37:15 +0000 (14:37 +0200)]
All tests passing
Daniel Arndt [Sun, 11 Sep 2016 10:56:29 +0000 (12:56 +0200)]
Move is_globally_ascending into an own function
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.
Daniel Arndt [Sun, 11 Sep 2016 10:48:54 +0000 (12:48 +0200)]
Use Bcast
Daniel Arndt [Fri, 9 Sep 2016 17:33:55 +0000 (19:33 +0200)]
Allow for contiguous IndexSets that are nonlinear for creating EpetraMaps
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()
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
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.
Wolfgang Bangerth [Sun, 11 Sep 2016 10:33:45 +0000 (05:33 -0500)]
Allow a test to compile in 64bit mode.
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.
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.
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).
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.
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.
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.
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.
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.
David Wells [Sat, 10 Sep 2016 16:13:55 +0000 (12:13 -0400)]
Fix an href by adding a missing quote character.
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.
Wolfgang Bangerth [Thu, 8 Sep 2016 09:15:22 +0000 (03:15 -0600)]
Update documentation for grid refinement functions.
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.
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.
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.
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.
Wolfgang Bangerth [Thu, 8 Sep 2016 22:50:45 +0000 (16:50 -0600)]
Avoid a warning about an unused argument.
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.
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
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.
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
Wolfgang Bangerth [Thu, 8 Sep 2016 19:13:34 +0000 (13:13 -0600)]
Initialize two member variables.
Timo Heister [Thu, 8 Sep 2016 17:07:24 +0000 (13:07 -0400)]
fix test
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
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
Matthias Maier [Thu, 8 Sep 2016 16:30:33 +0000 (11:30 -0500)]
Bugfix: Fix a compilation error introduced by #3061
Bruno Turcksin [Thu, 8 Sep 2016 13:53:59 +0000 (09:53 -0400)]
Merge pull request #3005 from Rombur/gpu
Add CUDAWrappers::Vector
Martin Kronbichler [Thu, 8 Sep 2016 12:45:19 +0000 (14:45 +0200)]
Add unit support points for FE_TraceQ
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.
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
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.
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.
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
Bruno Turcksin [Wed, 7 Sep 2016 13:35:07 +0000 (09:35 -0400)]
Merge pull request #3076 from kronbichler/master
Update comment
Ce Qin [Sun, 4 Sep 2016 06:34:59 +0000 (14:34 +0800)]
Reimplement copy_triangulation and load in p::s::Triangulation.
This commit fixes issue #2798.
The original implementation caused p::s::Triangulation to be in an
invalid state after copy_triangulation and load.
Martin Kronbichler [Wed, 7 Sep 2016 13:23:23 +0000 (15:23 +0200)]
Update comment
Martin Kronbichler [Wed, 7 Sep 2016 07:58:38 +0000 (09:58 +0200)]
Merge pull request #3066 from gassmoeller/reduce_manifold_quadrature_use
Use cxx11 sort
Daniel Arndt [Tue, 6 Sep 2016 15:40:13 +0000 (17:40 +0200)]
Enforce limit_level_difference_at_vertices if construct_multigrid_hierarchy is set
Rene Gassmoeller [Mon, 5 Sep 2016 16:50:20 +0000 (10:50 -0600)]
Use struct and call std::sort
Timo Heister [Mon, 5 Sep 2016 17:36:57 +0000 (13:36 -0400)]
fix tests
Timo Heister [Mon, 29 Aug 2016 19:28:02 +0000 (15:28 -0400)]
assert unique names in DataOut
Wolfgang Bangerth [Tue, 6 Sep 2016 21:15:32 +0000 (15:15 -0600)]
Merge pull request #3071 from tjhei/exception_doc_improvements
Exception improvements
David Wells [Sat, 3 Sep 2016 17:12:01 +0000 (13:12 -0400)]
Reindent some very long lines.
David Wells [Sat, 3 Sep 2016 17:08:50 +0000 (13:08 -0400)]
Use consistent dof handler template parameters.
David Wells [Thu, 1 Sep 2016 23:21:16 +0000 (19:21 -0400)]
Reindent some VectorTools functions.
Timo Heister [Tue, 6 Sep 2016 13:01:07 +0000 (09:01 -0400)]
changelog entry
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.