]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Mon, 30 Oct 2017 22:35:01 +0000 (16:35 -0600)]
Rename variables to make their purpose clearer.
Wolfgang Bangerth [Mon, 30 Oct 2017 22:33:17 +0000 (16:33 -0600)]
Make things work with complex-valued vectors.
Wolfgang Bangerth [Mon, 30 Oct 2017 22:32:59 +0000 (16:32 -0600)]
Make things work with complex-valued vectors.
Daniel Arndt [Mon, 30 Oct 2017 21:47:16 +0000 (22:47 +0100)]
Merge pull request #5361 from masterleinad/fix_warnings
Fix warnings regarding extra';' and unused parameters
Daniel Arndt [Mon, 30 Oct 2017 21:44:33 +0000 (22:44 +0100)]
Merge pull request #5335 from bangerth/dataout-complex
Allow DataEntry functions to return either the real or imaginary part.
Daniel Arndt [Mon, 30 Oct 2017 21:38:06 +0000 (22:38 +0100)]
Merge pull request #5360 from masterleinad/fix_project_inhomogeneous
Fix using inhomogeneous boundary conditions in VectorTools::project
Daniel Arndt [Mon, 30 Oct 2017 17:44:07 +0000 (18:44 +0100)]
Changelog entry
Daniel Arndt [Mon, 30 Oct 2017 17:33:00 +0000 (18:33 +0100)]
Fix warnings regarding extra';' and unused parameters
Daniel Arndt [Mon, 30 Oct 2017 17:01:19 +0000 (18:01 +0100)]
Correctly account for inhomogeneous boundary conditions in VectorTools::project
Wolfgang Bangerth [Mon, 30 Oct 2017 15:00:24 +0000 (09:00 -0600)]
Merge pull request #5338 from luca-heltai/convert-tuple
Convert<tuple> struct.
Luca Heltai [Sat, 28 Oct 2017 17:54:16 +0000 (19:54 +0200)]
Addressed WB comments.
Wolfgang Bangerth [Mon, 30 Oct 2017 03:48:36 +0000 (21:48 -0600)]
Merge pull request #5352 from drwells/deprecate-block-matrix-array
Deprecate BlockTrianglePrecondition and BlockMatrixArray.
Wolfgang Bangerth [Mon, 30 Oct 2017 03:30:56 +0000 (21:30 -0600)]
Merge pull request #5355 from masterleinad/patterns_fallthrough
Fix Patterns::Tuple::description
Wolfgang Bangerth [Mon, 30 Oct 2017 03:24:42 +0000 (21:24 -0600)]
Merge pull request #5350 from drwells/remove-compute-support-points-references
Remove references to an old function.
Bruno Turcksin [Sun, 29 Oct 2017 23:23:08 +0000 (19:23 -0400)]
Merge pull request #5349 from masterleinad/fix_boost_cuda
Update bundled boost to allow to compile with clang-9.0
Daniel Arndt [Sun, 29 Oct 2017 10:14:19 +0000 (11:14 +0100)]
Fix Patterns::Tuple::description
Denis Davydov [Sun, 29 Oct 2017 20:37:10 +0000 (21:37 +0100)]
Merge pull request #5314 from GivAlz/new_grid_compute_pt_loc
Added new compute point locations to GridTools
David Wells [Sat, 28 Oct 2017 19:49:03 +0000 (15:49 -0400)]
Avoid referencing the removed function compute_support_points.
David Wells [Sat, 28 Oct 2017 19:48:46 +0000 (15:48 -0400)]
Mark some methods as override.
David Wells [Sun, 29 Oct 2017 19:29:39 +0000 (15:29 -0400)]
Deprecate BlockTrianglePrecondition and BlockMatrixArray.
David Wells [Sat, 28 Oct 2017 21:35:42 +0000 (17:35 -0400)]
Reword a LinearOperator paragraph.
David Wells [Sat, 28 Oct 2017 21:35:33 +0000 (17:35 -0400)]
Add another BlockLinearOperator example.
David Wells [Sat, 28 Oct 2017 21:35:25 +0000 (17:35 -0400)]
Fix some LinearOperator typos.
Wolfgang Bangerth [Sun, 29 Oct 2017 17:44:03 +0000 (11:44 -0600)]
Merge pull request #5225 from drwells/remove-unused-methods
Remove unused methods
Denis Davydov [Sun, 29 Oct 2017 13:45:34 +0000 (14:45 +0100)]
Merge pull request #5356 from masterleinad/feevaluation_static_constexpr
Replace static const by static constexpr in FEEValuation
Daniel Arndt [Sun, 29 Oct 2017 10:38:37 +0000 (11:38 +0100)]
Replace static const by static constexpr in FEEValuation
Matthias Maier [Sun, 29 Oct 2017 05:24:53 +0000 (00:24 -0500)]
Merge pull request #5353 from tjhei/fix_boost_zlib_detection
fix boost zlib detection configure check
Timo Heister [Sun, 29 Oct 2017 02:49:06 +0000 (22:49 -0400)]
fix boost zlib detection configure check
We were missing the include dirs in #5318
closes #5351
David Wells [Sat, 28 Oct 2017 22:28:01 +0000 (18:28 -0400)]
Merge pull request #5348 from kronbichler/fix_fe_evaluation_dofs_per_cell
Fix FEEvaluation::dofs_per_cell for vector-valued case
David Wells [Sun, 10 Sep 2017 01:17:15 +0000 (21:17 -0400)]
Add a missing template function to TridiagonalMatrix.
David Wells [Sun, 10 Sep 2017 01:06:29 +0000 (21:06 -0400)]
Add a default implementation for a template method.
David Wells [Sun, 10 Sep 2017 01:05:56 +0000 (21:05 -0400)]
Move a method into the correct class.
David Wells [Sun, 10 Sep 2017 01:05:10 +0000 (21:05 -0400)]
Move a private static member into the source file.
David Wells [Sat, 28 Oct 2017 18:16:21 +0000 (14:16 -0400)]
Correctly implement FullMatrix<T>::const_iterator::operator++(int).
This operator had the wrong return type and was previously unimplemented.
David Wells [Sun, 10 Sep 2017 01:02:25 +0000 (21:02 -0400)]
Remove methods that were never implemented.
These were caught by MSVC warning 4661.
Luca Heltai [Fri, 27 Oct 2017 13:51:17 +0000 (15:51 +0200)]
Remove decltype(auto) (cxx14)
Luca Heltai [Fri, 27 Oct 2017 12:17:28 +0000 (14:17 +0200)]
Test with add_parameters, example in documentation.
Luca Heltai [Fri, 27 Oct 2017 12:03:11 +0000 (14:03 +0200)]
Add Convert<tuple>
Luca Heltai [Fri, 27 Oct 2017 11:59:25 +0000 (13:59 +0200)]
Variadic extraction of RankInfo:: rank and map.
Luca Heltai [Fri, 27 Oct 2017 11:58:27 +0000 (13:58 +0200)]
std_cxx14::index_sequence and related stuff.
Luca Heltai [Fri, 27 Oct 2017 11:57:54 +0000 (13:57 +0200)]
Changed default separator for tuple to ":"
Daniel Arndt [Sat, 28 Oct 2017 16:47:45 +0000 (18:47 +0200)]
Merge pull request #5342 from bangerth/simplify-code
Simplify variadic constructors of Patterns::Tuple.
Martin Kronbichler [Sat, 28 Oct 2017 16:33:51 +0000 (18:33 +0200)]
Fix comments.
Daniel Arndt [Sat, 28 Oct 2017 16:32:37 +0000 (18:32 +0200)]
Update bundled boost to allow to compile with clang-9.0
David Wells [Sat, 28 Oct 2017 16:31:02 +0000 (12:31 -0400)]
Merge pull request #5347 from davydden/petsc_slepc_3.8
fixes for Petsc / Slepc 3.8
Daniel Arndt [Sat, 28 Oct 2017 16:13:00 +0000 (18:13 +0200)]
Merge pull request #5345 from bangerth/make-complex-work
Make some things work for complex-valued vectors.
Daniel Arndt [Sat, 28 Oct 2017 16:10:44 +0000 (18:10 +0200)]
Merge pull request #5344 from drwells/fix-periodicity-index
Fix a tensor index.
Martin Kronbichler [Sat, 28 Oct 2017 16:01:16 +0000 (18:01 +0200)]
Add test.
Martin Kronbichler [Sat, 28 Oct 2017 16:01:02 +0000 (18:01 +0200)]
Add changelog.
Martin Kronbichler [Sat, 28 Oct 2017 16:00:47 +0000 (18:00 +0200)]
Rename ShapeInfo::dofs_per_cell -> ShapeInfo::dofs_per_component_on_cell
Martin Kronbichler [Sat, 28 Oct 2017 15:04:44 +0000 (17:04 +0200)]
Fix dofs_per_cell for FEEvaluation.
Denis Davydov [Sat, 28 Oct 2017 09:42:50 +0000 (11:42 +0200)]
set target with SLEPc shift-and-invert to comply with 3.8.0
Denis Davydov [Sat, 28 Oct 2017 09:41:51 +0000 (11:41 +0200)]
adjust petsc/solver_02 for 3.8.0
Denis Davydov [Sat, 28 Oct 2017 09:38:47 +0000 (11:38 +0200)]
adjust slepc_04 test for 3.8.0
The reference SLEPc test4 produces
-type gd : 119
-type gd2 : 131
which is indeed lower than what we used to have
Wolfgang Bangerth [Fri, 27 Oct 2017 22:40:06 +0000 (16:40 -0600)]
Use appropriate data types to allow complex-valued vectors.
David Wells [Fri, 27 Oct 2017 22:21:54 +0000 (18:21 -0400)]
Fix a tensor index.
Wolfgang Bangerth [Fri, 27 Oct 2017 22:06:35 +0000 (16:06 -0600)]
Use appropriate data types to allow complex-valued vectors.
Wolfgang Bangerth [Fri, 27 Oct 2017 22:02:03 +0000 (16:02 -0600)]
Use appropriate data types to allow complex-valued vectors.
Wolfgang Bangerth [Fri, 27 Oct 2017 21:52:06 +0000 (15:52 -0600)]
Use appropriate data types to allow complex-valued vectors.
Wolfgang Bangerth [Fri, 27 Oct 2017 21:51:34 +0000 (15:51 -0600)]
Use appropriate data types.
Wolfgang Bangerth [Fri, 27 Oct 2017 18:47:38 +0000 (12:47 -0600)]
Simplify variadic constructors.
Wolfgang Bangerth [Fri, 27 Oct 2017 16:01:48 +0000 (10:01 -0600)]
Merge pull request #5341 from gassmoeller/fix_data_out_filter_test
Fix recent test and test result
Rene Gassmoeller [Fri, 27 Oct 2017 15:47:57 +0000 (09:47 -0600)]
Fix test and test result
Luca Heltai [Fri, 27 Oct 2017 14:03:23 +0000 (16:03 +0200)]
Merge pull request #5340 from bangerth/add-assertion
Add an assertion to provide a nicer error message.
Wolfgang Bangerth [Fri, 27 Oct 2017 13:50:05 +0000 (07:50 -0600)]
Add an assertion to provide a nicer error message.
Wolfgang Bangerth [Fri, 27 Oct 2017 13:31:21 +0000 (07:31 -0600)]
Merge pull request #5331 from luca-heltai/tuple-pattern
Patterns::Tuple
Giovanni Alzetta [Tue, 24 Oct 2017 18:14:57 +0000 (18:14 +0000)]
Added new function compute point locations to GridTools
Wolfgang Bangerth [Thu, 26 Oct 2017 23:51:09 +0000 (17:51 -0600)]
Allow DataEntry functions to return either the real or imaginary part.
Luca Heltai [Thu, 26 Oct 2017 21:56:39 +0000 (23:56 +0200)]
Added another constructor type.
Luca Heltai [Thu, 26 Oct 2017 21:40:59 +0000 (23:40 +0200)]
Fixed typo.
Denis Davydov [Thu, 26 Oct 2017 20:51:13 +0000 (22:51 +0200)]
Merge pull request #5261 from gassmoeller/fix_data_out_filter
Restructure DataOutFilter
Denis Davydov [Thu, 26 Oct 2017 20:03:05 +0000 (22:03 +0200)]
Merge pull request #5332 from jppelteret/tests-sacado_2
Add some Sacado::RFad and nested RFad-DFad examples to the testsuite
Timo Heister [Thu, 26 Oct 2017 19:59:01 +0000 (15:59 -0400)]
Merge pull request #5334 from gassmoeller/reintroduce_old_interpolate
Reintroduce old `VectorTools::interpolate` as fallback
Luca Heltai [Thu, 26 Oct 2017 17:46:47 +0000 (19:46 +0200)]
Added variadic versions.
Daniel Arndt [Thu, 26 Oct 2017 17:14:30 +0000 (19:14 +0200)]
Merge pull request #5333 from bangerth/dataout-complex
Let DataOut vector wrappers report whether the data type is complex.
Rene Gassmoeller [Thu, 26 Oct 2017 16:43:02 +0000 (10:43 -0600)]
Update documentation
Rene Gassmoeller [Tue, 17 Oct 2017 21:27:40 +0000 (15:27 -0600)]
Restructure DataOutFilter
Rene Gassmoeller [Thu, 26 Oct 2017 15:35:14 +0000 (09:35 -0600)]
Reinsert old function
Matthias Maier [Thu, 26 Oct 2017 16:02:05 +0000 (11:02 -0500)]
Merge pull request #5321 from vishalkenchan/shared_tria/restore_protected_behavior
re-declare update_number_cache() as protected
Matthias Maier [Thu, 26 Oct 2017 16:01:04 +0000 (11:01 -0500)]
Merge pull request #5318 from masterleinad/fix_boost_iostreams
Fix boost iostreams
Matthias Maier [Thu, 26 Oct 2017 16:00:15 +0000 (11:00 -0500)]
Merge pull request #5330 from masterleinad/restrict_boost_requirements
Relax requirements for external BOOST for DEAL_WITH_ZLIB=OFF
David Wells [Thu, 26 Oct 2017 15:46:31 +0000 (11:46 -0400)]
Merge pull request #5329 from masterleinad/remove_bzip2
Remove BZIP2 dependency
Wolfgang Bangerth [Thu, 26 Oct 2017 15:26:18 +0000 (09:26 -0600)]
Let DataOut vector wrappers report whether the data type is complex.
Daniel Arndt [Thu, 26 Oct 2017 15:10:38 +0000 (17:10 +0200)]
Merge pull request #5322 from tjhei/gzip_optional
make zlib optional
Rene Gassmoeller [Thu, 26 Oct 2017 14:37:55 +0000 (08:37 -0600)]
Reinsert test
Jean-Paul Pelteret [Thu, 26 Oct 2017 14:00:45 +0000 (16:00 +0200)]
Add some Sacado::RFad and nested RFad-DFad examples to the testsuite
Timo Heister [Thu, 26 Oct 2017 13:35:34 +0000 (09:35 -0400)]
Merge pull request #5277 from kronbichler/renumber_mg_dofs_parallel
Implement parallel DoF renumbering on multigrid levels
Timo Heister [Wed, 25 Oct 2017 13:26:03 +0000 (09:26 -0400)]
make zlib optional
distributed DoFHandler and GridTools::exchange_cell_data_to_ghosts
relied on gzip support inside boost but we enable/require
boost::iostreams if and only if DEAL_II_WITH_ZLIB=ON. Disable
compressing the streams in that case.
Luca Heltai [Thu, 26 Oct 2017 12:48:26 +0000 (14:48 +0200)]
Fixed comments by Denis
Luca Heltai [Thu, 26 Oct 2017 10:10:35 +0000 (12:10 +0200)]
New tuple pattern.
Daniel Arndt [Thu, 26 Oct 2017 07:12:44 +0000 (09:12 +0200)]
Merge pull request #5310 from nicola-giuliani/telles_bug
typo in qtelles
Daniel Arndt [Thu, 26 Oct 2017 06:57:38 +0000 (08:57 +0200)]
Merge pull request #5315 from gassmoeller/fix_vector_tools_interpolate
Fix VectorTools::interpolate for parallel computations
Daniel Arndt [Wed, 25 Oct 2017 23:42:52 +0000 (01:42 +0200)]
Merge pull request #5325 from bangerth/fix-exceptions
Add a check when comparing iterators.
Bruno Turcksin [Wed, 25 Oct 2017 20:36:45 +0000 (16:36 -0400)]
Merge pull request #5328 from tjhei/exc_messages
add exception messages
Daniel Arndt [Wed, 25 Oct 2017 20:05:35 +0000 (22:05 +0200)]
Remove BZIP2 from the documentation
Daniel Arndt [Wed, 25 Oct 2017 19:53:10 +0000 (21:53 +0200)]
Add extra guard fo BOOST setup
Rene Gassmoeller [Tue, 24 Oct 2017 17:52:20 +0000 (11:52 -0600)]
Fix VectorTools::interpolate
Daniel Arndt [Wed, 25 Oct 2017 19:00:31 +0000 (21:00 +0200)]
Relax requirements for external BOOST for DEAL_WITH_ZLIB=OFF
Martin Kronbichler [Wed, 25 Oct 2017 18:47:41 +0000 (20:47 +0200)]
Merge pull request #5233 from bangerth/function-template-arg
Rename the scalar template type of Function and derived classes.
Daniel Arndt [Wed, 25 Oct 2017 17:30:26 +0000 (19:30 +0200)]
Remove BZIP2 dependency
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.