]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Thu, 28 Sep 2017 17:00:35 +0000 (11:00 -0600)]
Fix a warning about a missing return statement.
Denis Davydov [Thu, 28 Sep 2017 16:13:26 +0000 (18:13 +0200)]
Merge pull request #5154 from davydden/lapack_cholesky
extend LAPACKFullMatrix to do Cholesky, inverse of SPD, norms and con…
Daniel Arndt [Thu, 28 Sep 2017 16:12:46 +0000 (18:12 +0200)]
Merge pull request #5164 from bangerth/cleanups
Two small cleanups in the code that computes hanging node constraints.
Daniel Arndt [Thu, 28 Sep 2017 15:35:08 +0000 (17:35 +0200)]
Merge pull request #5168 from bangerth/doc-update
Properly qualify a function name.
Wolfgang Bangerth [Thu, 28 Sep 2017 15:30:29 +0000 (09:30 -0600)]
Merge pull request #5106 from luca-heltai/extract-used-vertices
GridTools::extract_used_vertices
Wolfgang Bangerth [Thu, 28 Sep 2017 15:29:06 +0000 (09:29 -0600)]
Properly qualify a function name.
Wolfgang Bangerth [Thu, 28 Sep 2017 15:28:03 +0000 (09:28 -0600)]
Merge pull request #5107 from eldarkh/fix-hp-rt-issues
More support for vector-valued hp FE spaces
Wolfgang Bangerth [Thu, 28 Sep 2017 13:29:36 +0000 (07:29 -0600)]
Merge pull request #5166 from luca-heltai/switch-order-sundials
Switch order of arguments in constructors for SUNDIALS::*
Martin Kronbichler [Thu, 28 Sep 2017 08:10:48 +0000 (10:10 +0200)]
Merge pull request #5074 from jwitte08/vectorized_tensor_product_matrix_sum
Vectorized tensor product matrix
Julius Witte [Wed, 27 Sep 2017 11:32:17 +0000 (13:32 +0200)]
Added a changelog entry.
Luca Heltai [Thu, 28 Sep 2017 07:59:56 +0000 (09:59 +0200)]
Switched order of arguments in SUNDIALS::* constructors.
David Wells [Wed, 27 Sep 2017 21:46:08 +0000 (17:46 -0400)]
Merge pull request #5165 from bangerth/simplify
Simplify some con/destructors by using =default.
Wolfgang Bangerth [Wed, 27 Sep 2017 19:40:05 +0000 (13:40 -0600)]
Simplify some con/destructors by using =default.
David Wells [Wed, 27 Sep 2017 17:35:53 +0000 (13:35 -0400)]
Merge pull request #5149 from bangerth/more-hp-work
More steps towards hp in parallel.
Denis Davydov [Wed, 27 Sep 2017 14:47:01 +0000 (16:47 +0200)]
move thread mutex
Wolfgang Bangerth [Wed, 27 Sep 2017 16:57:05 +0000 (10:57 -0600)]
Prefer std::make_shared() over operator new().
Denis Davydov [Wed, 27 Sep 2017 08:34:53 +0000 (10:34 +0200)]
minor documentation cleanup
Wolfgang Bangerth [Wed, 27 Sep 2017 14:47:57 +0000 (08:47 -0600)]
Simplify some pieces of code.
Wolfgang Bangerth [Tue, 26 Sep 2017 21:23:25 +0000 (15:23 -0600)]
Reorder statements to avoid some computations when not necessary.
Wolfgang Bangerth [Wed, 27 Sep 2017 14:08:02 +0000 (08:08 -0600)]
Merge pull request #5156 from luca-heltai/arkode
ARKode interface.
Luca Heltai [Wed, 27 Sep 2017 14:01:28 +0000 (16:01 +0200)]
Merge pull request #5148 from tamiko/make_dealii_great_again
Fix FindASSIMP.cmake and improve DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
Luca Heltai [Wed, 27 Sep 2017 14:00:45 +0000 (16:00 +0200)]
Merge pull request #5162 from masterleinad/restrict_tests_p4est
Restrict tests requiring p4est
Luca Heltai [Wed, 27 Sep 2017 13:41:08 +0000 (15:41 +0200)]
Fixed WB comments.
Luca Heltai [Tue, 19 Sep 2017 14:37:50 +0000 (16:37 +0200)]
GridTools::find_closest_vertex with mapping argument.
Luca Heltai [Tue, 19 Sep 2017 13:22:45 +0000 (15:22 +0200)]
Added test with MappingQEulerian.
Luca Heltai [Tue, 19 Sep 2017 12:49:28 +0000 (14:49 +0200)]
GridTools::find_closest_vertex(map, point)
Luca Heltai [Mon, 18 Sep 2017 15:35:17 +0000 (17:35 +0200)]
New GridTools::extract_used_vertices function.
Luca Heltai [Wed, 27 Sep 2017 12:51:17 +0000 (14:51 +0200)]
Merge pull request #5159 from bangerth/doc-update
Update documentation in VectorMemory and derived classes.
Luca Heltai [Wed, 27 Sep 2017 12:41:07 +0000 (14:41 +0200)]
deal2lkit -> deal.II, 2015 -> 2017
Luca Heltai [Wed, 27 Sep 2017 12:36:31 +0000 (14:36 +0200)]
ChangeLog.
Luca Heltai [Wed, 27 Sep 2017 12:33:48 +0000 (14:33 +0200)]
Brusselator test with jacobian.
Luca Heltai [Wed, 27 Sep 2017 10:53:16 +0000 (12:53 +0200)]
Test all nonjacobian interfaces.
Luca Heltai [Tue, 26 Sep 2017 14:45:49 +0000 (16:45 +0200)]
ARKode interface.
Luca Heltai [Tue, 26 Sep 2017 14:45:36 +0000 (16:45 +0200)]
Add ARKode to FindSUNDIALS.
Daniel Arndt [Wed, 27 Sep 2017 12:01:35 +0000 (14:01 +0200)]
Merge pull request #5163 from masterleinad/unused_param_param_acceptor
Remove unused parameter
Luca Heltai [Wed, 27 Sep 2017 11:04:23 +0000 (13:04 +0200)]
Merge pull request #5153 from bangerth/avoid-raw-pointers
Avoid raw pointers in SUNDIALS IDA interfaces.
Denis Davydov [Wed, 27 Sep 2017 11:02:09 +0000 (13:02 +0200)]
Merge pull request #5161 from drwells/add-deal-ii-with-petsc-with-hypre
Add DEAL_II_PETSC_WITH_HYPRE.
Daniel Arndt [Wed, 27 Sep 2017 10:16:51 +0000 (12:16 +0200)]
Remove unused parameter
Daniel Arndt [Wed, 27 Sep 2017 10:12:40 +0000 (12:12 +0200)]
Restrict tests requiring p4est
Denis Davydov [Wed, 27 Sep 2017 07:10:23 +0000 (09:10 +0200)]
a changelog for LAPACKSupport::Property
Denis Davydov [Wed, 27 Sep 2017 07:09:54 +0000 (09:09 +0200)]
use Testing::rand() to generate matrices
Denis Davydov [Tue, 26 Sep 2017 14:24:23 +0000 (16:24 +0200)]
add a changelog
Denis Davydov [Tue, 26 Sep 2017 14:00:32 +0000 (16:00 +0200)]
add thread mutex to const functions which use mutable variables
Denis Davydov [Tue, 26 Sep 2017 13:40:07 +0000 (15:40 +0200)]
extend LAPACKFullMatrix to do Cholesky, inverse of SPD, norms and condition number estimate
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.
Eldar Khattatov [Tue, 26 Sep 2017 22:43:52 +0000 (18:43 -0400)]
Fix flux_sparsity and project_boundary_values for vector-valued hp objects
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 19:08:49 +0000 (13:08 -0600)]
Update documentation in VectorMemory and derived classes.
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 [Tue, 26 Sep 2017 00:35:52 +0000 (18:35 -0600)]
Avoid raw pointers in SUNDIALS IDA interfaces.
Wolfgang Bangerth [Mon, 25 Sep 2017 23:48:12 +0000 (17:48 -0600)]
Better document MPILogInitAll.
Wolfgang Bangerth [Mon, 25 Sep 2017 23:39:04 +0000 (17:39 -0600)]
Provide output from all processors.
Wolfgang Bangerth [Mon, 25 Sep 2017 21:51:47 +0000 (15:51 -0600)]
Add a test.
Matthias Maier [Mon, 25 Sep 2017 21:43:50 +0000 (16:43 -0500)]
Add another warning to DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
Matthias Maier [Mon, 25 Sep 2017 21:35:33 +0000 (16:35 -0500)]
CMake: Make FindASSIMP.cmake more pretty
- use DEAL_II_FIND_PATH to set up include directory
- don't use tabs :-)
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
Wolfgang Bangerth [Thu, 21 Sep 2017 20:05:33 +0000 (14:05 -0600)]
Exclude interfaces to ghost cells from DoF index unification.
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
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.