]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
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 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 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 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

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

7 years agointermediate
Matthias Maier [Sat, 2 Sep 2017 04:42:07 +0000 (23:42 -0500)]
intermediate

7 years agoAdd FETools::convert_generalized_support_point_values_to_dof_values
Matthias Maier [Thu, 7 Sep 2017 22:14:48 +0000 (17:14 -0500)]
Add FETools::convert_generalized_support_point_values_to_dof_values

7 years agoReword the description of SUNDIALS_INCLUDE_DIRS. 5097/head
David Wells [Sat, 16 Sep 2017 21:29:26 +0000 (17:29 -0400)]
Reword the description of SUNDIALS_INCLUDE_DIRS.

7 years agoMerge pull request #5080 from masterleinad/default_constructors
Wolfgang Bangerth [Sun, 17 Sep 2017 18:21:49 +0000 (12:21 -0600)]
Merge pull request #5080 from masterleinad/default_constructors

Default constructors and destructors

7 years agoMerge pull request #5096 from drwells/sundials-fixes
Luca Heltai [Sat, 16 Sep 2017 21:27:30 +0000 (23:27 +0200)]
Merge pull request #5096 from drwells/sundials-fixes

Sundials fixes

7 years agoGet rid of two unused variable warnings. 5096/head
David Wells [Sat, 16 Sep 2017 18:50:30 +0000 (14:50 -0400)]
Get rid of two unused variable warnings.

7 years agoImprove the path-finding for FindSUNDIALS.cmake.
David Wells [Sat, 16 Sep 2017 18:00:51 +0000 (14:00 -0400)]
Improve the path-finding for FindSUNDIALS.cmake.

This fixes an issue where if SUNDIALS_DIR is never set then SUN_INC is just
'/include/', which is usually not a directory.

7 years agoMake the SUNDIALS vector copy more generic.
David Wells [Sat, 16 Sep 2017 18:00:30 +0000 (14:00 -0400)]
Make the SUNDIALS vector copy more generic.

7 years agoFixed compilation when Assimp is not available.
Luca Heltai [Sat, 16 Sep 2017 15:41:43 +0000 (17:41 +0200)]
Fixed compilation when Assimp is not available.

7 years agoFixed comments by Denis.
Luca Heltai [Sat, 16 Sep 2017 15:36:46 +0000 (17:36 +0200)]
Fixed comments by Denis.

7 years agoChangeLog.
Luca Heltai [Sat, 16 Sep 2017 14:56:01 +0000 (16:56 +0200)]
ChangeLog.

7 years agoAdd quick-test for Assimp.
Luca Heltai [Sat, 16 Sep 2017 14:53:33 +0000 (16:53 +0200)]
Add quick-test for Assimp.

7 years agoGridIn::read_assimp + test.
Luca Heltai [Sat, 16 Sep 2017 14:24:53 +0000 (16:24 +0200)]
GridIn::read_assimp + test.

7 years agoAdded assimp detection.
Luca Heltai [Sat, 16 Sep 2017 06:35:11 +0000 (08:35 +0200)]
Added assimp detection.

7 years agoupdate -> mark_for_update. Do work only on demand.
Luca Heltai [Sat, 16 Sep 2017 06:12:05 +0000 (08:12 +0200)]
update -> mark_for_update. Do work only on demand.

7 years agoTriangulationInfoCache -> GridTools::Cache
Luca Heltai [Sat, 16 Sep 2017 05:05:59 +0000 (07:05 +0200)]
TriangulationInfoCache -> GridTools::Cache

7 years agoMerge pull request #4852 from luca-heltai/ida-interface
Luca Heltai [Sat, 16 Sep 2017 04:44:14 +0000 (06:44 +0200)]
Merge pull request #4852 from luca-heltai/ida-interface

IDAInterface

7 years agoAdd include file to fix errors in multigrid tests 5080/head
Daniel Arndt [Fri, 15 Sep 2017 22:48:04 +0000 (00:48 +0200)]
Add include file to fix errors in multigrid tests

7 years agoFixed compilation issue in serial. 4852/head
Luca Heltai [Fri, 15 Sep 2017 22:44:25 +0000 (00:44 +0200)]
Fixed compilation issue in serial.

7 years agoMerge pull request #5094 from bangerth/update-test
Matthias Maier [Fri, 15 Sep 2017 22:19:26 +0000 (17:19 -0500)]
Merge pull request #5094 from bangerth/update-test

Increase precision with which we output test results.

7 years agoIncrease precision with which we output test results. 5094/head
Wolfgang Bangerth [Fri, 15 Sep 2017 21:44:17 +0000 (15:44 -0600)]
Increase precision with which we output test results.

7 years agoUnify the hp and non-hp implementations of a function. 5093/head
Wolfgang Bangerth [Wed, 13 Sep 2017 21:12:31 +0000 (15:12 -0600)]
Unify the hp and non-hp implementations of a function.

7 years agoImplement set_dof_indices() also for the hp case.
Wolfgang Bangerth [Wed, 13 Sep 2017 19:46:51 +0000 (13:46 -0600)]
Implement set_dof_indices() also for the hp case.

This is a trivial copy of the non-hp case as long as we provide the
appropriate active_fe_index.

7 years agoUse DoFInvalidAccessor to unify three partial specializations into one.
Wolfgang Bangerth [Wed, 13 Sep 2017 18:46:29 +0000 (12:46 -0600)]
Use DoFInvalidAccessor to unify three partial specializations into one.

7 years agoChangelog.
Luca Heltai [Tue, 12 Sep 2017 11:49:09 +0000 (13:49 +0200)]
Changelog.

7 years agoMoved options to AdditionalData. Fixed doc.
Luca Heltai [Tue, 12 Sep 2017 11:43:43 +0000 (13:43 +0200)]
Moved options to AdditionalData. Fixed doc.

7 years agoUse GrowingVectorMemory in IDA + example in doc.
Luca Heltai [Fri, 8 Sep 2017 14:45:02 +0000 (16:45 +0200)]
Use GrowingVectorMemory in IDA + example in doc.

7 years agoRenamed IDAInterface to IDA.
Luca Heltai [Wed, 6 Sep 2017 12:38:46 +0000 (14:38 +0200)]
Renamed IDAInterface to IDA.

7 years agoMore sensible defaults, and document optional functions.
Luca Heltai [Wed, 6 Sep 2017 12:22:03 +0000 (14:22 +0200)]
More sensible defaults, and document optional functions.

7 years agoRenamed reset_dae and improved documentation.
Luca Heltai [Wed, 6 Sep 2017 11:33:36 +0000 (13:33 +0200)]
Renamed reset_dae and improved documentation.

7 years agoAdded AssertIDA macro.
Luca Heltai [Wed, 6 Sep 2017 11:32:56 +0000 (13:32 +0200)]
Added AssertIDA macro.

7 years agoAdded quicktest.
Luca Heltai [Tue, 5 Sep 2017 14:26:26 +0000 (16:26 +0200)]
Added quicktest.

7 years agoStarting point for SUNDIALS IDA interface.
Luca Heltai [Mon, 14 Aug 2017 23:25:03 +0000 (17:25 -0600)]
Starting point for SUNDIALS IDA interface.

7 years agoMerge pull request #5052 from Rombur/python_triangulation
Denis Davydov [Fri, 15 Sep 2017 12:20:45 +0000 (14:20 +0200)]
Merge pull request #5052 from Rombur/python_triangulation

Python wrappers

7 years agoMerge pull request #5087 from drwells/timer-multithreaded-fixes
Luca Heltai [Fri, 15 Sep 2017 12:09:34 +0000 (14:09 +0200)]
Merge pull request #5087 from drwells/timer-multithreaded-fixes

Timer multithreaded fixes

7 years agoMerge pull request #5091 from bangerth/doc-update
Luca Heltai [Fri, 15 Sep 2017 12:06:56 +0000 (14:06 +0200)]
Merge pull request #5091 from bangerth/doc-update

Fix grammar.

7 years agoFix default definitions in header files
Daniel Arndt [Fri, 15 Sep 2017 07:56:57 +0000 (09:56 +0200)]
Fix default definitions in header files

7 years agoMove default definitions to declarations
Daniel Arndt [Thu, 14 Sep 2017 21:58:05 +0000 (23:58 +0200)]
Move default definitions to declarations

7 years agoMerge pull request #5083 from masterleinad/replace_single_character
Daniel Arndt [Thu, 14 Sep 2017 23:02:28 +0000 (01:02 +0200)]
Merge pull request #5083 from masterleinad/replace_single_character

Replace single character strings


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.