]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoChangelog entry 5368/head
Daniel Arndt [Thu, 2 Nov 2017 14:55:43 +0000 (15:55 +0100)]
Changelog entry

6 years agoAdd test for nearly collinear points
Daniel Arndt [Thu, 2 Nov 2017 14:55:04 +0000 (15:55 +0100)]
Add test for nearly collinear points

6 years agoAdjust test output
Daniel Arndt [Thu, 2 Nov 2017 14:54:30 +0000 (15:54 +0100)]
Adjust test output

6 years agoImprove SphericalManifold::get_new_point
Daniel Arndt [Thu, 2 Nov 2017 14:54:12 +0000 (15:54 +0100)]
Improve SphericalManifold::get_new_point

6 years agoMerge pull request #5366 from gassmoeller/fix_spherical_manifold_at_origin
Daniel Arndt [Wed, 1 Nov 2017 10:37:23 +0000 (11:37 +0100)]
Merge pull request #5366 from gassmoeller/fix_spherical_manifold_at_origin

Fix SphericalManifold::get_new_point at origin

6 years agoMerge pull request #5362 from tjhei/shared_check_same
Martin Kronbichler [Wed, 1 Nov 2017 09:34:41 +0000 (10:34 +0100)]
Merge pull request #5362 from tjhei/shared_check_same

check number of active cells in shared::Tria

6 years agoAdd changelog and test 5366/head
Rene Gassmoeller [Tue, 31 Oct 2017 21:13:05 +0000 (15:13 -0600)]
Add changelog and test

6 years agoFix spherical manifold at origin
Rene Gassmoeller [Tue, 31 Oct 2017 17:41:13 +0000 (11:41 -0600)]
Fix spherical manifold at origin

6 years agocheck number of active cells in shared::Tria 5362/head
Timo Heister [Mon, 30 Oct 2017 19:14:19 +0000 (15:14 -0400)]
check number of active cells in shared::Tria

part of #5359

6 years agoMerge pull request #5365 from kronbichler/fix_warning
Martin Kronbichler [Tue, 31 Oct 2017 16:44:37 +0000 (17:44 +0100)]
Merge pull request #5365 from kronbichler/fix_warning

Avoid warning in DataOutDoFData

6 years agoAvoid warning. 5365/head
Martin Kronbichler [Tue, 31 Oct 2017 14:40:29 +0000 (15:40 +0100)]
Avoid warning.

6 years agoMerge pull request #5357 from kronbichler/extend_step_37_documentation
Daniel Arndt [Mon, 30 Oct 2017 22:12:46 +0000 (23:12 +0100)]
Merge pull request #5357 from kronbichler/extend_step_37_documentation

Document how to treat inhomogeneous Dirichlet values with MatrixFree

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

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

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 agoFix warnings regarding extra';' and unused parameters 5361/head
Daniel Arndt [Mon, 30 Oct 2017 17:33:00 +0000 (18:33 +0100)]
Fix warnings regarding extra';' and unused parameters

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 agoDocument option for inhomogeneity in MatrixFreeOperators::Base. 5357/head
Martin Kronbichler [Mon, 30 Oct 2017 08:38:59 +0000 (09:38 +0100)]
Document option for inhomogeneity in MatrixFreeOperators::Base.

6 years agoFix review comments.
Martin Kronbichler [Mon, 30 Oct 2017 08:03:46 +0000 (09:03 +0100)]
Fix review comments.

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 agoFix wording in a few places of introduction.
Martin Kronbichler [Mon, 30 Oct 2017 07:27:15 +0000 (08:27 +0100)]
Fix wording in a few places of introduction.

6 years agoDocument how to treat inhomogeneous Dirichlet values with MatrixFree.
Martin Kronbichler [Sun, 29 Oct 2017 16:25:14 +0000 (17:25 +0100)]
Document how to treat inhomogeneous Dirichlet values with MatrixFree.

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 agoAllow DataEntry functions to return either the real or imaginary part. 5335/head
Wolfgang Bangerth [Thu, 26 Oct 2017 23:51:09 +0000 (17:51 -0600)]
Allow DataEntry functions to return either the real or imaginary part.

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


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.