]>
https://gitweb.dealii.org/ - dealii.git/log
David Wells [Sat, 22 May 2021 13:56:29 +0000 (09:56 -0400)]
Merge pull request #12277 from masterleinad/fix_inline
Fix functions that should be inline in *.templates.h files
Martin Kronbichler [Sat, 22 May 2021 11:43:18 +0000 (13:43 +0200)]
Merge pull request #12279 from peterrum/tria_policy_copy
Clone policy in Triangulation
Peter Munch [Sat, 22 May 2021 07:02:24 +0000 (09:02 +0200)]
Clone policy in Triangulation
David Wells [Sat, 22 May 2021 00:21:39 +0000 (20:21 -0400)]
Merge pull request #12276 from marcfehling/clang-tidy
Fix clang-tidy issues with #12246.
Daniel Arndt [Fri, 21 May 2021 20:59:14 +0000 (16:59 -0400)]
Fix functions that should be inline in *.templates.h files
Marc Fehling [Fri, 21 May 2021 20:15:53 +0000 (14:15 -0600)]
Merge pull request #12261 from bangerth/initlog-2
Use C++11 functionality.
Marc Fehling [Fri, 21 May 2021 20:13:15 +0000 (14:13 -0600)]
Merge pull request #12262 from bangerth/initlog-3
Pass 'true' instead of '1' for a function that takes a 'bool' argument.
Marc Fehling [Fri, 21 May 2021 19:58:10 +0000 (13:58 -0600)]
Merge pull request #12272 from luca-heltai/fix-ida
Fixed naming in IDA.
Marc Fehling [Fri, 21 May 2021 19:34:14 +0000 (13:34 -0600)]
Fix clang-tidy issues with #12246.
David Wells [Fri, 21 May 2021 17:00:28 +0000 (13:00 -0400)]
Merge pull request #12035 from tyand96/step-78
Step 78
Luca Heltai [Fri, 21 May 2021 16:00:02 +0000 (18:00 +0200)]
Fixed naming in IDA.
Luca Heltai [Fri, 21 May 2021 15:55:23 +0000 (17:55 +0200)]
Merge pull request #12266 from bangerth/ida
Minor updates to the SUNDIALS/IDA wrappers.
Luca Heltai [Fri, 21 May 2021 15:24:32 +0000 (17:24 +0200)]
Merge pull request #12254 from luca-heltai/fix-kinsol
Fix kinsol
Daniel Arndt [Fri, 21 May 2021 13:11:08 +0000 (09:11 -0400)]
Merge pull request #12269 from bangerth/aligned-3
Remove a destructor now no longer necessary.
Luca Heltai [Fri, 21 May 2021 12:59:47 +0000 (14:59 +0200)]
Addressed comments by WB.
David Wells [Thu, 20 May 2021 23:55:20 +0000 (19:55 -0400)]
Merge pull request #12260 from bangerth/initlog
Mark a function argument as 'const'.
Wolfgang Bangerth [Tue, 11 May 2021 21:43:18 +0000 (15:43 -0600)]
Remove a destructor now no longer necessary.
Leave the declaration in place but =default it, so that we continue to implement
the rule of 7.
David Wells [Thu, 20 May 2021 21:36:54 +0000 (17:36 -0400)]
Merge pull request #12185 from bangerth/aligned
AlignedVector: Move element destructors into the 'deleter' object.
Wolfgang Bangerth [Thu, 20 May 2021 21:30:57 +0000 (15:30 -0600)]
Merge pull request #12268 from jppelteret/changelogs_01
Add three changelog entries for new tutorials.
Jean-Paul Pelteret [Thu, 20 May 2021 20:01:33 +0000 (22:01 +0200)]
Add three changelog entries for new tutorials.
Wolfgang Bangerth [Thu, 20 May 2021 19:54:48 +0000 (13:54 -0600)]
Minor updates to the SUNDIALS/IDA wrappers.
Wolfgang Bangerth [Thu, 20 May 2021 15:41:31 +0000 (09:41 -0600)]
Mark a function argument as 'const'.
Wolfgang Bangerth [Thu, 20 May 2021 19:22:14 +0000 (13:22 -0600)]
Merge pull request #12258 from gfcas/step_66_update
Step 66 minor doc update
Wolfgang Bangerth [Thu, 20 May 2021 19:21:06 +0000 (13:21 -0600)]
Merge pull request #12264 from mathsen/preparation_gcc_11
small changes which resulted in problems when merging a GCC 11 fix
Wolfgang Bangerth [Tue, 11 May 2021 22:35:54 +0000 (16:35 -0600)]
Add a test.
Wolfgang Bangerth [Tue, 11 May 2021 21:31:19 +0000 (15:31 -0600)]
Add a test.
Wolfgang Bangerth [Tue, 11 May 2021 21:31:02 +0000 (15:31 -0600)]
Move element destructors into the 'deleter' object.
Mathias Anselmann [Thu, 20 May 2021 16:51:38 +0000 (18:51 +0200)]
small changes which resulted in problems when merging a GCC 11 fix
David Wells [Thu, 20 May 2021 16:07:42 +0000 (12:07 -0400)]
Merge pull request #12259 from bangerth/35
Link to new image files in step-35
Wolfgang Bangerth [Thu, 20 May 2021 15:42:43 +0000 (09:42 -0600)]
Pass 'true' instead of '1' for a function that takes a 'bool' argument.
Wolfgang Bangerth [Thu, 20 May 2021 15:42:08 +0000 (09:42 -0600)]
Use C++11 functionality.
Wolfgang Bangerth [Thu, 20 May 2021 14:53:15 +0000 (08:53 -0600)]
Link to new image files.
Luca Heltai [Wed, 19 May 2021 13:19:46 +0000 (15:19 +0200)]
Doc entry.
Luca Heltai [Mon, 17 May 2021 15:40:55 +0000 (17:40 +0200)]
Fix Kinsol interface.
Fabian Castelli [Thu, 20 May 2021 13:11:02 +0000 (15:11 +0200)]
Intro add note on reuse mg_transfer
Fabian Castelli [Thu, 20 May 2021 13:09:32 +0000 (15:09 +0200)]
Indent intro code snippets
Fabian Castelli [Thu, 20 May 2021 13:07:24 +0000 (15:07 +0200)]
Fix solution figure size
Marc Fehling [Thu, 20 May 2021 04:06:54 +0000 (22:06 -0600)]
Merge pull request #12256 from drwells/fix-gcc11-compilation
Fix compilation with GCC11 and minimal dependencies.
Marc Fehling [Thu, 20 May 2021 02:54:58 +0000 (20:54 -0600)]
Merge pull request #12257 from bangerth/35
Fix width of pictures.
Wolfgang Bangerth [Wed, 19 May 2021 22:37:02 +0000 (16:37 -0600)]
Fix width of pictures.
Daniel Arndt [Wed, 19 May 2021 20:12:13 +0000 (16:12 -0400)]
Merge pull request #12255 from drwells/gcc11-nedelec-warnings
Fix some GCC11 warnings.
David Wells [Wed, 19 May 2021 20:11:49 +0000 (16:11 -0400)]
Fix compilation with GCC11 and minimal dependencies.
Tyler A [Wed, 19 May 2021 19:11:12 +0000 (13:11 -0600)]
step-78: Black-Scholes Problem.
David Wells [Wed, 19 May 2021 17:00:24 +0000 (13:00 -0400)]
Fix some GCC11 warnings.
David Wells [Wed, 19 May 2021 15:13:30 +0000 (11:13 -0400)]
Merge pull request #12250 from peterrum/particles_lost
Fix ParticleHandler::sort_particles_into_subdomains_and_cells() for lost particles
David Wells [Wed, 19 May 2021 14:53:01 +0000 (10:53 -0400)]
Merge pull request #12253 from gfcas/add_changelog_step_66
Add changelog entry for step-66
Daniel Arndt [Wed, 19 May 2021 14:33:19 +0000 (10:33 -0400)]
Merge pull request #12251 from kronbichler/fix_warning_array_bounds
MappingQGeneric: Fix warning about array bounds
Fabian Castelli [Wed, 19 May 2021 12:54:20 +0000 (14:54 +0200)]
Add changelog entry
Martin Kronbichler [Wed, 19 May 2021 10:53:30 +0000 (12:53 +0200)]
Merge pull request #12249 from peterrum/vector_tools_include
Include file in vector_tools.h
Martin Kronbichler [Wed, 19 May 2021 10:46:23 +0000 (12:46 +0200)]
MappingQGeneric: Fix warning about array bounds
Peter Munch [Wed, 19 May 2021 06:41:03 +0000 (08:41 +0200)]
Fix ParticleHandler::sort_particles_into_subdomains_and_cells() for lost particles
Peter Munch [Wed, 19 May 2021 04:40:52 +0000 (06:40 +0200)]
Include file in vector_tools.h
Peter Munch [Wed, 19 May 2021 05:47:55 +0000 (07:47 +0200)]
Merge pull request #12245 from peterrum/fpe_mf
Move FEPointEvaluation from fe to matrix_free
Martin Kronbichler [Wed, 19 May 2021 05:08:08 +0000 (07:08 +0200)]
Merge pull request #12234 from masterleinad/fix_particles
Add assert for ParticleHandler when particles to be inserted are not found
Peter Munch [Wed, 19 May 2021 04:13:05 +0000 (06:13 +0200)]
Merge pull request #12239 from tamiko/pr_12201
Merge step-66 - rebased and squashed development branch
Peter Munch [Tue, 18 May 2021 19:40:42 +0000 (21:40 +0200)]
Move FEPointEvaluation from fe to matrix_free
David Wells [Tue, 18 May 2021 22:43:32 +0000 (18:43 -0400)]
Merge pull request #12236 from kronbichler/refactor_fe_point_evaluation
Refactor FEPointEvaluation
Martin Kronbichler [Tue, 18 May 2021 21:30:47 +0000 (23:30 +0200)]
Merge pull request #12199 from peterrum/ca_requesting_processes
Allow to enforce unique mapping in RemotePointEvaluation
Matthias Maier [Tue, 18 May 2021 16:22:52 +0000 (11:22 -0500)]
reindent code
Fabian Castelli [Tue, 21 May 2019 10:33:29 +0000 (12:33 +0200)]
step-66: Implement entire step-66
Timo Heister [Fri, 17 May 2019 16:34:02 +0000 (10:34 -0600)]
step-66: a nonlinear, parallel matrix-free example [WIP]
I am working with Fabian Castelli on a nonlinear, parallel, matrix-free
tutorial. Because this is the second time my chosen tutorial number was
taken, I would like to reserve it with this PR.
Matthias Maier [Tue, 18 May 2021 19:53:18 +0000 (14:53 -0500)]
Merge pull request #12243 from brynbarker/step35
logged step 35 update
Martin Kronbichler [Tue, 18 May 2021 14:05:49 +0000 (16:05 +0200)]
Refactor FEPointEvaluation
Matthias Maier [Tue, 18 May 2021 19:08:52 +0000 (14:08 -0500)]
Merge pull request #12238 from drwells/typos-9.3
Typos 9.3
Peter Munch [Tue, 18 May 2021 19:04:50 +0000 (21:04 +0200)]
Merge pull request #12242 from peterrum/fpe_log
FEPointEvaluation: add change-log entry
Peter Munch [Tue, 18 May 2021 18:40:09 +0000 (20:40 +0200)]
Merge pull request #12233 from kronbichler/optimize_fe_point_evaluation_integrate
Optimize FEPointEvaluation::integrate() with tensor product path
Daniel Arndt [Tue, 18 May 2021 18:31:11 +0000 (14:31 -0400)]
Merge pull request #12240 from tamiko/remove_entries
remove placeholder changes entries
Peter Munch [Tue, 18 May 2021 17:40:44 +0000 (19:40 +0200)]
FEPointEvaluation: add change-log entry
Bryn Balls-Barker [Tue, 18 May 2021 17:35:53 +0000 (13:35 -0400)]
logged step 35 update
Daniel Arndt [Tue, 18 May 2021 16:32:24 +0000 (12:32 -0400)]
Disable particle tests for codimension 1
Matthias Maier [Tue, 18 May 2021 16:02:51 +0000 (11:02 -0500)]
remove placeholder changes entries
Daniel Arndt [Tue, 18 May 2021 15:43:47 +0000 (11:43 -0400)]
Merge pull request #12221 from kronbichler/fix_fe_field_function
Daniel Arndt [Tue, 18 May 2021 12:58:00 +0000 (08:58 -0400)]
Add assert to compute_point_locations_try_all
David Wells [Tue, 18 May 2021 15:02:43 +0000 (11:02 -0400)]
Run codespell
David Wells [Tue, 18 May 2021 14:49:49 +0000 (10:49 -0400)]
Fix double-word typos
Martin Kronbichler [Tue, 18 May 2021 08:25:19 +0000 (10:25 +0200)]
Remove second-order Nedelec and Raviart-Thomas elements
Martin Kronbichler [Sun, 16 May 2021 20:13:13 +0000 (22:13 +0200)]
FEFieldFunction: Detect case when some points were not found
Peter Munch [Wed, 12 May 2021 16:54:06 +0000 (18:54 +0200)]
Allow to enforce unique mapping in RemotePointEvaluation
Martin Kronbichler [Tue, 18 May 2021 07:55:04 +0000 (09:55 +0200)]
Code optimization: Switch some loop bounds in hot loops to int
Martin Kronbichler [Tue, 18 May 2021 07:57:04 +0000 (09:57 +0200)]
Merge pull request #12211 from peterrum/reinit_polynomial_transfer_diff
Accept differently partioned Triangulations in MGTwoLevelTransfer::reinit_polynomial_transfer()
Martin Kronbichler [Mon, 17 May 2021 17:41:57 +0000 (19:41 +0200)]
Optimize FEPointEvaluation::integrate() with tensor product path
Peter Munch [Tue, 18 May 2021 06:29:42 +0000 (08:29 +0200)]
Merge pull request #12235 from peterrum/fpe_zero
FEPointEvaluation::integrate(): zero out solution array also if no points given
Peter Munch [Tue, 18 May 2021 05:11:57 +0000 (07:11 +0200)]
Merge pull request #12214 from jppelteret/vectorization_math_01
Add some more vectorisation math functions
Maximilian Bergbauer [Tue, 18 May 2021 04:31:30 +0000 (06:31 +0200)]
FEPointEvaluation::integrate(): zero out solution array also if no points given
Bruno Turcksin [Tue, 18 May 2021 00:21:42 +0000 (20:21 -0400)]
Merge pull request #12229 from peterrum/n_vector_tests
Test new methods of n_vector
David Wells [Mon, 17 May 2021 22:12:11 +0000 (18:12 -0400)]
Merge pull request #12160 from peterrum/simplex_examples
Add simplex/mixed mesh examples to simplex module page
David Wells [Mon, 17 May 2021 22:11:18 +0000 (18:11 -0400)]
Merge pull request #12230 from peterrum/sudials_copy
Remove sundials/copy.h
Daniel Arndt [Mon, 17 May 2021 20:29:26 +0000 (16:29 -0400)]
Update source/particles/particle_handler.cc
Co-authored-by: Marc Fehling <mafehling.git@gmail.com>
David Wells [Mon, 17 May 2021 20:05:53 +0000 (16:05 -0400)]
Merge pull request #12232 from kronbichler/bugfix_point_eval_linear
Fix bug in FEPointEvaluation for certain linear functions
Peter Munch [Mon, 17 May 2021 13:17:04 +0000 (15:17 +0200)]
Test new methods of n_vector
Peter Munch [Mon, 17 May 2021 13:28:11 +0000 (15:28 +0200)]
Remove sudials/copy.h
Peter Munch [Mon, 17 May 2021 19:15:49 +0000 (21:15 +0200)]
Merge pull request #12200 from luca-heltai/ida-with-sundials-ge-4.0.0
Make IDA work with new sundials.
Peter Munch [Sun, 9 May 2021 10:02:04 +0000 (12:02 +0200)]
Add simplex/mixed mesh examples to simplex module page
Daniel Arndt [Mon, 17 May 2021 16:59:59 +0000 (12:59 -0400)]
Add assert for ParticleHandler
Martin Kronbichler [Mon, 17 May 2021 18:09:26 +0000 (20:09 +0200)]
Merge pull request #12227 from luca-heltai/fix-dirac
Fixed gradient of tensor product cutoff.
Martin Kronbichler [Mon, 17 May 2021 18:08:15 +0000 (20:08 +0200)]
Merge pull request #12226 from peterrum/find_active_cell_around_point_artificial
Add comment to find_active_cell_around_point()
Martin Kronbichler [Mon, 17 May 2021 18:06:59 +0000 (20:06 +0200)]
Merge pull request #12215 from peterrum/fpe_0_test
FEPointEvaluation: test FE_DGQ(0)
Martin Kronbichler [Mon, 17 May 2021 17:36:36 +0000 (19:36 +0200)]
Add tests for linear shape functions
Martin Kronbichler [Mon, 17 May 2021 17:35:59 +0000 (19:35 +0200)]
Fix bug in FEPointEvaluation for certain linear functions
Luca Heltai [Sun, 16 May 2021 09:11:52 +0000 (11:11 +0200)]
Restructured and renamed functions.
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.