]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoMerge pull request #11010 from bangerth/docx
Daniel Arndt [Tue, 6 Oct 2020 01:46:39 +0000 (21:46 -0400)]
Merge pull request #11010 from bangerth/docx

Minor doc update.

3 years agoMerge pull request #11009 from zjiaqi2018/third_order_ssp_rk
Bruno Turcksin [Tue, 6 Oct 2020 00:54:25 +0000 (20:54 -0400)]
Merge pull request #11009 from zjiaqi2018/third_order_ssp_rk

TimeStepping: add SSP RK 3 and convergence tests

3 years agoMinor doc update. 11010/head
Wolfgang Bangerth [Tue, 6 Oct 2020 00:53:18 +0000 (18:53 -0600)]
Minor doc update.

3 years agoMerge pull request #9367 from krishnakumarg1984/fix_addvalue_doc
Wolfgang Bangerth [Tue, 6 Oct 2020 00:51:07 +0000 (18:51 -0600)]
Merge pull request #9367 from krishnakumarg1984/fix_addvalue_doc

fix documentation on add_table. Fixes 9355

3 years agoMerge pull request #11006 from Rombur/fix_include
Daniel Arndt [Mon, 5 Oct 2020 19:06:57 +0000 (15:06 -0400)]
Merge pull request #11006 from Rombur/fix_include

Add missing header

3 years agoMerge pull request #11005 from masterleinad/range_based_particles
Timo Heister [Mon, 5 Oct 2020 17:26:35 +0000 (13:26 -0400)]
Merge pull request #11005 from masterleinad/range_based_particles

Use range-based for loops in ParticleHandler

3 years agoAdd missing header 11006/head
Bruno Turcksin [Mon, 5 Oct 2020 15:55:49 +0000 (15:55 +0000)]
Add missing header

3 years agoUse range-based for loops for ParticleHandler 11005/head
Daniel Arndt [Mon, 5 Oct 2020 14:46:24 +0000 (10:46 -0400)]
Use range-based for loops for ParticleHandler

3 years agoadd ssp rk 3 11009/head
Jiaqi Zhang [Mon, 5 Oct 2020 15:06:00 +0000 (15:06 +0000)]
add ssp rk 3

3 years agoMerge pull request #11002 from kronbichler/simplify_particle_handler
Daniel Arndt [Mon, 5 Oct 2020 14:46:39 +0000 (10:46 -0400)]
Merge pull request #11002 from kronbichler/simplify_particle_handler

Make some more functions in ParticleHandler inline

3 years agoMerge pull request #11001 from kronbichler/mpi_no_compression
Daniel Arndt [Mon, 5 Oct 2020 13:14:09 +0000 (09:14 -0400)]
Merge pull request #11001 from kronbichler/mpi_no_compression

Disable compression in MPI::some_to_some

3 years agoMerge pull request #11004 from kronbichler/geometry_info_use_max
Daniel Arndt [Mon, 5 Oct 2020 13:13:33 +0000 (09:13 -0400)]
Merge pull request #11004 from kronbichler/geometry_info_use_max

Use min/max rather than if statements

3 years agoUse min/max rather than if statements 11004/head
Martin Kronbichler [Mon, 5 Oct 2020 10:47:00 +0000 (12:47 +0200)]
Use min/max rather than if statements

3 years agoMake some more functions in ParticleHandler inline 11002/head
Martin Kronbichler [Mon, 5 Oct 2020 07:48:35 +0000 (09:48 +0200)]
Make some more functions in ParticleHandler inline

3 years agoDisable compression in MPI::some_to_some 11001/head
Martin Kronbichler [Mon, 5 Oct 2020 07:44:27 +0000 (09:44 +0200)]
Disable compression in MPI::some_to_some

3 years agoMerge pull request #10992 from kronbichler/affine_cell_approximation
Peter Munch [Sun, 4 Oct 2020 18:49:12 +0000 (20:49 +0200)]
Merge pull request #10992 from kronbichler/affine_cell_approximation

Allow to compute affine approximation on arbitrary set of points

3 years agoChangelog 10992/head
Martin Kronbichler [Sun, 4 Oct 2020 13:12:48 +0000 (15:12 +0200)]
Changelog

3 years agoMerge pull request #10983 from kronbichler/speed_up_real_to_unit_point
Peter Munch [Sat, 3 Oct 2020 22:21:52 +0000 (00:21 +0200)]
Merge pull request #10983 from kronbichler/speed_up_real_to_unit_point

Speed up MappingQGeneric::transform_real_to_unit_cell

3 years agoMerge pull request #10999 from kronbichler/particle_init_remove_quadratic_complexity
Peter Munch [Sat, 3 Oct 2020 22:17:09 +0000 (00:17 +0200)]
Merge pull request #10999 from kronbichler/particle_init_remove_quadratic_complexity

Avoid quadratic complexity in ParticleHandler::insert_global_particles

3 years agoCompile grid_tools.cc in a single file
Martin Kronbichler [Sat, 3 Oct 2020 19:13:18 +0000 (21:13 +0200)]
Compile grid_tools.cc in a single file

3 years agoAdd test case
Martin Kronbichler [Fri, 2 Oct 2020 11:05:37 +0000 (13:05 +0200)]
Add test case

3 years agoAllow to compute affine approximation on arbitrary set of points
Martin Kronbichler [Fri, 2 Oct 2020 10:14:26 +0000 (12:14 +0200)]
Allow to compute affine approximation on arbitrary set of points

3 years agoAvoid quadratic complexity in ParticleHandler::insert_global_particles 10999/head
Martin Kronbichler [Sat, 3 Oct 2020 18:31:25 +0000 (20:31 +0200)]
Avoid quadratic complexity in ParticleHandler::insert_global_particles

3 years agoMerge pull request #10998 from bangerth/factorial
Martin Kronbichler [Sat, 3 Oct 2020 06:59:48 +0000 (08:59 +0200)]
Merge pull request #10998 from bangerth/factorial

Use the correct English terminology: factorial.

3 years agoMerge pull request #10988 from kronbichler/remove_redundant_code
David Wells [Fri, 2 Oct 2020 21:53:58 +0000 (17:53 -0400)]
Merge pull request #10988 from kronbichler/remove_redundant_code

MappingQGeneric: Remove redundant code for shape function evaluation

3 years agoUse the correct English terminology: factorial. 10998/head
Wolfgang Bangerth [Fri, 2 Oct 2020 21:52:24 +0000 (15:52 -0600)]
Use the correct English terminology: factorial.

3 years agoMerge pull request #10976 from tjhei/simplify_periodic_logic
Wolfgang Bangerth [Fri, 2 Oct 2020 21:49:28 +0000 (15:49 -0600)]
Merge pull request #10976 from tjhei/simplify_periodic_logic

code cleanup periodic face accessors

3 years agoMerge pull request #10996 from tjhei/cell_id_from_string
David Wells [Fri, 2 Oct 2020 21:41:00 +0000 (17:41 -0400)]
Merge pull request #10996 from tjhei/cell_id_from_string

constructor CellId from string

3 years agoMerge pull request #10783 from peterrum/use_fe_faceno
Matthias Maier [Fri, 2 Oct 2020 21:29:39 +0000 (16:29 -0500)]
Merge pull request #10783 from peterrum/use_fe_faceno

Pass face_no to FE functions

3 years agoMerge pull request #10995 from tjhei/global_coarsen
Peter Munch [Fri, 2 Oct 2020 21:16:58 +0000 (23:16 +0200)]
Merge pull request #10995 from tjhei/global_coarsen

implement Tria::coarsen_global()

3 years agoMerge pull request #10994 from kronbichler/improve_polynomial
Peter Munch [Fri, 2 Oct 2020 19:19:03 +0000 (21:19 +0200)]
Merge pull request #10994 from kronbichler/improve_polynomial

Slightly improve evaluation of polynomial

3 years agocode cleanup periodic face accessors 10976/head
Timo Heister [Mon, 28 Sep 2020 18:18:47 +0000 (14:18 -0400)]
code cleanup periodic face accessors

3 years agoconstructor CellId from string 10996/head
Timo Heister [Thu, 1 Oct 2020 19:34:08 +0000 (15:34 -0400)]
constructor CellId from string

3 years agoimplement Tria::coarsen_global() 10995/head
Timo Heister [Thu, 1 Oct 2020 17:32:51 +0000 (13:32 -0400)]
implement Tria::coarsen_global()

3 years agoMerge pull request #10980 from bangerth/pgauss
Peter Munch [Fri, 2 Oct 2020 16:28:15 +0000 (18:28 +0200)]
Merge pull request #10980 from bangerth/pgauss

Rename Simplex::PGauss to Simplex::QGauss.

3 years agoMerge pull request #10993 from peterrum/doxygen_comments
Daniel Arndt [Fri, 2 Oct 2020 16:11:04 +0000 (12:11 -0400)]
Merge pull request #10993 from peterrum/doxygen_comments

Fix doxygen comments

3 years agoSlightly improve evaluation of polynomial 10994/head
Martin Kronbichler [Fri, 2 Oct 2020 16:03:57 +0000 (18:03 +0200)]
Slightly improve evaluation of polynomial

3 years agoFix doxygen comments 10993/head
Peter Munch [Fri, 2 Oct 2020 15:07:10 +0000 (17:07 +0200)]
Fix doxygen comments

3 years agoAdd shortcut for linear shape functions 10983/head
Martin Kronbichler [Wed, 30 Sep 2020 19:43:19 +0000 (21:43 +0200)]
Add shortcut for linear shape functions

3 years agoChangelog
Martin Kronbichler [Wed, 30 Sep 2020 07:36:33 +0000 (09:36 +0200)]
Changelog

3 years agoUse tensor product form in transform_real_to_unit_cell
Martin Kronbichler [Wed, 30 Sep 2020 07:33:53 +0000 (09:33 +0200)]
Use tensor product form in transform_real_to_unit_cell

3 years agoMerge pull request #10987 from kronbichler/particle_inline
Wolfgang Bangerth [Thu, 1 Oct 2020 17:19:45 +0000 (11:19 -0600)]
Merge pull request #10987 from kronbichler/particle_inline

Make accessor functions of particles inline

3 years agoAdd inline keyword 10987/head
Martin Kronbichler [Thu, 1 Oct 2020 15:28:45 +0000 (17:28 +0200)]
Add inline keyword

3 years agoMappingQGeneric: Remove redundant code for shape function evaluation 10988/head
Martin Kronbichler [Thu, 1 Oct 2020 11:28:34 +0000 (13:28 +0200)]
MappingQGeneric: Remove redundant code for shape function evaluation

3 years agoMerge pull request #10973 from bangerth/svg
Martin Kronbichler [Thu, 1 Oct 2020 06:48:12 +0000 (08:48 +0200)]
Merge pull request #10973 from bangerth/svg

Implement BlockSparsityPattern::print_svg().

3 years agoMerge pull request #10985 from elauksap/simplex_rename_test_output
Martin Kronbichler [Thu, 1 Oct 2020 06:45:03 +0000 (08:45 +0200)]
Merge pull request #10985 from elauksap/simplex_rename_test_output

Rename test output for consistency

3 years agoMake accessor functions of particles inline
Martin Kronbichler [Thu, 1 Oct 2020 06:38:52 +0000 (08:38 +0200)]
Make accessor functions of particles inline

3 years agoMerge pull request #10981 from bangerth/trapez
Timo Heister [Wed, 30 Sep 2020 17:54:51 +0000 (13:54 -0400)]
Merge pull request #10981 from bangerth/trapez

Deprecate QTrapez and rename it to QTrapezoid

3 years agoLeave a comment. 10981/head
Wolfgang Bangerth [Wed, 30 Sep 2020 14:27:43 +0000 (08:27 -0600)]
Leave a comment.

3 years agoMerge pull request #10984 from kronbichler/fix_step-48
Timo Heister [Wed, 30 Sep 2020 14:02:29 +0000 (10:02 -0400)]
Merge pull request #10984 from kronbichler/fix_step-48

step-48: Reset ghost values in vector after output

3 years agoAllow for the old name in a couple of places.
Wolfgang Bangerth [Tue, 29 Sep 2020 21:44:05 +0000 (15:44 -0600)]
Allow for the old name in a couple of places.

3 years agoAlso update the .gdbinit.py file.
Wolfgang Bangerth [Tue, 29 Sep 2020 21:38:22 +0000 (15:38 -0600)]
Also update the .gdbinit.py file.

3 years agoAdd a changelog entry.
Wolfgang Bangerth [Tue, 29 Sep 2020 03:24:06 +0000 (21:24 -0600)]
Add a changelog entry.

3 years agoRename QTrapez to QTrapezoid in tests/.
Wolfgang Bangerth [Tue, 29 Sep 2020 01:38:27 +0000 (19:38 -0600)]
Rename QTrapez to QTrapezoid in tests/.

3 years agoRename QTrapez to QTrapezoid in examples/.
Wolfgang Bangerth [Tue, 29 Sep 2020 01:36:05 +0000 (19:36 -0600)]
Rename QTrapez to QTrapezoid in examples/.

3 years agoRename QTrapez to QTrapezoid in the rest of deal.II.
Wolfgang Bangerth [Tue, 29 Sep 2020 01:35:56 +0000 (19:35 -0600)]
Rename QTrapez to QTrapezoid in the rest of deal.II.

3 years agoRename QTrapez to QTrapezoid.
Wolfgang Bangerth [Tue, 29 Sep 2020 00:26:19 +0000 (18:26 -0600)]
Rename QTrapez to QTrapezoid.

3 years agoImprove referencing to other functions. 10973/head
Wolfgang Bangerth [Tue, 29 Sep 2020 22:18:28 +0000 (16:18 -0600)]
Improve referencing to other functions.

3 years agoAdd a changelog entry.
Wolfgang Bangerth [Fri, 25 Sep 2020 22:02:25 +0000 (16:02 -0600)]
Add a changelog entry.

3 years agoAdd tests.
Wolfgang Bangerth [Fri, 25 Sep 2020 22:01:05 +0000 (16:01 -0600)]
Add tests.

3 years agoImplement BlockSparsityPattern::print_svg().
Wolfgang Bangerth [Fri, 25 Sep 2020 22:00:45 +0000 (16:00 -0600)]
Implement BlockSparsityPattern::print_svg().

3 years agoRename test output for consistency 10985/head
Pasquale Africa [Wed, 30 Sep 2020 12:48:21 +0000 (12:48 +0000)]
Rename test output for consistency

3 years agoReset ghost values in vector after output 10984/head
Martin Kronbichler [Wed, 30 Sep 2020 11:42:38 +0000 (13:42 +0200)]
Reset ghost values in vector after output

3 years agoMerge pull request #9343 from peterrum/compute_diag
Martin Kronbichler [Wed, 30 Sep 2020 09:38:58 +0000 (11:38 +0200)]
Merge pull request #9343 from peterrum/compute_diag

Compute diagonal with MatrixFree

3 years agoMerge pull request #10982 from bangerth/clarify
Peter Munch [Wed, 30 Sep 2020 06:54:04 +0000 (08:54 +0200)]
Merge pull request #10982 from bangerth/clarify

Do one thing at a time.

3 years agoDo one thing at a time. 10982/head
Wolfgang Bangerth [Tue, 29 Sep 2020 21:59:14 +0000 (15:59 -0600)]
Do one thing at a time.

Specifically, first deal with enumerating degrees of freedom, then with renumbering.
Don't interlace these two operations.

3 years agoMerge pull request #10962 from Rombur/cuda_copy
Daniel Arndt [Tue, 29 Sep 2020 20:49:09 +0000 (16:49 -0400)]
Merge pull request #10962 from Rombur/cuda_copy

3 years agoMerge pull request #10979 from bangerth/doc-18
Timo Heister [Tue, 29 Sep 2020 15:43:41 +0000 (11:43 -0400)]
Merge pull request #10979 from bangerth/doc-18

Update documentation of class Triangulation.

3 years agoAdd overload of copy_to_host() and copy_to_dev() 10962/head
Bruno Turcksin [Thu, 24 Sep 2020 01:18:40 +0000 (01:18 +0000)]
Add overload of copy_to_host() and copy_to_dev()

3 years agoMerge pull request #10977 from tjhei/doc_extrude
Wolfgang Bangerth [Tue, 29 Sep 2020 01:47:38 +0000 (19:47 -0600)]
Merge pull request #10977 from tjhei/doc_extrude

doc: extend extrude_triangulation

3 years agoMove MemorySpaceData to its own file to avoid circular dependency
Bruno Turcksin [Tue, 29 Sep 2020 01:32:49 +0000 (01:32 +0000)]
Move MemorySpaceData to its own file to avoid circular dependency

3 years agoRename Simplex::PGauss to Simplex::QGauss. 10980/head
Wolfgang Bangerth [Mon, 28 Sep 2020 23:54:25 +0000 (17:54 -0600)]
Rename Simplex::PGauss to Simplex::QGauss.

3 years agoUpdate documentation of class Triangulation. 10979/head
Wolfgang Bangerth [Mon, 28 Sep 2020 22:58:43 +0000 (16:58 -0600)]
Update documentation of class Triangulation.

3 years agodoc: extend extrude_triangulation 10977/head
Timo Heister [Mon, 28 Sep 2020 20:34:05 +0000 (16:34 -0400)]
doc: extend extrude_triangulation

3 years agoCompute diagonal with MatrixFree 9343/head
Peter Munch [Sun, 12 Jan 2020 10:14:21 +0000 (11:14 +0100)]
Compute diagonal with MatrixFree

3 years agoMerge pull request #10958 from zjiaqi2018/fix_timestepping_documentation
Martin Kronbichler [Mon, 28 Sep 2020 07:22:08 +0000 (09:22 +0200)]
Merge pull request #10958 from zjiaqi2018/fix_timestepping_documentation

Documentation: complete Enumerator tables

3 years agoMerge pull request #10974 from peterrum/gc_factory
Martin Kronbichler [Mon, 28 Sep 2020 07:03:45 +0000 (09:03 +0200)]
Merge pull request #10974 from peterrum/gc_factory

MGTwoLevelTransfer: define CellTransfer(Factory) recursively

3 years agoMerge pull request #10975 from peterrum/gc_identity
Martin Kronbichler [Mon, 28 Sep 2020 07:03:26 +0000 (09:03 +0200)]
Merge pull request #10975 from peterrum/gc_identity

MGTwoLevelTransfer: specialization for identity...

3 years agoMGTwoLevelTransfer: specialization for identity 10975/head
Peter Munch [Sat, 26 Sep 2020 12:56:13 +0000 (14:56 +0200)]
MGTwoLevelTransfer: specialization for identity

3 years agoDefine CellTransfer(Factory) recursivly 10974/head
Peter Munch [Sat, 26 Sep 2020 12:05:38 +0000 (14:05 +0200)]
Define CellTransfer(Factory) recursivly

3 years agoMerge pull request #10967 from peterrum/gc_system
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

3 years agoEnable MGTwoLevelTransfer for FESystem 10967/head
Peter Munch [Fri, 25 Sep 2020 06:40:05 +0000 (08:40 +0200)]
Enable MGTwoLevelTransfer for FESystem

3 years agoMerge pull request #10966 from peterrum/gc_default
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

3 years agoEnable MGTwoLevelTransfer for non-precompiled p-coarsening sequences 10966/head
Peter Munch [Thu, 24 Sep 2020 20:24:46 +0000 (22:24 +0200)]
Enable MGTwoLevelTransfer for non-precompiled p-coarsening sequences

3 years agoMerge pull request #10972 from bangerth/simplify
David Wells [Fri, 25 Sep 2020 22:48:36 +0000 (18:48 -0400)]
Merge pull request #10972 from bangerth/simplify

Slightly simplify some code.

3 years agoMerge pull request #10964 from peterrum/mg_level_object_args
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

3 years agoSlightly simplify some code. 10972/head
Wolfgang Bangerth [Fri, 25 Sep 2020 21:19:37 +0000 (15:19 -0600)]
Slightly simplify some code.

3 years agoMerge pull request #10970 from kronbichler/remove_instantiations
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

3 years agoRemove unnecessary instantiation files 10970/head
Martin Kronbichler [Fri, 25 Sep 2020 14:57:20 +0000 (16:57 +0200)]
Remove unnecessary instantiation files

3 years agoMerge pull request #10965 from peterrum/test_same_name
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

3 years agoEnable tests with same name 10965/head
Peter Munch [Thu, 24 Sep 2020 19:10:47 +0000 (21:10 +0200)]
Enable tests with same name

3 years agoPass optional arguments to MGLevelObject 10964/head
Peter Munch [Thu, 24 Sep 2020 14:19:58 +0000 (16:19 +0200)]
Pass optional arguments to MGLevelObject

3 years agoMerge pull request #10963 from masterleinad/fix_icc_warning
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

3 years agocomplete the tables 10958/head
Jiaqi Zhang [Thu, 24 Sep 2020 15:25:40 +0000 (11:25 -0400)]
complete the tables

3 years agoFix ICC warning when calling GridTools::cell_measure 10963/head
Daniel Arndt [Thu, 24 Sep 2020 12:58:01 +0000 (08:58 -0400)]
Fix ICC warning when calling GridTools::cell_measure

3 years agoMerge pull request #10953 from tjhei/doxygen_subscriptor
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

3 years agoMerge pull request #10960 from bangerth/29
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.

3 years agoMerge pull request #10955 from kronbichler/fix_fe_face_evaluation_read
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

3 years agoMerge pull request #10954 from kronbichler/fix_mf_template
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

3 years agoMerge pull request #10959 from bangerth/logstream
Bruno Turcksin [Thu, 24 Sep 2020 01:29:41 +0000 (21:29 -0400)]
Merge pull request #10959 from bangerth/logstream


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.