]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoContrib: Add a script to download a static clang-format
Matthias Maier [Wed, 16 May 2018 23:12:58 +0000 (18:12 -0500)]
Contrib: Add a script to download a static clang-format

6 years agoContrib: Add a script to compile clang-format
Matthias Maier [Wed, 16 May 2018 22:58:04 +0000 (17:58 -0500)]
Contrib: Add a script to compile clang-format

6 years agoMerge pull request #6616 from masterleinad/use_mpi_comm_create
Wolfgang Bangerth [Sat, 19 May 2018 13:55:51 +0000 (08:55 -0500)]
Merge pull request #6616 from masterleinad/use_mpi_comm_create

Use Utilities::MPI::create_group instead of MPI_Comm_create

6 years agoMerge pull request #6628 from kronbichler/fix_mf_glibc_debug
Martin Kronbichler [Fri, 18 May 2018 19:08:20 +0000 (21:08 +0200)]
Merge pull request #6628 from kronbichler/fix_mf_glibc_debug

Fix invalid access uncovered GLIBCXX_DEBUG in MatrixFree

6 years agoMerge pull request #6624 from tamiko/fix_offline_doc
Timo Heister [Fri, 18 May 2018 18:42:41 +0000 (20:42 +0200)]
Merge pull request #6624 from tamiko/fix_offline_doc

Contrib: Update make_offlinedoc.sh

6 years agoClarify which MPI_Comm is referred to in a comment 6616/head
Daniel Arndt [Fri, 18 May 2018 17:08:52 +0000 (19:08 +0200)]
Clarify which MPI_Comm is referred to in a comment

6 years agofurther improve download script 6624/head
Matthias Maier [Fri, 18 May 2018 12:48:50 +0000 (07:48 -0500)]
further improve download script

6 years agoAdd changelog. 6628/head
Martin Kronbichler [Fri, 18 May 2018 14:57:11 +0000 (16:57 +0200)]
Add changelog.

6 years agoDo not set bound for next loop round at last item.
Martin Kronbichler [Fri, 18 May 2018 13:17:36 +0000 (15:17 +0200)]
Do not set bound for next loop round at last item.

6 years agoFix out-of-range access with GLIBCXX_DEBUG.
Martin Kronbichler [Fri, 18 May 2018 13:13:47 +0000 (15:13 +0200)]
Fix out-of-range access with GLIBCXX_DEBUG.

6 years agoMerge pull request #6626 from masterleinad/fix_mf_taskinfo
Martin Kronbichler [Fri, 18 May 2018 10:46:51 +0000 (12:46 +0200)]
Merge pull request #6626 from masterleinad/fix_mf_taskinfo

Avoid accessing uninitialized memory in TaskInfo

6 years agoAvoid accessing uninitialized memory in TaskInfo 6626/head
Daniel Arndt [Fri, 18 May 2018 07:48:43 +0000 (09:48 +0200)]
Avoid accessing uninitialized memory in TaskInfo

6 years agoContrib: Update make_offlinedoc.sh
Matthias Maier [Fri, 18 May 2018 02:58:46 +0000 (21:58 -0500)]
Contrib: Update make_offlinedoc.sh

 - actually download all (online) portions of the documentation
 - improve sed command

6 years agoMerge pull request #6623 from masterleinad/fix_debug_glibcxx_test
Denis Davydov [Fri, 18 May 2018 03:10:16 +0000 (05:10 +0200)]
Merge pull request #6623 from masterleinad/fix_debug_glibcxx_test

Fix ambiguous call in mappings/mapping_real_to_unit_q1_singular_02

6 years agoMerge pull request #6621 from drwells/glibc-debug-fixes-1
Denis Davydov [Fri, 18 May 2018 03:05:15 +0000 (05:05 +0200)]
Merge pull request #6621 from drwells/glibc-debug-fixes-1

Glibc debug fixes 1

6 years agoFix ambiguous call in mappings/mapping_real_to_unit_q1_singular_02 6623/head
Daniel Arndt [Fri, 18 May 2018 00:38:37 +0000 (02:38 +0200)]
Fix ambiguous call in mappings/mapping_real_to_unit_q1_singular_02

6 years agoExit a function early if there are no DoFs. 6621/head
David Wells [Thu, 17 May 2018 22:00:42 +0000 (18:00 -0400)]
Exit a function early if there are no DoFs.

The debug mode of glibc complains that, with FE_Nothing, we end up doing
an invalid array access below. Avoid that by returning early if there is
nothing to do anyway.

6 years agoChange some dereferences to pointer arithmetic.
David Wells [Thu, 17 May 2018 21:59:00 +0000 (17:59 -0400)]
Change some dereferences to pointer arithmetic.

This avoids dereferencing (and then calculating the address of) an entry
one past the end.

6 years agoUse Utilities::MPI::create_group instead of MPI_Comm_create
Daniel Arndt [Wed, 16 May 2018 23:48:26 +0000 (01:48 +0200)]
Use Utilities::MPI::create_group instead of MPI_Comm_create

6 years agoMerge pull request #6620 from bangerth/doc-update-4
Jean-Paul Pelteret [Thu, 17 May 2018 13:21:44 +0000 (15:21 +0200)]
Merge pull request #6620 from bangerth/doc-update-4

Use American English spelling.

6 years agoUse American English spelling. 6620/head
Wolfgang Bangerth [Thu, 17 May 2018 13:06:00 +0000 (21:06 +0800)]
Use American English spelling.

6 years agoMerge pull request #6583 from drwells/rename-opencascade-manifolds
Luca Heltai [Thu, 17 May 2018 11:58:01 +0000 (13:58 +0200)]
Merge pull request #6583 from drwells/rename-opencascade-manifolds

Rename the opencascade Manifold classes.

6 years agoMerge pull request #6605 from bangerth/doc-update-4
Martin Kronbichler [Thu, 17 May 2018 07:31:29 +0000 (09:31 +0200)]
Merge pull request #6605 from bangerth/doc-update-4

Properly mark up formulas in the FE_NedelecSZ class documentation.

6 years agoMerge pull request #6611 from masterleinad/fix_mg_distributed_dofs
Martin Kronbichler [Thu, 17 May 2018 07:30:22 +0000 (09:30 +0200)]
Merge pull request #6611 from masterleinad/fix_mg_distributed_dofs

Check that level dofs are initialized when calling DoFHandler::locally_owned_mg_dofs

6 years agoMerge pull request #6615 from masterleinad/set_default_mpi
Matthias Maier [Wed, 16 May 2018 23:40:13 +0000 (18:40 -0500)]
Merge pull request #6615 from masterleinad/set_default_mpi

Make sure to set default values for MPI_VERSION_*

6 years agoMake sure to set default values for MPI_VERSION_* 6615/head
Daniel Arndt [Wed, 16 May 2018 23:14:47 +0000 (01:14 +0200)]
Make sure to set default values for MPI_VERSION_*

6 years agoSwitch a few OC tests to use new manifold names. 6583/head
David Wells [Wed, 16 May 2018 22:12:25 +0000 (18:12 -0400)]
Switch a few OC tests to use new manifold names.

The old versions of these classes are implemented by inheriting from
their replacements, so if tests pass with old names then they should
pass with new names. To be sure, though, convert a few of the tests to
use the new names.

6 years agoAdd a new test that checks manifold clones.
David Wells [Wed, 16 May 2018 22:10:12 +0000 (18:10 -0400)]
Add a new test that checks manifold clones.

We want to be sure that we can clone all of the renamed opencascade
manifolds and end up with an object that really has the original type:
put another way, we want to be sure that these are not implemented as
aliases but as their own classes.

6 years agoRename the opencascade Manifold classes.
David Wells [Sat, 12 May 2018 18:15:28 +0000 (14:15 -0400)]
Rename the opencascade Manifold classes.

Manifolds have names ending in 'Manifold': now that Boundary is gone these names
do not make sense.

For backwards compatibility, the old classes now simply inherit from the
correctly-named Manifold versions. This requires marking some things that were
private now as protected.

6 years agoMerge pull request #6613 from tamiko/rename_scripts
Daniel Arndt [Wed, 16 May 2018 22:18:25 +0000 (00:18 +0200)]
Merge pull request #6613 from tamiko/rename_scripts

Contrib: rename download_codecov_bash.sh to download_codecov

6 years agoContrib: Rename download_codecov_bash.sh to download_codecov 6613/head
Matthias Maier [Wed, 16 May 2018 20:10:10 +0000 (15:10 -0500)]
Contrib: Rename download_codecov_bash.sh to download_codecov

6 years agoadd an entry to .gitignore
Matthias Maier [Wed, 16 May 2018 19:56:00 +0000 (14:56 -0500)]
add an entry to .gitignore

6 years agoMerge pull request #6582 from drwells/remove-boundary
Luca Heltai [Wed, 16 May 2018 19:54:53 +0000 (21:54 +0200)]
Merge pull request #6582 from drwells/remove-boundary

Remove all remaining usages of Boundary.

6 years agoCheck that level dofs are initialized when calling DoFHandler<dim, spacedim>::locally... 6611/head
Daniel Arndt [Wed, 16 May 2018 13:35:01 +0000 (15:35 +0200)]
Check that level dofs are initialized when calling DoFHandler<dim, spacedim>::locally_owned_mg_dofs

6 years agoMerge pull request #6606 from bangerth/doc-update-5
Denis Davydov [Wed, 16 May 2018 08:57:02 +0000 (10:57 +0200)]
Merge pull request #6606 from bangerth/doc-update-5

Predefine the MPI and P4EST versions for doxygen.

6 years agoPredefine the MPI and P4EST versions for doxygen. 6606/head
Wolfgang Bangerth [Wed, 16 May 2018 07:26:56 +0000 (15:26 +0800)]
Predefine the MPI and P4EST versions for doxygen.

6 years agoMerge pull request #6598 from bangerth/indent
Martin Kronbichler [Wed, 16 May 2018 07:20:09 +0000 (09:20 +0200)]
Merge pull request #6598 from bangerth/indent

Make some formatting more consistent.

6 years agoMerge pull request #6604 from bangerth/doc-update-3
Martin Kronbichler [Wed, 16 May 2018 07:18:25 +0000 (09:18 +0200)]
Merge pull request #6604 from bangerth/doc-update-3

Use appropriate latex packages for doxygen formulas.

6 years agoMerge pull request #6603 from bangerth/doc-update-2
Martin Kronbichler [Wed, 16 May 2018 07:17:35 +0000 (09:17 +0200)]
Merge pull request #6603 from bangerth/doc-update-2

Fix wrong doxygen markup.

6 years agoProperly mark up formulas in the FE_NedelecSZ class documentation. 6605/head
Wolfgang Bangerth [Wed, 16 May 2018 07:10:43 +0000 (15:10 +0800)]
Properly mark up formulas in the FE_NedelecSZ class documentation.

6 years agoUse appropriate latex packages for doxygen formulas. 6604/head
Wolfgang Bangerth [Wed, 16 May 2018 06:54:52 +0000 (14:54 +0800)]
Use appropriate latex packages for doxygen formulas.

6 years agoFix wrong doxygen markup. 6603/head
Wolfgang Bangerth [Wed, 16 May 2018 06:53:51 +0000 (14:53 +0800)]
Fix wrong doxygen markup.

6 years agoMerge pull request #6585 from davydden/feature/accessor_global_index
Denis Davydov [Tue, 15 May 2018 14:02:45 +0000 (16:02 +0200)]
Merge pull request #6585 from davydden/feature/accessor_global_index

add Accessor::global_index()

6 years agoMerge pull request #6596 from bangerth/minor-cleanup
Daniel Arndt [Tue, 15 May 2018 13:27:33 +0000 (15:27 +0200)]
Merge pull request #6596 from bangerth/minor-cleanup

Avoid using std::make_pair and just use a brace-enclosed list.

6 years agoMake some formatting more consistent. 6598/head
Wolfgang Bangerth [Tue, 15 May 2018 11:05:39 +0000 (19:05 +0800)]
Make some formatting more consistent.

6 years agotest Accessor::global_index() 6585/head
Denis Davydov [Tue, 15 May 2018 10:02:59 +0000 (12:02 +0200)]
test Accessor::global_index()

6 years agoAvoid using std::make_pair and just use a brace-enclosed list. 6596/head
Wolfgang Bangerth [Tue, 15 May 2018 07:03:26 +0000 (15:03 +0800)]
Avoid using std::make_pair and just use a brace-enclosed list.

6 years agoupdate documentation
Denis Davydov [Tue, 15 May 2018 06:42:20 +0000 (08:42 +0200)]
update documentation

6 years agoMerge pull request #6472 from marcfehling/handles
Wolfgang Bangerth [Tue, 15 May 2018 06:40:41 +0000 (01:40 -0500)]
Merge pull request #6472 from marcfehling/handles

Triangulation manages offsets. Data attaching classes take handles.

6 years agoMerge pull request #6590 from davydden/bugfix/quicktest_scalapack
Denis Davydov [Sun, 13 May 2018 22:44:23 +0000 (00:44 +0200)]
Merge pull request #6590 from davydden/bugfix/quicktest_scalapack

quick-test: do not use lapack/create_matrix.h in scalapack test

6 years agoquick-test: do not use lapack/create_matrix.h in scalapack test 6590/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 #6578 from masterleinad/fix_cuda_solver_02
Bruno Turcksin [Sun, 13 May 2018 18:45:39 +0000 (14:45 -0400)]
Merge pull request #6578 from masterleinad/fix_cuda_solver_02

Fix CUDA test cuda/solver_02

6 years agoRemove an obsolete test. 6582/head
David Wells [Sat, 12 May 2018 18:44:45 +0000 (14:44 -0400)]
Remove an obsolete test.

The purpose of this test was to check the old 'use boundary_ids as manifold_ids'
code path: if the Boundary classes are completely removed then this test is
nearly identical to extract_boundary_mesh_11 and extract_boundary_mesh_12, so it
can be removed.

6 years agoConvert '%Boundary' to 'Boundary'.
David Wells [Sat, 12 May 2018 14:54:37 +0000 (10:54 -0400)]
Convert '%Boundary' to 'Boundary'.

Since this class is gone we no longer need to escape it when generating
documentation.

6 years agoRemove all remaining usages of the Boundary class.
David Wells [Sat, 12 May 2018 14:44:10 +0000 (10:44 -0400)]
Remove all remaining usages of the Boundary class.

Requiescat in pace

March 4, 1998 (commit 8: 184639502b4) - May 12, 2018 (41,058 commits and
counting).

Manifold has not gone too far from that original design: in the beginning we had
the in_between function:

template <int dim>
class Boundary {
  public:
     /**
      *  Typedef an array of the needed number
      *  of old points.
      */
    typedef const Point<dim>* PointArray[1<<(dim-1)];

     /**
      *  This function calculates the position
      *  of the new vertex.
      */
    virtual Point<dim> in_between (const PointArray &neighbors) const = 0;
};

/**
    Specialisation of \Ref{Boundary}<dim>, which places the new point right
    into the middle of the given points. The middle is defined as the
    arithmetic mean of the points.
    */
template <int dim>
class StraightBoundary : public Boundary<dim> {
  public:
     /**
      *  This function calculates the position
      *  of the new vertex.
      */
    virtual Point<dim> in_between (const PointArray &neighbors) const {
      Point<dim> p;
      for (int i=0; i<(1<<(dim-1)); ++i)
p += *neighbors[i];
      p /= (1<<(dim-1))*1.0;
      return p;
    };
};

which is essentially Manifold::get_intermediate_point without the weight.

6 years agoMerge pull request #6587 from tamiko/fix_gitattributes
Denis Davydov [Sun, 13 May 2018 18:08:51 +0000 (20:08 +0200)]
Merge pull request #6587 from tamiko/fix_gitattributes

Fix .gitattributes

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

6 years agoadd Accessor::global_index()
Denis Davydov [Sun, 13 May 2018 06:21:40 +0000 (08:21 +0200)]
add Accessor::global_index()

6 years agoMerge pull request #6584 from masterleinad/remove_deprecated_header
Denis Davydov [Sun, 13 May 2018 05:36:18 +0000 (07:36 +0200)]
Merge pull request #6584 from masterleinad/remove_deprecated_header

Remove deprecated header files and typedefs

6 years agoRemove deprecated header file 6584/head
Daniel Arndt [Sat, 12 May 2018 23:19:23 +0000 (01:19 +0200)]
Remove deprecated header file

6 years agoFix CUDA test 6578/head
Daniel Arndt [Fri, 11 May 2018 12:10:47 +0000 (14:10 +0200)]
Fix CUDA test

6 years agoMerge pull request #6567 from luca-heltai/fix-tutorial-doxygen-generation
David Wells [Fri, 11 May 2018 17:28:11 +0000 (13:28 -0400)]
Merge pull request #6567 from luca-heltai/fix-tutorial-doxygen-generation

Make sure program2doxygen does not change code blocks

6 years agoMerge pull request #6577 from kronbichler/fix_matrix_vector_faces_05
Martin Kronbichler [Fri, 11 May 2018 08:34:48 +0000 (10:34 +0200)]
Merge pull request #6577 from kronbichler/fix_matrix_vector_faces_05

Disable a test of a functionality that is currently experimental

6 years agoMerge pull request #6576 from masterleinad/fix_docu_htl
Wolfgang Bangerth [Fri, 11 May 2018 06:52:04 +0000 (01:52 -0500)]
Merge pull request #6576 from masterleinad/fix_docu_htl

Fix reference to FETools::hierarchic_to_lexicographic_numbering

6 years agoDisable a test of a functionality that is currently experimental. 6577/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 agoFix reference to FETools::hierarchic_to_lexicographic_numbering 6576/head
Daniel Arndt [Thu, 10 May 2018 23:54:25 +0000 (01:54 +0200)]
Fix reference to FETools::hierarchic_to_lexicographic_numbering

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

6 years agoMerge pull request #6574 from drwells/update-porting
Wolfgang Bangerth [Thu, 10 May 2018 14:27:49 +0000 (09:27 -0500)]
Merge pull request #6574 from drwells/update-porting

Update the porting document.

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

6 years agoMerge pull request #6573 from drwells/update-navbar
Wolfgang Bangerth [Thu, 10 May 2018 13:47:35 +0000 (08:47 -0500)]
Merge pull request #6573 from drwells/update-navbar

Update some navbar links.

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

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 agoMerge pull request #6566 from bangerth/semicolon
Matthias Maier [Thu, 10 May 2018 10:57:40 +0000 (05:57 -0500)]
Merge pull request #6566 from bangerth/semicolon

semicolon

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 agoMerge pull request #6568 from tamiko/make_aspect_happy
Wolfgang Bangerth [Thu, 10 May 2018 09:38:00 +0000 (04:38 -0500)]
Merge pull request #6568 from tamiko/make_aspect_happy

CMake: Do not set -Wsuggest-override in the project configuration

6 years agoMerge pull request #6569 from luca-heltai/doc-fixes
Denis Davydov [Thu, 10 May 2018 09:33:53 +0000 (11:33 +0200)]
Merge pull request #6569 from luca-heltai/doc-fixes

Doc fixes

6 years agoDon't use tables in results.dox (copied from step 18) 6569/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 agoCMake: Do not set -Wsuggest-override in the project configuration 6568/head
Matthias Maier [Thu, 10 May 2018 09:19:35 +0000 (04:19 -0500)]
CMake: Do not set -Wsuggest-override in the project configuration

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 agosemicolon 6566/head
Wolfgang Bangerth [Thu, 10 May 2018 01:46:36 +0000 (09:46 +0800)]
semicolon

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 #6564 from jppelteret/doc_fix_03
Wolfgang Bangerth [Thu, 10 May 2018 05:21:19 +0000 (00:21 -0500)]
Merge pull request #6564 from jppelteret/doc_fix_03

Small doc fixes to the AD module

6 years agoSmall doc fixes to the AD module 6564/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 #6550 from bangerth/array
Daniel Arndt [Thu, 10 May 2018 04:37:27 +0000 (06:37 +0200)]
Merge pull request #6550 from bangerth/array

Simplify a function that returns an array.

6 years agoMerge pull request #6562 from masterleinad/avoid_std_bind1st
Daniel Arndt [Thu, 10 May 2018 04:35:50 +0000 (06:35 +0200)]
Merge pull request #6562 from masterleinad/avoid_std_bind1st

Avoid using std::bind1st in FE_Nedelec_SZ

6 years agoMerge pull request #6542 from jppelteret/ad-documentation
Denis Davydov [Thu, 10 May 2018 01:08:12 +0000 (03:08 +0200)]
Merge pull request #6542 from jppelteret/ad-documentation

Add documentation for AD module

6 years agoAboid using std::bind1st in FE_Nedelec_SZ 6562/head
Daniel Arndt [Thu, 10 May 2018 00:40:45 +0000 (02:40 +0200)]
Aboid using std::bind1st in FE_Nedelec_SZ

6 years agoMerge pull request #6559 from masterleinad/fix_override
Wolfgang Bangerth [Thu, 10 May 2018 00:27:02 +0000 (19:27 -0500)]
Merge pull request #6559 from masterleinad/fix_override

 Make sure to use override where appropriate

6 years agoAdd compiler flag -Wsuggest-override 6559/head
Daniel Arndt [Wed, 9 May 2018 18:19:45 +0000 (20:19 +0200)]
Add compiler flag -Wsuggest-override

6 years agoUse override in the bundled boost where possible
Daniel Arndt [Wed, 9 May 2018 17:53:41 +0000 (19:53 +0200)]
Use override in the bundled boost where possible

6 years agoMake sure to use override where appropriate
Daniel Arndt [Wed, 9 May 2018 14:58:09 +0000 (16:58 +0200)]
Make sure to use override where appropriate

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

6 years agoMerge pull request #6556 from masterleinad/fix_nedelec_sz_non_rect_2d
Martin Kronbichler [Wed, 9 May 2018 18:37:49 +0000 (20:37 +0200)]
Merge pull request #6556 from masterleinad/fix_nedelec_sz_non_rect_2d

Fix fe/fe_nedelec_sz_non_rect_2d

6 years agoMerge pull request #6554 from bangerth/patch-1
Martin Kronbichler [Wed, 9 May 2018 14:33:56 +0000 (16:33 +0200)]
Merge pull request #6554 from bangerth/patch-1

Obtain the correct size for an output vector from the source, rather than from an output array.

6 years agoFix FE_Nedelec_SZ 6556/head
Daniel Arndt [Wed, 9 May 2018 14:29:26 +0000 (16:29 +0200)]
Fix FE_Nedelec_SZ

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 agoMerge pull request #6553 from kronbichler/improve_gmres_eigenvalues
Martin Kronbichler [Wed, 9 May 2018 10:52:06 +0000 (12:52 +0200)]
Merge pull request #6553 from kronbichler/improve_gmres_eigenvalues

Improve test lac/gmres_eigenvalues

6 years agoFix fe/fe_nedelec_sz_non_rect_2d
Daniel Arndt [Wed, 9 May 2018 10:27:19 +0000 (12:27 +0200)]
Fix fe/fe_nedelec_sz_non_rect_2d

6 years agoDouble-brace an initializer list, as required by some compilers. 6550/head
Wolfgang Bangerth [Wed, 9 May 2018 08:59:11 +0000 (16:59 +0800)]
Double-brace an initializer list, as required by some compilers.

6 years agoMerge pull request #6555 from jppelteret/doc-step-18
Wolfgang Bangerth [Wed, 9 May 2018 09:02:50 +0000 (04:02 -0500)]
Merge pull request #6555 from jppelteret/doc-step-18

Fix results image table for step 18


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.