]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoFix an issue with CSS on Firefox. 7418/head
David Wells [Mon, 22 Oct 2018 17:39:39 +0000 (13:39 -0400)]
Fix an issue with CSS on Firefox.

Newer versions of Firefox do not use grid-column-gap or grid-row-gap,
when either value is a percentage instead of a fixed length, when
computing the size of the element. This is not unreasonable; the size of
the container depends on the spacing, which in turn depends on the
spacing, so defining lengths is difficult.

Get around this by just specifying absolute sizes for margins. Since
most of our pictures are 500x500 px this is still about 5% anyway.

5 years agoupdate VERSION for release v9.0.1
Matthias Maier [Thu, 11 Oct 2018 20:26:27 +0000 (15:26 -0500)]
update VERSION for release

5 years agoMerge pull request #7333 from tamiko/update_changes
Denis Davydov [Thu, 11 Oct 2018 20:22:21 +0000 (22:22 +0200)]
Merge pull request #7333 from tamiko/update_changes

[9.0.1] Update the changelog file for the release.

5 years agoRemove now obsolete files. 7333/head
Matthias Maier [Thu, 11 Oct 2018 19:42:13 +0000 (14:42 -0500)]
Remove now obsolete files.

5 years agoUpdate the changelog file for the release.
Matthias Maier [Thu, 11 Oct 2018 19:40:18 +0000 (14:40 -0500)]
Update the changelog file for the release.

5 years agoMerge pull request #7279 from masterleinad/takeover_6769
David Wells [Sat, 6 Oct 2018 17:34:26 +0000 (13:34 -0400)]
Merge pull request #7279 from masterleinad/takeover_6769

[9.0.1] Take over #6769

5 years agoMerge pull request #7291 from masterleinad/redo_6658
David Wells [Sat, 6 Oct 2018 16:51:00 +0000 (12:51 -0400)]
Merge pull request #7291 from masterleinad/redo_6658

[9.0.1] Redo #6658

5 years agoMerge pull request #7286 from tamiko/cmake_fixes
David Wells [Sat, 6 Oct 2018 16:47:31 +0000 (12:47 -0400)]
Merge pull request #7286 from tamiko/cmake_fixes

[9.0.1] Redo #7270

5 years agoMerge pull request #7289 from masterleinad/redo_6929
Daniel Arndt [Sat, 6 Oct 2018 05:36:11 +0000 (23:36 -0600)]
Merge pull request #7289 from masterleinad/redo_6929

[9.0.1] Redo #6929

5 years agoCMake: Fix openmpi detection for Clang 7291/head
Matthias Maier [Thu, 24 May 2018 02:49:19 +0000 (21:49 -0500)]
CMake: Fix openmpi detection for Clang

Well, now that Clang has reached the version range of XCode, this cludge
obviously doesn't work any more. (Remember both compiler call themselves
"clang", but Apple insists on a different versioning scheme *sigh*).

Simply remove the version constaints for Clang. If someone hits an issue
with XCode. Well update your compiler to any version younger than 2
years, thanks.

5 years agoIndent 7289/head
Rene Gassmoeller [Thu, 19 Jul 2018 00:51:00 +0000 (17:51 -0700)]
Indent

5 years agoAdd test
Rene Gassmoeller [Thu, 19 Jul 2018 00:48:48 +0000 (17:48 -0700)]
Add test

5 years agoAvoid out of bounds memory access
Rene Gassmoeller [Thu, 19 Jul 2018 00:42:35 +0000 (17:42 -0700)]
Avoid out of bounds memory access

5 years agoMove preprocessor check and add comments 7279/head
Daniel Arndt [Sat, 16 Jun 2018 21:02:29 +0000 (23:02 +0200)]
Move preprocessor check and add comments

5 years agoadd a missing RESET_CMAKE_REQUIRED 7286/head
Matthias Maier [Fri, 5 Oct 2018 23:21:05 +0000 (18:21 -0500)]
add a missing RESET_CMAKE_REQUIRED

5 years agoBugfix: Use DEAL_II_(CXX|LINKER)_FLAGS in checks
Matthias Maier [Thu, 4 Oct 2018 15:53:41 +0000 (10:53 -0500)]
Bugfix: Use DEAL_II_(CXX|LINKER)_FLAGS in checks

5 years agoFix compiling with older Intel compilers
Daniel Arndt [Fri, 15 Jun 2018 16:52:49 +0000 (18:52 +0200)]
Fix compiling with older Intel compilers

5 years agoMerge pull request #7269 from drwells/dealii-9.0-7156
Wolfgang Bangerth [Thu, 4 Oct 2018 15:18:40 +0000 (09:18 -0600)]
Merge pull request #7269 from drwells/dealii-9.0-7156

[9.0] redo 7156

5 years agoFix: 'iota' is not a member of 'std' 7269/head
mwichro [Thu, 6 Sep 2018 15:28:03 +0000 (17:28 +0200)]
Fix: 'iota' is not a member of 'std'

Fixes GCC compilation error:
 /source/base/mpi.cc:129:7: error: 'iota' is not a member of 'std'
That appears on newer gcc

5 years agoMerge pull request #7261 from drwells/fix-petsc-detection
Timo Heister [Wed, 3 Oct 2018 13:42:45 +0000 (09:42 -0400)]
Merge pull request #7261 from drwells/fix-petsc-detection

[9.0.1] fix PETSc detection

5 years agoCMake: FindSLEPC.cmake: Fix regex for version number 7261/head
Matthias Maier [Mon, 1 Oct 2018 18:18:35 +0000 (13:18 -0500)]
CMake: FindSLEPC.cmake: Fix regex for version number

Similarly to what was fixed in #7203, fix the regex to also pick up two
(or more digit) version numbers correctly.

5 years ago*fix* petsc version 3.10 works now too (minor version was found by the regexp as...
Andreas Fink [Mon, 17 Sep 2018 13:48:20 +0000 (15:48 +0200)]
*fix* petsc version 3.10 works now too (minor version was found by the regexp as "0" and not "10")

6 years agoMerge pull request #6591 from davydden/bugfix/quicktest_scalapack_9
Matthias Maier [Mon, 14 May 2018 04:12:15 +0000 (23:12 -0500)]
Merge pull request #6591 from davydden/bugfix/quicktest_scalapack_9

[9.0] take over #6590

6 years agoquick-test: do not use lapack/create_matrix.h in scalapack test 6591/head
Denis Davydov [Sun, 13 May 2018 21:14:11 +0000 (23:14 +0200)]
quick-test: do not use lapack/create_matrix.h in scalapack test

6 years agoMerge pull request #6588 from tamiko/pr_6587
Denis Davydov [Sun, 13 May 2018 18:09:11 +0000 (20:09 +0200)]
Merge pull request #6588 from tamiko/pr_6587

[9.0] take over #6587

6 years agoFix .gitattributes 6588/head
Matthias Maier [Sun, 13 May 2018 17:54:10 +0000 (12:54 -0500)]
Fix .gitattributes

6 years agoupdate VERSION for release v9.0.0
Matthias Maier [Fri, 11 May 2018 21:09:10 +0000 (16:09 -0500)]
update VERSION for release

6 years agoMerge pull request #6580 from tamiko/pr_6567
Denis Davydov [Fri, 11 May 2018 17:30:56 +0000 (19:30 +0200)]
Merge pull request #6580 from tamiko/pr_6567

[9.0] take over #6567

6 years agoMerge pull request #6579 from tamiko/pr_6577
Martin Kronbichler [Fri, 11 May 2018 14:41:36 +0000 (16:41 +0200)]
Merge pull request #6579 from tamiko/pr_6577

[9.0] take over #6577

6 years agoFixed perl regex. 6580/head
Luca Heltai [Thu, 10 May 2018 14:39:08 +0000 (16:39 +0200)]
Fixed perl regex.

6 years agoFixed WB comment. Removed temporaryly the random new style.
Luca Heltai [Thu, 10 May 2018 12:16:57 +0000 (14:16 +0200)]
Fixed WB comment. Removed temporaryly the random new style.

6 years agoAdded div around inlined code.
Luca Heltai [Thu, 10 May 2018 10:02:54 +0000 (12:02 +0200)]
Added div around inlined code.

6 years agoMake sure program2doxygen does not change code blocks
Luca Heltai [Thu, 10 May 2018 08:47:51 +0000 (10:47 +0200)]
Make sure program2doxygen does not change code blocks

6 years agoDisable a test of a functionality that is currently experimental. 6579/head
Martin Kronbichler [Fri, 11 May 2018 06:38:28 +0000 (08:38 +0200)]
Disable a test of a functionality that is currently experimental.

6 years agoMerge pull request #6575 from tamiko/pr_6574
David Wells [Thu, 10 May 2018 20:44:20 +0000 (16:44 -0400)]
Merge pull request #6575 from tamiko/pr_6574

[9.0] take over #6574, #6573

6 years agoUpdate the porting document. 6575/head
David Wells [Thu, 10 May 2018 13:47:46 +0000 (09:47 -0400)]
Update the porting document.

6 years agoUpdate some navbar links.
David Wells [Thu, 10 May 2018 13:38:00 +0000 (09:38 -0400)]
Update some navbar links.

6 years agoMerge pull request #6571 from tamiko/pr_6569
Wolfgang Bangerth [Thu, 10 May 2018 11:20:53 +0000 (06:20 -0500)]
Merge pull request #6571 from tamiko/pr_6569

[9.0] take over #6569

6 years agoDon't use tables in results.dox (copied from step 18) 6571/head
Luca Heltai [Thu, 10 May 2018 09:21:51 +0000 (11:21 +0200)]
Don't use tables in results.dox (copied from step 18)

6 years agoFixed some issues with step-60 doc.
Luca Heltai [Thu, 10 May 2018 07:25:50 +0000 (09:25 +0200)]
Fixed some issues with step-60 doc.

6 years agoMerge pull request #6570 from tamiko/pr_6564
Denis Davydov [Thu, 10 May 2018 11:16:20 +0000 (13:16 +0200)]
Merge pull request #6570 from tamiko/pr_6564

Small doc fixes to the AD module

6 years agoSmall doc fixes to the AD module 6570/head
Jean-Paul Pelteret [Thu, 10 May 2018 05:13:49 +0000 (07:13 +0200)]
Small doc fixes to the AD module

6 years agoMerge pull request #6563 from tamiko/pr_6542
Wolfgang Bangerth [Thu, 10 May 2018 01:54:47 +0000 (20:54 -0500)]
Merge pull request #6563 from tamiko/pr_6542

[9.0] take over #6542

6 years agoFix DA's comments 6563/head
Jean-Paul Pelteret [Wed, 9 May 2018 19:43:10 +0000 (21:43 +0200)]
Fix DA's comments

6 years agoFix DD's comments; other documentation improvements
Jean-Paul Pelteret [Wed, 9 May 2018 06:39:15 +0000 (08:39 +0200)]
Fix DD's comments; other documentation improvements

6 years agoAdd documentation for AD module
Jean-Paul Pelteret [Tue, 8 May 2018 21:23:09 +0000 (23:23 +0200)]
Add documentation for AD module

Fixes #6172

6 years agoMerge pull request #6561 from tamiko/pr_6555
Wolfgang Bangerth [Thu, 10 May 2018 00:23:29 +0000 (19:23 -0500)]
Merge pull request #6561 from tamiko/pr_6555

[9.0] take over #6555

6 years agoMerge pull request #6560 from tamiko/pr_6553
Wolfgang Bangerth [Thu, 10 May 2018 00:21:51 +0000 (19:21 -0500)]
Merge pull request #6560 from tamiko/pr_6553

[9.0] take over #6553

6 years agoCorrect whitespace in doxygen code section 6561/head
Jean-Paul Pelteret [Wed, 9 May 2018 08:36:23 +0000 (10:36 +0200)]
Correct whitespace in doxygen code section

6 years agoReformat table of images in step-18 results section
Jean-Paul Pelteret [Wed, 9 May 2018 08:35:49 +0000 (10:35 +0200)]
Reformat table of images in step-18 results section

6 years agoAdd CSS environment for three column layout
Jean-Paul Pelteret [Wed, 9 May 2018 08:35:30 +0000 (10:35 +0200)]
Add CSS environment for three column layout

6 years agoImprove test lac/gmres_eigenvalues. 6560/head
Martin Kronbichler [Wed, 9 May 2018 05:36:16 +0000 (07:36 +0200)]
Improve test lac/gmres_eigenvalues.

6 years agoupdate VERSION for release v9.0.0-rc5
Matthias Maier [Wed, 9 May 2018 02:47:49 +0000 (21:47 -0500)]
update VERSION for release

6 years agoMerge pull request #6551 from tamiko/pr_6540
Wolfgang Bangerth [Wed, 9 May 2018 02:41:36 +0000 (21:41 -0500)]
Merge pull request #6551 from tamiko/pr_6540

[9.0] take over #6540

6 years agoAdd the step-60 builds-on file. 6551/head
David Wells [Tue, 8 May 2018 19:09:28 +0000 (15:09 -0400)]
Add the step-60 builds-on file.

6 years agoRemove trailing whitespace.
David Wells [Tue, 8 May 2018 19:07:24 +0000 (15:07 -0400)]
Remove trailing whitespace.

6 years agoCreate another doxygen link.
David Wells [Tue, 8 May 2018 19:06:14 +0000 (15:06 -0400)]
Create another doxygen link.

6 years agoFix some markdown mishandling by doxygen.
David Wells [Tue, 8 May 2018 19:05:31 +0000 (15:05 -0400)]
Fix some markdown mishandling by doxygen.

My copy of doxygen does not correctly bold all statements with double
earmuffs; use HTML instead.

6 years agoRemove spurious links to Boundary.
David Wells [Tue, 8 May 2018 19:04:45 +0000 (15:04 -0400)]
Remove spurious links to Boundary.

6 years agoFix some typos in step-60.
David Wells [Tue, 8 May 2018 16:57:40 +0000 (12:57 -0400)]
Fix some typos in step-60.

6 years agoupdate VERSION for release v9.0.0-rc4
Matthias Maier [Wed, 9 May 2018 02:09:57 +0000 (21:09 -0500)]
update VERSION for release

6 years agoMerge pull request #6548 from tamiko/pr_6538
Wolfgang Bangerth [Wed, 9 May 2018 00:49:02 +0000 (19:49 -0500)]
Merge pull request #6548 from tamiko/pr_6538

[9.0] take over #6537, #6538

6 years agoMerge pull request #6549 from tamiko/pr_6544
Wolfgang Bangerth [Wed, 9 May 2018 00:46:09 +0000 (19:46 -0500)]
Merge pull request #6549 from tamiko/pr_6544

[9.0] Take over #6544, #6543, #6541

6 years agoMerge pull request #6547 from tamiko/pr_6536
Wolfgang Bangerth [Wed, 9 May 2018 00:44:01 +0000 (19:44 -0500)]
Merge pull request #6547 from tamiko/pr_6536

[9.0] take over #6535, #6536

6 years agoClarify some text. 6549/head
Wolfgang Bangerth [Wed, 9 May 2018 00:10:24 +0000 (08:10 +0800)]
Clarify some text.

6 years agoRemove a repetitive piece of text that doesn't add information.
Wolfgang Bangerth [Wed, 9 May 2018 00:08:43 +0000 (08:08 +0800)]
Remove a repetitive piece of text that doesn't add information.

6 years agoUpdate the Gmsh entry in readme.html.
Wolfgang Bangerth [Wed, 9 May 2018 00:05:24 +0000 (08:05 +0800)]
Update the Gmsh entry in readme.html.

6 years agodoc: say what we need from Gmsh
Denis Davydov [Tue, 8 May 2018 21:04:00 +0000 (23:04 +0200)]
doc: say what we need from Gmsh

6 years agoRemove a static Manifold from an example. 6548/head
David Wells [Tue, 8 May 2018 16:05:44 +0000 (12:05 -0400)]
Remove a static Manifold from an example.

6 years agoClarify Manifold attachment in some functions.
David Wells [Tue, 8 May 2018 16:05:23 +0000 (12:05 -0400)]
Clarify Manifold attachment in some functions.

6 years agoMention Manifold attachment in GridGenerator.
David Wells [Tue, 8 May 2018 16:04:55 +0000 (12:04 -0400)]
Mention Manifold attachment in GridGenerator.

6 years agoAttach a TorusManifold to a Torus.
David Wells [Tue, 8 May 2018 14:48:51 +0000 (10:48 -0400)]
Attach a TorusManifold to a Torus.

6 years agoSlightly decrease solver tolerance in lac/gmres_eigenvalues 6547/head
Daniel Arndt [Tue, 8 May 2018 12:40:12 +0000 (14:40 +0200)]
Slightly decrease solver tolerance in lac/gmres_eigenvalues

6 years agoSlighty increase tolerance in base/quadrature_chebyshev
Daniel Arndt [Tue, 8 May 2018 12:29:57 +0000 (14:29 +0200)]
Slighty increase tolerance in base/quadrature_chebyshev

6 years agoMerge pull request #6514 from tamiko/pr_6393
Wolfgang Bangerth [Tue, 8 May 2018 14:38:49 +0000 (09:38 -0500)]
Merge pull request #6514 from tamiko/pr_6393

[9.0] take over #6393

6 years agoMerge pull request #6534 from tamiko/pr_6533
Wolfgang Bangerth [Tue, 8 May 2018 14:38:26 +0000 (09:38 -0500)]
Merge pull request #6534 from tamiko/pr_6533

[9.0] take over #6533

6 years agoMerge pull request #6515 from tamiko/pr_6508
Wolfgang Bangerth [Tue, 8 May 2018 14:38:00 +0000 (09:38 -0500)]
Merge pull request #6515 from tamiko/pr_6508

[9.0] take over #6508, #6519

6 years agoMake sure that also the output of the embedded value is on the deformed grid. 6534/head
Luca Heltai [Tue, 8 May 2018 11:01:24 +0000 (13:01 +0200)]
Make sure that also the output of the embedded value is on the deformed grid.

6 years agoMerge pull request #6521 from tamiko/pr_6297
Jean-Paul Pelteret [Tue, 8 May 2018 07:27:08 +0000 (09:27 +0200)]
Merge pull request #6521 from tamiko/pr_6297

[9.0] take over #6297

6 years agoAdded doi. 6521/head
Luca Heltai [Mon, 7 May 2018 21:42:55 +0000 (23:42 +0200)]
Added doi.

6 years agoFixes to JP comments
Luca Heltai [Mon, 7 May 2018 20:32:59 +0000 (22:32 +0200)]
Fixes to JP comments

6 years agoAdded references to step-60 in header files.
Luca Heltai [Mon, 7 May 2018 12:29:24 +0000 (14:29 +0200)]
Added references to step-60 in header files.

6 years agoAdded entries in tutorial.h.in
Luca Heltai [Mon, 7 May 2018 12:17:31 +0000 (14:17 +0200)]
Added entries in tutorial.h.in

6 years agoAdded external cache.
Luca Heltai [Thu, 3 May 2018 15:21:13 +0000 (17:21 +0200)]
Added external cache.

6 years agoAdded possibility to read parameter from command line.
Luca Heltai [Wed, 2 May 2018 23:09:29 +0000 (01:09 +0200)]
Added possibility to read parameter from command line.

6 years agoWritten results, modified parameter file to use colorize
Giovanni Alzetta [Wed, 2 May 2018 20:44:46 +0000 (22:44 +0200)]
Written results, modified parameter file to use colorize

6 years agoAdded description of C and a solution example
Giovanni Alzetta [Wed, 2 May 2018 15:59:45 +0000 (17:59 +0200)]
Added description of C and a solution example

6 years agoCorrected refinement
Giovanni Alzetta [Wed, 2 May 2018 12:17:20 +0000 (14:17 +0200)]
Corrected refinement

6 years agoFirst commented version of step-60
Luca Heltai [Mon, 23 Apr 2018 15:44:31 +0000 (17:44 +0200)]
First commented version of step-60

Co-authored-by: Giovanni Alzetta <giovannialzetta@hotmail.it>
6 years agoWork around an internal compiler error on GCC7. 6515/head
David Wells [Mon, 7 May 2018 23:14:22 +0000 (19:14 -0400)]
Work around an internal compiler error on GCC7.

6 years agoOnly check for validity of the resulting Triangulation
Daniel Arndt [Mon, 7 May 2018 09:20:10 +0000 (11:20 +0200)]
Only check for validity of the resulting Triangulation

6 years agoFix gmsh/create_tria_02
Daniel Arndt [Mon, 7 May 2018 00:20:12 +0000 (02:20 +0200)]
Fix gmsh/create_tria_02

6 years agoMerge pull request #6516 from tamiko/pr_6513
David Wells [Mon, 7 May 2018 21:14:07 +0000 (17:14 -0400)]
Merge pull request #6516 from tamiko/pr_6513

[9.0] take over #6291, #6511, #6513

6 years agoput changelog entry back in place 6516/head
Matthias Maier [Mon, 7 May 2018 21:05:53 +0000 (16:05 -0500)]
put changelog entry back in place

6 years agoFinally fix step-59 formula.
Martin Kronbichler [Mon, 7 May 2018 18:23:49 +0000 (20:23 +0200)]
Finally fix step-59 formula.

6 years agoFix typo.
Martin Kronbichler [Mon, 7 May 2018 15:17:09 +0000 (17:17 +0200)]
Fix typo.

6 years agoTry to fix latex formula.
Martin Kronbichler [Mon, 7 May 2018 14:53:27 +0000 (16:53 +0200)]
Try to fix latex formula.

6 years agoExplain the benefit of the fast diagonalization method in terms of iteration counts.
Martin Kronbichler [Fri, 4 May 2018 09:39:33 +0000 (11:39 +0200)]
Explain the benefit of the fast diagonalization method in terms of iteration counts.

6 years agoLink in step-59 in central tutorial page.
Martin Kronbichler [Thu, 3 May 2018 13:37:23 +0000 (15:37 +0200)]
Link in step-59 in central tutorial page.

6 years agoWrite results section.
Martin Kronbichler [Thu, 3 May 2018 13:36:21 +0000 (15:36 +0200)]
Write results section.


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.