]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoMerge pull request #5360 from masterleinad/fix_project_inhomogeneous
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

6 years agoChangelog entry 5360/head
Daniel Arndt [Mon, 30 Oct 2017 17:44:07 +0000 (18:44 +0100)]
Changelog entry

6 years agoCorrectly account for inhomogeneous boundary conditions in VectorTools::project
Daniel Arndt [Mon, 30 Oct 2017 17:01:19 +0000 (18:01 +0100)]
Correctly account for inhomogeneous boundary conditions in VectorTools::project

6 years agoMerge pull request #5338 from luca-heltai/convert-tuple
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.

6 years agoAddressed WB comments. 5338/head
Luca Heltai [Sat, 28 Oct 2017 17:54:16 +0000 (19:54 +0200)]
Addressed WB comments.

6 years agoMerge pull request #5352 from drwells/deprecate-block-matrix-array
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.

6 years agoMerge pull request #5355 from masterleinad/patterns_fallthrough
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

6 years agoMerge pull request #5350 from drwells/remove-compute-support-points-references
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.

6 years agoMerge pull request #5349 from masterleinad/fix_boost_cuda
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

6 years agoFix Patterns::Tuple::description 5355/head
Daniel Arndt [Sun, 29 Oct 2017 10:14:19 +0000 (11:14 +0100)]
Fix Patterns::Tuple::description

6 years agoMerge pull request #5314 from GivAlz/new_grid_compute_pt_loc
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

6 years agoAvoid referencing the removed function compute_support_points. 5350/head
David Wells [Sat, 28 Oct 2017 19:49:03 +0000 (15:49 -0400)]
Avoid referencing the removed function compute_support_points.

6 years agoMark some methods as override.
David Wells [Sat, 28 Oct 2017 19:48:46 +0000 (15:48 -0400)]
Mark some methods as override.

6 years agoDeprecate BlockTrianglePrecondition and BlockMatrixArray. 5352/head
David Wells [Sun, 29 Oct 2017 19:29:39 +0000 (15:29 -0400)]
Deprecate BlockTrianglePrecondition and BlockMatrixArray.

6 years agoReword a LinearOperator paragraph.
David Wells [Sat, 28 Oct 2017 21:35:42 +0000 (17:35 -0400)]
Reword a LinearOperator paragraph.

6 years agoAdd another BlockLinearOperator example.
David Wells [Sat, 28 Oct 2017 21:35:33 +0000 (17:35 -0400)]
Add another BlockLinearOperator example.

6 years agoFix some LinearOperator typos.
David Wells [Sat, 28 Oct 2017 21:35:25 +0000 (17:35 -0400)]
Fix some LinearOperator typos.

6 years agoMerge pull request #5225 from drwells/remove-unused-methods
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

6 years agoMerge pull request #5356 from masterleinad/feevaluation_static_constexpr
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

6 years agoReplace static const by static constexpr in FEEValuation 5356/head
Daniel Arndt [Sun, 29 Oct 2017 10:38:37 +0000 (11:38 +0100)]
Replace static const by static constexpr in FEEValuation

6 years agoMerge pull request #5353 from tjhei/fix_boost_zlib_detection
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

6 years agofix boost zlib detection configure check 5353/head
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

6 years agoMerge pull request #5348 from kronbichler/fix_fe_evaluation_dofs_per_cell
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

6 years agoAdd a missing template function to TridiagonalMatrix. 5225/head
David Wells [Sun, 10 Sep 2017 01:17:15 +0000 (21:17 -0400)]
Add a missing template function to TridiagonalMatrix.

6 years agoAdd a default implementation for a template method.
David Wells [Sun, 10 Sep 2017 01:06:29 +0000 (21:06 -0400)]
Add a default implementation for a template method.

6 years agoMove a method into the correct class.
David Wells [Sun, 10 Sep 2017 01:05:56 +0000 (21:05 -0400)]
Move a method into the correct class.

6 years agoMove a private static member into the source file.
David Wells [Sun, 10 Sep 2017 01:05:10 +0000 (21:05 -0400)]
Move a private static member into the source file.

6 years agoCorrectly implement FullMatrix<T>::const_iterator::operator++(int).
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.

6 years agoRemove methods that were never implemented.
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.

6 years agoRemove decltype(auto) (cxx14)
Luca Heltai [Fri, 27 Oct 2017 13:51:17 +0000 (15:51 +0200)]
Remove decltype(auto) (cxx14)

6 years agoTest with add_parameters, example in documentation.
Luca Heltai [Fri, 27 Oct 2017 12:17:28 +0000 (14:17 +0200)]
Test with add_parameters, example in documentation.

6 years agoAdd Convert<tuple>
Luca Heltai [Fri, 27 Oct 2017 12:03:11 +0000 (14:03 +0200)]
Add Convert<tuple>

6 years agoVariadic extraction of RankInfo:: rank and map.
Luca Heltai [Fri, 27 Oct 2017 11:59:25 +0000 (13:59 +0200)]
Variadic extraction of RankInfo:: rank and map.

6 years agostd_cxx14::index_sequence and related stuff.
Luca Heltai [Fri, 27 Oct 2017 11:58:27 +0000 (13:58 +0200)]
std_cxx14::index_sequence and related stuff.

6 years agoChanged default separator for tuple to ":"
Luca Heltai [Fri, 27 Oct 2017 11:57:54 +0000 (13:57 +0200)]
Changed default separator for tuple to ":"

6 years agoMerge pull request #5342 from bangerth/simplify-code
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.

6 years agoFix comments. 5348/head
Martin Kronbichler [Sat, 28 Oct 2017 16:33:51 +0000 (18:33 +0200)]
Fix comments.

6 years agoUpdate bundled boost to allow to compile with clang-9.0 5349/head
Daniel Arndt [Sat, 28 Oct 2017 16:32:37 +0000 (18:32 +0200)]
Update bundled boost to allow to compile with clang-9.0

6 years agoMerge pull request #5347 from davydden/petsc_slepc_3.8
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

6 years agoMerge pull request #5345 from bangerth/make-complex-work
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.

6 years agoMerge pull request #5344 from drwells/fix-periodicity-index
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.

6 years agoAdd test.
Martin Kronbichler [Sat, 28 Oct 2017 16:01:16 +0000 (18:01 +0200)]
Add test.

6 years agoAdd changelog.
Martin Kronbichler [Sat, 28 Oct 2017 16:01:02 +0000 (18:01 +0200)]
Add changelog.

6 years agoRename ShapeInfo::dofs_per_cell -> ShapeInfo::dofs_per_component_on_cell
Martin Kronbichler [Sat, 28 Oct 2017 16:00:47 +0000 (18:00 +0200)]
Rename ShapeInfo::dofs_per_cell -> ShapeInfo::dofs_per_component_on_cell

6 years agoFix dofs_per_cell for FEEvaluation.
Martin Kronbichler [Sat, 28 Oct 2017 15:04:44 +0000 (17:04 +0200)]
Fix dofs_per_cell for FEEvaluation.

6 years agoset target with SLEPc shift-and-invert to comply with 3.8.0 5347/head
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

6 years agoadjust petsc/solver_02 for 3.8.0
Denis Davydov [Sat, 28 Oct 2017 09:41:51 +0000 (11:41 +0200)]
adjust petsc/solver_02 for 3.8.0

6 years agoadjust slepc_04 test 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

6 years agoUse appropriate data types to allow complex-valued vectors. 5345/head
Wolfgang Bangerth [Fri, 27 Oct 2017 22:40:06 +0000 (16:40 -0600)]
Use appropriate data types to allow complex-valued vectors.

6 years agoFix a tensor index. 5344/head
David Wells [Fri, 27 Oct 2017 22:21:54 +0000 (18:21 -0400)]
Fix a tensor index.

6 years agoUse appropriate data types to allow complex-valued vectors.
Wolfgang Bangerth [Fri, 27 Oct 2017 22:06:35 +0000 (16:06 -0600)]
Use appropriate data types to allow complex-valued vectors.

6 years agoUse 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.

6 years agoUse 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.

6 years agoUse appropriate data types.
Wolfgang Bangerth [Fri, 27 Oct 2017 21:51:34 +0000 (15:51 -0600)]
Use appropriate data types.

6 years agoSimplify variadic constructors. 5342/head
Wolfgang Bangerth [Fri, 27 Oct 2017 18:47:38 +0000 (12:47 -0600)]
Simplify variadic constructors.

6 years agoMerge pull request #5341 from gassmoeller/fix_data_out_filter_test
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

6 years agoFix test and test result 5341/head
Rene Gassmoeller [Fri, 27 Oct 2017 15:47:57 +0000 (09:47 -0600)]
Fix test and test result

6 years agoMerge pull request #5340 from bangerth/add-assertion
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.

6 years agoAdd an assertion to provide a nicer error message. 5340/head
Wolfgang Bangerth [Fri, 27 Oct 2017 13:50:05 +0000 (07:50 -0600)]
Add an assertion to provide a nicer error message.

6 years agoMerge pull request #5331 from luca-heltai/tuple-pattern
Wolfgang Bangerth [Fri, 27 Oct 2017 13:31:21 +0000 (07:31 -0600)]
Merge pull request #5331 from luca-heltai/tuple-pattern

Patterns::Tuple

6 years agoAdded new function compute point locations to GridTools 5314/head
Giovanni Alzetta [Tue, 24 Oct 2017 18:14:57 +0000 (18:14 +0000)]
Added new function compute point locations to GridTools

6 years agoAdded another constructor type. 5331/head
Luca Heltai [Thu, 26 Oct 2017 21:56:39 +0000 (23:56 +0200)]
Added another constructor type.

6 years agoFixed typo.
Luca Heltai [Thu, 26 Oct 2017 21:40:59 +0000 (23:40 +0200)]
Fixed typo.

6 years agoMerge pull request #5261 from gassmoeller/fix_data_out_filter
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

6 years agoMerge pull request #5332 from jppelteret/tests-sacado_2
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

6 years agoMerge pull request #5334 from gassmoeller/reintroduce_old_interpolate
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

6 years agoAdded variadic versions.
Luca Heltai [Thu, 26 Oct 2017 17:46:47 +0000 (19:46 +0200)]
Added variadic versions.

6 years agoMerge pull request #5333 from bangerth/dataout-complex
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.

6 years agoUpdate documentation 5261/head
Rene Gassmoeller [Thu, 26 Oct 2017 16:43:02 +0000 (10:43 -0600)]
Update documentation

6 years agoRestructure DataOutFilter
Rene Gassmoeller [Tue, 17 Oct 2017 21:27:40 +0000 (15:27 -0600)]
Restructure DataOutFilter

6 years agoReinsert old function 5334/head
Rene Gassmoeller [Thu, 26 Oct 2017 15:35:14 +0000 (09:35 -0600)]
Reinsert old function

6 years agoMerge pull request #5321 from vishalkenchan/shared_tria/restore_protected_behavior
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

6 years agoMerge pull request #5318 from masterleinad/fix_boost_iostreams
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

6 years agoMerge pull request #5330 from masterleinad/restrict_boost_requirements
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

6 years agoMerge pull request #5329 from masterleinad/remove_bzip2
David Wells [Thu, 26 Oct 2017 15:46:31 +0000 (11:46 -0400)]
Merge pull request #5329 from masterleinad/remove_bzip2

Remove BZIP2 dependency

6 years agoLet DataOut vector wrappers report whether the data type is complex. 5333/head
Wolfgang Bangerth [Thu, 26 Oct 2017 15:26:18 +0000 (09:26 -0600)]
Let DataOut vector wrappers report whether the data type is complex.

6 years agoMerge pull request #5322 from tjhei/gzip_optional
Daniel Arndt [Thu, 26 Oct 2017 15:10:38 +0000 (17:10 +0200)]
Merge pull request #5322 from tjhei/gzip_optional

make zlib optional

6 years agoReinsert test
Rene Gassmoeller [Thu, 26 Oct 2017 14:37:55 +0000 (08:37 -0600)]
Reinsert test

6 years agoAdd some Sacado::RFad and nested RFad-DFad examples to the testsuite 5332/head
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

6 years agoMerge pull request #5277 from kronbichler/renumber_mg_dofs_parallel
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

6 years agomake zlib optional 5322/head
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.

6 years agoFixed comments by Denis
Luca Heltai [Thu, 26 Oct 2017 12:48:26 +0000 (14:48 +0200)]
Fixed comments by Denis

6 years agoNew tuple pattern.
Luca Heltai [Thu, 26 Oct 2017 10:10:35 +0000 (12:10 +0200)]
New tuple pattern.

6 years agoMerge pull request #5310 from nicola-giuliani/telles_bug
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

6 years agoMerge pull request #5315 from gassmoeller/fix_vector_tools_interpolate
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

6 years agoMerge pull request #5325 from bangerth/fix-exceptions
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.

6 years agoMerge pull request #5328 from tjhei/exc_messages
Bruno Turcksin [Wed, 25 Oct 2017 20:36:45 +0000 (16:36 -0400)]
Merge pull request #5328 from tjhei/exc_messages

add exception messages

6 years agoRemove BZIP2 from the documentation 5329/head
Daniel Arndt [Wed, 25 Oct 2017 20:05:35 +0000 (22:05 +0200)]
Remove BZIP2 from the documentation

6 years agoAdd extra guard fo BOOST setup 5330/head
Daniel Arndt [Wed, 25 Oct 2017 19:53:10 +0000 (21:53 +0200)]
Add extra guard fo BOOST setup

6 years agoFix VectorTools::interpolate 5315/head
Rene Gassmoeller [Tue, 24 Oct 2017 17:52:20 +0000 (11:52 -0600)]
Fix VectorTools::interpolate

6 years agoRelax requirements for external BOOST for DEAL_WITH_ZLIB=OFF
Daniel Arndt [Wed, 25 Oct 2017 19:00:31 +0000 (21:00 +0200)]
Relax requirements for external BOOST for DEAL_WITH_ZLIB=OFF

6 years agoMerge pull request #5233 from bangerth/function-template-arg
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.

6 years agoRemove BZIP2 dependency
Daniel Arndt [Wed, 25 Oct 2017 17:30:26 +0000 (19:30 +0200)]
Remove BZIP2 dependency

6 years agoMerge pull request #5326 from tamiko/fix_numdiff_check
Timo Heister [Wed, 25 Oct 2017 17:12:22 +0000 (13:12 -0400)]
Merge pull request #5326 from tamiko/fix_numdiff_check

Avoid numdiff check race condition in test

6 years agoadd exception messages 5328/head
Timo Heister [Wed, 25 Oct 2017 17:01:34 +0000 (13:01 -0400)]
add exception messages

towards #610

6 years agoMerge pull request #5327 from masterleinad/fix_typo_cmake_doc
Wolfgang Bangerth [Wed, 25 Oct 2017 16:58:35 +0000 (10:58 -0600)]
Merge pull request #5327 from masterleinad/fix_typo_cmake_doc

Fix typo in description of CMake setup for packages

6 years agoFix typo 5327/head
Daniel Arndt [Wed, 25 Oct 2017 16:56:03 +0000 (18:56 +0200)]
Fix typo

6 years agoAdd additional error string and name the boost libraries with absolute pathes 5318/head
Daniel Arndt [Wed, 25 Oct 2017 16:36:31 +0000 (18:36 +0200)]
Add additional error string and name the boost libraries with absolute pathes

6 years agoMove check to configure_boost.cmake
Daniel Arndt [Wed, 25 Oct 2017 15:48:47 +0000 (17:48 +0200)]
Move check to configure_boost.cmake

6 years agoredeclare update_number_cache() as protected 5321/head
vishalkenchan [Wed, 25 Oct 2017 07:59:21 +0000 (09:59 +0200)]
redeclare update_number_cache() as protected


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.