]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Tue, 24 Sep 2019 14:50:15 +0000 (16:50 +0200)]
Merge pull request #8845 from tjhei/intel-disable-const-initializer
intel: disable const initializer warning
Timo Heister [Tue, 24 Sep 2019 14:43:11 +0000 (10:43 -0400)]
intel: disable const initializer warning
Martin Kronbichler [Tue, 24 Sep 2019 09:14:51 +0000 (11:14 +0200)]
Merge pull request #8802 from peterrum/pft-dofs
Some bug fixed in p:f:t
Martin Kronbichler [Tue, 24 Sep 2019 06:33:37 +0000 (08:33 +0200)]
Merge pull request #8832 from masterleinad/remove_bind_3
Remove std::bind from include (apart from documentation)
Martin Kronbichler [Tue, 24 Sep 2019 06:33:24 +0000 (08:33 +0200)]
Merge pull request #8825 from masterleinad/remove_bind_2
Remove std::bind from source
Martin Kronbichler [Tue, 24 Sep 2019 06:31:56 +0000 (08:31 +0200)]
Merge pull request #8817 from tjhei/cell_data_dim0
Do not instantiate CellData for dim=0
Martin Kronbichler [Tue, 24 Sep 2019 06:30:12 +0000 (08:30 +0200)]
Merge pull request #8843 from bangerth/test
Add test for MappingFEField
Martin Kronbichler [Tue, 24 Sep 2019 06:11:34 +0000 (08:11 +0200)]
Merge pull request #8769 from bangerth/complex-3
Make DataPostprocessor work for complex-valued vector-valued problems.
Wolfgang Bangerth [Tue, 24 Sep 2019 02:53:31 +0000 (20:53 -0600)]
Add a changelog.
Wolfgang Bangerth [Tue, 24 Sep 2019 02:50:59 +0000 (20:50 -0600)]
Undo a change to a previously existing test, add a new one.
Wolfgang Bangerth [Tue, 24 Sep 2019 02:46:39 +0000 (20:46 -0600)]
Merge pull request #8828 from dougshidong/fix_mappingfefield_contravariant
Assertion checks the wrong item size.
Doug Shi-Dong [Sat, 21 Sep 2019 16:35:04 +0000 (12:35 -0400)]
Fix the assertion of MappingFEField's Jacobian determinant.
Also add update flag to tests/mapping/mapping_fe_field_01.cc to check this assertion.
Daniel Arndt [Tue, 24 Sep 2019 01:19:05 +0000 (21:19 -0400)]
Merge pull request #8836 from Rombur/lyra
Inline functions because of bugs in hipcc
Wolfgang Bangerth [Mon, 23 Sep 2019 21:48:52 +0000 (15:48 -0600)]
Merge pull request #8842 from drwells/update-changelog-entries-2
Clean up more changelog entries.
Daniel Arndt [Mon, 23 Sep 2019 21:36:11 +0000 (17:36 -0400)]
Merge pull request #8713 from kronbichler/restructure_fe_evaluation
Put implementation details of FEFaceEvaluation into separate file
Wolfgang Bangerth [Mon, 23 Sep 2019 21:35:24 +0000 (15:35 -0600)]
Merge pull request #8841 from tjhei/doc_derivative_approx
fix documentation in DerivativeApproximation
David Wells [Mon, 23 Sep 2019 21:35:20 +0000 (17:35 -0400)]
Clean up more changelog entries.
These entries need slight modifications to work with our shell script
that extracts authors listed in the release papers document.
Wolfgang Bangerth [Tue, 27 Aug 2019 23:17:57 +0000 (17:17 -0600)]
Add a failing test.
Wolfgang Bangerth [Mon, 16 Sep 2019 23:37:50 +0000 (17:37 -0600)]
Add a test.
Wolfgang Bangerth [Thu, 12 Sep 2019 23:35:36 +0000 (17:35 -0600)]
Implement the case of complex-valued vectors.
Timo Heister [Fri, 20 Sep 2019 14:40:20 +0000 (10:40 -0400)]
do not instantiate CellData for dim=0
Timo Heister [Mon, 23 Sep 2019 19:38:25 +0000 (15:38 -0400)]
fix documentation in DerivativeApproximation
Bruno Turcksin [Mon, 23 Sep 2019 16:55:27 +0000 (12:55 -0400)]
Merge pull request #8840 from peterrum/gpu-matrixfree-additionaldata-initialize-ncolors
Initialize n_colors in CUDAWrappers::MatrixFree::AdditionalData
Martin Kronbichler [Mon, 23 Sep 2019 16:29:23 +0000 (18:29 +0200)]
Merge pull request #8831 from drwells/update-changelog-entries
Improve some changelog entries.
Bruno Turcksin [Thu, 19 Sep 2019 20:33:31 +0000 (20:33 +0000)]
Inline functions because of bugs in hipcc
David Wells [Sun, 22 Sep 2019 22:41:37 +0000 (18:41 -0400)]
Improve some changelog entries.
These are taken in part from #8553.
Martin Kronbichler [Mon, 23 Sep 2019 15:04:23 +0000 (17:04 +0200)]
Merge pull request #8827 from drwells/olabb
Improve GridGenerator documentation in a few places.
Peter Munch [Mon, 23 Sep 2019 14:10:57 +0000 (16:10 +0200)]
Initialize n_colors in CUDAWrappers::MatrixFree::AdditionalData
David Wells [Sat, 21 Sep 2019 15:24:34 +0000 (11:24 -0400)]
Fix a few more things with the last GridGenerator patch.
Andres Galindo [Wed, 7 Aug 2019 17:58:45 +0000 (13:58 -0400)]
improved documentation in GridGenerator
Martin Kronbichler [Mon, 23 Sep 2019 07:31:59 +0000 (09:31 +0200)]
Merge pull request #8830 from drwells/workshop-2
Collate changelog entries
Martin Kronbichler [Mon, 23 Sep 2019 07:30:09 +0000 (09:30 +0200)]
Merge pull request #8821 from drwells/improve-coding-conventions
Improve coding conventions
Martin Kronbichler [Mon, 23 Sep 2019 06:42:21 +0000 (08:42 +0200)]
Merge pull request #8835 from masterleinad/fix_msvc
Fix boost problems with MSVC
Daniel Arndt [Mon, 23 Sep 2019 02:52:08 +0000 (22:52 -0400)]
Merge pull request #8739 from MFraters/add_lapack_get_svd_u_and_vt_functions
add functions to access svd u and vt variables
Daniel Arndt [Sun, 22 Sep 2019 01:05:12 +0000 (21:05 -0400)]
Remove std::bind from include (apart from documentation)
Daniel Arndt [Mon, 23 Sep 2019 00:32:54 +0000 (20:32 -0400)]
Add more explanations
David Wells [Sun, 25 Aug 2019 22:26:36 +0000 (18:26 -0400)]
Collate small workshop changelog entries together.
Bruno Turcksin [Sun, 22 Sep 2019 21:25:49 +0000 (17:25 -0400)]
Merge pull request #8728 from kronbichler/mf_add_pre_and_post_loops
Embed vector operations in MatrixFree cell loops
Daniel Arndt [Sun, 22 Sep 2019 17:24:23 +0000 (13:24 -0400)]
Fix boost problems with MSVC
Daniel Arndt [Sun, 22 Sep 2019 12:50:58 +0000 (06:50 -0600)]
Merge pull request #8833 from masterleinad/instantiate_consenus_algorithms_selector
Instantiate ConsensusAlgorithmSelector
Daniel Arndt [Sun, 22 Sep 2019 05:39:43 +0000 (01:39 -0400)]
Instantiate ConsensusAlgorithmSelector
Daniel Arndt [Sun, 22 Sep 2019 05:00:21 +0000 (01:00 -0400)]
Move worker and copier
David Wells [Sat, 21 Sep 2019 20:31:22 +0000 (16:31 -0400)]
Merge pull request #8829 from tjhei/get_coarse_mesh_description_doc
add to documentation of get_coarse_mesh_description()
Timo Heister [Sat, 21 Sep 2019 20:11:32 +0000 (16:11 -0400)]
add to documentation of get_coarse_mesh_description()
Peter Munch [Thu, 19 Sep 2019 13:07:27 +0000 (15:07 +0200)]
Some bug fixed in p:f:t
Martin Kronbichler [Sat, 21 Sep 2019 15:47:53 +0000 (17:47 +0200)]
Merge pull request #8815 from tjhei/tensor_product_dim_0_instantiations
instantiate TensorProductPolynomials for dim=0
Martin Kronbichler [Sat, 21 Sep 2019 10:55:31 +0000 (12:55 +0200)]
Merge pull request #8805 from bangerth/doc-parallel
Better document parallel::TriangulationBase.
Martin Kronbichler [Sat, 21 Sep 2019 10:55:00 +0000 (12:55 +0200)]
Merge pull request #8750 from peterrum/pft-shared-gen
Create p:f:ConstructionData by a selected group of processes
Martin Kronbichler [Sat, 21 Sep 2019 10:54:13 +0000 (12:54 +0200)]
Merge pull request #8772 from kronbichler/partitioner_eliminate_all_to_all
Eliminate MPI all-to-all communication in MPI::Partitioner
Martin Kronbichler [Sat, 21 Sep 2019 10:53:01 +0000 (12:53 +0200)]
Merge pull request #8818 from masterleinad/remove_bind_1
Remove std::bind from hp
Martin Kronbichler [Sat, 21 Sep 2019 10:52:40 +0000 (12:52 +0200)]
Merge pull request #8822 from bangerth/doc-tria
Better document parallel::DistributedTriangulationBase.
Daniel Arndt [Sat, 21 Sep 2019 06:49:43 +0000 (00:49 -0600)]
Remove std::bind from source
David Wells [Fri, 20 Sep 2019 23:22:53 +0000 (19:22 -0400)]
Merge pull request #8823 from bangerth/note
Remove colon after @note.
David Wells [Fri, 20 Sep 2019 23:01:20 +0000 (19:01 -0400)]
Clarify the state of C++11 member initialization.
We don't use it for non-constexpr initialization.
Wolfgang Bangerth [Fri, 20 Sep 2019 23:12:12 +0000 (17:12 -0600)]
Remove colon after @note.
This is just not necessary for the markup doxygen chooses, and looks odd.
Wolfgang Bangerth [Fri, 20 Sep 2019 23:10:42 +0000 (17:10 -0600)]
Better document parallel::DistributedTriangulationBase.
David Wells [Fri, 20 Sep 2019 23:10:00 +0000 (19:10 -0400)]
Merge pull request #8808 from peterrum/parallel_triabase_n_locally_owned_active_cells
Compute number of locally owned active cells per process on-demand
David Wells [Fri, 20 Sep 2019 23:00:40 +0000 (19:00 -0400)]
Fix some minor issues with the coding conventions doc.
- fix some wrong links
- fix some code formatting
- fix a file path
Daniel Arndt [Fri, 20 Sep 2019 23:06:43 +0000 (17:06 -0600)]
Just capture this
Wolfgang Bangerth [Fri, 20 Sep 2019 21:36:09 +0000 (15:36 -0600)]
Merge pull request #8816 from tjhei/tensor_instantiate_unintialized
instantiate uninitialized tensor struct
Peter Munch [Fri, 20 Sep 2019 06:43:52 +0000 (08:43 +0200)]
Compute number of locally owned active cells per process on-demand.
Peter Munch [Fri, 13 Sep 2019 08:51:22 +0000 (10:51 +0200)]
Create parallel::fullydistributed::Utilities::create_construction_data_from_triangulation_in_groups
Daniel Arndt [Fri, 20 Sep 2019 19:25:41 +0000 (13:25 -0600)]
Remove std::bind from hp
Martin Kronbichler [Fri, 20 Sep 2019 19:12:40 +0000 (21:12 +0200)]
Merge pull request #8752 from bangerth/particles
Augment the documentation of the Particle class.
Timo Heister [Fri, 20 Sep 2019 19:07:39 +0000 (15:07 -0400)]
make compile
Timo Heister [Fri, 20 Sep 2019 14:37:55 +0000 (10:37 -0400)]
instantiate uninitialied tensor struct
Timo Heister [Fri, 20 Sep 2019 14:13:17 +0000 (10:13 -0400)]
instantiate TensorProductPolynomials for dim=0
Wolfgang Bangerth [Fri, 20 Sep 2019 13:39:29 +0000 (07:39 -0600)]
Merge pull request #8809 from peterrum/pft-fix-datatype
Fix data type in p:f:CellData
Wolfgang Bangerth [Thu, 19 Sep 2019 14:08:27 +0000 (08:08 -0600)]
Better document parallel::TriangulationBase.
Wolfgang Bangerth [Fri, 20 Sep 2019 13:33:57 +0000 (07:33 -0600)]
Merge pull request #8807 from masterleinad/avoid_constructor_emplace_back
Avoid calling the constructor for emplace_back
Martin Kronbichler [Fri, 20 Sep 2019 09:38:17 +0000 (11:38 +0200)]
Merge pull request #8788 from bangerth/test
Add a test for FEInterfaceValues
Peter Munch [Fri, 20 Sep 2019 07:16:55 +0000 (09:16 +0200)]
Fix data type in p:f:CellData
Martin Kronbichler [Fri, 20 Sep 2019 06:12:26 +0000 (08:12 +0200)]
Merge pull request #8804 from bangerth/format
Remove TimeStepControl::format altogether.
Martin Kronbichler [Fri, 20 Sep 2019 06:01:53 +0000 (08:01 +0200)]
Merge pull request #8799 from kronbichler/speed_up_mg_tools
Speed up MGTools::make_boundary_list()
Daniel Arndt [Fri, 20 Sep 2019 05:54:01 +0000 (23:54 -0600)]
Merge pull request #8806 from peterrum/pft-compartor
Move comparator of CellData and ConstructionData out of the tests
Daniel Arndt [Fri, 20 Sep 2019 00:07:55 +0000 (18:07 -0600)]
Avoid calling the constructor for emplace_back
Daniel Arndt [Thu, 19 Sep 2019 22:51:30 +0000 (16:51 -0600)]
Merge pull request #8800 from kronbichler/speed_up_index_set
Speed up IndexSet::add_indices()
Martin Kronbichler [Thu, 19 Sep 2019 18:14:48 +0000 (20:14 +0200)]
Merge pull request #8794 from masterleinad/avoid_dangling_initializer_list
Avoid dangling pointer in initializer_list
Peter Munch [Thu, 19 Sep 2019 17:40:43 +0000 (19:40 +0200)]
Move comparator of CellData and ConstructionData out of the tests
Martin Kronbichler [Thu, 19 Sep 2019 16:41:19 +0000 (18:41 +0200)]
Add comment about an if
Martin Kronbichler [Thu, 19 Sep 2019 16:02:26 +0000 (18:02 +0200)]
Test cases
Martin Kronbichler [Tue, 10 Sep 2019 09:24:42 +0000 (11:24 +0200)]
Add changelog
Martin Kronbichler [Tue, 10 Sep 2019 08:07:09 +0000 (10:07 +0200)]
Add pre- and post-loops to matrix free cell loop
Martin Kronbichler [Thu, 19 Sep 2019 13:21:29 +0000 (15:21 +0200)]
Merge pull request #8803 from bangerth/typo
Fix a typo.
Wolfgang Bangerth [Thu, 19 Sep 2019 13:17:33 +0000 (07:17 -0600)]
Remove TimeStepControl::format altogether.
Wolfgang Bangerth [Thu, 19 Sep 2019 13:14:47 +0000 (07:14 -0600)]
Fix a typo.
Martin Kronbichler [Tue, 17 Sep 2019 06:46:18 +0000 (08:46 +0200)]
Update changelog
Martin Kronbichler [Mon, 16 Sep 2019 07:30:23 +0000 (09:30 +0200)]
Avoid MPI_Alltoall in Utilities::MPI::Partitioner by using ComputeIndexOwner
Wolfgang Bangerth [Wed, 18 Sep 2019 14:02:23 +0000 (08:02 -0600)]
Add a test.
Martin Kronbichler [Thu, 19 Sep 2019 11:01:07 +0000 (13:01 +0200)]
Add changelog
Martin Kronbichler [Thu, 19 Sep 2019 10:58:28 +0000 (12:58 +0200)]
Speed up IndexSet::add_indices()
Martin Kronbichler [Thu, 19 Sep 2019 11:04:09 +0000 (13:04 +0200)]
Add changelog
Martin Kronbichler [Thu, 19 Sep 2019 11:03:50 +0000 (13:03 +0200)]
Speed up MGTools::make_boundary_list()
Martin Kronbichler [Thu, 19 Sep 2019 10:50:43 +0000 (12:50 +0200)]
Merge pull request #8789 from rezarastak/remove_timestep_strategy
enum Strategy is removed from TimestepControl
Martin Kronbichler [Thu, 19 Sep 2019 10:49:27 +0000 (12:49 +0200)]
Merge pull request #8798 from peterrum/gridgenerator-fromname-warning
Fix warning
Peter Munch [Thu, 19 Sep 2019 07:44:43 +0000 (09:44 +0200)]
Fix warning
Martin Kronbichler [Tue, 17 Sep 2019 07:06:15 +0000 (09:06 +0200)]
Move ComputeIndexOwner details into separate header file
Martin Kronbichler [Thu, 19 Sep 2019 07:07:25 +0000 (09:07 +0200)]
Merge pull request #8748 from peterrum/pft-serialize
Add boost serialization for ConstructionData
Martin Kronbichler [Thu, 19 Sep 2019 07:03:16 +0000 (09:03 +0200)]
Merge pull request #8787 from bangerth/fix
Allow the two cell iterators given to FEInterfaceValues to be of different type.
Martin Kronbichler [Thu, 19 Sep 2019 07:01:46 +0000 (09:01 +0200)]
Merge pull request #8796 from rezarastak/std_uncaught_exception
fixed the usage of deprecated std::uncaught_exception
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.