]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoMerge pull request #8350 from drwells/remove-2type-structs
Martin Kronbichler [Sun, 7 Jul 2019 14:05:16 +0000 (16:05 +0200)]
Merge pull request #8350 from drwells/remove-2type-structs

Remove int2type and bool2type.

5 years agoRemove int2type and bool2type. 8350/head
David Wells [Sun, 7 Jul 2019 00:02:03 +0000 (20:02 -0400)]
Remove int2type and bool2type.

These were deprecated in 9.0 and are internal anyway.

5 years agoMerge pull request #8344 from tamiko/update_ctest_configuration
Matthias Maier [Fri, 5 Jul 2019 14:10:22 +0000 (09:10 -0500)]
Merge pull request #8344 from tamiko/update_ctest_configuration

CMake: Update CTest configuration

5 years agoCMake: Update CTest configuration 8344/head
Matthias Maier [Fri, 5 Jul 2019 12:43:59 +0000 (07:43 -0500)]
CMake: Update CTest configuration

 * Change server name to the new variant ctest.43-1.org

 * Use the CTEST_UPDATE mechanism instead of handwriting an Update.xml.
   This is necessary for cdash-2.6.0 support...

5 years agoMerge pull request #8343 from luca-heltai/fix-compilation-issue
Martin Kronbichler [Thu, 4 Jul 2019 19:59:16 +0000 (21:59 +0200)]
Merge pull request #8343 from luca-heltai/fix-compilation-issue

Fix compilation of loop.h with some versions of clang.

5 years agoFix compilation of loop.h with some versions of clang. 8343/head
Luca Heltai [Thu, 4 Jul 2019 13:17:51 +0000 (15:17 +0200)]
Fix compilation of loop.h with some versions of clang.

5 years agoMerge pull request #8340 from kronbichler/fix_intrinsics_include 8345/head
Daniel Arndt [Thu, 4 Jul 2019 12:39:07 +0000 (08:39 -0400)]
Merge pull request #8340 from kronbichler/fix_intrinsics_include

Fix include to intrinsics

5 years agoFix include to intrinsics 8340/head
Martin Kronbichler [Thu, 4 Jul 2019 07:30:43 +0000 (09:30 +0200)]
Fix include to intrinsics

5 years agoMerge pull request #8339 from Rombur/fix_numpy
Martin Kronbichler [Wed, 3 Jul 2019 19:56:47 +0000 (21:56 +0200)]
Merge pull request #8339 from Rombur/fix_numpy

Fix a bug in print_as_numpy_arrays

5 years agoFix a bug in print_as_numpy_arrays 8339/head
Bruno Turcksin [Wed, 3 Jul 2019 16:05:45 +0000 (16:05 +0000)]
Fix a bug in print_as_numpy_arrays

The entries in the matrix where not printed correctly. Change the test
so that the entries are not integer anymore.

5 years agoMerge pull request #8336 from bangerth/update
Daniel Arndt [Tue, 2 Jul 2019 19:13:29 +0000 (15:13 -0400)]
Merge pull request #8336 from bangerth/update

Add a couple of comments to functions in utilities.cc.

5 years agoAdd a couple of comments to functions in utilities.cc. 8336/head
Wolfgang Bangerth [Tue, 2 Jul 2019 15:09:39 +0000 (09:09 -0600)]
Add a couple of comments to functions in utilities.cc.

5 years agoMerge pull request #8334 from drwells/fix-instantiation
Daniel Arndt [Sun, 30 Jun 2019 14:30:41 +0000 (10:30 -0400)]
Merge pull request #8334 from drwells/fix-instantiation

Fix a template instantiation.

5 years agoFix a template instantiation. 8334/head
David Wells [Sun, 30 Jun 2019 11:55:32 +0000 (07:55 -0400)]
Fix a template instantiation.

This doesn't compile without complex value support.

5 years agoMerge pull request #8333 from kronbichler/doc_chebyshev
Timo Heister [Fri, 28 Jun 2019 10:27:02 +0000 (11:27 +0100)]
Merge pull request #8333 from kronbichler/doc_chebyshev

Fix three typos in documentation of PreconditionChebyshev

5 years agoMerge pull request #8332 from masterleinad/replace_boost_random
Timo Heister [Fri, 28 Jun 2019 10:26:02 +0000 (11:26 +0100)]
Merge pull request #8332 from masterleinad/replace_boost_random

Revert #8312: Replace boost random

5 years agoFix three typos in documentation of PreconditionChebyshev 8333/head
Martin Kronbichler [Fri, 28 Jun 2019 10:06:56 +0000 (12:06 +0200)]
Fix three typos in documentation of PreconditionChebyshev

5 years agoMerge pull request #8328 from kronbichler/improve_vectorized_transpose_avx512
Daniel Arndt [Thu, 27 Jun 2019 23:10:11 +0000 (19:10 -0400)]
Merge pull request #8328 from kronbichler/improve_vectorized_transpose_avx512

Improve vectorized transpose with AVX-512

5 years agoUse std::iota, document problems 8332/head
Daniel Arndt [Thu, 27 Jun 2019 20:20:10 +0000 (16:20 -0400)]
Use std::iota, document problems

5 years agoRevert "Replace boost::random"
Daniel Arndt [Thu, 27 Jun 2019 14:15:49 +0000 (10:15 -0400)]
Revert "Replace boost::random"

This reverts commit 202dd21cb5cdc468a3ad6a7acaa5201658bd1a88.

5 years agoRevert "Add alternate output files."
Daniel Arndt [Thu, 27 Jun 2019 14:15:31 +0000 (10:15 -0400)]
Revert "Add alternate output files."

This reverts commit 68656c3764b03c06a2eff65cdd75f7f794d9793b.

5 years agoMerge pull request #8299 from Rombur/python_dump
Bruno Turcksin [Thu, 27 Jun 2019 12:24:27 +0000 (08:24 -0400)]
Merge pull request #8299 from Rombur/python_dump

Python print

5 years agoRename print_numpy_array functions to print_as_numpy_array and 8299/head
Bruno Turcksin [Wed, 26 Jun 2019 21:21:56 +0000 (17:21 -0400)]
Rename print_numpy_array functions to print_as_numpy_array and
print_as_numpy_array

5 years agoMerge pull request #8330 from bangerth/65
Martin Kronbichler [Wed, 26 Jun 2019 08:31:03 +0000 (10:31 +0200)]
Merge pull request #8330 from bangerth/65

Minor changes to step-65.

5 years agoMinor changes to step-65. 8330/head
Wolfgang Bangerth [Wed, 26 Jun 2019 01:00:27 +0000 (19:00 -0600)]
Minor changes to step-65.

5 years agoUpdate comments 8328/head
Martin Kronbichler [Mon, 24 Jun 2019 12:33:43 +0000 (14:33 +0200)]
Update comments

5 years agoMerge pull request #8329 from bangerth/geodyn
Martin Kronbichler [Tue, 25 Jun 2019 05:51:21 +0000 (07:51 +0200)]
Merge pull request #8329 from bangerth/geodyn

Update a documentation page.

5 years agoUpdate a documentation page. 8329/head
Wolfgang Bangerth [Mon, 24 Jun 2019 21:55:46 +0000 (15:55 -0600)]
Update a documentation page.

5 years agoMerge pull request #8327 from bangerth/65
Martin Kronbichler [Mon, 24 Jun 2019 14:29:48 +0000 (16:29 +0200)]
Merge pull request #8327 from bangerth/65

Some updates to the introduction of step-65.

5 years agoLeave more references to step-65 in a variety of places. 8327/head
Wolfgang Bangerth [Sun, 23 Jun 2019 21:54:03 +0000 (15:54 -0600)]
Leave more references to step-65 in a variety of places.

5 years agoChangelog
Martin Kronbichler [Mon, 24 Jun 2019 09:53:38 +0000 (11:53 +0200)]
Changelog

5 years agoImprove implementation of vectorized transpose with AVX-512
Martin Kronbichler [Mon, 24 Jun 2019 09:51:12 +0000 (11:51 +0200)]
Improve implementation of vectorized transpose with AVX-512

5 years agoMerge pull request #8312 from masterleinad/replace_boost_random
Daniel Arndt [Mon, 24 Jun 2019 02:34:45 +0000 (22:34 -0400)]
Merge pull request #8312 from masterleinad/replace_boost_random

Replace boost::random

5 years agoWord smith some of the introduction of step-65.
Wolfgang Bangerth [Sun, 23 Jun 2019 21:53:47 +0000 (15:53 -0600)]
Word smith some of the introduction of step-65.

5 years agoAdd alternate output files. 8312/head
David Wells [Tue, 18 Jun 2019 21:09:10 +0000 (17:09 -0400)]
Add alternate output files.

5 years agoReplace boost::random
Daniel Arndt [Sun, 9 Jun 2019 15:16:02 +0000 (17:16 +0200)]
Replace boost::random

5 years agoMerge pull request #8322 from dangars/complex_project_boundary_values_curl
Daniel Arndt [Sat, 22 Jun 2019 12:37:04 +0000 (08:37 -0400)]
Merge pull request #8322 from dangars/complex_project_boundary_values_curl

Complex project_boundary_values_curl

5 years agoAdd changelog 8322/head
Daniel Garcia-Sanchez [Sat, 22 Jun 2019 09:50:02 +0000 (11:50 +0200)]
Add changelog

5 years agoAdd test for std::complex project_boundary_values_curl_conforming_l2
Daniel Garcia-Sanchez [Sat, 22 Jun 2019 09:39:12 +0000 (11:39 +0200)]
Add test for std::complex project_boundary_values_curl_conforming_l2

5 years agoAdd test for std::complex cross_product_3d
Daniel Garcia-Sanchez [Sat, 22 Jun 2019 09:14:34 +0000 (11:14 +0200)]
Add test for std::complex cross_product_3d

5 years agoAdd std::complex project_boundary_values_curl_conforming_l2
Daniel Garcia-Sanchez [Sat, 22 Jun 2019 08:44:47 +0000 (10:44 +0200)]
Add std::complex project_boundary_values_curl_conforming_l2

5 years agoAdd cross_product_3d between std::complex<number> and number
Daniel Garcia-Sanchez [Sat, 22 Jun 2019 07:08:29 +0000 (09:08 +0200)]
Add cross_product_3d between std::complex<number> and number

5 years agoMerge pull request #8326 from bangerth/indent
Daniel Arndt [Thu, 20 Jun 2019 22:57:29 +0000 (18:57 -0400)]
Merge pull request #8326 from bangerth/indent

Indent comments.

5 years agoIndent comments. 8326/head
Wolfgang Bangerth [Thu, 20 Jun 2019 22:47:19 +0000 (16:47 -0600)]
Indent comments.

5 years agoMerge pull request #8324 from masterleinad/remove_unused_symmetric_tensor
David Wells [Thu, 20 Jun 2019 19:33:49 +0000 (15:33 -0400)]
Merge pull request #8324 from masterleinad/remove_unused_symmetric_tensor

Remove unused variables in the SymmetricTensor headers

5 years agoRemove unused variables in the SymmetricTensor headers 8324/head
Daniel Arndt [Thu, 20 Jun 2019 14:03:56 +0000 (10:03 -0400)]
Remove unused variables in the SymmetricTensor headers

5 years agoMerge pull request #8058 from kronbichler/step-64
David Wells [Wed, 19 Jun 2019 18:56:14 +0000 (14:56 -0400)]
Merge pull request #8058 from kronbichler/step-64

Step-65: Handling expensive manifolds

5 years agoUpdate memory consumption 8058/head
Martin Kronbichler [Thu, 13 Jun 2019 10:03:01 +0000 (12:03 +0200)]
Update memory consumption

5 years agoAdd a few tests
Martin Kronbichler [Thu, 6 Jun 2019 11:49:03 +0000 (13:49 +0200)]
Add a few tests

5 years agoAdd changelog and link in tutorial
Martin Kronbichler [Thu, 6 Jun 2019 10:00:04 +0000 (12:00 +0200)]
Add changelog and link in tutorial

5 years agoDocument computational results
Martin Kronbichler [Thu, 6 Jun 2019 09:04:47 +0000 (11:04 +0200)]
Document computational results

5 years agoWrite in-code comments
Martin Kronbichler [Wed, 5 Jun 2019 16:28:57 +0000 (18:28 +0200)]
Write in-code comments

5 years agoWrite introduction
Martin Kronbichler [Tue, 4 Jun 2019 14:26:44 +0000 (16:26 +0200)]
Write introduction

5 years agoInclude missing header files
Daniel Arndt [Tue, 18 Jun 2019 15:45:23 +0000 (11:45 -0400)]
Include missing header files

5 years agoMerge pull request #8320 from StefanoDominici89/fix-issue7928
Daniel Arndt [Mon, 17 Jun 2019 14:40:29 +0000 (10:40 -0400)]
Merge pull request #8320 from StefanoDominici89/fix-issue7928

Fix compilation on MSVS 2017

5 years agoModification to fix #7928 on MSVS 2017 8320/head
Stefano Dominici [Mon, 17 Jun 2019 09:09:02 +0000 (11:09 +0200)]
Modification to fix #7928 on MSVS 2017

Added namespace `dealii::` in front of `internal`.

5 years agoMerge pull request #8305 from marcfehling/soltrans-hpdynamic-3
Daniel Arndt [Fri, 14 Jun 2019 14:43:52 +0000 (10:43 -0400)]
Merge pull request #8305 from marcfehling/soltrans-hpdynamic-3

 Unify coarsening properties for cell characteristics.

5 years agoUnify coarsening properties for cell characteristics. 8305/head
marcfehling [Thu, 6 Jun 2019 09:10:11 +0000 (11:10 +0200)]
Unify coarsening properties for cell characteristics.

5 years agoMerge pull request #8144 from tjhei/update_check_scripts
David Wells [Thu, 13 Jun 2019 13:54:44 +0000 (09:54 -0400)]
Merge pull request #8144 from tjhei/update_check_scripts

update python tools scripts

5 years agoMerge pull request #8318 from kronbichler/remove_tria_boundary
David Wells [Thu, 13 Jun 2019 13:45:51 +0000 (09:45 -0400)]
Merge pull request #8318 from kronbichler/remove_tria_boundary

Remove deprecated tria_boundary*.h

5 years agoMerge pull request #8308 from kronbichler/fix_mpiexec_preflags
Martin Kronbichler [Thu, 13 Jun 2019 11:31:01 +0000 (13:31 +0200)]
Merge pull request #8308 from kronbichler/fix_mpiexec_preflags

Correct reading in MPIEXEC_PREFLAGS containing spaces

5 years agoAdd step-65
Martin Kronbichler [Thu, 9 May 2019 16:32:55 +0000 (18:32 +0200)]
Add step-65

5 years agoAdd class MappingQCache
Martin Kronbichler [Thu, 9 May 2019 16:32:19 +0000 (18:32 +0200)]
Add class MappingQCache

5 years agoRemove deprecated tria_boundary*.h 8318/head
Martin Kronbichler [Thu, 13 Jun 2019 08:32:24 +0000 (10:32 +0200)]
Remove deprecated tria_boundary*.h

5 years agocommand line conversion for MPIEXEC_PREFLAGS and MPIEXEC_POSTFLAGS 8308/head
Matthias Maier [Sun, 9 Jun 2019 20:14:53 +0000 (15:14 -0500)]
command line conversion for MPIEXEC_PREFLAGS and MPIEXEC_POSTFLAGS

5 years agoAdd changelog entry
Bruno Turcksin [Sun, 2 Jun 2019 23:07:06 +0000 (19:07 -0400)]
Add changelog entry

5 years agoAdd test to check that a sparse matrix can be print in a format readable by numpy
Bruno Turcksin [Sun, 2 Jun 2019 22:58:32 +0000 (18:58 -0400)]
Add test to check that a sparse matrix can be print in a format readable by numpy

5 years agoAdd function to print a sparse matrix in a format readable by numpy
Bruno Turcksin [Sun, 2 Jun 2019 22:58:10 +0000 (18:58 -0400)]
Add function to print a sparse matrix in a format readable by numpy

5 years agoAdd test to check that the vector can be print in a format readable by numpy
Bruno Turcksin [Sun, 2 Jun 2019 22:51:26 +0000 (18:51 -0400)]
Add test to check that the vector can be print in a format readable by numpy

5 years agoAdd function to print vector in a format readable by numpy
Bruno Turcksin [Sun, 2 Jun 2019 22:50:47 +0000 (18:50 -0400)]
Add function to print vector in a format readable by numpy

5 years agoMerge pull request #8317 from tjhei/doxygen_step_63_table_newline
Martin Kronbichler [Wed, 12 Jun 2019 11:43:39 +0000 (13:43 +0200)]
Merge pull request #8317 from tjhei/doxygen_step_63_table_newline

Doxygen: step 63 table newline

5 years agoremove space in step-63 dox 8317/head
Timo Heister [Wed, 12 Jun 2019 09:36:39 +0000 (11:36 +0200)]
remove space in step-63 dox

this trips up doxygen and messes up formatting

5 years agosome pylint complaints 8144/head
Timo Heister [Wed, 12 Jun 2019 09:31:38 +0000 (11:31 +0200)]
some pylint complaints

5 years agoaddress comments
Timo Heister [Wed, 12 Jun 2019 09:27:17 +0000 (11:27 +0200)]
address comments

5 years agoupdate python tools scripts
Timo Heister [Mon, 13 May 2019 18:01:47 +0000 (12:01 -0600)]
update python tools scripts

- also check for empty lines in html tables
- improve one of the error messages

5 years agoMerge pull request #8315 from kronbichler/fix_changelog_typo
David Wells [Tue, 11 Jun 2019 13:28:39 +0000 (09:28 -0400)]
Merge pull request #8315 from kronbichler/fix_changelog_typo

Fix typo and language inaccuracy in 9.1 changelog

5 years agoFix typo and language inaccuracy in 9.1 changelog 8315/head
Martin Kronbichler [Tue, 11 Jun 2019 12:42:24 +0000 (14:42 +0200)]
Fix typo and language inaccuracy in 9.1 changelog

5 years agoMerge pull request #8302 from mathsen/extract_dofs_parallel
Daniel Arndt [Tue, 11 Jun 2019 01:15:14 +0000 (21:15 -0400)]
Merge pull request #8302 from mathsen/extract_dofs_parallel

Changed extract_dofs so that it works in parallel

5 years agoFixed regression with older compilers 8302/head
Mathias Anselmann [Sun, 9 Jun 2019 07:57:34 +0000 (09:57 +0200)]
Fixed regression with older compilers

5 years agoMerge pull request #8311 from kronbichler/fixup_pr8298
David Wells [Sun, 9 Jun 2019 02:45:00 +0000 (22:45 -0400)]
Merge pull request #8311 from kronbichler/fixup_pr8298

Avoid unused variable in dof_handler_policy.cc

5 years agoMerge pull request #8310 from adam4130/step-63-shuffle
Martin Kronbichler [Sat, 8 Jun 2019 19:37:05 +0000 (21:37 +0200)]
Merge pull request #8310 from adam4130/step-63-shuffle

Use std::shuffle

5 years agoAvoid unused variable 8311/head
Martin Kronbichler [Sat, 8 Jun 2019 19:31:29 +0000 (21:31 +0200)]
Avoid unused variable

5 years agoMake incompatibility more clear
Martin Kronbichler [Sat, 8 Jun 2019 19:31:11 +0000 (21:31 +0200)]
Make incompatibility more clear

5 years agoInclude the algorithm library 8310/head
adam4130 [Sat, 8 Jun 2019 14:11:07 +0000 (08:11 -0600)]
Include the algorithm library

5 years agoMerge pull request #8304 from marcfehling/soltrans-dominate
Martin Kronbichler [Sat, 8 Jun 2019 07:18:39 +0000 (09:18 +0200)]
Merge pull request #8304 from marcfehling/soltrans-dominate

Apply FEDomination algorithm on non-distributed SolutionTransfer.

5 years agoUse std::shuffle
adam4130 [Sat, 8 Jun 2019 04:15:05 +0000 (22:15 -0600)]
Use std::shuffle

5 years agoMerge pull request #8298 from kronbichler/mpi_exscan
Daniel Arndt [Fri, 7 Jun 2019 15:10:47 +0000 (11:10 -0400)]
Merge pull request #8298 from kronbichler/mpi_exscan

Replace MPI_Allgather by MPI_Exscan

5 years agofixed typo in include guard
Mathias Anselmann [Fri, 7 Jun 2019 12:33:14 +0000 (14:33 +0200)]
fixed typo in include guard

5 years agoadded mpirun=1 so that test 12a just runs with MPI
Mathias Anselmann [Fri, 7 Jun 2019 10:05:40 +0000 (12:05 +0200)]
added mpirun=1 so that test 12a just runs with MPI

5 years agoUse new compute_... functions in tutorial steps 8298/head
Martin Kronbichler [Fri, 7 Jun 2019 09:42:01 +0000 (11:42 +0200)]
Use new compute_... functions in tutorial steps

5 years agoUse new compute_locally_owned_dofs_per_processor
Martin Kronbichler [Mon, 3 Jun 2019 12:10:02 +0000 (14:10 +0200)]
Use new compute_locally_owned_dofs_per_processor

5 years agoAdd changelog
Martin Kronbichler [Mon, 3 Jun 2019 11:34:55 +0000 (13:34 +0200)]
Add changelog

5 years agoAdapt tests to the new compute_..._per_processor() functions
Martin Kronbichler [Mon, 3 Jun 2019 11:34:43 +0000 (13:34 +0200)]
Adapt tests to the new compute_..._per_processor() functions

5 years agoBackwards compatibility for locally_owned_dofs_per_processor
Martin Kronbichler [Mon, 3 Jun 2019 09:44:42 +0000 (11:44 +0200)]
Backwards compatibility for locally_owned_dofs_per_processor

5 years agoUpdate tests with respect to locally_owned_dofs_per_processor
Martin Kronbichler [Fri, 31 May 2019 21:07:15 +0000 (23:07 +0200)]
Update tests with respect to locally_owned_dofs_per_processor

5 years agoReplace MPI_Allgather by MPI_Exscan
Martin Kronbichler [Fri, 31 May 2019 16:30:47 +0000 (18:30 +0200)]
Replace MPI_Allgather by MPI_Exscan

Do not store the index sets of all processors on each processor.
Fill them on demand.

5 years agoForgot to push dof_tools_common_fake_hp.h in last commit
Mathias Anselmann [Fri, 7 Jun 2019 09:25:02 +0000 (11:25 +0200)]
Forgot to push dof_tools_common_fake_hp.h in last commit

5 years agoRenamed dof_tools_fake.inst.in, added changelog entry
Mathias Anselmann [Fri, 7 Jun 2019 05:49:28 +0000 (07:49 +0200)]
Renamed dof_tools_fake.inst.in, added changelog entry

5 years agoIndendation...
Mathias Anselmann [Thu, 6 Jun 2019 21:57:59 +0000 (23:57 +0200)]
Indendation...

5 years agoUpdate so that extract_dofs() doesn't depend on dim or spacedim template parameters...
Mathias Anselmann [Thu, 6 Jun 2019 21:46:40 +0000 (23:46 +0200)]
Update so that extract_dofs() doesn't depend on dim or spacedim template parameters anymore. Unifying test suite, with the hope to make things easier in the future.


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.