]>
https://gitweb.dealii.org/ - dealii.git/log
Peter Munch [Sat, 18 Jul 2020 19:36:05 +0000 (21:36 +0200)]
Move declaration of explicit specializations to correct file
Wolfgang Bangerth [Fri, 17 Jul 2020 16:51:43 +0000 (10:51 -0600)]
Merge pull request #10713 from kronbichler/doc-step-67
[step-67] Fix typo in computation of speed of sound
David Wells [Fri, 17 Jul 2020 15:05:50 +0000 (11:05 -0400)]
Merge pull request #10692 from peterrum/additional_cell_types
Add additional ReferenceCell::internal::Infos
Martin Kronbichler [Fri, 17 Jul 2020 11:28:14 +0000 (13:28 +0200)]
Merge pull request #10673 from peterrum/use_reference_cell_type
Use ReferenceCell::Type to get Info
Martin Kronbichler [Fri, 17 Jul 2020 11:19:10 +0000 (13:19 +0200)]
Merge pull request #10631 from peterrum/creat_triangulation
Refactor Triangulation::create_triangulation()
Martin Kronbichler [Fri, 17 Jul 2020 11:18:34 +0000 (13:18 +0200)]
Merge pull request #10694 from masterleinad/remove_deprecated_mgconstraineddofs_initialize
Remove deprecated MGConstrainedDoFs::initialize overload
Martin Kronbichler [Fri, 17 Jul 2020 11:14:52 +0000 (13:14 +0200)]
Merge pull request #10712 from tjhei/periodic_hang_abort
detect infinite loop in periodic refinement
Martin Kronbichler [Fri, 17 Jul 2020 11:13:47 +0000 (13:13 +0200)]
Fix typo in computation of speed of sound
Luca Heltai [Fri, 17 Jul 2020 10:02:28 +0000 (12:02 +0200)]
Merge pull request #10698 from peterrum/examples_gi
Remove many GeometryInfo usages from examples
Peter Munch [Sun, 12 Jul 2020 13:01:47 +0000 (15:01 +0200)]
Remove many GeometricInfo usages from examples
Peter Munch [Wed, 8 Jul 2020 19:25:21 +0000 (21:25 +0200)]
Use ReferenceCell::Type to get Info
Add additional ReferenceCell::internal::Infos
Peter Munch [Wed, 8 Jul 2020 19:25:21 +0000 (21:25 +0200)]
Use ReferenceCell::Type to get Info
David Wells [Fri, 17 Jul 2020 02:52:56 +0000 (22:52 -0400)]
Merge pull request #10674 from peterrum/dofs_per_function_1
Replace FiniteElementData::dofs_per_* with FiniteElementData::n_dofs_per_*
David Wells [Fri, 17 Jul 2020 02:52:46 +0000 (22:52 -0400)]
Merge pull request #10645 from peterrum/fe_base_gi
FiniteElementData: select number of objects based on cell type
Timo Heister [Thu, 16 Jul 2020 16:22:43 +0000 (12:22 -0400)]
detect inifinite loop in periodic refinement
As witnessed by ASPECT, see
https://github.com/geodynamics/aspect/issues/3604 ,
we might end up in an infinite loop while trying to prepare refinement
flags in
parallel::distributed::Triangulation::prepare_coarsening_and_refinement().
Add a check and abort (instead of a hang).
David Wells [Thu, 16 Jul 2020 15:04:36 +0000 (11:04 -0400)]
Merge pull request #10699 from peterrum/simplex_module_page
Add simplex module page
Timo Heister [Thu, 16 Jul 2020 12:04:15 +0000 (08:04 -0400)]
Merge pull request #10711 from bangerth/workstream
Avoid the use of raw pointers in WorkStream.
Peter Munch [Thu, 16 Jul 2020 07:06:06 +0000 (09:06 +0200)]
Use more n_dofs_per_ and add functions for offsets
Peter Munch [Tue, 30 Jun 2020 19:23:12 +0000 (21:23 +0200)]
Introduce ReferenceCell::Type
Wolfgang Bangerth [Thu, 16 Jul 2020 02:32:36 +0000 (20:32 -0600)]
Avoid the use of raw pointers in WorkStream.
We've tried to not use raw pointers throughout the library, but WorkStream had
remaining places. This is not necessary -- it just requires moving a couple of
lines of code around.
Wolfgang Bangerth [Wed, 15 Jul 2020 23:57:43 +0000 (17:57 -0600)]
Merge pull request #10679 from tjhei/tbb-refactor-colored
extract TBB colored WorkStream::run
Wolfgang Bangerth [Wed, 15 Jul 2020 23:44:57 +0000 (17:44 -0600)]
Merge pull request #10665 from tjhei/tbb-refactor-namespace
reshuffle namespaces in workstream class
Wolfgang Bangerth [Wed, 15 Jul 2020 23:27:14 +0000 (17:27 -0600)]
Merge pull request #10709 from peterrum/gi_dofhandlerpolicy
Replace all GeometryInfos in dof_handler.cc and dof_handler_policy.cc
Daniel Arndt [Wed, 15 Jul 2020 21:09:24 +0000 (17:09 -0400)]
Merge pull request #10710 from peterrum/dofhandler_cast
Fix dynamic cast
Daniel Arndt [Wed, 15 Jul 2020 20:26:42 +0000 (16:26 -0400)]
Merge pull request #10707 from peterrum/hp_mappingcollection_constructor
Add new hp::MappingCollection constructor
David Wells [Wed, 15 Jul 2020 17:01:02 +0000 (13:01 -0400)]
Merge pull request #10686 from peterrum/gi_doftools
Remove some GeometryInfos from dofs/dof_tools
Peter Munch [Wed, 15 Jul 2020 16:58:05 +0000 (18:58 +0200)]
Fix dynamic cast
Peter Munch [Fri, 3 Jul 2020 08:19:39 +0000 (10:19 +0200)]
Replace dofs_per_vertex -> n_dofs_per_vertex()
Replace dofs_per_cell -> n_dofs_per_cell()
Peter Munch [Wed, 15 Jul 2020 16:47:05 +0000 (18:47 +0200)]
Replace some GeometryInfos in dof_handler.cc and dof_handler_policy.cc
Daniel Arndt [Wed, 15 Jul 2020 15:34:20 +0000 (11:34 -0400)]
Merge pull request #10706 from peterrum/hp_fe_values_reinit_reference
hp::FEValues::reinit() pass by reference
Peter Munch [Wed, 15 Jul 2020 11:59:46 +0000 (13:59 +0200)]
Add new hp::MappingCollection constructor
Peter Munch [Wed, 15 Jul 2020 12:53:14 +0000 (14:53 +0200)]
hp::FEValues::reinit() pass be reference
David Wells [Tue, 14 Jul 2020 23:14:35 +0000 (19:14 -0400)]
Merge pull request #10704 from peterrum/communicate_active_fe_indices
Fix cast in communicate_active_fe_indices()
Peter Munch [Tue, 14 Jul 2020 19:46:42 +0000 (21:46 +0200)]
Fix cast in communicate_active_fe_indices()
David Wells [Tue, 14 Jul 2020 19:57:22 +0000 (15:57 -0400)]
Merge pull request #10685 from peterrum/gi_gridtools
Remove many GeometryInfos from grid/grid_tools
David Wells [Tue, 14 Jul 2020 19:46:10 +0000 (15:46 -0400)]
Merge pull request #10689 from peterrum/gi_triaaccessor
Remove some GeometryInfos from grid/tria_accessor.cc
Daniel Arndt [Mon, 13 Jul 2020 19:04:13 +0000 (15:04 -0400)]
Merge pull request #10702 from masterleinad/remove_deprecated_lapack_templates
Remove manual additions to LAPACK templates
Daniel Arndt [Mon, 13 Jul 2020 16:31:50 +0000 (12:31 -0400)]
Remove manual additions to LAPACK templates
Timo Heister [Mon, 13 Jul 2020 14:59:12 +0000 (10:59 -0400)]
Merge pull request #10700 from masterleinad/fix_intel_general_data_storage
Fix GeneralDataStorage::get_[or_add_]object_with_name for ICC
Daniel Arndt [Mon, 13 Jul 2020 02:08:16 +0000 (22:08 -0400)]
Fix GeneralDataStorage::get_[or_add_]object_with_name for ICC
Peter Munch [Fri, 10 Jul 2020 10:59:04 +0000 (12:59 +0200)]
Remove some GeometryInfos from grid/tria_accessor.cc
Peter Munch [Sun, 12 Jul 2020 16:26:00 +0000 (18:26 +0200)]
Add simplex module page
Daniel Arndt [Sun, 12 Jul 2020 12:18:15 +0000 (08:18 -0400)]
Merge pull request #10693 from peterrum/simplex_gridou_write_vtk
Generalize GridOut::write_vtk()
Daniel Arndt [Sun, 12 Jul 2020 12:13:54 +0000 (08:13 -0400)]
Merge pull request #10697 from peterrum/simplex_gridgenerator_bug_fix
Fix a bug in Simplex::GridGenerator
Peter Munch [Sun, 12 Jul 2020 10:41:41 +0000 (12:41 +0200)]
Fix a bug in Simplex::GridGenerator
Daniel Arndt [Sun, 12 Jul 2020 01:58:20 +0000 (21:58 -0400)]
Merge pull request #10696 from peterrum/gi_remove_checks
Remove some if-statements
Peter Munch [Sat, 11 Jul 2020 19:09:29 +0000 (21:09 +0200)]
Remove some if-statements
Daniel Arndt [Fri, 10 Jul 2020 20:20:14 +0000 (16:20 -0400)]
Remove deprecated MGConstrainedDoFs::initialize overload
Daniel Arndt [Fri, 10 Jul 2020 19:30:09 +0000 (15:30 -0400)]
Merge pull request #10549 from jppelteret/update_nomenclature_01
Use neutral terminology where possible
Peter Munch [Fri, 10 Jul 2020 19:16:52 +0000 (21:16 +0200)]
Generalize GridOut::write_vtk()
Luca Heltai [Fri, 10 Jul 2020 13:09:12 +0000 (15:09 +0200)]
Merge pull request #10688 from peterrum/simplex_gridgenerator
Add Simplex::GridGenerator
Peter Munch [Fri, 10 Jul 2020 12:39:44 +0000 (14:39 +0200)]
Merge pull request #10671 from tjhei/fix_taskflow_quicktest
fix taskflow quicktest and fix taskflow linker error
Peter Munch [Fri, 10 Jul 2020 09:19:14 +0000 (11:19 +0200)]
Add Simplex::GridGenerator
Peter Munch [Fri, 10 Jul 2020 07:14:01 +0000 (09:14 +0200)]
Merge pull request #10680 from peterrum/step12-check
Add check to step-12
Peter Munch [Fri, 10 Jul 2020 07:13:53 +0000 (09:13 +0200)]
Merge pull request #10682 from peterrum/reference_cell_typo
Fix typo
Peter Munch [Fri, 10 Jul 2020 06:50:39 +0000 (08:50 +0200)]
Remove some GeometryInfos from dofs/dof_tools
Peter Munch [Fri, 10 Jul 2020 06:45:39 +0000 (08:45 +0200)]
Merge pull request #10676 from masterleinad/deprecations_3
Remove deprecated functions
Peter Munch [Fri, 10 Jul 2020 06:45:00 +0000 (08:45 +0200)]
Merge pull request #10675 from masterleinad/implement_complex_dof_tools
Instantiate DoFTools::make_boundary_sparsity_pattern for complex types
Peter Munch [Fri, 10 Jul 2020 06:35:35 +0000 (08:35 +0200)]
Remove many GeometryInfos from grid/grid_tools
Wolfgang Bangerth [Fri, 10 Jul 2020 00:20:27 +0000 (18:20 -0600)]
Merge pull request #10684 from tjhei/doc_platform_introspection
doc: fix incorrect default for DEAL_II_ALLOW_PLATFORM_INTROSPECTION
Timo Heister [Thu, 9 Jul 2020 23:45:11 +0000 (19:45 -0400)]
doc: fix incorrect default for DEAL_II_ALLOW_PLATFORM_INTROSPECTION
Timo Heister [Thu, 9 Jul 2020 23:42:28 +0000 (19:42 -0400)]
Merge pull request #10683 from bangerth/readme
Update the readme for C++14.
Wolfgang Bangerth [Thu, 9 Jul 2020 23:33:35 +0000 (17:33 -0600)]
Update the readme for C++14.
Peter Munch [Thu, 9 Jul 2020 22:00:10 +0000 (00:00 +0200)]
Merge pull request #10678 from masterleinad/fix_warning_old_clang
Fix compiler warnings for old clang
Peter Munch [Thu, 9 Jul 2020 21:59:13 +0000 (23:59 +0200)]
Fix typo
Timo Heister [Thu, 9 Jul 2020 20:56:49 +0000 (16:56 -0400)]
Merge pull request #10681 from peterrum/feinterfacecalues_mapping_fe
Implement FEInterfaceValues::get_mapping() and ::get_fe
Jean-Paul Pelteret [Tue, 7 Jul 2020 05:59:16 +0000 (07:59 +0200)]
Use neutral terminology where possible
Peter Munch [Thu, 9 Jul 2020 18:37:20 +0000 (20:37 +0200)]
Implement FEInterfaceValues::get_mapping() and ::get_fe
Peter Munch [Thu, 9 Jul 2020 18:01:26 +0000 (20:01 +0200)]
Add check to step-12
Daniel Arndt [Thu, 9 Jul 2020 17:31:12 +0000 (13:31 -0400)]
Fix compiler warnings for old clang
Timo Heister [Thu, 9 Jul 2020 17:14:12 +0000 (13:14 -0400)]
Merge pull request #10672 from luca-heltai/fix-meshloop-1d
Fixed mesh_loop in one dimension.
Luca Heltai [Thu, 9 Jul 2020 11:29:30 +0000 (13:29 +0200)]
Be explicit about dimension.
Daniel Arndt [Thu, 9 Jul 2020 04:10:26 +0000 (00:10 -0400)]
Remove redundant constructors
Daniel Arndt [Thu, 9 Jul 2020 02:44:23 +0000 (22:44 -0400)]
Remove lac/parallel_vector.h
Daniel Arndt [Wed, 8 Jul 2020 23:26:19 +0000 (19:26 -0400)]
Instantiate DoFTools::make_boundary_sparsity_pattern for complex types
Peter Munch [Mon, 29 Jun 2020 20:31:52 +0000 (22:31 +0200)]
Refactor Triangulation::create_triangulation()
Timo Heister [Wed, 8 Jul 2020 20:35:38 +0000 (16:35 -0400)]
add missing inline
Timo Heister [Wed, 8 Jul 2020 20:02:20 +0000 (16:02 -0400)]
update test
Timo Heister [Wed, 8 Jul 2020 20:02:15 +0000 (16:02 -0400)]
extract TBB colored WorkStream::run
Daniel Arndt [Wed, 8 Jul 2020 15:19:36 +0000 (11:19 -0400)]
Remove deprecated MGTools::extract_non_interface_dofs
Martin Kronbichler [Wed, 8 Jul 2020 15:07:46 +0000 (17:07 +0200)]
Merge pull request #10641 from peterrum/GeometricEntityInfo
Intoduce ReferenceCellInfo
Timo Heister [Wed, 8 Jul 2020 15:07:45 +0000 (11:07 -0400)]
add test
Luca Heltai [Wed, 8 Jul 2020 14:46:37 +0000 (16:46 +0200)]
Fixed mesh_loop in one dimension.
Timo Heister [Wed, 8 Jul 2020 14:15:03 +0000 (10:15 -0400)]
fix colored sequential code
Timo Heister [Wed, 8 Jul 2020 13:51:07 +0000 (09:51 -0400)]
fix taskflow quicktest
The macro was renamed and we forgot to change this.
Daniel Arndt [Wed, 8 Jul 2020 13:41:51 +0000 (09:41 -0400)]
Remove deprecated Gnuplot::n_boundary_face_points
Peter Munch [Wed, 8 Jul 2020 10:50:43 +0000 (12:50 +0200)]
Merge pull request #10661 from Rombur/cuda_mf_dof_handler
Add get_vector_partitioner and get_dof_handler to CUDAWrappers::MatrixFree
Peter Munch [Wed, 1 Jul 2020 10:56:46 +0000 (12:56 +0200)]
Intoduce ReferenceCellInfo
Martin Kronbichler [Wed, 8 Jul 2020 09:26:52 +0000 (11:26 +0200)]
Merge pull request #10540 from nfehn/bug_fix_find_active_cells
fix bug in fast version of GridTools::find_active_cell_around_point()
Daniel Arndt [Wed, 8 Jul 2020 04:31:20 +0000 (00:31 -0400)]
Merge pull request #10666 from tjhei/format-expand-inst
run indent on expand_instantiations.cc
David Wells [Wed, 8 Jul 2020 02:59:11 +0000 (22:59 -0400)]
Merge pull request #10667 from drwells/readd-boundary-projection-instantiations
Add some template instantiations that were accidentally removed.
David Wells [Wed, 8 Jul 2020 02:58:47 +0000 (22:58 -0400)]
Merge pull request #10669 from peterrum/face_orientation_general
Generalize face_orientation() for 2D general meshes
David Wells [Wed, 8 Jul 2020 02:07:22 +0000 (22:07 -0400)]
Merge pull request #10670 from peterrum/step12-mapping
Be explicit regarding mapping in step-12
David Wells [Wed, 8 Jul 2020 02:06:53 +0000 (22:06 -0400)]
Merge pull request #10668 from masterleinad/fix_trilinos_68
Fix trilinos/68
Bruno Turcksin [Tue, 7 Jul 2020 00:43:55 +0000 (00:43 +0000)]
Add changelog entry
Bruno Turcksin [Tue, 7 Jul 2020 00:40:01 +0000 (00:40 +0000)]
Add get_vector_partitioner and get_dof_handler functions
David Wells [Tue, 7 Jul 2020 21:27:54 +0000 (17:27 -0400)]
Merge pull request #10637 from peterrum/geometric_entity_type
Introduce ReferenceCell::Type
David Wells [Tue, 7 Jul 2020 21:27:32 +0000 (17:27 -0400)]
Merge pull request #10639 from peterrum/gi_1
Remove GeometryInfro from a few files
Peter Munch [Tue, 7 Jul 2020 21:14:52 +0000 (23:14 +0200)]
Be explicit regarding mapping in step-12
Peter Munch [Tue, 7 Jul 2020 21:03:43 +0000 (23:03 +0200)]
Generalize face_orientation() for 2D general meshes
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.