]>
https://gitweb.dealii.org/ - dealii.git/log
Jean-Paul Pelteret [Fri, 27 Apr 2018 16:20:42 +0000 (18:20 +0200)]
Add an Adol-C related exception
Jean-Paul Pelteret [Thu, 26 Apr 2018 23:23:55 +0000 (01:23 +0200)]
Remove unnecessary headers
Jean-Paul Pelteret [Thu, 26 Apr 2018 22:52:14 +0000 (00:52 +0200)]
Adol-C advanced branching: Fix FEValues
Matthias Maier [Thu, 26 Apr 2018 17:53:21 +0000 (12:53 -0500)]
Merge pull request #6347 from jppelteret/follow_up_to_6335
CMake: Add missing boost headers to AdolC module
Martin Kronbichler [Thu, 26 Apr 2018 17:48:23 +0000 (19:48 +0200)]
Merge pull request #6345 from tamiko/cppcheck
Bugfix: Close #ifdef at the right point
Jean-Paul Pelteret [Thu, 26 Apr 2018 17:45:15 +0000 (19:45 +0200)]
CMake: Add missing boost headers to AdolC module
Jean-Paul Pelteret [Thu, 26 Apr 2018 17:24:42 +0000 (19:24 +0200)]
Merge pull request #6335 from tamiko/fix_adolc_test
CMake: Link in Boost libraries for ADOLc check
Matthias Maier [Thu, 26 Apr 2018 16:59:44 +0000 (11:59 -0500)]
Bugfix: Close #ifdef at the right point
This was found by cppcheck that rightfully complains about the #endif
statement closing at the wrong position.
Luca Heltai [Thu, 26 Apr 2018 15:06:10 +0000 (17:06 +0200)]
Merge pull request #6340 from drwells/update-copyright-notices-2
Update copyright notices 2
Martin Kronbichler [Thu, 26 Apr 2018 15:04:13 +0000 (17:04 +0200)]
Merge pull request #6290 from GivAlz/fix_distributed_cpt_loc
Fixed distributed cpt locations return tuple and added test
Matthias Maier [Wed, 25 Apr 2018 20:44:52 +0000 (15:44 -0500)]
CMake: simplify check
Matthias Maier [Wed, 25 Apr 2018 20:41:00 +0000 (15:41 -0500)]
CMake: Add boost and adolc compatibility check
Make sure to only ever use an external ADOL-C library (that uses the
Boost pool allocator and is linked against external boost) if deal.II is
also configured with external Boost.
Matthias Maier [Wed, 25 Apr 2018 20:23:17 +0000 (15:23 -0500)]
CMake: Let FindADOLC.cmake check whether adolc uses Boost pool allocator
Let the find module check whether adolc uses the Boost pool allocator.
If yes, add all boost libraries to the link interface.
Matthias Maier [Wed, 25 Apr 2018 18:14:49 +0000 (13:14 -0500)]
CMake: add a safeguard
Matthias Maier [Wed, 25 Apr 2018 18:12:50 +0000 (13:12 -0500)]
CMake: run boost configure before adolc configure
Martin Kronbichler [Thu, 26 Apr 2018 11:45:13 +0000 (13:45 +0200)]
Merge pull request #6341 from masterleinad/fix_subscribe_move
Only run assign_subscriptor in Debug mode
Daniel Arndt [Thu, 26 Apr 2018 08:16:32 +0000 (10:16 +0200)]
Only run assign_subscriptor in Debug mode
Denis Davydov [Thu, 26 Apr 2018 07:51:19 +0000 (09:51 +0200)]
Merge pull request #6337 from drwells/update-gridgenerator-examples-3
Update gridgenerator examples 3
David Wells [Wed, 25 Apr 2018 20:20:39 +0000 (16:20 -0400)]
Update step-15 results.
David Wells [Wed, 25 Apr 2018 20:16:27 +0000 (16:16 -0400)]
Use VTU output in step-15.
David Wells [Thu, 26 Apr 2018 03:17:16 +0000 (23:17 -0400)]
Merge pull request #6333 from masterleinad/fix_subscribe_move
Check own subscriptions when assigning in Subscriptor
David Wells [Thu, 26 Apr 2018 02:12:56 +0000 (22:12 -0400)]
Reformat some copyright headers.
David Wells [Thu, 26 Apr 2018 02:12:32 +0000 (22:12 -0400)]
Reassign copyright from mathlab to deal.II.
Done with the permission of Luca Heltai.
David Wells [Thu, 26 Apr 2018 01:55:28 +0000 (21:55 -0400)]
Merge pull request #6331 from tjhei/update_copyright
update copyright years
Bruno Turcksin [Wed, 25 Apr 2018 21:23:32 +0000 (17:23 -0400)]
Merge pull request #6304 from drwells/update-gridgenerator-examples-2
Update gridgenerator examples 2
David Wells [Sun, 22 Apr 2018 23:46:05 +0000 (19:46 -0400)]
Change step-10 to use FE_Nothing.
David Wells [Sun, 22 Apr 2018 23:44:43 +0000 (19:44 -0400)]
Update step-10 for 9.0.
This commit changes the output (which was altered as a result of the new
TFI scheme for placing new vertices) and the manifold handling (which
was altered by the 'attach default manifolds to triangulations' change
in GridGenerator).
Wolfgang Bangerth [Wed, 25 Apr 2018 21:12:44 +0000 (15:12 -0600)]
Merge pull request #6338 from drwells/update-gridgenerator-examples-4
Update GridGenerator examples 4
Bruno Turcksin [Wed, 25 Apr 2018 21:08:41 +0000 (17:08 -0400)]
Merge pull request #6310 from kronbichler/matrix_free_module
Matrix free module
David Wells [Wed, 25 Apr 2018 20:28:45 +0000 (16:28 -0400)]
Update step-11.
There is no graphical output for this step so this is easy.
Martin Kronbichler [Wed, 25 Apr 2018 18:53:23 +0000 (20:53 +0200)]
Merge pull request #6324 from kronbichler/fix_compile_warning
Fix warning about missing return statement in ICC
Daniel Arndt [Wed, 25 Apr 2018 16:51:28 +0000 (18:51 +0200)]
Check own subscriptions when assigning in Subscriptor
Timo Heister [Wed, 25 Apr 2018 14:34:37 +0000 (10:34 -0400)]
update copyright years
Timo Heister [Wed, 25 Apr 2018 14:33:58 +0000 (10:33 -0400)]
Merge pull request #6292 from masterleinad/fix_coverity_issues
Fix various issues reported by coverity
Matthias Maier [Wed, 25 Apr 2018 13:57:19 +0000 (08:57 -0500)]
Merge pull request #6321 from masterleinad/add_codecov_support
Add Codecov support
Martin Kronbichler [Wed, 25 Apr 2018 11:43:27 +0000 (13:43 +0200)]
Merge pull request #6327 from masterleinad/fix_typo_dof_handler
Replace DofHandler by DoFHandler
Daniel Arndt [Wed, 25 Apr 2018 11:12:35 +0000 (13:12 +0200)]
Replace DofHandler by DoFHandler
Daniel Arndt [Wed, 25 Apr 2018 10:11:06 +0000 (12:11 +0200)]
Update documentation
Daniel Arndt [Wed, 25 Apr 2018 09:23:07 +0000 (11:23 +0200)]
Require codecov-bash to be downloaded manually
Martin Kronbichler [Wed, 25 Apr 2018 08:57:36 +0000 (10:57 +0200)]
Fix warning about missing return statement in ICC.
Martin Kronbichler [Tue, 24 Apr 2018 13:24:46 +0000 (15:24 +0200)]
Link main matrix-free objects and data structures to module.
Martin Kronbichler [Tue, 24 Apr 2018 13:24:21 +0000 (15:24 +0200)]
Write doxygen module for MatrixFree with face capabilities.
Martin Kronbichler [Wed, 25 Apr 2018 07:02:02 +0000 (09:02 +0200)]
Merge pull request #6285 from kkormann/issue_5667_fe_eval_template
Introduce face functionality to fe_evaluation.
Denis Davydov [Wed, 25 Apr 2018 04:58:12 +0000 (06:58 +0200)]
Merge pull request #6323 from bangerth/typo
Fix a grammar mistake.
Wolfgang Bangerth [Wed, 25 Apr 2018 03:54:29 +0000 (21:54 -0600)]
Merge pull request #6322 from masterleinad/fix_petsc_instantiation
Instantiate distribute_local_to_global for another combination of PETScWrapper objects
Wolfgang Bangerth [Wed, 25 Apr 2018 03:36:07 +0000 (21:36 -0600)]
Fix a grammar mistake.
Wolfgang Bangerth [Tue, 24 Apr 2018 23:37:29 +0000 (17:37 -0600)]
Merge pull request #6305 from masterleinad/object_fe_collection_dh
Store the FECollection object and not just the pointer in DoFHandler and hp::DoFHandler
Daniel Arndt [Tue, 24 Apr 2018 22:33:13 +0000 (00:33 +0200)]
Instantiate distribute_local_to_global for another combination of PETScWrapper objects
Daniel Arndt [Tue, 24 Apr 2018 14:58:50 +0000 (16:58 +0200)]
Add codecov support
Denis Davydov [Tue, 24 Apr 2018 20:44:24 +0000 (22:44 +0200)]
Merge pull request #6320 from tjhei/doxygen_fixes2
more doxygen fixes
Timo Heister [Tue, 24 Apr 2018 20:41:23 +0000 (16:41 -0400)]
more doxygen fixes
Denis Davydov [Tue, 24 Apr 2018 20:32:48 +0000 (22:32 +0200)]
Merge pull request #6319 from tjhei/doxygen_fixes
doxygen fixes
Timo Heister [Tue, 24 Apr 2018 20:27:50 +0000 (16:27 -0400)]
doxygen fixes
warnings/errors that appear during doxygen generation
Katharina Kormann [Fri, 20 Apr 2018 19:15:43 +0000 (21:15 +0200)]
Introduce face functionality to fe_evaluation.
Distinguish cell and face type by new template argument.
Matthias Maier [Tue, 24 Apr 2018 19:57:02 +0000 (14:57 -0500)]
Merge pull request #6318 from tjhei/doxygen_formatting2
fix some ugly doxygen formatting
Timo Heister [Tue, 24 Apr 2018 19:49:37 +0000 (15:49 -0400)]
fix some ugly doxygen formatting
Matthias Maier [Tue, 24 Apr 2018 18:40:53 +0000 (13:40 -0500)]
Merge pull request #6315 from masterleinad/less_iterations_complex_solver
Allow less iterations in petsc_complex/solver_real_02
Matthias Maier [Tue, 24 Apr 2018 18:19:17 +0000 (13:19 -0500)]
Merge pull request #6316 from tjhei/doxygen_formatting
Doxygen formatting
Denis Davydov [Tue, 24 Apr 2018 18:03:39 +0000 (20:03 +0200)]
Merge pull request #6317 from tjhei/doxygen_add_rol
enable ROL in doxygen
Timo Heister [Tue, 24 Apr 2018 17:45:03 +0000 (13:45 -0400)]
enable ROL in doxygen
otherwise rol namespace will not be in the documentation
Timo Heister [Tue, 24 Apr 2018 17:43:34 +0000 (13:43 -0400)]
put @ref on separate lines
Timo Heister [Tue, 24 Apr 2018 17:42:37 +0000 (13:42 -0400)]
fix doxygen group sections
Daniel Arndt [Tue, 24 Apr 2018 15:58:18 +0000 (17:58 +0200)]
Allow less iterations in petsc_complex/solver_real_02
Daniel Arndt [Tue, 24 Apr 2018 15:53:16 +0000 (17:53 +0200)]
Remove parameter names for defaulted member functions
Matthias Maier [Tue, 24 Apr 2018 14:26:57 +0000 (09:26 -0500)]
Merge pull request #6313 from masterleinad/capitalize_gmsh
Capitalize Gmsh appropriately
Daniel Arndt [Tue, 24 Apr 2018 14:19:36 +0000 (16:19 +0200)]
Capitalize Gmsh appropriately
Bruno Turcksin [Tue, 24 Apr 2018 12:09:02 +0000 (08:09 -0400)]
Merge pull request #6309 from masterleinad/fix_cuda
Fix failing CUDA test
Daniel Arndt [Tue, 24 Apr 2018 00:30:40 +0000 (02:30 +0200)]
Add assertion for nonempty hp::FECollection
Daniel Arndt [Tue, 24 Apr 2018 09:59:16 +0000 (11:59 +0200)]
Fix failing CUDA test
Martin Kronbichler [Tue, 24 Apr 2018 09:04:37 +0000 (11:04 +0200)]
Merge pull request #6295 from luca-heltai/minmax-diameter-with-mapping
Min/Max diameter with mapping
Denis Davydov [Tue, 24 Apr 2018 06:48:36 +0000 (08:48 +0200)]
Merge pull request #6302 from tamiko/fix_a_test_16
Tests: metis/metis_05 add output variant
Denis Davydov [Tue, 24 Apr 2018 04:59:57 +0000 (06:59 +0200)]
Merge pull request #6308 from tamiko/cmake_würgaround
CMake: Ensure to be compatible with version 3.11 FindBlas.cmake
Matthias Maier [Tue, 24 Apr 2018 04:17:47 +0000 (23:17 -0500)]
CMake: Ensure to be compatible with version 3.11 FindBlas.cmake
We have to work around some upstream changes [1] that break our project
configuration. Let's simply filter out the "PkgConfig::PKGC_BLAS" string
and hope for the best.
[1] https://gitlab.kitware.com/cmake/cmake/issues/17934
Daniel Arndt [Mon, 23 Apr 2018 23:32:38 +0000 (01:32 +0200)]
Store the FECollection object and not just the pointer in DoFHandler and hp::DoFHandler
Matthias Maier [Mon, 23 Apr 2018 22:21:06 +0000 (17:21 -0500)]
Merge pull request #6299 from tjhei/msvc_support
blacklist MSVC 2015 or older
Matthias Maier [Mon, 23 Apr 2018 22:18:18 +0000 (17:18 -0500)]
Tests: metis/metis_05 add output variant
Denis Davydov [Mon, 23 Apr 2018 21:59:48 +0000 (23:59 +0200)]
Merge pull request #6301 from bangerth/update-changelog
Minor updates to changelog entries.
Wolfgang Bangerth [Mon, 23 Apr 2018 21:57:04 +0000 (15:57 -0600)]
Minor updates to changelog entries.
Timo Heister [Mon, 23 Apr 2018 21:54:29 +0000 (17:54 -0400)]
Merge pull request #6284 from tamiko/fix_cornercase
Tests: Always create a small 'detailed.log' file
Daniel Arndt [Mon, 23 Apr 2018 13:59:54 +0000 (15:59 +0200)]
Initialize mapping_type in FE_PolyTensor
Daniel Arndt [Mon, 23 Apr 2018 13:59:23 +0000 (15:59 +0200)]
Avoid uninitialized value in GridIn::read_mesh
Daniel Arndt [Mon, 23 Apr 2018 13:58:18 +0000 (15:58 +0200)]
Check dynamic_cast in TimeDependent
Daniel Arndt [Mon, 23 Apr 2018 13:57:16 +0000 (15:57 +0200)]
Use AssertNothrow in Utilities::MPI::MPI_InitFinalize
Daniel Arndt [Mon, 23 Apr 2018 14:06:17 +0000 (16:06 +0200)]
Restore formatting options in Abaqus_to_UCD
Luca Heltai [Mon, 23 Apr 2018 18:01:54 +0000 (20:01 +0200)]
Fixed issues by TH and WB.
Wolfgang Bangerth [Mon, 23 Apr 2018 20:08:00 +0000 (14:08 -0600)]
Merge pull request #6298 from tamiko/petsc_390
PETSc: Port to version 3.9.0
Timo Heister [Mon, 23 Apr 2018 17:45:08 +0000 (13:45 -0400)]
blacklist MSVC 2015 or older
because we can no longer support it
Matthias Maier [Mon, 23 Apr 2018 18:13:31 +0000 (13:13 -0500)]
Doc: Update latest known version to 3.9.0
David Wells [Mon, 23 Apr 2018 17:50:56 +0000 (13:50 -0400)]
Merge pull request #6287 from drwells/update-gridgenerator-examples-1
Update basic Manifold usage in the examples.
David Wells [Sun, 22 Apr 2018 21:12:08 +0000 (17:12 -0400)]
Update basic Manifold usage in the examples.
Wolfgang Bangerth [Mon, 23 Apr 2018 16:50:38 +0000 (10:50 -0600)]
Merge pull request #6281 from masterleinad/hp_dh
Store a copy of the FECollection object in hp::DoFHandler
Matthias Maier [Mon, 23 Apr 2018 16:36:47 +0000 (11:36 -0500)]
add a changes entry
Matthias Maier [Mon, 23 Apr 2018 16:34:12 +0000 (11:34 -0500)]
PETSc: Port to version 3.9.0
In version 3.9.0 *SolverPackage was renamed to *SolverType. Guard the
two instances where we call such functions.
Daniel Arndt [Mon, 23 Apr 2018 14:05:21 +0000 (16:05 +0200)]
Use correct type in GridIn::skip_comment_lines
Wolfgang Bangerth [Mon, 23 Apr 2018 16:05:30 +0000 (10:05 -0600)]
Merge pull request #6293 from tjhei/harden_deprecated_check
harden cmake deprecation check
Luca Heltai [Mon, 23 Apr 2018 15:33:26 +0000 (17:33 +0200)]
Changelog.
Luca Heltai [Mon, 23 Apr 2018 15:28:41 +0000 (17:28 +0200)]
Added test.
Luca Heltai [Mon, 23 Apr 2018 15:01:54 +0000 (17:01 +0200)]
Added optional mapping to minimal/maximal grid diameter.
Timo Heister [Mon, 23 Apr 2018 14:56:31 +0000 (10:56 -0400)]
harden cmake deprecation check
It turns out MSVC 2015 passes the CXX14 check for the deprecated
attribute, but then complains when it is used in a constructor:
E:\jenkins\workspace\workspace\dealii-windows-
compile\CC\msvc2015\label\win\include\deal.II/base/table_indices.h(129):
error C2416: attribute 'deprecated' cannot be applied in this context
Fix this.
Giovanni Alzetta [Thu, 19 Apr 2018 14:58:05 +0000 (16:58 +0200)]
Fixed distributed cpt locations return tuple and added test
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.