]>
https://gitweb.dealii.org/ - dealii.git/log
David Wells [Wed, 27 Sep 2017 00:34:14 +0000 (20:34 -0400)]
Add DEAL_II_WITH_PETSC_WITH_HYPRE.
This does not change any functionality but does make it easier to
disable (or enable) tests based on the availability of hypre within
PETSc.
David Wells [Tue, 26 Sep 2017 22:04:57 +0000 (18:04 -0400)]
Merge pull request #4994 from jppelteret/petsc_mumps
Setup and use DEAL_II_PETSC_WITH_MUMPS in PETSc solver.
Daniel Arndt [Tue, 26 Sep 2017 21:55:15 +0000 (23:55 +0200)]
Merge pull request #5158 from bangerth/avoid-raw-pointers-2
Avoid raw pointers in favor of VectorMemory::Pointer in SolverQMRS.
Wolfgang Bangerth [Tue, 26 Sep 2017 18:59:47 +0000 (12:59 -0600)]
Avoid raw pointers in favor of VectorMemory::Pointer in SolverQMRS.
Luca Heltai [Tue, 26 Sep 2017 17:27:31 +0000 (19:27 +0200)]
Merge pull request #5116 from luca-heltai/parameter-acceptor
ParameterAcceptor.
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
Luca Heltai [Mon, 25 Sep 2017 11:49:13 +0000 (13:49 +0200)]
Added initialize with input_stream, and optional prm.
Luca Heltai [Wed, 20 Sep 2017 15:04:15 +0000 (17:04 +0200)]
Added default prm to add_parameter().
Luca Heltai [Wed, 20 Sep 2017 12:22:04 +0000 (14:22 +0200)]
Changelog.
Luca Heltai [Wed, 20 Sep 2017 12:13:02 +0000 (14:13 +0200)]
Test for path handling.
Luca Heltai [Wed, 20 Sep 2017 10:24:57 +0000 (12:24 +0200)]
Test failing custom format in output.
Luca Heltai [Wed, 20 Sep 2017 10:05:59 +0000 (12:05 +0200)]
Test tex output.
Luca Heltai [Wed, 20 Sep 2017 10:01:30 +0000 (12:01 +0200)]
Test xml format.
Luca Heltai [Wed, 20 Sep 2017 09:52:37 +0000 (11:52 +0200)]
Test global section names.
Luca Heltai [Wed, 20 Sep 2017 09:46:58 +0000 (11:46 +0200)]
Test with Point<dim>.
Luca Heltai [Wed, 20 Sep 2017 09:43:43 +0000 (11:43 +0200)]
Test Using add parameter.
Luca Heltai [Wed, 20 Sep 2017 09:27:19 +0000 (11:27 +0200)]
ParameterAcceptor class.
Timo Heister [Tue, 26 Sep 2017 17:18:47 +0000 (13:18 -0400)]
minor: step-56: consistent template arg naming
Timo Heister [Tue, 26 Sep 2017 01:20:10 +0000 (21:20 -0400)]
Merge pull request #5152 from bangerth/minor-updates
Better document MPILogInitAll.
Wolfgang Bangerth [Mon, 25 Sep 2017 23:48:12 +0000 (17:48 -0600)]
Better document MPILogInitAll.
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
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
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
Daniel Arndt [Mon, 25 Sep 2017 12:48:41 +0000 (14:48 +0200)]
Restrict lac/utilities_02 to only run with LAPACK
Daniel Arndt [Mon, 25 Sep 2017 12:27:34 +0000 (14:27 +0200)]
Restrict multigrid tests to only run with LAPACK
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
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
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
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.
Wolfgang Bangerth [Mon, 25 Sep 2017 00:57:25 +0000 (18:57 -0600)]
Merge pull request #5142 from davydden/oversubscribe
explicitly oversubscribe with MPI
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
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
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.
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
Denis Davydov [Sun, 24 Sep 2017 16:09:48 +0000 (18:09 +0200)]
explicitly oversubscribe with MPI
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…
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
Daniel Arndt [Sun, 24 Sep 2017 09:30:48 +0000 (11:30 +0200)]
Changelog entry
Daniel Arndt [Sun, 24 Sep 2017 09:15:00 +0000 (11:15 +0200)]
Introduce ArrayView::cbegin and ArrayView::cend
Giovanni Alzetta [Sun, 24 Sep 2017 09:08:01 +0000 (11:08 +0200)]
Merge branch 'master' into BBoxMerge
Giovanni Alzetta [Fri, 22 Sep 2017 11:31:47 +0000 (11:31 +0000)]
Added functions merge_with and volume to BoundingBox
Denis Davydov [Sun, 24 Sep 2017 06:42:46 +0000 (08:42 +0200)]
add missing instantiation for ConstraintMatrix::distribute_local_to_global()
Denis Davydov [Sun, 24 Sep 2017 07:03:44 +0000 (09:03 +0200)]
add missing instantiations of DataOutBase::write_filtered_data
Denis Davydov [Sun, 24 Sep 2017 05:04:54 +0000 (07:04 +0200)]
remove unused variable in TriangulationWrapper
Denis Davydov [Sun, 24 Sep 2017 05:04:09 +0000 (07:04 +0200)]
fix a warning in python wrappers
Denis Davydov [Sat, 23 Sep 2017 21:40:39 +0000 (23:40 +0200)]
increase precision in Slepc SHEP test to avoid missed eigenpairs
Denis Davydov [Sat, 23 Sep 2017 21:16:02 +0000 (23:16 +0200)]
additional output for fe_move on macOS
Giovanni Alzetta [Sun, 17 Sep 2017 23:25:10 +0000 (23:25 +0000)]
Created class Bounding Box and its routine point_inside
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.
Wolfgang Bangerth [Thu, 21 Sep 2017 20:06:09 +0000 (14:06 -0600)]
Suppress a warning about an unused argument.
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'.
Wolfgang Bangerth [Thu, 21 Sep 2017 15:46:06 +0000 (09:46 -0600)]
Make some function arguments 'const'.
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.
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.
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).
Luca Heltai [Thu, 21 Sep 2017 08:02:56 +0000 (10:02 +0200)]
Fixed minor issues.
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
danshapero [Mon, 18 Sep 2017 18:36:35 +0000 (11:36 -0700)]
Using range-based for loops in examples 2-5
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
danshapero [Wed, 13 Sep 2017 23:37:37 +0000 (16:37 -0700)]
Using range-based for loop in example 1
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
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
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'.
Daniel Arndt [Wed, 20 Sep 2017 10:15:34 +0000 (12:15 +0200)]
Fix serialization of DoFHandler and Triangulation for clang-5
Luca Heltai [Wed, 20 Sep 2017 07:40:28 +0000 (09:40 +0200)]
WB's comments part II.
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
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
Daniel Arndt [Tue, 19 Sep 2017 15:40:42 +0000 (17:40 +0200)]
Remove unused private function DoFHandler::reserve_space
Wolfgang Bangerth [Tue, 19 Sep 2017 15:10:08 +0000 (09:10 -0600)]
Mark some input arguments as 'const'.
Daniel Arndt [Mon, 18 Sep 2017 13:58:09 +0000 (15:58 +0200)]
Improve documentation for copy_to_mg
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
Luca Heltai [Tue, 19 Sep 2017 07:54:45 +0000 (09:54 +0200)]
Renamed GridTools::CacheFlags -> GridTools::CacheUpdateFlags
Luca Heltai [Tue, 19 Sep 2017 07:32:56 +0000 (09:32 +0200)]
Updated documentation
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.
Luca Heltai [Mon, 18 Sep 2017 17:46:31 +0000 (19:46 +0200)]
WB's comments.
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.
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.
Bruno Turcksin [Sun, 17 Sep 2017 04:04:04 +0000 (00:04 -0400)]
Add documentation to enable CUDA support
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.
Wolfgang Bangerth [Mon, 18 Sep 2017 13:57:26 +0000 (07:57 -0600)]
Avoid a warning about an unused argument.
Wolfgang Bangerth [Mon, 18 Sep 2017 13:55:58 +0000 (07:55 -0600)]
Further increase test accuracy.
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.
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
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.
Wolfgang Bangerth [Thu, 14 Sep 2017 22:04:59 +0000 (16:04 -0600)]
Add a test.
Wolfgang Bangerth [Thu, 14 Sep 2017 20:41:08 +0000 (14:41 -0600)]
Allow not specifying the multiplicity in the FESystem constructor.
Wolfgang Bangerth [Thu, 14 Sep 2017 19:33:32 +0000 (13:33 -0600)]
Make an argument 'const'.
Wolfgang Bangerth [Thu, 14 Sep 2017 19:30:05 +0000 (13:30 -0600)]
Rename template type and argument name to better reflect their purpose.
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.
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.
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.
Giovanni Alzetta [Sun, 17 Sep 2017 23:25:10 +0000 (23:25 +0000)]
Created class Bounding Box and its routine point_inside
David Wells [Sat, 16 Sep 2017 20:36:18 +0000 (16:36 -0400)]
Remove VectorSlice from some internal functions.
David Wells [Sun, 17 Sep 2017 20:55:58 +0000 (16:55 -0400)]
Add a test for copying SUNDIALS vectors.
Matthias Maier [Sat, 16 Sep 2017 06:16:00 +0000 (01:16 -0500)]
remove FIXME
Matthias Maier [Sat, 16 Sep 2017 05:43:54 +0000 (00:43 -0500)]
FETools::interpolate: Skip body if FENothing is encountered
Matthias Maier [Sat, 16 Sep 2017 05:34:13 +0000 (00:34 -0500)]
codim_one/error_estimator_02: Fix invalid array access
Matthias Maier [Fri, 15 Sep 2017 15:50:02 +0000 (10:50 -0500)]
add a note
Matthias Maier [Fri, 15 Sep 2017 15:35:35 +0000 (10:35 -0500)]
Augment documentation
Matthias Maier [Fri, 15 Sep 2017 15:32:41 +0000 (10:32 -0500)]
simplify
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.