]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoAdded functions to compute bounding box for triangulation, accessors 5160/head
danshapero [Tue, 26 Sep 2017 21:49:06 +0000 (14:49 -0700)]
Added functions to compute bounding box for triangulation, accessors

6 years agoChanged constructor for bounding box to accept mildly degenerate input
danshapero [Wed, 27 Sep 2017 00:45:02 +0000 (17:45 -0700)]
Changed constructor for bounding box to accept mildly degenerate input

6 years agoMerge pull request #5116 from luca-heltai/parameter-acceptor
Luca Heltai [Tue, 26 Sep 2017 17:27:31 +0000 (19:27 +0200)]
Merge pull request #5116 from luca-heltai/parameter-acceptor

ParameterAcceptor.

6 years agoMerge pull request #5157 from tjhei/step56-template-naming
Wolfgang Bangerth [Tue, 26 Sep 2017 17:20:11 +0000 (11:20 -0600)]
Merge pull request #5157 from tjhei/step56-template-naming

minor: step-56: consistent template arg naming

6 years agoAdded initialize with input_stream, and optional prm. 5116/head
Luca Heltai [Mon, 25 Sep 2017 11:49:13 +0000 (13:49 +0200)]
Added initialize with input_stream, and optional prm.

6 years agoAdded default prm to add_parameter().
Luca Heltai [Wed, 20 Sep 2017 15:04:15 +0000 (17:04 +0200)]
Added default prm to add_parameter().

6 years agoChangelog.
Luca Heltai [Wed, 20 Sep 2017 12:22:04 +0000 (14:22 +0200)]
Changelog.

6 years agoTest for path handling.
Luca Heltai [Wed, 20 Sep 2017 12:13:02 +0000 (14:13 +0200)]
Test for path handling.

6 years agoTest failing custom format in output.
Luca Heltai [Wed, 20 Sep 2017 10:24:57 +0000 (12:24 +0200)]
Test failing custom format in output.

6 years agoTest tex output.
Luca Heltai [Wed, 20 Sep 2017 10:05:59 +0000 (12:05 +0200)]
Test tex output.

6 years agoTest xml format.
Luca Heltai [Wed, 20 Sep 2017 10:01:30 +0000 (12:01 +0200)]
Test xml format.

6 years agoTest global section names.
Luca Heltai [Wed, 20 Sep 2017 09:52:37 +0000 (11:52 +0200)]
Test global section names.

6 years agoTest with Point<dim>.
Luca Heltai [Wed, 20 Sep 2017 09:46:58 +0000 (11:46 +0200)]
Test with Point<dim>.

6 years agoTest Using add parameter.
Luca Heltai [Wed, 20 Sep 2017 09:43:43 +0000 (11:43 +0200)]
Test Using add parameter.

6 years agoParameterAcceptor class.
Luca Heltai [Wed, 20 Sep 2017 09:27:19 +0000 (11:27 +0200)]
ParameterAcceptor class.

6 years agominor: step-56: consistent template arg naming 5157/head
Timo Heister [Tue, 26 Sep 2017 17:18:47 +0000 (13:18 -0400)]
minor: step-56: consistent template arg naming

6 years agoMerge pull request #5152 from bangerth/minor-updates
Timo Heister [Tue, 26 Sep 2017 01:20:10 +0000 (21:20 -0400)]
Merge pull request #5152 from bangerth/minor-updates

Better document MPILogInitAll.

6 years agoBetter document MPILogInitAll. 5152/head
Wolfgang Bangerth [Mon, 25 Sep 2017 23:48:12 +0000 (17:48 -0600)]
Better document MPILogInitAll.

6 years agoMerge pull request #5146 from masterleinad/fix_multigrid_lapack
David Wells [Mon, 25 Sep 2017 19:59:16 +0000 (15:59 -0400)]
Merge pull request #5146 from masterleinad/fix_multigrid_lapack

Restrict multigrid tests to only run with LAPACK

6 years agoMerge pull request #5147 from masterleinad/fix_utilities
David Wells [Mon, 25 Sep 2017 19:58:55 +0000 (15:58 -0400)]
Merge pull request #5147 from masterleinad/fix_utilities

Restrict lac/utilities_02 to only run with LAPACK

6 years agoMerge pull request #5140 from masterleinad/array_view_cbegin
David Wells [Mon, 25 Sep 2017 19:58:01 +0000 (15:58 -0400)]
Merge pull request #5140 from masterleinad/array_view_cbegin

Introduce ArrayView::cbegin and ArrayView::cend

6 years agoRestrict lac/utilities_02 to only run with LAPACK 5147/head
Daniel Arndt [Mon, 25 Sep 2017 12:48:41 +0000 (14:48 +0200)]
Restrict lac/utilities_02 to only run with LAPACK

6 years agoRestrict multigrid tests to only run with LAPACK 5146/head
Daniel Arndt [Mon, 25 Sep 2017 12:27:34 +0000 (14:27 +0200)]
Restrict multigrid tests to only run with LAPACK

6 years agoMerge pull request #5144 from tamiko/disable_tests
Daniel Arndt [Mon, 25 Sep 2017 08:29:00 +0000 (10:29 +0200)]
Merge pull request #5144 from tamiko/disable_tests

Temporarily disable two tests

6 years agoTemporarily disable two tests 5144/head
Matthias Maier [Mon, 25 Sep 2017 04:38:20 +0000 (23:38 -0500)]
Temporarily disable two tests

Closes #5126
Closes #5128
In reference to #4857

6 years agoMerge pull request #5124 from GivAlz/BBoxMerge
Wolfgang Bangerth [Mon, 25 Sep 2017 01:39:32 +0000 (19:39 -0600)]
Merge pull request #5124 from GivAlz/BBoxMerge

Added functions merge_with and volume to BoundingBox

6 years agoMerge pull request #5143 from drwells/move-vector-length
Wolfgang Bangerth [Mon, 25 Sep 2017 01:30:23 +0000 (19:30 -0600)]
Merge pull request #5143 from drwells/move-vector-length

Move a function out of an anonymous namespace.

6 years agoMerge pull request #5142 from davydden/oversubscribe
Wolfgang Bangerth [Mon, 25 Sep 2017 00:57:25 +0000 (18:57 -0600)]
Merge pull request #5142 from davydden/oversubscribe

explicitly oversubscribe with MPI

6 years agoMerge pull request #5135 from davydden/python_wrappers_warnings
Bruno Turcksin [Mon, 25 Sep 2017 00:15:28 +0000 (20:15 -0400)]
Merge pull request #5135 from davydden/python_wrappers_warnings

fix Python wrappers warnings

6 years agoMerge pull request #5137 from davydden/missing_instantiations_2
David Wells [Sun, 24 Sep 2017 21:00:00 +0000 (17:00 -0400)]
Merge pull request #5137 from davydden/missing_instantiations_2

add missing instantiations of DataOutBase::write_filtered_data

6 years agoMove a function out of an anonymous namespace. 5143/head
David Wells [Sun, 24 Sep 2017 19:38:52 +0000 (15:38 -0400)]
Move a function out of an anonymous namespace.

We only call this function in debug mode right now, so the compiler
complains (in release mode) that we have an unused function.

6 years agoMerge pull request #5134 from davydden/slepc_fix_test
Denis Davydov [Sun, 24 Sep 2017 16:54:19 +0000 (18:54 +0200)]
Merge pull request #5134 from davydden/slepc_fix_test

increase precision in Slepc SHEP test to avoid missed eigenpairs

6 years agoexplicitly oversubscribe with MPI 5142/head
Denis Davydov [Sun, 24 Sep 2017 16:09:48 +0000 (18:09 +0200)]
explicitly oversubscribe with MPI

6 years agoMerge pull request #5136 from davydden/missing_instantiations_1
Daniel Arndt [Sun, 24 Sep 2017 13:00:49 +0000 (15:00 +0200)]
Merge pull request #5136 from davydden/missing_instantiations_1

add missing instantiation for ConstraintMatrix::distribute_local_to_g…

6 years agoMerge pull request #5129 from davydden/fe_move_tests
Daniel Arndt [Sun, 24 Sep 2017 10:25:47 +0000 (12:25 +0200)]
Merge pull request #5129 from davydden/fe_move_tests

additional output for fe_move on macOS

6 years agoChangelog entry 5140/head
Daniel Arndt [Sun, 24 Sep 2017 09:30:48 +0000 (11:30 +0200)]
Changelog entry

6 years agoIntroduce ArrayView::cbegin and ArrayView::cend
Daniel Arndt [Sun, 24 Sep 2017 09:15:00 +0000 (11:15 +0200)]
Introduce ArrayView::cbegin and ArrayView::cend

6 years agoMerge branch 'master' into BBoxMerge 5124/head
Giovanni Alzetta [Sun, 24 Sep 2017 09:08:01 +0000 (11:08 +0200)]
Merge branch 'master' into BBoxMerge

6 years agoAdded functions merge_with and volume to BoundingBox
Giovanni Alzetta [Fri, 22 Sep 2017 11:31:47 +0000 (11:31 +0000)]
Added functions merge_with and volume to BoundingBox

6 years agoadd missing instantiation for ConstraintMatrix::distribute_local_to_global() 5136/head
Denis Davydov [Sun, 24 Sep 2017 06:42:46 +0000 (08:42 +0200)]
add missing instantiation for ConstraintMatrix::distribute_local_to_global()

6 years agoadd missing instantiations of DataOutBase::write_filtered_data 5137/head
Denis Davydov [Sun, 24 Sep 2017 07:03:44 +0000 (09:03 +0200)]
add missing instantiations of DataOutBase::write_filtered_data

6 years agoremove unused variable in TriangulationWrapper 5135/head
Denis Davydov [Sun, 24 Sep 2017 05:04:54 +0000 (07:04 +0200)]
remove unused variable in TriangulationWrapper

6 years agofix a warning in python wrappers
Denis Davydov [Sun, 24 Sep 2017 05:04:09 +0000 (07:04 +0200)]
fix a warning in python wrappers

6 years agoincrease precision in Slepc SHEP test to avoid missed eigenpairs 5134/head
Denis Davydov [Sat, 23 Sep 2017 21:40:39 +0000 (23:40 +0200)]
increase precision in Slepc SHEP test to avoid missed eigenpairs

6 years agoadditional output for fe_move on macOS 5129/head
Denis Davydov [Sat, 23 Sep 2017 21:16:02 +0000 (23:16 +0200)]
additional output for fe_move on macOS

6 years agoCreated class Bounding Box and its routine point_inside
Giovanni Alzetta [Sun, 17 Sep 2017 23:25:10 +0000 (23:25 +0000)]
Created class Bounding Box and its routine point_inside

7 years agoMerge pull request #5122 from bangerth/fix-warning
Daniel Arndt [Fri, 22 Sep 2017 09:37:14 +0000 (11:37 +0200)]
Merge pull request #5122 from bangerth/fix-warning

Suppress a warning about an unused argument.

7 years agoSuppress a warning about an unused argument. 5122/head
Wolfgang Bangerth [Thu, 21 Sep 2017 20:06:09 +0000 (14:06 -0600)]
Suppress a warning about an unused argument.

7 years agoMerge pull request #5121 from bangerth/const-args
Timo Heister [Thu, 21 Sep 2017 17:17:29 +0000 (13:17 -0400)]
Merge pull request #5121 from bangerth/const-args

Make some function arguments 'const'.

7 years agoMake some function arguments 'const'. 5121/head
Wolfgang Bangerth [Thu, 21 Sep 2017 15:46:06 +0000 (09:46 -0600)]
Make some function arguments 'const'.

7 years agoMerge pull request #5095 from luca-heltai/assimp-detection
Wolfgang Bangerth [Thu, 21 Sep 2017 14:48:58 +0000 (08:48 -0600)]
Merge pull request #5095 from luca-heltai/assimp-detection

Assimp support and GridIn::read_assimp.

7 years agoMerge pull request #5101 from bangerth/more-hp-work
Martin Kronbichler [Thu, 21 Sep 2017 11:03:30 +0000 (13:03 +0200)]
Merge pull request #5101 from bangerth/more-hp-work

Add a test.

7 years agoMerge pull request #5072 from luca-heltai/triangulation-info-cache
Luca Heltai [Thu, 21 Sep 2017 08:18:23 +0000 (10:18 +0200)]
Merge pull request #5072 from luca-heltai/triangulation-info-cache

GridTools::Cache (was TriangulationInfoCache).

7 years agoFixed minor issues. 5072/head
Luca Heltai [Thu, 21 Sep 2017 08:02:56 +0000 (10:02 +0200)]
Fixed minor issues.

7 years agoMerge pull request #5077 from danshapero/examples-c++11
Wolfgang Bangerth [Wed, 20 Sep 2017 21:35:49 +0000 (15:35 -0600)]
Merge pull request #5077 from danshapero/examples-c++11

use range-based for and other C++11 features in tutorials

7 years agoUsing range-based for loops in examples 2-5 5077/head
danshapero [Mon, 18 Sep 2017 18:36:35 +0000 (11:36 -0700)]
Using range-based for loops in examples 2-5

7 years agoMerge pull request #5090 from bangerth/fesystem
Daniel Arndt [Wed, 20 Sep 2017 19:06:38 +0000 (21:06 +0200)]
Merge pull request #5090 from bangerth/fesystem

Be more generous in what types we allow in the FESystem(...) constructor

7 years agoUsing range-based for loop in example 1
danshapero [Wed, 13 Sep 2017 23:37:37 +0000 (16:37 -0700)]
Using range-based for loop in example 1

7 years agoMerge pull request #4857 from tamiko/generalized_interpolation
Wolfgang Bangerth [Wed, 20 Sep 2017 17:55:03 +0000 (11:55 -0600)]
Merge pull request #4857 from tamiko/generalized_interpolation

Generalized support points / interpolation

7 years agoMerge pull request #5115 from masterleinad/fix_serialization
Daniel Arndt [Wed, 20 Sep 2017 15:30:59 +0000 (17:30 +0200)]
Merge pull request #5115 from masterleinad/fix_serialization

Fix serialization of DoFHandler and Triangulation for clang-5

7 years agoMerge pull request #5111 from bangerth/const-args
Daniel Arndt [Wed, 20 Sep 2017 15:22:00 +0000 (17:22 +0200)]
Merge pull request #5111 from bangerth/const-args

Marks some input arguments as 'const'.

7 years agoFix serialization of DoFHandler and Triangulation for clang-5 5115/head
Daniel Arndt [Wed, 20 Sep 2017 10:15:34 +0000 (12:15 +0200)]
Fix serialization of DoFHandler and Triangulation for clang-5

7 years agoWB's comments part II. 5095/head
Luca Heltai [Wed, 20 Sep 2017 07:40:28 +0000 (09:40 +0200)]
WB's comments part II.

7 years agoMerge pull request #5104 from masterleinad/doc_copy_to_mg
Timo Heister [Tue, 19 Sep 2017 17:41:17 +0000 (13:41 -0400)]
Merge pull request #5104 from masterleinad/doc_copy_to_mg

Improve documentation for MultigridTransfer::copy_to_mg

7 years agoMerge pull request #5113 from masterleinad/remove_unused_reserve_space
Wolfgang Bangerth [Tue, 19 Sep 2017 16:49:55 +0000 (10:49 -0600)]
Merge pull request #5113 from masterleinad/remove_unused_reserve_space

Remove unused private function DoFHandler::reserve_space

7 years agoRemove unused private function DoFHandler::reserve_space 5113/head
Daniel Arndt [Tue, 19 Sep 2017 15:40:42 +0000 (17:40 +0200)]
Remove unused private function DoFHandler::reserve_space

7 years agoMark some input arguments as 'const'. 5111/head
Wolfgang Bangerth [Tue, 19 Sep 2017 15:10:08 +0000 (09:10 -0600)]
Mark some input arguments as 'const'.

7 years agoImprove documentation for copy_to_mg 5104/head
Daniel Arndt [Mon, 18 Sep 2017 13:58:09 +0000 (15:58 +0200)]
Improve documentation for copy_to_mg

7 years agoMerge pull request #5105 from Rombur/cuda_documentation
Denis Davydov [Tue, 19 Sep 2017 08:11:38 +0000 (10:11 +0200)]
Merge pull request #5105 from Rombur/cuda_documentation

Add documentation to enable CUDA support

7 years agoRenamed GridTools::CacheFlags -> GridTools::CacheUpdateFlags
Luca Heltai [Tue, 19 Sep 2017 07:54:45 +0000 (09:54 +0200)]
Renamed GridTools::CacheFlags -> GridTools::CacheUpdateFlags

7 years agoUpdated documentation
Luca Heltai [Tue, 19 Sep 2017 07:32:56 +0000 (09:32 +0200)]
Updated documentation

7 years agoMerge pull request #5103 from bangerth/fix-warning
Daniel Arndt [Mon, 18 Sep 2017 20:09:21 +0000 (22:09 +0200)]
Merge pull request #5103 from bangerth/fix-warning

Avoid a warning about an unused argument.

7 years agoWB's comments.
Luca Heltai [Mon, 18 Sep 2017 17:46:31 +0000 (19:46 +0200)]
WB's comments.

7 years agoMerge pull request #5098 from drwells/add-sundials-copy-test
Luca Heltai [Mon, 18 Sep 2017 17:27:51 +0000 (19:27 +0200)]
Merge pull request #5098 from drwells/add-sundials-copy-test

Add a test for copying SUNDIALS vectors.

7 years agoMerge pull request #5099 from drwells/remove-vector-slice-1
David Wells [Mon, 18 Sep 2017 15:22:19 +0000 (11:22 -0400)]
Merge pull request #5099 from drwells/remove-vector-slice-1

Remove VectorSlice from some internal functions.

7 years agoAdd documentation to enable CUDA support 5105/head
Bruno Turcksin [Sun, 17 Sep 2017 04:04:04 +0000 (00:04 -0400)]
Add documentation to enable CUDA support

7 years agoMerge pull request #5102 from bangerth/fix-test
Daniel Arndt [Mon, 18 Sep 2017 14:04:54 +0000 (16:04 +0200)]
Merge pull request #5102 from bangerth/fix-test

Further increase test accuracy.

7 years agoAvoid a warning about an unused argument. 5103/head
Wolfgang Bangerth [Mon, 18 Sep 2017 13:57:26 +0000 (07:57 -0600)]
Avoid a warning about an unused argument.

7 years agoFurther increase test accuracy. 5102/head
Wolfgang Bangerth [Mon, 18 Sep 2017 13:55:58 +0000 (07:55 -0600)]
Further increase test accuracy.

7 years agoAdd an hp-ified version of tests/mpi/step-40. 5101/head
Wolfgang Bangerth [Wed, 13 Sep 2017 21:13:24 +0000 (15:13 -0600)]
Add an hp-ified version of tests/mpi/step-40.

The output is identical to the original, non-hp version.

7 years agoMerge pull request #5078 from GivAlz/master
Daniel Arndt [Mon, 18 Sep 2017 08:20:36 +0000 (10:20 +0200)]
Merge pull request #5078 from GivAlz/master

Adding Bounding Boxes class to Base

7 years agoMerge pull request #5093 from bangerth/hp-fixes
Martin Kronbichler [Mon, 18 Sep 2017 07:38:50 +0000 (09:38 +0200)]
Merge pull request #5093 from bangerth/hp-fixes

Provide DoFAccessor::set_dof_indices() for hp.

7 years agoAdd a test. 5090/head
Wolfgang Bangerth [Thu, 14 Sep 2017 22:04:59 +0000 (16:04 -0600)]
Add a test.

7 years agoAllow not specifying the multiplicity in the FESystem constructor.
Wolfgang Bangerth [Thu, 14 Sep 2017 20:41:08 +0000 (14:41 -0600)]
Allow not specifying the multiplicity in the FESystem constructor.

7 years agoMake an argument 'const'.
Wolfgang Bangerth [Thu, 14 Sep 2017 19:33:32 +0000 (13:33 -0600)]
Make an argument 'const'.

7 years agoRename template type and argument name to better reflect their purpose.
Wolfgang Bangerth [Thu, 14 Sep 2017 19:30:05 +0000 (13:30 -0600)]
Rename template type and argument name to better reflect their purpose.

7 years agoAdd enable_if_all template constraint class.
Wolfgang Bangerth [Fri, 15 Sep 2017 19:44:02 +0000 (13:44 -0600)]
Add enable_if_all template constraint class.

While there, simplify some other classes a bit by introducing
an 'all_true' class. Also move classes into a named internal
namespace.

7 years agoAdd an #include file.
Wolfgang Bangerth [Thu, 14 Sep 2017 19:27:01 +0000 (13:27 -0600)]
Add an #include file.

Specifically, include the one that is necessary for std::enable_if.

7 years agoMerge pull request #5097 from drwells/sundials-fixes-2
David Wells [Sun, 17 Sep 2017 23:35:15 +0000 (19:35 -0400)]
Merge pull request #5097 from drwells/sundials-fixes-2

Reword the description of SUNDIALS_INCLUDE_DIRS.

7 years agoCreated class Bounding Box and its routine point_inside 5078/head
Giovanni Alzetta [Sun, 17 Sep 2017 23:25:10 +0000 (23:25 +0000)]
Created class Bounding Box and its routine point_inside

7 years agoRemove VectorSlice from some internal functions. 5099/head
David Wells [Sat, 16 Sep 2017 20:36:18 +0000 (16:36 -0400)]
Remove VectorSlice from some internal functions.

7 years agoAdd a test for copying SUNDIALS vectors. 5098/head
David Wells [Sun, 17 Sep 2017 20:55:58 +0000 (16:55 -0400)]
Add a test for copying SUNDIALS vectors.

7 years agoremove FIXME 4857/head
Matthias Maier [Sat, 16 Sep 2017 06:16:00 +0000 (01:16 -0500)]
remove FIXME

7 years agoFETools::interpolate: Skip body if FENothing is encountered
Matthias Maier [Sat, 16 Sep 2017 05:43:54 +0000 (00:43 -0500)]
FETools::interpolate: Skip body if FENothing is encountered

7 years agocodim_one/error_estimator_02: Fix invalid array access
Matthias Maier [Sat, 16 Sep 2017 05:34:13 +0000 (00:34 -0500)]
codim_one/error_estimator_02: Fix invalid array access

7 years agoadd a note
Matthias Maier [Fri, 15 Sep 2017 15:50:02 +0000 (10:50 -0500)]
add a note

7 years agoAugment documentation
Matthias Maier [Fri, 15 Sep 2017 15:35:35 +0000 (10:35 -0500)]
Augment documentation

7 years agosimplify
Matthias Maier [Fri, 15 Sep 2017 15:32:41 +0000 (10:32 -0500)]
simplify

7 years agogracefully fall-back to Lagrange interpolation if conformity is unknown
Matthias Maier [Fri, 8 Sep 2017 03:28:53 +0000 (22:28 -0500)]
gracefully fall-back to Lagrange interpolation if conformity is unknown

7 years agoadd tests
Matthias Maier [Wed, 6 Sep 2017 22:57:39 +0000 (17:57 -0500)]
add tests


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.