]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Tue, 23 Apr 2019 22:20:35 +0000 (16:20 -0600)]
Remove pictures from the repository.
Instead, they are now stored in the repo of the website, where they
are also referenced in the program's documentation itself. In
other words, they are no longer necessary in the deal.II git repo
itself.
David Wells [Thu, 4 Apr 2019 19:01:19 +0000 (15:01 -0400)]
Merge pull request #7746 from bangerth/61
More edits in the introduction of step-61.
Wolfgang Bangerth [Sat, 23 Feb 2019 00:23:55 +0000 (17:23 -0700)]
Edit the introduction of step-61.
Jean-Paul Pelteret [Thu, 4 Apr 2019 05:31:56 +0000 (07:31 +0200)]
Merge pull request #7890 from masterleinad/fix_space
Fix space in error message
Daniel Arndt [Wed, 3 Apr 2019 16:28:30 +0000 (12:28 -0400)]
Fix space in error message
Denis Davydov [Wed, 3 Apr 2019 10:26:04 +0000 (12:26 +0200)]
Merge pull request #7886 from masterleinad/scalapck_werror
Test SCALAPACK with -Werror
Daniel Arndt [Wed, 3 Apr 2019 03:04:16 +0000 (05:04 +0200)]
Test SCALAPACK with -Werror
Daniel Arndt [Wed, 3 Apr 2019 01:38:16 +0000 (21:38 -0400)]
Merge pull request #7885 from davydden/feature/array_view_default
add default constructor for ArrayView and a reinit() method
Denis Davydov [Tue, 2 Apr 2019 19:56:32 +0000 (21:56 +0200)]
add default constructor for ArrayView and a reinit() method
Matthias Maier [Tue, 2 Apr 2019 18:15:52 +0000 (13:15 -0500)]
Merge pull request #7884 from davydden/config/lapack_include
set LAPACK_INCLUDE_DIRS and LAPACK_USER_INCLUDE_DIRS
Denis Davydov [Tue, 2 Apr 2019 14:11:44 +0000 (16:11 +0200)]
set LAPACK_INCLUDE_DIRS and LAPACK_USER_INCLUDE_DIRS
Wolfgang Bangerth [Tue, 2 Apr 2019 13:40:10 +0000 (07:40 -0600)]
Merge pull request #7881 from masterleinad/unify_intrinsic_headers
Unify intrinsics headers
Martin Kronbichler [Tue, 2 Apr 2019 08:22:54 +0000 (10:22 +0200)]
Merge pull request #7879 from tjhei/doxygen_fixes2
several doxygen errors and warnings
Daniel Arndt [Tue, 2 Apr 2019 03:22:36 +0000 (05:22 +0200)]
Unify intrinsics headers
Timo Heister [Mon, 1 Apr 2019 14:56:15 +0000 (08:56 -0600)]
several doxygen errors and warnings
Jean-Paul Pelteret [Mon, 1 Apr 2019 05:53:06 +0000 (07:53 +0200)]
Merge pull request #7875 from tjhei/jenkins_archive_detailedlog
CI: archive detailed.log
David Wells [Mon, 1 Apr 2019 03:49:49 +0000 (23:49 -0400)]
Merge pull request #7878 from bangerth/for
Use a range-based for loop in a couple of places.
David Wells [Sun, 31 Mar 2019 18:16:55 +0000 (14:16 -0400)]
Merge pull request #7877 from masterleinad/update_petsc_version_number
Update PETSc version compatibility
Timo Heister [Sun, 31 Mar 2019 03:26:21 +0000 (21:26 -0600)]
fix path
Timo Heister [Sat, 30 Mar 2019 17:46:23 +0000 (11:46 -0600)]
CI: archive detailed.log
Daniel Arndt [Sun, 31 Mar 2019 00:52:46 +0000 (01:52 +0100)]
Update PETSc version compatibility
David Wells [Sat, 30 Mar 2019 21:48:53 +0000 (17:48 -0400)]
Merge pull request #7873 from drwells/vector-header
Clean up the vector header a bit.
David Wells [Sat, 30 Mar 2019 21:48:30 +0000 (17:48 -0400)]
Merge pull request #7874 from drwells/underscore-guards
Remove '__' from include guards.
David Wells [Sat, 30 Mar 2019 15:39:27 +0000 (11:39 -0400)]
Remove '__' from include guards.
David Wells [Sat, 30 Mar 2019 15:28:45 +0000 (11:28 -0400)]
Clean up some headers and code samples.
David Wells [Sat, 30 Mar 2019 15:28:27 +0000 (11:28 -0400)]
Fix a comment.
There are no blocks in this object.
Wolfgang Bangerth [Sat, 30 Mar 2019 14:57:31 +0000 (08:57 -0600)]
Use a range-based for loop.
Jean-Paul Pelteret [Sat, 30 Mar 2019 08:04:56 +0000 (09:04 +0100)]
Merge pull request #7871 from bangerth/initializer_list
Allow initialization of Vector with std::initializer_list.
Daniel Arndt [Fri, 29 Mar 2019 03:12:05 +0000 (23:12 -0400)]
Merge pull request #7872 from bangerth/fix-changelog-entry
Fix a changelog entry.
Daniel Arndt [Thu, 28 Mar 2019 20:39:53 +0000 (16:39 -0400)]
Merge pull request #7864 from jppelteret/rename_solver_class
Rename Solver (base) class to SolverBase
Wolfgang Bangerth [Thu, 28 Mar 2019 15:23:22 +0000 (09:23 -0600)]
Fix a changelog entry.
Wolfgang Bangerth [Thu, 28 Mar 2019 15:07:21 +0000 (09:07 -0600)]
Add a test.
Wolfgang Bangerth [Thu, 28 Mar 2019 15:02:07 +0000 (09:02 -0600)]
Add changelog.
Wolfgang Bangerth [Thu, 28 Mar 2019 15:00:42 +0000 (09:00 -0600)]
Allow initialization of Vector with std::initializer_list.
Martin Kronbichler [Thu, 28 Mar 2019 12:22:18 +0000 (13:22 +0100)]
Merge pull request #7866 from tjhei/fix_trilinos_sp_test
fix Trilinos sparsity test output
Luca Heltai [Thu, 28 Mar 2019 07:53:28 +0000 (08:53 +0100)]
Merge pull request #7863 from masterleinad/rename_p_solutiontransfer_prepare_serialization
Rename parallel::distributed::SolutionTransfer::prepare_serialization()
Luca Heltai [Thu, 28 Mar 2019 07:52:29 +0000 (08:52 +0100)]
Merge pull request #7859 from tjhei/ci_abort_old
CI: kill older running builds
Jean-Paul Pelteret [Wed, 27 Mar 2019 11:45:33 +0000 (12:45 +0100)]
Rename Solver class to SolverBase.
This aligns with the name chosen for the equivalent class in the
TrilinosWrappers and PetscWrappers namespaces.
Daniel Arndt [Thu, 28 Mar 2019 02:41:35 +0000 (22:41 -0400)]
Merge pull request #7867 from tjhei/ginko_warn
fix warning in ginkgo_solver.cc
Daniel Arndt [Thu, 28 Mar 2019 00:31:45 +0000 (20:31 -0400)]
Merge pull request #7870 from tjhei/doc_dofhandler
doc: fix small error
Daniel Arndt [Thu, 28 Mar 2019 00:28:19 +0000 (20:28 -0400)]
Merge pull request #7868 from tjhei/jenkins_status_end
CI: fix left-over "pending"
Daniel Arndt [Wed, 27 Mar 2019 23:39:39 +0000 (19:39 -0400)]
Call the new functions instead of copying the implementation
Timo Heister [Wed, 27 Mar 2019 21:52:55 +0000 (15:52 -0600)]
Merge pull request #7819 from davydden/feature/renumber_cell_wise
DoFRenumbering::cell_wise with p::Tria
Timo Heister [Wed, 27 Mar 2019 20:06:01 +0000 (14:06 -0600)]
rename macro
Timo Heister [Wed, 27 Mar 2019 19:59:52 +0000 (13:59 -0600)]
doc: fix small error
Timo Heister [Wed, 27 Mar 2019 20:00:58 +0000 (14:00 -0600)]
extend text output and comments
Timo Heister [Wed, 27 Mar 2019 15:31:23 +0000 (09:31 -0600)]
CI: fix left-over "pending"
If the CI jenkins job ends up starting quicker than the .mark step, we
are left with a "pending" github status. Fix this by setting it to green
a second time. It is unlikely that the mark step is slower than the
whole CI run...
Timo Heister [Wed, 27 Mar 2019 15:29:23 +0000 (09:29 -0600)]
fix warning in ginkgo_solver.cc
Timo Heister [Wed, 27 Mar 2019 15:25:46 +0000 (09:25 -0600)]
fix Trilinos sparsity test output
Timo Heister [Wed, 27 Mar 2019 14:49:46 +0000 (08:49 -0600)]
Merge pull request #7814 from masterleinad/fix_test_target_msvc
Fix 'test' target for MSVC
David Wells [Wed, 27 Mar 2019 14:15:48 +0000 (10:15 -0400)]
Merge pull request #7850 from bangerth/docs
Revamp the layout of the main 'index.html' file.
Martin Kronbichler [Wed, 27 Mar 2019 06:44:56 +0000 (07:44 +0100)]
Merge pull request #7833 from tjhei/trilinos_sp_error
add Trilinos error checks and fix nonlocal sparsity graph entry
Daniel Arndt [Wed, 27 Mar 2019 02:10:05 +0000 (22:10 -0400)]
Rename parallel::distributed::SolutionTransfer::prepare_serialization()
Daniel Arndt [Wed, 27 Mar 2019 01:16:31 +0000 (21:16 -0400)]
Merge pull request #7847 from masterleinad/fix_vector_memory_cuda
Fix problem with GrowingVectorMemory for LinearAlgebra::distributed::Vector<Number, MemorySpace::CUDA>
Daniel Arndt [Wed, 27 Mar 2019 01:15:08 +0000 (21:15 -0400)]
Merge pull request #7861 from loganharbour/l2_doco
Additional doco LocalIntegrators::L2
Logan Harbour [Tue, 26 Mar 2019 21:34:29 +0000 (16:34 -0500)]
Additional doco for L2 integrators
Wolfgang Bangerth [Tue, 26 Mar 2019 21:24:02 +0000 (15:24 -0600)]
Merge pull request #7862 from jppelteret/trilinos_amg_doc_01
Add documentation for initialising Trilinos AMG constant modes
Jean-Paul Pelteret [Tue, 26 Mar 2019 16:04:28 +0000 (17:04 +0100)]
Add documentation for initialising Trilinos AMG constant modes
Daniel Arndt [Thu, 21 Mar 2019 07:15:44 +0000 (08:15 +0100)]
Fix problem with GrowingVectorMemory for LinearAlgebra::distributed::Vector<Number, MemorySpace::CUDA>
Timo Heister [Tue, 26 Mar 2019 03:55:27 +0000 (21:55 -0600)]
fix indentation
Bruno Turcksin [Tue, 26 Mar 2019 02:04:41 +0000 (22:04 -0400)]
Merge pull request #7764 from masterleinad/detect_cuda_compute_capability
Detect CUDA compute capability
Luca Heltai [Mon, 25 Mar 2019 19:09:56 +0000 (20:09 +0100)]
Merge pull request #7840 from luca-heltai/propagate-manifold
New assign_co_dimensional_manifold_indicators function.
Wolfgang Bangerth [Mon, 25 Mar 2019 16:38:14 +0000 (17:38 +0100)]
Update include/deal.II/grid/grid_tools.h
Co-Authored-By: luca-heltai <luca.heltai@sissa.it>
Timo Heister [Wed, 13 Mar 2019 13:10:43 +0000 (09:10 -0400)]
add Trilinos error checks and fix nonlocal sparsity graph entry
- Bugfix: Use GID64(0) instead of MyGID(0) which is a bool
- add more checks to other function calls
- add comments
- fix for rectangular patterns
Timo Heister [Sun, 24 Mar 2019 23:40:20 +0000 (17:40 -0600)]
CI: kill older running builds
Denis Davydov [Mon, 25 Mar 2019 14:06:56 +0000 (15:06 +0100)]
Merge pull request #7843 from davydden/feature/dsp_nonempty_cols_rows
add DynamicSparsityPattern::nonempty_cols() and nonempty_rows()
Martin Kronbichler [Mon, 25 Mar 2019 12:40:28 +0000 (13:40 +0100)]
Merge pull request #7793 from jppelteret/trilinos_ml_parameter_list
Add useful methods to TrilinosWrappers::PreconditionAMG::AdditionalData
Denis Davydov [Wed, 20 Mar 2019 10:52:01 +0000 (11:52 +0100)]
add DynamicSparsityPattern::nonempty_cols() and nonempty_rows()
Wolfgang Bangerth [Mon, 25 Mar 2019 01:17:53 +0000 (19:17 -0600)]
Merge pull request #7828 from davydden/feature/dsp_gather_mpi
Add SparsityTools::gather_sparsity_pattern()
Wolfgang Bangerth [Mon, 25 Mar 2019 01:10:09 +0000 (19:10 -0600)]
Merge pull request #7841 from luca-heltai/fevalues-views-traits
FEValuesViews output traits
Wolfgang Bangerth [Mon, 25 Mar 2019 01:01:01 +0000 (19:01 -0600)]
Merge pull request #7845 from masterleinad/remove_index_set_overloads_dataout
Remove IndexSet overloads in DataOut and FEValues
Timo Heister [Sun, 24 Mar 2019 23:04:06 +0000 (17:04 -0600)]
Merge pull request #7801 from masterleinad/msvc_cxx17
Allow CXX14/17 autodetection for MSVC
Matthias Maier [Sun, 24 Mar 2019 20:10:30 +0000 (15:10 -0500)]
Merge pull request #7857 from masterleinad/rename_generated_changes_file
Rename file generated by doc/news/changes/header
Jean-Paul Pelteret [Sun, 24 Mar 2019 16:36:29 +0000 (17:36 +0100)]
Merge pull request #7858 from tamiko/fix_symengine
CMake: Also filter SYMENGINE_CXX_FLAGS
Matthias Maier [Sun, 24 Mar 2019 16:28:00 +0000 (11:28 -0500)]
CMake: Also filter SYMENGINE_CXX_FLAGS
Daniel Arndt [Sun, 24 Mar 2019 15:30:55 +0000 (11:30 -0400)]
Rename file generated by doc/news/changes/header
Jean-Paul Pelteret [Sun, 24 Mar 2019 08:46:31 +0000 (09:46 +0100)]
Merge pull request #7856 from luca-heltai/mesh_loop_with_class
New variant of mesh_loop.
Luca Heltai [Sat, 23 Mar 2019 22:27:20 +0000 (23:27 +0100)]
Merge pull request #7855 from jppelteret/sd-doc_01
Add SymEngine to the readme file in the documentation
Luca Heltai [Fri, 22 Mar 2019 00:01:17 +0000 (01:01 +0100)]
Fixed indent.
Luca Heltai [Thu, 21 Mar 2019 23:46:04 +0000 (00:46 +0100)]
More descriptive name.
Luca Heltai [Thu, 21 Mar 2019 23:44:29 +0000 (00:44 +0100)]
Make sure we only change manifold ids once per face/edge.
Luca Heltai [Thu, 21 Mar 2019 23:27:14 +0000 (00:27 +0100)]
Added flag to control overwriting of non flat manifold ids.
Wolfgang Bangerth [Thu, 21 Mar 2019 23:36:10 +0000 (00:36 +0100)]
Update include/deal.II/grid/grid_tools.h
Co-Authored-By: luca-heltai <luca.heltai@sissa.it>
Luca Heltai [Thu, 21 Mar 2019 23:27:14 +0000 (00:27 +0100)]
Added flat to control overwriting of non flat manifold ids.
Luca Heltai [Tue, 19 Mar 2019 21:47:24 +0000 (22:47 +0100)]
New assign_co_dimensional_manifold_indicators function.
Jean-Paul Pelteret [Sat, 23 Mar 2019 15:30:43 +0000 (16:30 +0100)]
Pass queue_length and chunk_size to inner call to mesh_loop()
Jean-Paul Pelteret [Sat, 23 Mar 2019 15:28:24 +0000 (16:28 +0100)]
Improve example in new mesh_loop function
Luca Heltai [Sat, 23 Mar 2019 10:46:30 +0000 (11:46 +0100)]
Fixed typos.
Daniel Arndt [Sat, 23 Mar 2019 03:02:15 +0000 (04:02 +0100)]
Remove a helper function for DataOut_DoFData
Daniel Arndt [Sat, 23 Mar 2019 03:01:02 +0000 (04:01 +0100)]
Range-based for loop
Daniel Arndt [Sat, 23 Mar 2019 03:00:35 +0000 (04:00 +0100)]
Create local variables in output_results
Luca Heltai [Tue, 19 Mar 2019 23:24:12 +0000 (00:24 +0100)]
FEValuesViews::View<dim,spacedim,Extractor>
Luca Heltai [Sat, 23 Mar 2019 02:12:19 +0000 (03:12 +0100)]
New variant of mesh_loop.
Jean-Paul Pelteret [Sat, 23 Mar 2019 00:16:39 +0000 (01:16 +0100)]
Merge pull request #7854 from jppelteret/ad-rename_helper_classes
Rename the helper classes in the Differentiation::AD namespace
Jean-Paul Pelteret [Sat, 23 Mar 2019 00:15:42 +0000 (01:15 +0100)]
Merge pull request #7834 from luca-heltai/extractor-names
Added get_names to Extractors.
Denis Davydov [Tue, 19 Mar 2019 12:39:57 +0000 (13:39 +0100)]
add SparsityTools::gather_sparsity_pattern()
Denis Davydov [Fri, 22 Mar 2019 18:00:25 +0000 (19:00 +0100)]
Merge pull request #7838 from davydden/feature/ascending_partitioning
add Utilities::MPI::create_ascending_partitioning()
Luca Heltai [Fri, 22 Mar 2019 15:42:54 +0000 (16:42 +0100)]
Added Tensor<0> instantiation
Jean-Paul Pelteret [Fri, 22 Mar 2019 12:43:21 +0000 (13:43 +0100)]
Add SymEngine to the readme file in the documentation
Denis Davydov [Fri, 22 Mar 2019 10:15:14 +0000 (11:15 +0100)]
Merge pull request #7853 from masterleinad/fix_scalapack
Also link with LAPACK libraries in SCALAPCK symbol 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.