]>
https://gitweb.dealii.org/ - dealii.git/log
Peter Munch [Sat, 26 Sep 2020 12:05:38 +0000 (14:05 +0200)]
Define CellTransfer(Factory) recursivly
Martin Kronbichler [Sat, 26 Sep 2020 16:01:03 +0000 (18:01 +0200)]
Merge pull request #10967 from peterrum/gc_system
Enable MGTwoLevelTransfer for FESystem
Peter Munch [Fri, 25 Sep 2020 06:40:05 +0000 (08:40 +0200)]
Enable MGTwoLevelTransfer for FESystem
Martin Kronbichler [Sat, 26 Sep 2020 08:31:26 +0000 (10:31 +0200)]
Merge pull request #10966 from peterrum/gc_default
Enable MGTwoLevelTransfer for non-precompiled p-coarsening sequences
Peter Munch [Thu, 24 Sep 2020 20:24:46 +0000 (22:24 +0200)]
Enable MGTwoLevelTransfer for non-precompiled p-coarsening sequences
David Wells [Fri, 25 Sep 2020 22:48:36 +0000 (18:48 -0400)]
Merge pull request #10972 from bangerth/simplify
Slightly simplify some code.
Wolfgang Bangerth [Fri, 25 Sep 2020 22:30:20 +0000 (16:30 -0600)]
Merge pull request #10964 from peterrum/mg_level_object_args
Pass optional arguments to MGLevelObject
Wolfgang Bangerth [Fri, 25 Sep 2020 21:19:37 +0000 (15:19 -0600)]
Slightly simplify some code.
Peter Munch [Fri, 25 Sep 2020 16:52:00 +0000 (18:52 +0200)]
Merge pull request #10970 from kronbichler/remove_instantiations
Remove unnecessary instantiation files
Martin Kronbichler [Fri, 25 Sep 2020 14:57:20 +0000 (16:57 +0200)]
Remove unnecessary instantiation files
David Wells [Thu, 24 Sep 2020 20:28:23 +0000 (16:28 -0400)]
Merge pull request #10965 from peterrum/test_same_name
Enable tests with same name
Peter Munch [Thu, 24 Sep 2020 19:10:47 +0000 (21:10 +0200)]
Enable tests with same name
Peter Munch [Thu, 24 Sep 2020 14:19:58 +0000 (16:19 +0200)]
Pass optional arguments to MGLevelObject
Peter Munch [Thu, 24 Sep 2020 16:18:30 +0000 (18:18 +0200)]
Merge pull request #10963 from masterleinad/fix_icc_warning
Fix ICC warning when calling GridTools::cell_measure
Daniel Arndt [Thu, 24 Sep 2020 12:58:01 +0000 (08:58 -0400)]
Fix ICC warning when calling GridTools::cell_measure
Wolfgang Bangerth [Thu, 24 Sep 2020 13:01:30 +0000 (07:01 -0600)]
Merge pull request #10953 from tjhei/doxygen_subscriptor
doxygen: put subscriptor function into group
Peter Munch [Thu, 24 Sep 2020 04:57:19 +0000 (06:57 +0200)]
Merge pull request #10960 from bangerth/29
Avoid use of deallog in step-29.
Peter Munch [Thu, 24 Sep 2020 04:56:26 +0000 (06:56 +0200)]
Merge pull request #10955 from kronbichler/fix_fe_face_evaluation_read
Fix bug in multi-component FEFaceEvaluation::gather_evaluate
Peter Munch [Thu, 24 Sep 2020 04:55:59 +0000 (06:55 +0200)]
Merge pull request #10954 from kronbichler/fix_mf_template
FEFaceEvaluation: Fix fast vector access case of gather_evaluate
Bruno Turcksin [Thu, 24 Sep 2020 01:29:41 +0000 (21:29 -0400)]
Merge pull request #10959 from bangerth/logstream
Bruno Turcksin [Thu, 24 Sep 2020 01:23:07 +0000 (21:23 -0400)]
Merge pull request #10961 from bangerth/changelog
Rename a changelog entry.
Wolfgang Bangerth [Thu, 24 Sep 2020 00:17:26 +0000 (18:17 -0600)]
Rename a changelog entry.
I must have been in the wrong place with my finger when writing it.
Wolfgang Bangerth [Thu, 24 Sep 2020 00:12:16 +0000 (18:12 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Thu, 24 Sep 2020 00:10:42 +0000 (18:10 -0600)]
Avoid use of deallog in step-29.
In the process, make the output more readable since we can avoid the obscuring
prefix that doesn't actually provide any kind of information.
Wolfgang Bangerth [Wed, 23 Sep 2020 23:50:56 +0000 (17:50 -0600)]
Clarify documentation.
Wolfgang Bangerth [Wed, 23 Sep 2020 23:50:19 +0000 (17:50 -0600)]
Don't even mention logstream in step-4.
The only place where we do is to set the depth of output to zero, but that is already
the default.
Peter Munch [Wed, 23 Sep 2020 21:12:35 +0000 (23:12 +0200)]
Merge pull request #10952 from kronbichler/fix_step-68
step-68: A few updates to documentation + slight code cleanup
Martin Kronbichler [Wed, 23 Sep 2020 16:27:16 +0000 (18:27 +0200)]
Fix bug in multi-component FEFaceEvaluation::gather_evaluate
Martin Kronbichler [Wed, 23 Sep 2020 15:44:31 +0000 (17:44 +0200)]
New test cases
Martin Kronbichler [Wed, 23 Sep 2020 15:44:16 +0000 (17:44 +0200)]
Fix fast vector access case of FEFaceEvaluation
Martin Kronbichler [Wed, 23 Sep 2020 13:55:34 +0000 (15:55 +0200)]
Several improvements to step-68:
- Consistently use mapping object of the class itself
- Use MappingQ1 rather than MappingQ because the latter class is somewhat brittle
- Only set up background dofs for the case of interpolated_velocity
- Do not call Utilities::MPI::this_mpi_rank in inner loop
Martin Kronbichler [Wed, 23 Sep 2020 13:53:33 +0000 (15:53 +0200)]
Improve wording in some comments
Martin Kronbichler [Wed, 23 Sep 2020 19:19:15 +0000 (21:19 +0200)]
Merge pull request #10956 from peterrum/simlex_test
Fix simplex test failure
Peter Munch [Wed, 23 Sep 2020 17:21:06 +0000 (19:21 +0200)]
Fix simplex test failure
Timo Heister [Wed, 23 Sep 2020 14:49:23 +0000 (10:49 -0400)]
doxygen: put subscriptor function into group
These functions now appear (see #10914) in each derived class like
SparsityPattern. Provide a heading for these functions.
Daniel Arndt [Wed, 23 Sep 2020 13:04:26 +0000 (09:04 -0400)]
Merge pull request #10914 from tjhei/doxygen_show_inherited
doxygen: enable showing inherited members
Martin Kronbichler [Wed, 23 Sep 2020 12:46:04 +0000 (14:46 +0200)]
Merge pull request #10946 from peterrum/n_face_orientations
Remove n_face_orientations template argument within FEEvaluation
Peter Munch [Wed, 23 Sep 2020 11:24:34 +0000 (13:24 +0200)]
Work on warning
Martin Kronbichler [Wed, 23 Sep 2020 11:17:36 +0000 (13:17 +0200)]
Merge pull request #10926 from tamiko/fix-step-69
step-69: Remove boundary c_ij fix
Peter Munch [Tue, 22 Sep 2020 06:33:15 +0000 (08:33 +0200)]
Remove n_face_orientations template argument within FEEvaluation
Conflicts:
include/deal.II/matrix_free/evaluation_kernels.h
Peter Munch [Wed, 23 Sep 2020 05:33:21 +0000 (07:33 +0200)]
Merge pull request #10951 from peterrum/namespace
Specify namespace
Ignacio Tomas (-EXP) [Wed, 23 Sep 2020 03:51:29 +0000 (21:51 -0600)]
Modified dox and cc. Now they are consistent.
Bruno Turcksin [Wed, 23 Sep 2020 00:39:52 +0000 (20:39 -0400)]
Merge pull request #10942 from kronbichler/improve_step_19
[step-19] Correct & simplify some computations
Peter Munch [Tue, 22 Sep 2020 20:36:25 +0000 (22:36 +0200)]
Merge pull request #10950 from masterleinad/fix_clang_tidy
Fix clang-tidy complains
Peter Munch [Tue, 22 Sep 2020 20:33:17 +0000 (22:33 +0200)]
Specify namespace
Matthias Maier [Tue, 22 Sep 2020 18:45:23 +0000 (13:45 -0500)]
Merge pull request #10840 from rezarastak/improve_step52_timestep
Use DiscreteTime in step-52
Matthias Maier [Tue, 22 Sep 2020 18:42:30 +0000 (13:42 -0500)]
Merge pull request #10887 from elauksap/simplex_hdf5_workflow
Use HDF5 for testing simplex workflows
Matthias Maier [Tue, 22 Sep 2020 18:38:52 +0000 (13:38 -0500)]
Merge pull request #10886 from elauksap/simplex_hdf5_parallel
Test for HDF5 now runs in parallel
Daniel Arndt [Tue, 22 Sep 2020 18:33:09 +0000 (14:33 -0400)]
Fix clang-tidy complains
Timo Heister [Tue, 22 Sep 2020 15:49:20 +0000 (11:49 -0400)]
Merge pull request #10927 from kronbichler/fix_9794
Provide more general factory class for FEEvaluation
Martin Kronbichler [Tue, 22 Sep 2020 14:42:13 +0000 (16:42 +0200)]
Merge pull request #10949 from masterleinad/replace_restrict
Replace __restrict by DEAL_II_RESTRICT
David Wells [Tue, 22 Sep 2020 14:09:47 +0000 (10:09 -0400)]
Merge pull request #10944 from masterleinad/fix_compiling_with_icc
Fix comping with ICC
Daniel Arndt [Tue, 22 Sep 2020 13:34:49 +0000 (09:34 -0400)]
Merge pull request #10948 from lethe-cfd/fix_step_68_animations
Daniel Arndt [Tue, 22 Sep 2020 13:00:56 +0000 (09:00 -0400)]
Replace __restrict by DEAL_II_RESTRICT
Bruno [Tue, 22 Sep 2020 11:40:05 +0000 (07:40 -0400)]
Fixed height
Bruno [Tue, 22 Sep 2020 11:38:36 +0000 (07:38 -0400)]
Fixed the youtube links for the three animations in step-68
Martin Kronbichler [Tue, 22 Sep 2020 10:39:18 +0000 (12:39 +0200)]
Merge pull request #10417 from peterrum/mg-transfer
Add inter-grid transfer operators
Peter Munch [Tue, 22 Sep 2020 10:37:11 +0000 (12:37 +0200)]
Merge pull request #10915 from zjiaqi2018/step50_err_estimator
step-50: fix the error estimator
Martin Kronbichler [Tue, 22 Sep 2020 09:52:58 +0000 (11:52 +0200)]
Add documentation
Peter Munch [Wed, 25 Dec 2019 20:38:07 +0000 (21:38 +0100)]
Add inter-grid transfer operators
Martin Kronbichler [Mon, 21 Sep 2020 13:43:40 +0000 (15:43 +0200)]
Clean up some parts of tutorial
Daniel Arndt [Sun, 20 Sep 2020 12:29:32 +0000 (08:29 -0400)]
Fix comping with ICC
Wolfgang Bangerth [Tue, 22 Sep 2020 00:25:06 +0000 (18:25 -0600)]
Merge pull request #10940 from drwells/cleanup-quadrature
Cleanup quadrature
Daniel Arndt [Tue, 22 Sep 2020 00:03:17 +0000 (20:03 -0400)]
Merge pull request #10943 from bangerth/typo
Fix 'and and' -> 'and'.
Wolfgang Bangerth [Mon, 21 Sep 2020 22:53:51 +0000 (16:53 -0600)]
Fix 'and and' -> 'and'.
David Wells [Sun, 20 Sep 2020 17:19:48 +0000 (13:19 -0400)]
Cleanup the header inclusions.
David Wells [Sun, 20 Sep 2020 17:19:42 +0000 (13:19 -0400)]
Reflow some comments.
David Wells [Sun, 20 Sep 2020 17:12:47 +0000 (13:12 -0400)]
Remove some commented-out code.
We changed this code to assume the base quadrature is already set up in
e4b860bbba680a002d5fd80035cff71ec39708eb .
David Wells [Sun, 20 Sep 2020 17:11:39 +0000 (13:11 -0400)]
Add another explicit dim 0 instantiation.
This gets around a GCC -Wtype-limits warning in the loop when dim = 0.
Pasquale Africa [Thu, 3 Sep 2020 12:53:09 +0000 (12:53 +0000)]
Test for HDF5 now runs in parallel
Pasquale Africa [Thu, 3 Sep 2020 14:40:55 +0000 (14:40 +0000)]
Use HDF5 for testing simplex workflows
Martin Kronbichler [Mon, 21 Sep 2020 08:41:50 +0000 (10:41 +0200)]
Changelog
Martin Kronbichler [Mon, 21 Sep 2020 08:41:26 +0000 (10:41 +0200)]
Remove obsolete code
Martin Kronbichler [Mon, 21 Sep 2020 07:58:07 +0000 (09:58 +0200)]
New test cases for CellwiseInverseMassMatrix<dim,-1>
Martin Kronbichler [Mon, 21 Sep 2020 07:55:02 +0000 (09:55 +0200)]
Convert a few tests to template parameter -1
Daniel Arndt [Mon, 21 Sep 2020 02:39:51 +0000 (22:39 -0400)]
Merge pull request #10937 from peterrum/pft_manifold
Add note to Triangulation::create_triangulation
Timo Heister [Sun, 20 Sep 2020 17:30:27 +0000 (13:30 -0400)]
Merge pull request #10930 from bangerth/code-gallery
Also install missing files from the code gallery.
Timo Heister [Sun, 20 Sep 2020 17:29:38 +0000 (13:29 -0400)]
Merge pull request #10938 from masterleinad/fix_gcc-10-warnings
Fix some more gcc-10 warnings
Daniel Arndt [Sun, 20 Sep 2020 12:29:32 +0000 (08:29 -0400)]
Fix some more gcc-10 warnings
Peter Munch [Sun, 20 Sep 2020 08:27:24 +0000 (10:27 +0200)]
Merge pull request #10936 from masterleinad/fix_scalapack_test_again
Fix SCALAPACK tests again
Peter Munch [Sun, 20 Sep 2020 08:15:13 +0000 (10:15 +0200)]
Add note to Triangulation::create_triangulation
Jiaqi Zhang [Tue, 15 Sep 2020 15:51:34 +0000 (11:51 -0400)]
show less results
Jiaqi Zhang [Tue, 15 Sep 2020 00:09:01 +0000 (20:09 -0400)]
print error estimate and update screen output
Jiaqi Zhang [Mon, 14 Sep 2020 15:30:02 +0000 (11:30 -0400)]
fix the error estimator
Daniel Arndt [Sun, 20 Sep 2020 02:32:31 +0000 (22:32 -0400)]
Fix SCALAPACK tests again
David Wells [Sat, 19 Sep 2020 22:16:22 +0000 (18:16 -0400)]
Merge pull request #10898 from bangerth/cc
Mention Code Complete as a resource.
Peter Munch [Sat, 19 Sep 2020 19:33:14 +0000 (21:33 +0200)]
Merge pull request #10935 from masterleinad/deprecated_parallel_triangulation
Avoid gcc-10 warning about deprecated parallel::Triangulation
Daniel Arndt [Sat, 19 Sep 2020 16:12:11 +0000 (12:12 -0400)]
Avoid gcc-10 warning about deprecated parallel::Triangulation
Wolfgang Bangerth [Fri, 18 Sep 2020 21:27:00 +0000 (15:27 -0600)]
Exclude cmake-generated files.
David Wells [Fri, 18 Sep 2020 16:07:32 +0000 (12:07 -0400)]
Merge pull request #10308 from lethe-cfd/particle_advection_step
Step-68 : Particle tracking of a massless tracer in a vortical flow
Martin Kronbichler [Fri, 18 Sep 2020 15:10:38 +0000 (17:10 +0200)]
Add inverse mass matrix with degree -1
Martin Kronbichler [Fri, 18 Sep 2020 15:10:14 +0000 (17:10 +0200)]
Add 3/2 over-integration to list of instantiated quadratures
Bruno [Fri, 18 Sep 2020 11:37:08 +0000 (07:37 -0400)]
Finalized step-68
Fixed a bug related to deal.II distributed vector and to the particle
loop in interpolated euler.
Peter Munch [Fri, 18 Sep 2020 13:34:59 +0000 (15:34 +0200)]
Merge pull request #10933 from elauksap/doc_muparser_fix
Fix broken link to muParser website
Pasquale Africa [Fri, 18 Sep 2020 13:23:15 +0000 (13:23 +0000)]
Fix broken link to muParser website
Martin Kronbichler [Thu, 17 Sep 2020 14:20:16 +0000 (16:20 +0200)]
Use new factory class within library
Martin Kronbichler [Thu, 17 Sep 2020 14:19:49 +0000 (16:19 +0200)]
Implement factory class for FEEvaluation and FEFaceEvaluation
Martin Kronbichler [Fri, 18 Sep 2020 12:36:52 +0000 (14:36 +0200)]
Merge pull request #10931 from peterrum/feeval_functions
Add some functions to FEEvaluation
Peter Munch [Thu, 17 Sep 2020 20:00:14 +0000 (22:00 +0200)]
Add some functions to FEEvaluation
Wolfgang Bangerth [Thu, 17 Sep 2020 19:04:10 +0000 (13:04 -0600)]
Add a changelog entry.
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.