]>
https://gitweb.dealii.org/ - dealii.git/log
Timo Heister [Wed, 20 Jul 2022 20:40:44 +0000 (16:40 -0400)]
Merge pull request #14154 from kronbichler/fix_possible_memory_leaks
FEEvaluation: Fix two places where the address sanitizer complained
Timo Heister [Wed, 20 Jul 2022 19:31:56 +0000 (15:31 -0400)]
Merge pull request #14153 from kronbichler/separate_array
MatrixFree: Use separate data arrays for two separate evaluators
Daniel Arndt [Wed, 20 Jul 2022 17:09:01 +0000 (13:09 -0400)]
Merge pull request #14143 from jppelteret/iterator_conversion_01
Martin Kronbichler [Wed, 20 Jul 2022 16:11:38 +0000 (18:11 +0200)]
MatrixFree: Use separate data arrays for two separate evaluators
Martin Kronbichler [Wed, 20 Jul 2022 16:14:31 +0000 (18:14 +0200)]
FEEvaluation: Fix two places where the address sanitizer complained
Timo Heister [Wed, 20 Jul 2022 15:53:47 +0000 (11:53 -0400)]
Merge pull request #14123 from tjhei/par-int-out-test
parallel intermediate out: compression levels
Jean-Paul Pelteret [Tue, 19 Jul 2022 21:33:59 +0000 (23:33 +0200)]
Update tutorials to use cell->as_dof_handler_iterator()
Marc Fehling [Wed, 20 Jul 2022 06:05:33 +0000 (08:05 +0200)]
Merge pull request #14146 from bangerth/doc
Show a formula.
Wolfgang Bangerth [Wed, 20 Jul 2022 02:16:17 +0000 (20:16 -0600)]
Merge pull request #14145 from marcfehling/intel-quicktest
Added quicktests to Intel workflow.
Wolfgang Bangerth [Wed, 20 Jul 2022 02:15:52 +0000 (20:15 -0600)]
Merge pull request #14115 from kronbichler/avoid_some_expensive_loops
MatrixFree DoFInfo: Break out from some expensive loops
Wolfgang Bangerth [Mon, 18 Jul 2022 21:18:50 +0000 (15:18 -0600)]
Show a formula.
Jean-Paul Pelteret [Fri, 15 Jul 2022 23:27:21 +0000 (01:27 +0200)]
Alternative implementation to convert iterators
Marc Fehling [Tue, 19 Jul 2022 16:00:00 +0000 (18:00 +0200)]
Merge pull request #14149 from bangerth/enable-if-all
Declare 'enable_if_all_t' in analogy to std::enable_if_t.
Marc Fehling [Tue, 19 Jul 2022 15:58:32 +0000 (17:58 +0200)]
Merge pull request #14089 from a-shahba/explicitInstanForDistribute_cell_to_dof_vector
Added explicit instantiations of DoFTools::distribute_cell_to_dof_vector
Marc Fehling [Tue, 19 Jul 2022 14:35:28 +0000 (16:35 +0200)]
Merge pull request #14148 from bangerth/enable-if
Replace std::enable_if by std::enable_if_t throughout.
David Wells [Tue, 19 Jul 2022 13:37:41 +0000 (09:37 -0400)]
Merge pull request #14147 from bangerth/typename
Do not use 'typename' where not necessary.
Wolfgang Bangerth [Tue, 19 Jul 2022 02:53:32 +0000 (20:53 -0600)]
Merge pull request #14114 from kronbichler/dofh_minor_reorganization
DoFHandlerPolicy: Avoid one write access to an array
Wolfgang Bangerth [Mon, 18 Jul 2022 21:54:28 +0000 (15:54 -0600)]
Declare 'enable_if_all_t' in analogy to std::enable_if_t.
While there, also use it in fe_system.h.
Wolfgang Bangerth [Mon, 18 Jul 2022 21:39:35 +0000 (15:39 -0600)]
Replace std::enable_if by std::enable_if_t throughout.
Wolfgang Bangerth [Mon, 18 Jul 2022 21:27:07 +0000 (15:27 -0600)]
Do not use 'typename' where not necessary.
Specifically, we don't need it before 'std::enable_if_t' because we are not
referencing a nested type.
Martin Kronbichler [Mon, 18 Jul 2022 12:05:07 +0000 (14:05 +0200)]
Merge pull request #13990 from NiklasWik/non-affine_piola
Non-affine piola transformation for mf RaviartThomas
Martin Kronbichler [Mon, 18 Jul 2022 11:21:59 +0000 (13:21 +0200)]
Merge pull request #14142 from peterrum/fpe_grad_type
Fix type in FPE
Marc Fehling [Mon, 18 Jul 2022 08:14:00 +0000 (10:14 +0200)]
Added quicktests to Intel workflow.
Timo Heister [Thu, 14 Jul 2022 21:15:00 +0000 (17:15 -0400)]
avoid deprecated names
Matthias Maier [Sat, 16 Jul 2022 07:55:06 +0000 (02:55 -0500)]
Merge pull request #14144 from bangerth/58
Expand a discussion in step-58.
Matthias Maier [Sat, 16 Jul 2022 07:52:36 +0000 (02:52 -0500)]
Merge pull request #14141 from peterrum/GridRefinement_other_tria_fix
p:d:GridRefinement: actually accept other types of triangulations
Matthias Maier [Sat, 16 Jul 2022 07:49:52 +0000 (02:49 -0500)]
Merge pull request #14138 from bangerth/shrink
Reduce the volume of communication somewhat.
Matthias Maier [Sat, 16 Jul 2022 07:47:19 +0000 (02:47 -0500)]
Merge pull request #14135 from bangerth/assert
Add some assertions about hypercube reference cells.
Matthias Maier [Sat, 16 Jul 2022 07:46:59 +0000 (02:46 -0500)]
Merge pull request #14134 from bangerth/reference
Fix a reference.
Matthias Maier [Sat, 16 Jul 2022 07:40:02 +0000 (02:40 -0500)]
Merge pull request #14126 from kronbichler/adjust_tolerance
Ensure to look at square of tolerances
Jean-Paul Pelteret [Fri, 15 Jul 2022 22:33:00 +0000 (00:33 +0200)]
Add some functions to convert active cell iterators
Wolfgang Bangerth [Fri, 15 Jul 2022 20:40:58 +0000 (14:40 -0600)]
Expand a discussion in step-58.
Peter Munch [Fri, 15 Jul 2022 18:58:43 +0000 (20:58 +0200)]
Fix type in FPE
Peter Munch [Fri, 15 Jul 2022 18:56:01 +0000 (20:56 +0200)]
p:d:GridRefinement: actually accept other types of triangulations
Wolfgang Bangerth [Fri, 15 Jul 2022 03:24:51 +0000 (21:24 -0600)]
Reduce the volume of communication somewhat.
Wolfgang Bangerth [Thu, 14 Jul 2022 21:10:58 +0000 (15:10 -0600)]
Add some assertions about hypercube reference cells.
David Wells [Fri, 15 Jul 2022 12:25:32 +0000 (08:25 -0400)]
Merge pull request #14136 from bangerth/doc
Clarify documentation of p::s::T.
Bruno Turcksin [Fri, 15 Jul 2022 10:47:52 +0000 (06:47 -0400)]
Merge pull request #14137 from bangerth/bits
Peter Munch [Fri, 15 Jul 2022 07:58:32 +0000 (09:58 +0200)]
Merge pull request #14139 from bangerth/increment
Use pre-increment operator.
Wolfgang Bangerth [Fri, 15 Jul 2022 03:35:44 +0000 (21:35 -0600)]
Use pre-increment operator.
Wolfgang Bangerth [Fri, 15 Jul 2022 03:21:55 +0000 (21:21 -0600)]
Use only enough bits in an enum as necessary.
Wolfgang Bangerth [Fri, 15 Jul 2022 02:52:32 +0000 (20:52 -0600)]
Clarify documentation of p::s::T.
Wolfgang Bangerth [Thu, 14 Jul 2022 20:46:50 +0000 (14:46 -0600)]
Fix a reference.
David Wells [Thu, 14 Jul 2022 21:19:47 +0000 (17:19 -0400)]
Merge pull request #14073 from peterrum/pst_communicate_refinement
Communicate refinement flags in p:s:T
Daniel Arndt [Thu, 14 Jul 2022 18:48:29 +0000 (14:48 -0400)]
Merge pull request #14072 from peterrum/GridRefinement_other_tria
Timo Heister [Thu, 14 Jul 2022 02:08:42 +0000 (22:08 -0400)]
enum class
Timo Heister [Thu, 14 Jul 2022 01:58:24 +0000 (21:58 -0400)]
deprecate VtkFalgs::ZlibCompressionLevel
Wolfgang Bangerth [Wed, 13 Jul 2022 20:31:55 +0000 (14:31 -0600)]
Merge pull request #14125 from gfcas/doc_bib_entry
Fix reference entry
Daniel Arndt [Wed, 13 Jul 2022 14:10:31 +0000 (10:10 -0400)]
Merge pull request #13924 from kronbichler/faster_access_to_lines
Daniel Arndt [Wed, 13 Jul 2022 14:01:38 +0000 (10:01 -0400)]
Merge pull request #14128 from bangerth/range-based
Simplify a function by using range-based for loops.
Peter Munch [Tue, 28 Jun 2022 20:33:32 +0000 (22:33 +0200)]
Communicate refinement flags in p:s:T
Peter Munch [Tue, 12 Jul 2022 19:07:08 +0000 (21:07 +0200)]
Merge pull request #14116 from jh66637/copy_bnd_ids
Introduce copy_boundary_ids in merge_triangulation()
David Wells [Tue, 12 Jul 2022 16:12:44 +0000 (12:12 -0400)]
Merge pull request #14099 from peterrum/rpe_cell_data_vector
RPE: allow to evaluate cell-data vector
Fabian Castelli [Tue, 12 Jul 2022 06:40:29 +0000 (08:40 +0200)]
Fix label fo bibtex entry
Wolfgang Bangerth [Mon, 11 Jul 2022 23:30:20 +0000 (17:30 -0600)]
Simplify a function by using range-based for loops.
Fabian Castelli [Mon, 11 Jul 2022 19:29:38 +0000 (21:29 +0200)]
Fix reference entry
Timo Heister [Mon, 11 Jul 2022 18:30:30 +0000 (14:30 -0400)]
parallel intermediate out: compression levels
- support different compression levels
- add a test
Peter Munch [Mon, 11 Jul 2022 17:23:44 +0000 (19:23 +0200)]
Merge pull request #14118 from kronbichler/add_tet_lines
get_line_indices_of_cell: Add specialization for tetrahedra
Johannes Heinz [Mon, 4 Jul 2022 07:31:06 +0000 (09:31 +0200)]
copy boundary ids to remaining boundary faces
Co-authored-by: Peter Munch <peterrmuench@gmail.com>
Martin Kronbichler [Mon, 11 Jul 2022 11:35:14 +0000 (13:35 +0200)]
Ensure to look at square of tolerances
Wolfgang Bangerth [Sun, 10 Jul 2022 22:58:51 +0000 (16:58 -0600)]
Merge pull request #14110 from tjhei/parallel-intermediate-out
Implement parallel intermediate output
David Wells [Sun, 10 Jul 2022 22:00:16 +0000 (18:00 -0400)]
Merge pull request #14109 from peterrum/vector_zero_out_ghost_values
Add Vector::zero_out_ghost_values
Timo Heister [Sat, 9 Jul 2022 21:58:37 +0000 (17:58 -0400)]
address comment
Timo Heister [Fri, 8 Jul 2022 20:29:55 +0000 (16:29 -0400)]
maybe make clang-tidy happy
Timo Heister [Fri, 8 Jul 2022 19:32:37 +0000 (15:32 -0400)]
cleanup
Timo Heister [Fri, 8 Jul 2022 15:56:58 +0000 (11:56 -0400)]
remove from enum
Timo Heister [Sat, 9 Jul 2022 08:35:12 +0000 (04:35 -0400)]
Merge pull request #14120 from bangerth/simplify
Simplify some MPI code.
Martin Kronbichler [Sat, 9 Jul 2022 06:13:48 +0000 (08:13 +0200)]
Merge pull request #14103 from bangerth/tol
Better document what tolerance to use in MappingCartesian.
Martin Kronbichler [Sat, 9 Jul 2022 05:53:07 +0000 (07:53 +0200)]
Merge pull request #14119 from bergbauer/mask_neighbor_cg
FEEvaluationBase::read_write_operation Chose correct code path for neighbors and activated mask
Wolfgang Bangerth [Fri, 8 Jul 2022 23:38:08 +0000 (17:38 -0600)]
Simplify some MPI code.
Timo Heister [Fri, 8 Jul 2022 15:56:52 +0000 (11:56 -0400)]
address comments
Maximilian Bergbauer [Fri, 8 Jul 2022 14:22:33 +0000 (16:22 +0200)]
Chose correct code path for neighbors and activated mask
Martin Kronbichler [Fri, 8 Jul 2022 12:34:01 +0000 (14:34 +0200)]
get_line_indices_of_cell: Add specialization for tetrahedra
Peter Munch [Wed, 6 Jul 2022 09:48:18 +0000 (11:48 +0200)]
RPE: allow to evaluate cell-data vector
Martin Kronbichler [Fri, 8 Jul 2022 06:54:58 +0000 (08:54 +0200)]
Merge pull request #14102 from gfcas/mf_operator_assert
Add AssertIndexRange
Martin Kronbichler [Fri, 8 Jul 2022 06:43:44 +0000 (08:43 +0200)]
Merge pull request #14108 from peterrum/partitioner_docu
Update outdated documentation of Partitioner
Martin Kronbichler [Fri, 8 Jul 2022 06:35:38 +0000 (08:35 +0200)]
MatrixFree DoFInfo: Break out from some expensive loops
Martin Kronbichler [Fri, 8 Jul 2022 06:31:54 +0000 (08:31 +0200)]
DoFHandlerPolicy: Avoid one write access to an array
Wolfgang Bangerth [Wed, 6 Jul 2022 17:52:45 +0000 (11:52 -0600)]
Better document what tolerance to use in MappingCartesian.
Wolfgang Bangerth [Thu, 7 Jul 2022 23:52:54 +0000 (17:52 -0600)]
Merge pull request #14112 from tjhei/format_comment
reformat comment block
Wolfgang Bangerth [Thu, 7 Jul 2022 23:52:20 +0000 (17:52 -0600)]
Merge pull request #14107 from peterrum/gauss_jordan
Fix formatting
Daniel Arndt [Thu, 7 Jul 2022 20:47:43 +0000 (16:47 -0400)]
Merge pull request #14111 from tjhei/changelog-fix
Timo Heister [Thu, 7 Jul 2022 19:11:08 +0000 (15:11 -0400)]
add format
Timo Heister [Thu, 7 Jul 2022 18:37:59 +0000 (14:37 -0400)]
add error checks
Timo Heister [Thu, 7 Jul 2022 18:02:20 +0000 (14:02 -0400)]
changelog
Timo Heister [Thu, 7 Jul 2022 17:59:27 +0000 (13:59 -0400)]
implement read_whole_parallel_file()
fixup
fixup
Timo Heister [Thu, 7 Jul 2022 18:05:08 +0000 (14:05 -0400)]
reformat comment block
Timo Heister [Thu, 7 Jul 2022 18:04:32 +0000 (14:04 -0400)]
fix changelog entry
Peter Munch [Thu, 7 Jul 2022 17:36:11 +0000 (19:36 +0200)]
Add Vector::zero_out_ghost_values
Peter Munch [Thu, 7 Jul 2022 17:17:04 +0000 (19:17 +0200)]
Update outdated documentation of Partitioner
Peter Munch [Thu, 7 Jul 2022 17:12:22 +0000 (19:12 +0200)]
Fix formating
Daniel Arndt [Thu, 7 Jul 2022 16:59:20 +0000 (12:59 -0400)]
Merge pull request #14105 from tamiko/improve_error_message
Matthias Maier [Thu, 7 Jul 2022 02:10:41 +0000 (21:10 -0500)]
Improve error message by providing a clickable link
Timo Heister [Wed, 6 Jul 2022 21:01:04 +0000 (17:01 -0400)]
add test
Timo Heister [Wed, 6 Jul 2022 20:30:28 +0000 (16:30 -0400)]
implement write_deal_II_intermediate_in_parallel
Fabian Castelli [Wed, 6 Jul 2022 17:42:11 +0000 (19:42 +0200)]
Add AssertIndexRange
Daniel Arndt [Wed, 6 Jul 2022 17:00:43 +0000 (13:00 -0400)]
Merge pull request #14094 from dealii/docker-master-j
[CI] limit parallelism in docker master build
Daniel Arndt [Wed, 6 Jul 2022 16:51:41 +0000 (12:51 -0400)]
Merge pull request #14056 from tjhei/xdmf_ref_cell
Ahmad Shahba [Wed, 6 Jul 2022 13:54:22 +0000 (09:54 -0400)]
Recorded the modifications in changes/minor
Martin Kronbichler [Wed, 6 Jul 2022 08:04:42 +0000 (10:04 +0200)]
Merge pull request #14090 from bergbauer/mask_for_dg
FEEvaluationBase::read_write_operation_contiguous enable masking
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.