]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agolocally_owned_size() in PETScVector and PETScVectorBase
David Wells [Mon, 25 May 2020 16:29:52 +0000 (12:29 -0400)]
locally_owned_size() in PETScVector and PETScVectorBase

3 years agolocally_owned_size in LA::D::Vector
David Wells [Mon, 25 May 2020 16:22:18 +0000 (12:22 -0400)]
locally_owned_size in LA::D::Vector

3 years agoRename local_size -> locally_owned_size in docs
David Wells [Mon, 25 May 2020 16:14:14 +0000 (12:14 -0400)]
Rename local_size -> locally_owned_size in docs

3 years agolocally_owned_size() in partitioner
David Wells [Mon, 25 May 2020 16:13:42 +0000 (12:13 -0400)]
locally_owned_size() in partitioner

3 years agolocally_owned_size in dictionary
David Wells [Mon, 25 May 2020 16:13:13 +0000 (12:13 -0400)]
locally_owned_size in dictionary

3 years agolocal_size() -> locally_owned_size()
David Wells [Sun, 24 May 2020 00:03:51 +0000 (20:03 -0400)]
local_size() -> locally_owned_size()

3 years agoconsistently use local_size().
David Wells [Sat, 23 May 2020 01:52:17 +0000 (21:52 -0400)]
consistently use local_size().

This is the name given to the function by la_parallel_vector. Defining this
everywhere gives us a true check as to whether or not a vector is distributed -
i.e., if size() != local_size() then the vector is distributed and otherwise it
is not.

3 years agoMerge pull request #11730 from bangerth/av
Peter Munch [Thu, 11 Feb 2021 14:47:55 +0000 (15:47 +0100)]
Merge pull request #11730 from bangerth/av

Fix documentation in ArrayView.

3 years agoFix documentation in ArrayView. 11730/head
Wolfgang Bangerth [Thu, 11 Feb 2021 14:04:15 +0000 (07:04 -0700)]
Fix documentation in ArrayView.

3 years agoMerge pull request #11721 from marcfehling/pdtria-load
Peter Munch [Thu, 11 Feb 2021 11:34:58 +0000 (12:34 +0100)]
Merge pull request #11721 from marcfehling/pdtria-load

Test for p::d::Tria::load(forest).

3 years agoMerge pull request #11718 from bangerth/ref-cell-26
Peter Munch [Thu, 11 Feb 2021 07:40:54 +0000 (08:40 +0100)]
Merge pull request #11718 from bangerth/ref-cell-26

Move some functions from internal::ReferenceCell::Base to ReferenceCell

3 years agoTest for p::d::Tria::load(forest). 11721/head
Marc Fehling [Wed, 10 Feb 2021 02:02:22 +0000 (19:02 -0700)]
Test for p::d::Tria::load(forest).

3 years agoMerge pull request #11724 from sebproell/sundials-extract-linear-solver-module
Wolfgang Bangerth [Wed, 10 Feb 2021 23:40:21 +0000 (16:40 -0700)]
Merge pull request #11724 from sebproell/sundials-extract-linear-solver-module

Extract SUNLinSolver wrapper from ARKode

3 years agoMove two conversion functions from internal::ReferenceCell::Base to ReferenceCell. 11718/head
Wolfgang Bangerth [Tue, 9 Feb 2021 14:20:28 +0000 (07:20 -0700)]
Move two conversion functions from internal::ReferenceCell::Base to ReferenceCell.

3 years agoAlso move internal::ReferenceCell::Base::vertex/line/face_indices() to ReferenceCell.
Wolfgang Bangerth [Tue, 9 Feb 2021 01:31:49 +0000 (18:31 -0700)]
Also move internal::ReferenceCell::Base::vertex/line/face_indices() to ReferenceCell.

3 years agoMove some internal::ReferenceCell::Base functions into ReferenceCell itself.
Wolfgang Bangerth [Mon, 8 Feb 2021 21:06:24 +0000 (14:06 -0700)]
Move some internal::ReferenceCell::Base functions into ReferenceCell itself.

3 years agoMerge pull request #11676 from marcfehling/tet-hybrid
Wolfgang Bangerth [Wed, 10 Feb 2021 19:05:48 +0000 (12:05 -0700)]
Merge pull request #11676 from marcfehling/tet-hybrid

simplex: hp-refinement on hybrid meshes.

3 years agoMerge pull request #11372 from peterrum/si_reinit
Wolfgang Bangerth [Wed, 10 Feb 2021 18:58:38 +0000 (11:58 -0700)]
Merge pull request #11372 from peterrum/si_reinit

Generalize ShapeInfo::reinit

3 years agoExtract SUNLinSolver wrapper from ARKode 11724/head
Sebastian Proell [Wed, 10 Feb 2021 13:11:22 +0000 (14:11 +0100)]
Extract SUNLinSolver wrapper from ARKode

3 years agoMerge pull request #11722 from lethe-cfd/update_ghost_particles_cache_optimization
Peter Munch [Wed, 10 Feb 2021 16:57:49 +0000 (17:57 +0100)]
Merge pull request #11722 from lethe-cfd/update_ghost_particles_cache_optimization

Add recv and send data to particle cache

3 years agoMerge pull request #11429 from peterrum/simplex_pmg
Peter Munch [Wed, 10 Feb 2021 16:07:17 +0000 (17:07 +0100)]
Merge pull request #11429 from peterrum/simplex_pmg

Generalize MGTwoLevelTransfer for simplex meshes

3 years agoMerge pull request #11708 from peterrum/MGTransferGlobalCoarsening_MatrixType
Peter Munch [Wed, 10 Feb 2021 16:06:56 +0000 (17:06 +0100)]
Merge pull request #11708 from peterrum/MGTransferGlobalCoarsening_MatrixType

Remove MatrixType from MGTransferGlobalCoarsening

3 years agoMerge pull request #11698 from peterrum/mg_unique_ptr
Daniel Arndt [Wed, 10 Feb 2021 13:34:57 +0000 (08:34 -0500)]
Merge pull request #11698 from peterrum/mg_unique_ptr

Accept unique_ptr in different MG-related classes

3 years agoAdded more descriptive comments 11722/head
Bruno [Wed, 10 Feb 2021 13:34:06 +0000 (08:34 -0500)]
Added more descriptive comments

3 years agoGeneralize MGTwoLevelTransfer for simplex meshes 11429/head
Peter Munch [Fri, 1 Jan 2021 09:53:24 +0000 (10:53 +0100)]
Generalize MGTwoLevelTransfer for simplex meshes

3 years agoAccept unique_ptr in different MG-related classes 11698/head
Peter Munch [Sat, 6 Feb 2021 13:38:35 +0000 (14:38 +0100)]
Accept unique_ptr in different MG-related classes

3 years agoMerge pull request #11720 from bangerth/array-view
Daniel Arndt [Wed, 10 Feb 2021 04:33:46 +0000 (23:33 -0500)]
Merge pull request #11720 from bangerth/array-view

3 years agoAdd recv and send data to particle cache
Bruno [Wed, 10 Feb 2021 03:20:08 +0000 (22:20 -0500)]
Add recv and send data to particle cache

This adds teh recv and send data to the particle cache in order
to prevent dynamic reallocation of this vector, whose size is not
changing anyway. This can significantly (10%) increase performance
in some of our applications

3 years agoAdd a changelog entry. 11720/head
Wolfgang Bangerth [Wed, 10 Feb 2021 01:55:16 +0000 (18:55 -0700)]
Add a changelog entry.

3 years agoAdd test.
Wolfgang Bangerth [Wed, 10 Feb 2021 01:55:09 +0000 (18:55 -0700)]
Add test.

3 years agoAllow conversion from C-style array to ArrayView.
Wolfgang Bangerth [Wed, 10 Feb 2021 01:22:51 +0000 (18:22 -0700)]
Allow conversion from C-style array to ArrayView.

3 years agoMerge pull request #11715 from peterrum/p4est_load
Daniel Arndt [Tue, 9 Feb 2021 22:37:58 +0000 (17:37 -0500)]
Merge pull request #11715 from peterrum/p4est_load

MGTransferGlobalCoarseningTools::create_geometric_coarsening_sequence load forest directly

3 years agoGeneralize ShapeInfo::reinit 11372/head
Peter Munch [Tue, 22 Dec 2020 21:05:56 +0000 (22:05 +0100)]
Generalize ShapeInfo::reinit

3 years agoMerge pull request #11716 from bangerth/ref-cell-25
Daniel Arndt [Tue, 9 Feb 2021 18:00:28 +0000 (13:00 -0500)]
Merge pull request #11716 from bangerth/ref-cell-25

Group members of ReferenceCell for the documentation.

3 years agoMGTransferGlobalCoarseningTools::create_geometric_coarsening_sequence load forest... 11715/head
Peter Munch [Tue, 9 Feb 2021 09:30:48 +0000 (10:30 +0100)]
MGTransferGlobalCoarseningTools::create_geometric_coarsening_sequence load forest directly

3 years agoMerge pull request #11461 from peterrum/zero_out_ghost_values
Martin Kronbichler [Tue, 9 Feb 2021 16:21:08 +0000 (17:21 +0100)]
Merge pull request #11461 from peterrum/zero_out_ghost_values

Rename zero_out_ghosts() to zero_out_ghost_values()

3 years agoMerge pull request #11717 from bangerth/span
Martin Kronbichler [Tue, 9 Feb 2021 16:19:26 +0000 (17:19 +0100)]
Merge pull request #11717 from bangerth/span

Add a link for std::span.

3 years agoMerge pull request #11707 from peterrum/create_geometric_coarsening_sequence
Peter Munch [Tue, 9 Feb 2021 15:48:03 +0000 (16:48 +0100)]
Merge pull request #11707 from peterrum/create_geometric_coarsening_sequence

Add utility functions to create geometric coarsening sequences

3 years agoMerge pull request #11670 from elauksap/rename_preconditionbase
Wolfgang Bangerth [Tue, 9 Feb 2021 14:36:28 +0000 (07:36 -0700)]
Merge pull request #11670 from elauksap/rename_preconditionbase

Rename PETScWrappers::PreconditionerBase to PreconditionBase

3 years agoAdd a link for std::span. 11717/head
Wolfgang Bangerth [Mon, 8 Feb 2021 17:38:04 +0000 (10:38 -0700)]
Add a link for std::span.

3 years agoGroup members of ReferenceCell for the documentation. 11716/head
Wolfgang Bangerth [Mon, 8 Feb 2021 16:30:40 +0000 (09:30 -0700)]
Group members of ReferenceCell for the documentation.

3 years agoMerge pull request #11578 from peterrum/a_transfer_fe_collection
Peter Munch [Tue, 9 Feb 2021 13:53:38 +0000 (14:53 +0100)]
Merge pull request #11578 from peterrum/a_transfer_fe_collection

Enable MGTwoLevelTransfer::reinit_geometric_transfer for FECollections

3 years agoAdd utility functions to create geometric coarsening sequences 11707/head
Peter Munch [Sat, 6 Feb 2021 21:54:05 +0000 (22:54 +0100)]
Add utility functions to create geometric coarsening sequences

3 years agoMerge pull request #11706 from peterrum/create_polynomial_coarsening_sequence
Peter Munch [Tue, 9 Feb 2021 11:53:11 +0000 (12:53 +0100)]
Merge pull request #11706 from peterrum/create_polynomial_coarsening_sequence

Add utility functions to create polynomial coarsening sequences

3 years agoEnable MGTwoLevelTransfer::reinit_geometric_transfer for FECollections 11578/head
Peter Munch [Mon, 18 Jan 2021 18:17:00 +0000 (19:17 +0100)]
Enable MGTwoLevelTransfer::reinit_geometric_transfer for FECollections

3 years agoAdd utility functions to create polynomial coarsening sequences 11706/head
Peter Munch [Sat, 6 Feb 2021 21:13:49 +0000 (22:13 +0100)]
Add utility functions to create polynomial coarsening sequences

3 years agoMerge pull request #11685 from drwells/add-q-witherden-vincent
Martin Kronbichler [Tue, 9 Feb 2021 06:31:43 +0000 (07:31 +0100)]
Merge pull request #11685 from drwells/add-q-witherden-vincent

Add q witherden vincent

3 years agoMerge pull request #11713 from bangerth/ref-cell-24
Peter Munch [Tue, 9 Feb 2021 06:29:43 +0000 (07:29 +0100)]
Merge pull request #11713 from bangerth/ref-cell-24

Also move get_hypercube/simplex() into namespace ReferenceCells.

3 years agoMerge pull request #11696 from bangerth/doc-97
David Wells [Tue, 9 Feb 2021 00:38:18 +0000 (19:38 -0500)]
Merge pull request #11696 from bangerth/doc-97

Update SparsityPattern/SparseMatrix::copy_from() documentation.

3 years agoReplace Simplex::QGauss(4) with a Witherden-Vincent rule. 11685/head
David Wells [Mon, 8 Feb 2021 21:36:44 +0000 (16:36 -0500)]
Replace Simplex::QGauss(4) with a Witherden-Vincent rule.

3 years agoAdd Simplex::QWitherdenVincent.
David Wells [Thu, 4 Feb 2021 21:12:37 +0000 (16:12 -0500)]
Add Simplex::QWitherdenVincent.

This simplex quadrature formula has a clean implementation in terms of symmetry
and permits construction of higher-order rules.

3 years agoAgain work around constexpr issues. 11713/head
Wolfgang Bangerth [Mon, 8 Feb 2021 21:08:13 +0000 (14:08 -0700)]
Again work around constexpr issues.

3 years agoMerge pull request #11710 from bangerth/doc-64
David Wells [Mon, 8 Feb 2021 20:36:39 +0000 (15:36 -0500)]
Merge pull request #11710 from bangerth/doc-64

Minor documentation updates

3 years agoMerge pull request #11712 from bangerth/dox
Daniel Arndt [Mon, 8 Feb 2021 18:32:09 +0000 (13:32 -0500)]
Merge pull request #11712 from bangerth/dox

Hide a forward declaration from doxygen.

3 years agoMerge pull request #11703 from gassmoeller/fix_property_pool_clear
Daniel Arndt [Mon, 8 Feb 2021 18:31:59 +0000 (13:31 -0500)]
Merge pull request #11703 from gassmoeller/fix_property_pool_clear

Fix clear particle locations in property pool

3 years agoMerge pull request #11681 from bangerth/34
Daniel Arndt [Mon, 8 Feb 2021 16:38:00 +0000 (11:38 -0500)]
Merge pull request #11681 from bangerth/34

Say more about possible extensions for step-34.

3 years agoAlso move get_hypercube/simplex() into namespace ReferenceCells.
Wolfgang Bangerth [Mon, 8 Feb 2021 04:46:04 +0000 (21:46 -0700)]
Also move get_hypercube/simplex() into namespace ReferenceCells.

3 years agoHide a forward declaration from doxygen. 11712/head
Wolfgang Bangerth [Sat, 6 Feb 2021 16:54:25 +0000 (09:54 -0700)]
Hide a forward declaration from doxygen.

3 years agoProperly clear particle locations 11703/head
Rene Gassmoeller [Sat, 6 Feb 2021 18:05:49 +0000 (13:05 -0500)]
Properly clear particle locations

3 years agoRemove MatrixType from MGTransferGlobalCoarsening 11708/head
Peter Munch [Sun, 7 Feb 2021 10:27:52 +0000 (11:27 +0100)]
Remove MatrixType from MGTransferGlobalCoarsening

3 years agoMerge pull request #11709 from bangerth/ref-cell-23
Peter Munch [Mon, 8 Feb 2021 07:44:32 +0000 (08:44 +0100)]
Merge pull request #11709 from bangerth/ref-cell-23

Move the special ReferenceCell objects into a namespace of their own.

3 years agoAdd a doxygen reference. 11710/head
Wolfgang Bangerth [Mon, 8 Feb 2021 04:09:54 +0000 (21:09 -0700)]
Add a doxygen reference.

3 years agoName arguments in a function declaration.
Wolfgang Bangerth [Mon, 8 Feb 2021 04:09:16 +0000 (21:09 -0700)]
Name arguments in a function declaration.

3 years agoMerge pull request #11701 from masterleinad/fix_sundials_no_mpi
Wolfgang Bangerth [Mon, 8 Feb 2021 04:01:38 +0000 (21:01 -0700)]
Merge pull request #11701 from masterleinad/fix_sundials_no_mpi

Deal with no MPI in sundials/n_vector.templates.h

3 years agoProvide some more documentation. 11709/head
Wolfgang Bangerth [Sun, 7 Feb 2021 19:02:22 +0000 (12:02 -0700)]
Provide some more documentation.

3 years agoWork around a constexpr bug.
Wolfgang Bangerth [Sun, 7 Feb 2021 18:55:26 +0000 (11:55 -0700)]
Work around a constexpr bug.

3 years agoMove the special ReferenceCell objects into a namespace of their own.
Wolfgang Bangerth [Sat, 6 Feb 2021 00:15:33 +0000 (17:15 -0700)]
Move the special ReferenceCell objects into a namespace of their own.

This also allows to mark them as 'constexpr', since they are now declared
and initialized *after* the class type is complete.

3 years agoMerge pull request #11704 from peterrum/compute_matrix_float
Peter Munch [Sun, 7 Feb 2021 10:42:55 +0000 (11:42 +0100)]
Merge pull request #11704 from peterrum/compute_matrix_float

MatrixFreeTools::compute_matrix() make it work for float

3 years agoMerge pull request #11692 from bangerth/ref-cell-19
Peter Munch [Sun, 7 Feb 2021 10:41:31 +0000 (11:41 +0100)]
Merge pull request #11692 from bangerth/ref-cell-19

Avoid using a function in a context in which it makes no sense.

3 years agoMerge pull request #11705 from bangerth/ref-cell-22
Daniel Arndt [Sun, 7 Feb 2021 00:08:31 +0000 (19:08 -0500)]
Merge pull request #11705 from bangerth/ref-cell-22

Spell out Tri->Triangle, Quad->Quadrilateral, etc.

3 years agoSpell out Tri->Triangle, Quad->Quadrilateral, etc. 11705/head
Wolfgang Bangerth [Fri, 5 Feb 2021 23:27:40 +0000 (16:27 -0700)]
Spell out Tri->Triangle, Quad->Quadrilateral, etc.

We're generally quite good at not using abbreviated words in deal.II function names,
with few exceptions that are mostly historic. Let's try to keep it that way.

3 years agoMerge pull request #11702 from bangerth/move
Daniel Arndt [Sat, 6 Feb 2021 20:44:33 +0000 (15:44 -0500)]
Merge pull request #11702 from bangerth/move

Move get_default_linear_mapping() to mapping.h/cc.

3 years agoUse MPI_COMM_SELF 11701/head
Daniel Arndt [Sat, 6 Feb 2021 20:43:41 +0000 (15:43 -0500)]
Use MPI_COMM_SELF

3 years agoMatrixFreeTools::compute_matrix() make it work for float 11704/head
Peter Munch [Sat, 6 Feb 2021 19:43:11 +0000 (20:43 +0100)]
MatrixFreeTools::compute_matrix() make it work for float

3 years agoMerge pull request #11697 from adamqc/fix-python-wrapper
Daniel Arndt [Sat, 6 Feb 2021 18:34:39 +0000 (13:34 -0500)]
Merge pull request #11697 from adamqc/fix-python-wrapper

3 years agoMerge pull request #11695 from bangerth/ref-cell-21
Daniel Arndt [Sat, 6 Feb 2021 18:34:21 +0000 (13:34 -0500)]
Merge pull request #11695 from bangerth/ref-cell-21

Make a function 'constexpr'.

3 years agoMove get_default_linear_mapping() to mapping.h/cc. 11702/head
Wolfgang Bangerth [Sat, 6 Feb 2021 17:30:20 +0000 (10:30 -0700)]
Move get_default_linear_mapping() to mapping.h/cc.

3 years agoMerge pull request #11700 from masterleinad/fix_sundials_headers
Wolfgang Bangerth [Sat, 6 Feb 2021 17:12:45 +0000 (10:12 -0700)]
Merge pull request #11700 from masterleinad/fix_sundials_headers

Fix missing header in sundials/n_vector.h

3 years agoMark a DEAL_II_CONSTEXPR function as inline. 11695/head
Wolfgang Bangerth [Sat, 6 Feb 2021 17:05:09 +0000 (10:05 -0700)]
Mark a DEAL_II_CONSTEXPR function as inline.

This is necessary for those cases where DEAL_II_CONSTEXPR expands to nothing
because of a compiler bug. In all other cases, the 'inline' is redundant because
'constexpr' functions are automatically 'inline'.

3 years agoMerge pull request #11694 from bangerth/ref-cell-20
Daniel Arndt [Sat, 6 Feb 2021 17:02:41 +0000 (12:02 -0500)]
Merge pull request #11694 from bangerth/ref-cell-20

Remove a couple of unnecessary forward declarations.

3 years agoDeal with no MPI in sundials/n_vector.templates.h
Daniel Arndt [Sat, 6 Feb 2021 15:58:06 +0000 (10:58 -0500)]
Deal with no MPI in sundials/n_vector.templates.h

3 years agoWork around limitations of GCC 5.4 with constexpr.
Wolfgang Bangerth [Sat, 6 Feb 2021 16:34:28 +0000 (09:34 -0700)]
Work around limitations of GCC 5.4 with constexpr.

3 years agoFix missing header in sundials/n_vector.h 11700/head
Daniel Arndt [Sat, 6 Feb 2021 15:43:06 +0000 (10:43 -0500)]
Fix missing header in sundials/n_vector.h

3 years agoMerge pull request #11693 from bangerth/ref-cell-18
Peter Munch [Sat, 6 Feb 2021 10:47:18 +0000 (11:47 +0100)]
Merge pull request #11693 from bangerth/ref-cell-18

Rename namespace internal::Info to internal::ReferenceCell.

3 years agoFix python wrapper. 11697/head
Ce Qin [Thu, 28 Jan 2021 08:33:55 +0000 (16:33 +0800)]
Fix python wrapper.

3 years agoMake a function 'constexpr'.
Wolfgang Bangerth [Sat, 6 Feb 2021 00:13:34 +0000 (17:13 -0700)]
Make a function 'constexpr'.

I will need this for a later patch where I make the special ReferenceCell
objects 'constexpr' as well. This patch is simply meant to make that later
review marginally easier.

3 years agoUpdate SparsityPattern/SparseMatrix::copy_from() documentation. 11696/head
Wolfgang Bangerth [Sat, 6 Feb 2021 00:25:12 +0000 (17:25 -0700)]
Update SparsityPattern/SparseMatrix::copy_from() documentation.

3 years agoMerge pull request #11678 from peterrum/ac_copy_from_number
Wolfgang Bangerth [Sat, 6 Feb 2021 00:19:56 +0000 (17:19 -0700)]
Merge pull request #11678 from peterrum/ac_copy_from_number

Enable AffineConstraints::copy_from for mixed number (double/float)

3 years agoRemove a couple of unnecessary forward declarations. 11694/head
Wolfgang Bangerth [Sat, 6 Feb 2021 00:11:35 +0000 (17:11 -0700)]
Remove a couple of unnecessary forward declarations.

3 years agoAvoid using a function in a context in which it makes no sense. 11692/head
Wolfgang Bangerth [Fri, 5 Feb 2021 16:31:11 +0000 (09:31 -0700)]
Avoid using a function in a context in which it makes no sense.

3 years agoRename namespace internal::Info to internal::ReferenceCell. 11693/head
Wolfgang Bangerth [Wed, 3 Feb 2021 20:46:16 +0000 (13:46 -0700)]
Rename namespace internal::Info to internal::ReferenceCell.

3 years agoMerge pull request #11688 from bangerth/ref-cell-16
Peter Munch [Fri, 5 Feb 2021 22:27:33 +0000 (23:27 +0100)]
Merge pull request #11688 from bangerth/ref-cell-16

Rename variables named 'reference_cell_type' to 'reference_cell'.

3 years agoMerge pull request #11689 from bangerth/ref-cell-17
Peter Munch [Fri, 5 Feb 2021 22:27:26 +0000 (23:27 +0100)]
Merge pull request #11689 from bangerth/ref-cell-17

Move the get/set_bit() functions into namespace Utilities.

3 years agoEnable AffineConstraints::copy_from for mixed number (double/float) 11678/head
Peter Munch [Thu, 4 Feb 2021 10:17:34 +0000 (11:17 +0100)]
Enable AffineConstraints::copy_from for mixed number (double/float)

3 years agoMerge pull request #11690 from drwells/fix-exodusii-compilation
Wolfgang Bangerth [Fri, 5 Feb 2021 19:55:11 +0000 (12:55 -0700)]
Merge pull request #11690 from drwells/fix-exodusii-compilation

Fix compilation with ExodusII.

3 years agoMerge pull request #11675 from bangerth/indent
David Wells [Fri, 5 Feb 2021 18:21:26 +0000 (13:21 -0500)]
Merge pull request #11675 from bangerth/indent

Ensure exactly one newline at the end of each file.

3 years agoRename variables named 'reference_cell_type' to 'reference_cell'. 11688/head
Wolfgang Bangerth [Wed, 3 Feb 2021 17:40:02 +0000 (10:40 -0700)]
Rename variables named 'reference_cell_type' to 'reference_cell'.

Generally, *variables* should not have 'type' in their name unless they actually denote
*types*. These variables just reference what kind of reference cells we are dealing with.

3 years agoMerge pull request #11684 from tamiko/linear_operators_1
Daniel Arndt [Fri, 5 Feb 2021 16:31:42 +0000 (11:31 -0500)]
Merge pull request #11684 from tamiko/linear_operators_1

Documentation: Advertise <deal.II/lac/linear_operator_tools.h>

3 years agoMerge pull request #11683 from tamiko/print_cxx_standard
Daniel Arndt [Fri, 5 Feb 2021 16:31:04 +0000 (11:31 -0500)]
Merge pull request #11683 from tamiko/print_cxx_standard

CMake: record the C++ language standard detected during configure

3 years agoAdd changelog entry. 11689/head
Wolfgang Bangerth [Fri, 5 Feb 2021 16:26:35 +0000 (09:26 -0700)]
Add changelog entry.


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.