]>
https://gitweb.dealii.org/ - dealii.git/log
Bruno Turcksin [Mon, 17 Apr 2017 15:02:28 +0000 (11:02 -0400)]
Merge pull request #3957 from Rombur/vector
[Post 8.5] Instantiate new Trilinos Vector.
Daniel Arndt [Mon, 17 Apr 2017 14:09:56 +0000 (16:09 +0200)]
Merge pull request #4265 from masterleinad/fix_meshworker_codim
Instantiate MeshWorker objects for dim != spacedim
Wolfgang Bangerth [Mon, 17 Apr 2017 12:58:30 +0000 (06:58 -0600)]
Merge pull request #4272 from masterleinad/clang_emplace
Replace push_back by emplace_back
Bruno Turcksin [Fri, 10 Feb 2017 14:27:10 +0000 (09:27 -0500)]
Instantiate LinearAlgebra::EpetraWrappers::Vector.
Daniel Arndt [Mon, 17 Apr 2017 12:17:18 +0000 (14:17 +0200)]
add test
Bruno Turcksin [Fri, 10 Feb 2017 14:26:33 +0000 (09:26 -0500)]
Augment VectorSpaceVector interface.
Daniel Arndt [Mon, 17 Apr 2017 11:19:16 +0000 (13:19 +0200)]
clang-tidy emplace_back
Denis Davydov [Mon, 17 Apr 2017 04:55:32 +0000 (06:55 +0200)]
Merge pull request #4268 from bangerth/remove-deprecated-functions-2
Remove implementation of FE::interpolate() from FE_Q_DGQ0.
Denis Davydov [Mon, 17 Apr 2017 04:53:33 +0000 (06:53 +0200)]
Merge pull request #4267 from bangerth/remove-deprecated-functions-1
Remove deprecated function FETools::get_node_matrix().
Wolfgang Bangerth [Mon, 17 Apr 2017 00:35:25 +0000 (18:35 -0600)]
Remove implementation of FE::interpolate() from FE_Q_DGQ0.
Wolfgang Bangerth [Mon, 17 Apr 2017 00:33:40 +0000 (18:33 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Mon, 17 Apr 2017 00:33:23 +0000 (18:33 -0600)]
Remove deprecated function FETools::get_node_matrix().
Wolfgang Bangerth [Sun, 16 Apr 2017 14:10:24 +0000 (08:10 -0600)]
Merge pull request #4261 from drwells/prefer-emplacement
Prefer emplace_back to push_back.
Daniel Arndt [Sun, 16 Apr 2017 11:42:49 +0000 (13:42 +0200)]
Instantiate MeshWorker objects for dim != spacedim
Wolfgang Bangerth [Sat, 15 Apr 2017 20:46:14 +0000 (14:46 -0600)]
Merge pull request #4103 from davydden/local_support_dofs
add a function to get DoFs that have support only within the given do…
Denis Davydov [Sat, 15 Apr 2017 20:09:31 +0000 (22:09 +0200)]
Merge pull request #4262 from masterleinad/fix_slepc_coverity
Fix SLEPc issues reported by Coverity
Daniel Arndt [Sat, 15 Apr 2017 15:12:21 +0000 (17:12 +0200)]
Fix SLEPc issues reported by Coverity
Martin Kronbichler [Sat, 15 Apr 2017 15:07:24 +0000 (17:07 +0200)]
Merge pull request #4256 from masterleinad/fix_extrapolate_block
Fix FETools::extrapolate for block vectors
David Wells [Sat, 15 Apr 2017 13:22:18 +0000 (09:22 -0400)]
Merge pull request #4258 from tjhei/msvc_cpp11
fix c++11 detection under MSVC
David Wells [Sat, 1 Apr 2017 16:52:24 +0000 (12:52 -0400)]
Prefer emplace_back to push_back.
Denis Davydov [Sat, 15 Apr 2017 08:35:17 +0000 (10:35 +0200)]
implement comments
Timo Heister [Fri, 14 Apr 2017 12:58:57 +0000 (08:58 -0400)]
fix c++11 detection under MSVC
It turns out MSVC defines __cplusplus as 1997 even with MSVC 2017. Sigh.
Instead of trying to parse what support we have, just skip this macro
check and hope we catch all problems with the configuration tests
itself.
Wolfgang Bangerth [Fri, 14 Apr 2017 14:56:24 +0000 (08:56 -0600)]
Merge pull request #4232 from masterleinad/allow_cxx17_fallthrough
Allow using cxx17's [[fallthrough]]
Wolfgang Bangerth [Fri, 14 Apr 2017 14:55:08 +0000 (08:55 -0600)]
Merge pull request #4235 from drwells/volatile-to-atomic
Prefer std::atomic to volatile for thread data.
Wolfgang Bangerth [Fri, 14 Apr 2017 14:54:38 +0000 (08:54 -0600)]
Merge pull request #4259 from luca-heltai/move-paths-step-54
Move paths of step-54
Luca Heltai [Fri, 14 Apr 2017 13:50:09 +0000 (15:50 +0200)]
Moved IGES inside input directory.
Martin Kronbichler [Fri, 14 Apr 2017 09:03:41 +0000 (11:03 +0200)]
Merge pull request #4246 from bangerth/table-handler-2
Add TableHandler::declare_column().
Martin Kronbichler [Fri, 14 Apr 2017 09:01:30 +0000 (11:01 +0200)]
Merge pull request #4257 from drwells/remove-assert-global-index-range
Remove AssertGlobalIndexRange.
Wolfgang Bangerth [Thu, 13 Apr 2017 23:25:43 +0000 (17:25 -0600)]
Merge pull request #4251 from kronbichler/fix_memory_ghost_parallel_vec
Fix uninitialized memory in ghost range of distributed vector
David Wells [Thu, 13 Apr 2017 22:57:41 +0000 (18:57 -0400)]
Remove AssertGlobalIndexRange.
The expansion of this macro involves the nonexistent class template
ExcIndexRange<T> and was never used inside the library.
Timo Heister [Thu, 13 Apr 2017 21:59:35 +0000 (17:59 -0400)]
Merge pull request #4252 from drwells/improve-cmake-version-bailout
Improve the CMake _bailout function.
Daniel Arndt [Fri, 7 Apr 2017 20:20:26 +0000 (22:20 +0200)]
Allow using cxx17's [[fallthrough]]
Daniel Arndt [Thu, 13 Apr 2017 20:31:53 +0000 (22:31 +0200)]
changelog entry
Martin Kronbichler [Thu, 13 Apr 2017 19:11:55 +0000 (21:11 +0200)]
Merge pull request #4253 from gassmoeller/add_get_history_solver_control
Allow read access on solver history already stored in SolverControl
Rene Gassmoeller [Thu, 13 Apr 2017 02:25:20 +0000 (20:25 -0600)]
introduce get_history_data function
Daniel Arndt [Thu, 13 Apr 2017 14:22:27 +0000 (16:22 +0200)]
Fix FETools::extrapolate for block vectors
David Wells [Thu, 13 Apr 2017 01:48:13 +0000 (21:48 -0400)]
Improve the CMake _bailout function.
David Wells [Thu, 13 Apr 2017 01:36:11 +0000 (21:36 -0400)]
Merge pull request #4248 from xywei/xywei-patch-serialization
Improve serialization interface
David Wells [Thu, 13 Apr 2017 01:27:06 +0000 (21:27 -0400)]
Clarify Subscriptor's documentation.
We no longer use volatile variables, so just state that some features
of Subscriptor are disabled when we enable threads.
David Wells [Sat, 8 Apr 2017 04:54:42 +0000 (00:54 -0400)]
Prefer std::atomic to volatile for thread data.
Martin Kronbichler [Wed, 12 Apr 2017 16:17:56 +0000 (18:17 +0200)]
Add changelog
Wolfgang Bangerth [Tue, 11 Apr 2017 21:52:22 +0000 (15:52 -0600)]
Add changelog entry.
Wolfgang Bangerth [Tue, 11 Apr 2017 21:52:10 +0000 (15:52 -0600)]
Add test.
Wolfgang Bangerth [Tue, 11 Apr 2017 21:51:58 +0000 (15:51 -0600)]
Add TableHandler::declare_column().
Wolfgang Bangerth [Wed, 12 Apr 2017 15:00:22 +0000 (09:00 -0600)]
Merge pull request #4247 from bangerth/fix-readme
Update readme.html.
Wolfgang Bangerth [Tue, 11 Apr 2017 22:43:03 +0000 (16:43 -0600)]
Update readme.html.
xywei [Wed, 12 Apr 2017 11:32:11 +0000 (19:32 +0800)]
Improvements are made
Fixed indentation and removed inclusion of ptree_serialization.hpp in tests. Thanks to suggestions from @masterleinad
Martin Kronbichler [Wed, 12 Apr 2017 11:23:49 +0000 (13:23 +0200)]
Fix uninitialized memory in ghost range of distributed vector
Xiaoyu WEI [Wed, 12 Apr 2017 03:38:04 +0000 (11:38 +0800)]
Update parameter_handler.h
To resolve build error: no type named 'library_version_type' in namespace 'boost::archive'
Xiaoyu WEI [Tue, 11 Apr 2017 23:28:10 +0000 (07:28 +0800)]
Improve serialization interface
Included ptree_serialization.hpp in parameter_handler.h
Bruno Turcksin [Tue, 11 Apr 2017 21:15:19 +0000 (17:15 -0400)]
Merge pull request #4241 from bangerth/parallelize-FESystem
Use lambdas and tasks to parallelize construction of FESystem.
David Wells [Tue, 11 Apr 2017 17:50:49 +0000 (13:50 -0400)]
Merge pull request #4245 from bangerth/doc-update
Minor updates to the documentation of TableHandler.
Wolfgang Bangerth [Tue, 11 Apr 2017 16:04:05 +0000 (10:04 -0600)]
Minor updates to the documentation of TableHandler.
Bruno Turcksin [Tue, 11 Apr 2017 15:32:47 +0000 (11:32 -0400)]
Merge pull request #4244 from Rombur/python
Augment python interface of Point
Daniel Arndt [Tue, 11 Apr 2017 14:58:31 +0000 (16:58 +0200)]
Merge pull request #4240 from bangerth/table-handler-1
Implement TableHandler::start_new_row().
Bruno Turcksin [Tue, 11 Apr 2017 13:41:34 +0000 (09:41 -0400)]
Add change entry.
Bruno Turcksin [Tue, 11 Apr 2017 13:41:18 +0000 (09:41 -0400)]
Add tests.
Bruno Turcksin [Tue, 11 Apr 2017 13:41:03 +0000 (09:41 -0400)]
Add python wrapper functions to Point.
David Wells [Tue, 11 Apr 2017 00:12:11 +0000 (20:12 -0400)]
Merge pull request #4236 from masterleinad/add_arpack_ng
Add ARPACK-NG information
Daniel Arndt [Mon, 10 Apr 2017 12:54:46 +0000 (14:54 +0200)]
Add bug-fix information
Daniel Arndt [Mon, 10 Apr 2017 12:17:44 +0000 (14:17 +0200)]
Merge pull request #4238 from drwells/add-make_unique
Add make unique
Denis Davydov [Thu, 23 Mar 2017 16:48:47 +0000 (17:48 +0100)]
add a function to get DoFs that have support only within the given domain
Wolfgang Bangerth [Mon, 10 Apr 2017 03:58:36 +0000 (21:58 -0600)]
Use lambdas and tasks to parallelize construction of FESystem.
Wolfgang Bangerth [Mon, 10 Apr 2017 01:37:34 +0000 (19:37 -0600)]
Add test.
Wolfgang Bangerth [Mon, 10 Apr 2017 01:30:10 +0000 (19:30 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Mon, 10 Apr 2017 01:24:29 +0000 (19:24 -0600)]
Implement TableHandler::start_new_row().
David Wells [Sat, 8 Apr 2017 21:57:57 +0000 (17:57 -0400)]
Clean up some code with std_cxx14::make_unique.
David Wells [Sat, 8 Apr 2017 21:57:39 +0000 (17:57 -0400)]
Wrap C++14's std::make_unique as std_cxx14::make_unique.
Daniel Arndt [Sun, 9 Apr 2017 18:01:18 +0000 (20:01 +0200)]
Add information for testing
David Wells [Sun, 9 Apr 2017 17:46:27 +0000 (13:46 -0400)]
Merge pull request #4207 from bangerth/use-lambdas
Use lambdas to make some code simpler.
Wolfgang Bangerth [Thu, 6 Apr 2017 16:46:33 +0000 (10:46 -0600)]
Use lambdas to make some code simpler.
Daniel Arndt [Sat, 8 Apr 2017 21:04:24 +0000 (23:04 +0200)]
Add ARPACK-NG information
Martin Kronbichler [Sat, 8 Apr 2017 20:05:08 +0000 (22:05 +0200)]
Merge pull request #4220 from masterleinad/fix_nullptr_new
Modernize null pointers to use nullptr
Daniel Arndt [Fri, 7 Apr 2017 09:30:47 +0000 (11:30 +0200)]
Fix double brackets
Daniel Arndt [Thu, 6 Apr 2017 23:03:54 +0000 (01:03 +0200)]
Replace PETSC_NULL
Daniel Arndt [Thu, 6 Apr 2017 23:08:28 +0000 (01:08 +0200)]
Use nullptr for null pointers
Daniel Arndt [Sat, 8 Apr 2017 18:21:26 +0000 (20:21 +0200)]
Merge pull request #4224 from masterleinad/cleanup_cxx11
Clean dofs/, fe/ and grid/ directory
Daniel Arndt [Sat, 8 Apr 2017 18:18:35 +0000 (20:18 +0200)]
Merge pull request #4208 from tamiko/cxx11_cleanup2
C++11 cleanup, p2: Remove ScaledMatrix
Martin Kronbichler [Sat, 8 Apr 2017 18:00:06 +0000 (20:00 +0200)]
Merge pull request #4234 from drwells/revert-move
Revert
eb5db19276 to get consistent memory usage.
Daniel Arndt [Sat, 8 Apr 2017 17:54:23 +0000 (19:54 +0200)]
Merge pull request #4217 from tamiko/cxx11_cleanup6
C++11 cleanup, p6: Remove ShiftedMatrix(|Generalized)
David Wells [Sat, 8 Apr 2017 17:13:41 +0000 (13:13 -0400)]
Revert
eb5db19276 to get consistent memory usage.
Rather than rely on details of std::vector's reallocation scheme, just
copy things.
Daniel Arndt [Sat, 8 Apr 2017 16:23:19 +0000 (18:23 +0200)]
Merge pull request #4222 from masterleinad/cleanup_cxx11_base
Clean base/ directory
Daniel Arndt [Sat, 8 Apr 2017 15:47:31 +0000 (17:47 +0200)]
Merge pull request #4228 from tamiko/cmake_export_with_cxx11
CMake: Bugfix: Export DEAL_II_WITH_CXX11 in deal.IIConfig.cmake
Timo Heister [Sat, 8 Apr 2017 12:13:52 +0000 (08:13 -0400)]
Merge pull request #4231 from masterleinad/fix_test
Remove unused check in mpi/tria_copy_triangulation
Daniel Arndt [Sat, 8 Apr 2017 10:01:41 +0000 (12:01 +0200)]
Remove unused check in mpi/tria_copy_triangulation
Wolfgang Bangerth [Fri, 7 Apr 2017 21:27:33 +0000 (15:27 -0600)]
Merge pull request #4229 from drwells/remove-cxx11-check
Remove the check for C++11 in step-44.
David Wells [Fri, 7 Apr 2017 21:20:52 +0000 (17:20 -0400)]
Remove the check for C++11 in step-44.
Matthias Maier [Fri, 7 Apr 2017 20:22:41 +0000 (15:22 -0500)]
CMake: Bugfix: Export DEAL_II_WITH_CXX11 in deal.IIConfig.cmake
Daniel Arndt [Fri, 7 Apr 2017 15:56:38 +0000 (17:56 +0200)]
Clean dofs/, fe/ and grid/ directory
Bruno Turcksin [Fri, 7 Apr 2017 17:11:23 +0000 (13:11 -0400)]
Merge pull request #4225 from bangerth/link-code-gallery
Link the code gallery into the main doc page.
Daniel Arndt [Fri, 7 Apr 2017 17:05:40 +0000 (19:05 +0200)]
Merge pull request #4226 from bangerth/fix-typo
Fix a typo.
Wolfgang Bangerth [Fri, 7 Apr 2017 16:58:17 +0000 (10:58 -0600)]
Fix a typo.
Wolfgang Bangerth [Fri, 7 Apr 2017 16:54:20 +0000 (10:54 -0600)]
Link the code gallery into the main doc page.
Daniel Arndt [Fri, 7 Apr 2017 15:11:11 +0000 (17:11 +0200)]
Clean base/ directory
Matthias Maier [Fri, 7 Apr 2017 13:35:58 +0000 (08:35 -0500)]
simplify an expression
Matthias Maier [Thu, 6 Apr 2017 21:43:16 +0000 (16:43 -0500)]
reindent
Matthias Maier [Thu, 6 Apr 2017 21:26:56 +0000 (16:26 -0500)]
Use LinearOperator instead of ShiftedMatrix in eigen.h
Matthias Maier [Thu, 6 Apr 2017 20:42:34 +0000 (15:42 -0500)]
Remove tests for ShiftedMatrix(|Generalized)
Matthias Maier [Thu, 6 Apr 2017 20:42:14 +0000 (15:42 -0500)]
C++11 cleanup: Remove deprecated class ShiftedMatrix(|Generalized)
Matthias Maier [Thu, 6 Apr 2017 20:17:30 +0000 (15:17 -0500)]
Add a changelog entry
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.