]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoFix last remaining instance of passing shared_ptr<Partitioner> by value 7124/head
Daniel Arndt [Mon, 27 Aug 2018 10:39:43 +0000 (12:39 +0200)]
Fix last remaining instance of passing shared_ptr<Partitioner> by value

6 years agoMerge pull request #7121 from masterleinad/pass_built_in_by_value
Wolfgang Bangerth [Sun, 26 Aug 2018 21:01:08 +0000 (15:01 -0600)]
Merge pull request #7121 from masterleinad/pass_built_in_by_value

Don't pass built-in types value

6 years agoMerge pull request #7122 from drwells/remove-unused-array
Daniel Arndt [Sun, 26 Aug 2018 18:45:47 +0000 (20:45 +0200)]
Merge pull request #7122 from drwells/remove-unused-array

Remove an unused array.

6 years agoAvoid const reference to temporary 7121/head
Daniel Arndt [Sun, 26 Aug 2018 10:46:54 +0000 (12:46 +0200)]
Avoid const reference to temporary

6 years agoDon't pass const double by reference
Daniel Arndt [Sat, 25 Aug 2018 17:47:44 +0000 (19:47 +0200)]
Don't pass const double by reference

6 years agoDon't pass const bool by reference
Daniel Arndt [Sat, 25 Aug 2018 17:41:39 +0000 (19:41 +0200)]
Don't pass const bool by reference

6 years agoDon't pass const int by reference
Daniel Arndt [Sat, 25 Aug 2018 17:40:36 +0000 (19:40 +0200)]
Don't pass const int by reference

6 years agoDon't pass const unsigned int by reference
Daniel Arndt [Sat, 25 Aug 2018 17:39:12 +0000 (19:39 +0200)]
Don't pass const unsigned int by reference

6 years agoDon't pass const long int by reference
Daniel Arndt [Sat, 25 Aug 2018 17:37:02 +0000 (19:37 +0200)]
Don't pass const long int by reference

6 years agoUse a VectorType instead of unsigned int in LaplaceOperator::local_diagonal_cell
Daniel Arndt [Sat, 25 Aug 2018 19:57:21 +0000 (21:57 +0200)]
Use a VectorType instead of unsigned int in LaplaceOperator::local_diagonal_cell

6 years agoMerge pull request #7119 from bangerth/ref
David Wells [Sat, 25 Aug 2018 21:26:27 +0000 (17:26 -0400)]
Merge pull request #7119 from bangerth/ref

Don't use a reference for a 'const unsigned int'.

6 years agoRemove an unused array. 7122/head
David Wells [Sat, 25 Aug 2018 20:52:31 +0000 (16:52 -0400)]
Remove an unused array.

dof_locations is later redefined as a reference to the face quadrature points.

6 years agoMerge pull request #7118 from jppelteret/ad-drivers_02
Wolfgang Bangerth [Sat, 25 Aug 2018 13:28:39 +0000 (07:28 -0600)]
Merge pull request #7118 from jppelteret/ad-drivers_02

Enhancements to AD drivers header

6 years agoDon't use a reference for a 'const unsigned int'. 7119/head
Wolfgang Bangerth [Sat, 25 Aug 2018 13:19:39 +0000 (07:19 -0600)]
Don't use a reference for a 'const unsigned int'.

6 years agoEnhancements to AD drivers header 7118/head
Jean-Paul Pelteret [Sat, 25 Aug 2018 09:25:52 +0000 (11:25 +0200)]
Enhancements to AD drivers header

- Spelling / grammar corrections
- Move special numbers into their own namespace
- Rename some functions
- Reorder some function arguments

6 years agoMerge pull request #7115 from davydden/fix/fe_enriched_coverty
Daniel Arndt [Sat, 25 Aug 2018 08:10:28 +0000 (10:10 +0200)]
Merge pull request #7115 from davydden/fix/fe_enriched_coverty

fix uninitialized variable in FE_Enriched Helper class

6 years agoMerge pull request #7114 from dkumorAtGitHub/bugfix_issue_#7101
David Wells [Fri, 24 Aug 2018 23:00:51 +0000 (19:00 -0400)]
Merge pull request #7114 from dkumorAtGitHub/bugfix_issue_#7101

Fixed bug in member function AffineConstraints<number>::add_entries

6 years agoFixed compiling error due to misapplication of variable names and types 7114/head
Dustin Kumor [Fri, 24 Aug 2018 16:20:55 +0000 (18:20 +0200)]
Fixed compiling error due to misapplication of variable names and types

Former ConstraintLine pointer (line_ptr) is now a ConstraintLine reference (line)

6 years agoreplace num_colors by n_colors 7115/head
Denis Davydov [Fri, 24 Aug 2018 13:31:12 +0000 (15:31 +0200)]
replace num_colors by n_colors

6 years agoAdded carriage return at the end of changelog file
Dustin Kumor [Fri, 24 Aug 2018 13:31:05 +0000 (15:31 +0200)]
Added carriage return at the end of changelog file

6 years agofix uninitialized variable in FE_Enriched Helper class
Denis Davydov [Fri, 24 Aug 2018 13:27:17 +0000 (15:27 +0200)]
fix uninitialized variable in FE_Enriched Helper class

6 years agoCorrected spelling error in changelog file
Dustin Kumor [Fri, 24 Aug 2018 12:56:56 +0000 (14:56 +0200)]
Corrected spelling error in changelog file

6 years agoCorrected push_back-command argument and added a changelog file
Dustin Kumor [Fri, 24 Aug 2018 12:42:12 +0000 (14:42 +0200)]
Corrected push_back-command argument and added a changelog file

6 years agoFixed bug in member function AffineConstraints<number>::add_entries
Dustin Kumor [Fri, 24 Aug 2018 09:13:37 +0000 (11:13 +0200)]
Fixed bug in member function AffineConstraints<number>::add_entries

Although it is stated in the code comments that already existing entries
are skipped they are added nevertheless and thus lead to duplicates in
the constraint matrix. This bug was fixed by introducing a bool variable
indicating the currently treated column-value-pair to be added or not.

6 years agoMerge pull request #7108 from drwells/remove-erf-include
David Wells [Fri, 24 Aug 2018 04:22:22 +0000 (00:22 -0400)]
Merge pull request #7108 from drwells/remove-erf-include

Remove some unused boost erf includes.

6 years agoMerge pull request #7110 from bangerth/ex-10-11
Daniel Arndt [Fri, 24 Aug 2018 00:56:09 +0000 (02:56 +0200)]
Merge pull request #7110 from bangerth/ex-10-11

Avoid loop increment operations with side effects.

6 years agoMerge pull request #7112 from bangerth/avoid-assertion
Daniel Arndt [Fri, 24 Aug 2018 00:55:52 +0000 (02:55 +0200)]
Merge pull request #7112 from bangerth/avoid-assertion

Simplify two functions.

6 years agoMerge pull request #7111 from drwells/remove-fe-interpolate-reference
Daniel Arndt [Thu, 23 Aug 2018 22:06:36 +0000 (00:06 +0200)]
Merge pull request #7111 from drwells/remove-fe-interpolate-reference

Remove a reference to FiniteElement::interpolate().

6 years agoSimplify two functions. 7112/head
Wolfgang Bangerth [Thu, 23 Aug 2018 21:21:33 +0000 (15:21 -0600)]
Simplify two functions.

These functions threw an exception in 1d, but this is not
the right place to check that condition: the assertion is currently
thrown because some other class does not implement a function. In
particular, this is about TriaAccessor<0,1>::operator++(), but that
already has the correct assertion that, if ever lifted, would
make the place that currently *also* checks the condition work
automatically.

6 years agoRemove a reference to FiniteElement::interpolate(). 7111/head
David Wells [Thu, 23 Aug 2018 21:08:16 +0000 (17:08 -0400)]
Remove a reference to FiniteElement::interpolate().

This function was removed in 2fe0c3c7a7f.

6 years agoAvoid loop increment operations with side effects. 7110/head
Wolfgang Bangerth [Thu, 23 Aug 2018 21:06:09 +0000 (15:06 -0600)]
Avoid loop increment operations with side effects.

Just because it can be done does not mean that it *should* be done.

6 years agoMerge pull request #7104 from masterleinad/const_correctness_vol
Daniel Arndt [Thu, 23 Aug 2018 20:31:55 +0000 (22:31 +0200)]
Merge pull request #7104 from masterleinad/const_correctness_vol

Const-correctness in lac/vector_operations_internal.h

6 years agoRemove some unused boost erf includes. 7108/head
David Wells [Thu, 23 Aug 2018 18:38:21 +0000 (14:38 -0400)]
Remove some unused boost erf includes.

6 years agoMerge pull request #7106 from masterleinad/replace_math_std
David Wells [Thu, 23 Aug 2018 16:29:26 +0000 (12:29 -0400)]
Merge pull request #7106 from masterleinad/replace_math_std

Don't use math functions not preceded with std::

6 years agoMerge pull request #7105 from masterleinad/deltete_wrong_configuration
David Wells [Thu, 23 Aug 2018 16:29:11 +0000 (12:29 -0400)]
Merge pull request #7105 from masterleinad/deltete_wrong_configuration

Delete wrong configuration test for fe_enriched_color_07

6 years agoDon't use math functions not preceded with std:: 7106/head
Daniel Arndt [Thu, 23 Aug 2018 12:53:39 +0000 (14:53 +0200)]
Don't use math functions not preceded with std::

6 years agoDelete wrong configuration test for fe_enriched_color_07 7105/head
Daniel Arndt [Thu, 23 Aug 2018 12:53:28 +0000 (14:53 +0200)]
Delete wrong configuration test for fe_enriched_color_07

6 years agoConst-correctness in lac/vector_operations_internal.h 7104/head
Daniel Arndt [Thu, 23 Aug 2018 09:32:56 +0000 (11:32 +0200)]
Const-correctness in lac/vector_operations_internal.h

6 years agoMerge pull request #7067 from Rombur/new_cuda_mpi
Daniel Arndt [Wed, 22 Aug 2018 23:02:34 +0000 (01:02 +0200)]
Merge pull request #7067 from Rombur/new_cuda_mpi

CUDA support for LA::d:Vector

6 years agoMerge pull request #7075 from masterleinad/fix_remaining_iterative_solvers_cuda
Bruno Turcksin [Wed, 22 Aug 2018 21:08:37 +0000 (17:08 -0400)]
Merge pull request #7075 from masterleinad/fix_remaining_iterative_solvers_cuda

Fix using the remaining iterative solvers with CUDAWrappers::Vector

6 years agoChangelog entry 7075/head
Daniel Arndt [Fri, 17 Aug 2018 13:36:07 +0000 (15:36 +0200)]
Changelog entry

6 years agoSolverFGMRES, SolverBiCGStab, SolverRichardson, SolverRelaxation
Daniel Arndt [Fri, 17 Aug 2018 13:18:23 +0000 (15:18 +0200)]
SolverFGMRES, SolverBiCGStab, SolverRichardson, SolverRelaxation

6 years agoSolverQMRS
Daniel Arndt [Fri, 17 Aug 2018 13:14:25 +0000 (15:14 +0200)]
SolverQMRS

6 years agoSolverMinRes
Daniel Arndt [Fri, 17 Aug 2018 13:13:36 +0000 (15:13 +0200)]
SolverMinRes

6 years agoSolverFIRE
Daniel Arndt [Fri, 17 Aug 2018 13:12:25 +0000 (15:12 +0200)]
SolverFIRE

6 years agoImplement CUDAWrappers::Vector::norm_sqr
Daniel Arndt [Fri, 17 Aug 2018 13:11:31 +0000 (15:11 +0200)]
Implement CUDAWrappers::Vector::norm_sqr

6 years agoAdd changelog entry 7067/head
Bruno Turcksin [Wed, 1 Aug 2018 15:33:59 +0000 (15:33 +0000)]
Add changelog entry

6 years agoAdd tests
Bruno Turcksin [Thu, 2 Aug 2018 14:51:35 +0000 (14:51 +0000)]
Add tests

6 years agoAdd support for CUDA memory space in LA::distributed::Vector
Bruno Turcksin [Thu, 2 Aug 2018 14:51:24 +0000 (14:51 +0000)]
Add support for CUDA memory space in LA::distributed::Vector

Add support for CUDA memory space to LinearAlgebra::distributed::Vector by
adding a new template parameter with a default value of Host.

6 years agoMerge pull request #7089 from drwells/add-Table-iterators
Daniel Arndt [Wed, 22 Aug 2018 11:54:54 +0000 (13:54 +0200)]
Merge pull request #7089 from drwells/add-Table-iterators

Add table iterators

6 years agoAdd matrix iterators to Table (and FullMatrix). 7089/head
David Wells [Mon, 20 Aug 2018 04:22:11 +0000 (00:22 -0400)]
Add matrix iterators to Table (and FullMatrix).

This generalizes the work done in b4b71dc9f60 by adding more template parameters
to the iterator and accessor classes for TransposeTable: the new version is now
used in Table (and thus FullMatrix).

The old FullMatrix::const_iterator has been completely removed (since the new
version provides both const and non-const iterators).

6 years agoMerge pull request #7097 from bangerth/conditional
David Wells [Wed, 22 Aug 2018 01:05:51 +0000 (21:05 -0400)]
Merge pull request #7097 from bangerth/conditional

Use std::conditional instead of a switch class.

6 years agoUse std::conditional instead of a switch class. 7097/head
Wolfgang Bangerth [Tue, 21 Aug 2018 21:55:04 +0000 (15:55 -0600)]
Use std::conditional instead of a switch class.

6 years agoMerge pull request #7094 from masterleinad/cudawrappers_sparse_matrix_unique
Daniel Arndt [Tue, 21 Aug 2018 21:13:47 +0000 (23:13 +0200)]
Merge pull request #7094 from masterleinad/cudawrappers_sparse_matrix_unique

Use unique_ptr in CUDAWrappers::SparseMatrix

6 years agoMerge pull request #7096 from davydden/feature/asserts_mpi_partitioner
Daniel Arndt [Tue, 21 Aug 2018 21:12:52 +0000 (23:12 +0200)]
Merge pull request #7096 from davydden/feature/asserts_mpi_partitioner

add asserts and comments in MPI::Partitioner

6 years agosimplify the zero fix 7096/head
Denis Davydov [Tue, 21 Aug 2018 16:31:18 +0000 (18:31 +0200)]
simplify the zero fix

6 years agoadd a note why we have zeros in first_index
Denis Davydov [Tue, 21 Aug 2018 16:28:34 +0000 (18:28 +0200)]
add a note why we have zeros in first_index

6 years agoadd asserts and comments in MPI::Partitioner
Denis Davydov [Tue, 21 Aug 2018 15:35:49 +0000 (17:35 +0200)]
add asserts and comments in MPI::Partitioner

6 years agoMerge pull request #7081 from drwells/affineconstraints-modernization
Wolfgang Bangerth [Tue, 21 Aug 2018 15:50:55 +0000 (09:50 -0600)]
Merge pull request #7081 from drwells/affineconstraints-modernization

AffineConstraints modernization

6 years agoMerge pull request #7090 from AlexanderBlank/add_parameter_handler_get_with_path
Wolfgang Bangerth [Tue, 21 Aug 2018 15:45:25 +0000 (09:45 -0600)]
Merge pull request #7090 from AlexanderBlank/add_parameter_handler_get_with_path

ParameterHandler get from subsection

6 years agoMerge pull request #7087 from bangerth/doc-update
Denis Davydov [Tue, 21 Aug 2018 14:59:08 +0000 (16:59 +0200)]
Merge pull request #7087 from bangerth/doc-update

Add some discussion about extractors.

6 years agoAdd some discussion about extractors. 7087/head
Wolfgang Bangerth [Mon, 20 Aug 2018 17:41:25 +0000 (11:41 -0600)]
Add some discussion about extractors.

6 years agoRename functions allocating and deleting 7094/head
Daniel Arndt [Tue, 21 Aug 2018 14:51:51 +0000 (16:51 +0200)]
Rename functions allocating and deleting

6 years agoMerge pull request #7042 from masterleinad/serial_periodic_refinement
Wolfgang Bangerth [Tue, 21 Aug 2018 14:46:42 +0000 (08:46 -0600)]
Merge pull request #7042 from masterleinad/serial_periodic_refinement

Consider periodic neighbors during grid refinement in serial

6 years agoUse unique_ptr in CUDAWrappers::SparseMatrix
Daniel Arndt [Tue, 21 Aug 2018 07:26:43 +0000 (09:26 +0200)]
Use unique_ptr in CUDAWrappers::SparseMatrix

6 years agoMerge pull request #7082 from masterleinad/improve_cudawrappers_smartmatrix
Bruno Turcksin [Tue, 21 Aug 2018 13:09:18 +0000 (09:09 -0400)]
Merge pull request #7082 from masterleinad/improve_cudawrappers_smartmatrix

Some improvements for CUDAWrappers::SparseMatrix

6 years agoSimplify some logic in Triangulation::prepare_coarsening_and_refinement 7042/head
Daniel Arndt [Tue, 21 Aug 2018 08:35:55 +0000 (10:35 +0200)]
Simplify some logic in Triangulation::prepare_coarsening_and_refinement

6 years agoAdded overloads for ParameterHandler getters to accept a subsection path so that... 7090/head
AlexanderBlank [Tue, 21 Aug 2018 05:54:59 +0000 (22:54 -0700)]
Added overloads for ParameterHandler getters to accept a subsection path so that data from a subsection below the current one can be retrieved while keeping the ParameterHandler const. Also added tests and documentation of this feature., minor text changes.

6 years agoMerge pull request #7072 from masterleinad/fix_cuda_wrappers_copy_assignment
Wolfgang Bangerth [Mon, 20 Aug 2018 23:45:16 +0000 (17:45 -0600)]
Merge pull request #7072 from masterleinad/fix_cuda_wrappers_copy_assignment

Fix CUDAWrappers::Vector copy assignment

6 years agoUse line_n for line number in AffineConstraints. 7081/head
David Wells [Mon, 20 Aug 2018 23:19:49 +0000 (19:19 -0400)]
Use line_n for line number in AffineConstraints.

'line' is presently used for both ConstraintLine objects and the index
of ConstraintLine objects: this commit makes things clearer by always
refering to the index as 'line_n'.

6 years agoConvert an internal function into a lambda.
David Wells [Sat, 18 Aug 2018 23:39:11 +0000 (19:39 -0400)]
Convert an internal function into a lambda.

6 years agoMerge pull request #6863 from drwells/add-cylinder-grid
Martin Kronbichler [Mon, 20 Aug 2018 19:30:02 +0000 (21:30 +0200)]
Merge pull request #6863 from drwells/add-cylinder-grid

Add a grid for the flow past a cylinder benchmark.

6 years agoMerge pull request #7086 from masterleinad/replace_fixed_int_power
Martin Kronbichler [Mon, 20 Aug 2018 19:28:57 +0000 (21:28 +0200)]
Merge pull request #7086 from masterleinad/replace_fixed_int_power

Replace Utilities::fixed_int_power by Utilities::pow

6 years agoAdd tests 7082/head
Daniel Arndt [Mon, 20 Aug 2018 16:33:50 +0000 (18:33 +0200)]
Add tests

6 years agoUpdate a comment about which FEValues extractors are available.
Wolfgang Bangerth [Mon, 20 Aug 2018 17:30:24 +0000 (11:30 -0600)]
Update a comment about which FEValues extractors are available.

6 years agoChangelog entry
Daniel Arndt [Sun, 19 Aug 2018 22:48:06 +0000 (00:48 +0200)]
Changelog entry

6 years agoAdd a move assignment operator for CUDAWrappers::SparseMatrix
Daniel Arndt [Sat, 18 Aug 2018 23:47:38 +0000 (01:47 +0200)]
Add a move assignment operator for CUDAWrappers::SparseMatrix

6 years agoImplement CUDAWrappers::SparseMatrix::print*
Daniel Arndt [Fri, 17 Aug 2018 23:56:49 +0000 (01:56 +0200)]
Implement CUDAWrappers::SparseMatrix::print*

6 years agoMerge pull request #7083 from masterleinad/cuda_assert_nothrow
Daniel Arndt [Mon, 20 Aug 2018 16:21:38 +0000 (18:21 +0200)]
Merge pull request #7083 from masterleinad/cuda_assert_nothrow

AssertNothrowCUDA and AssertNothrowCusparse

6 years agoReplace Utilities::fixed_int_power by Utilities::pow 7086/head
Daniel Arndt [Mon, 20 Aug 2018 13:50:10 +0000 (15:50 +0200)]
Replace Utilities::fixed_int_power by Utilities::pow

6 years agoMerge pull request #7085 from kronbichler/avoid_deprecated_pow
Bruno Turcksin [Mon, 20 Aug 2018 13:10:09 +0000 (09:10 -0400)]
Merge pull request #7085 from kronbichler/avoid_deprecated_pow

Avoid deprecated fixed_int_power

6 years agoAvoid deprecated fixed_int_power 7085/head
Martin Kronbichler [Mon, 20 Aug 2018 10:51:46 +0000 (12:51 +0200)]
Avoid deprecated fixed_int_power

6 years agoMerge pull request #7078 from drwells/fix-sign-warnings
Daniel Arndt [Mon, 20 Aug 2018 08:37:08 +0000 (10:37 +0200)]
Merge pull request #7078 from drwells/fix-sign-warnings

Fix some sign comparison warnings.

6 years agoMerge pull request #7032 from kronbichler/matrix_free_interleaved_dof_storage
Martin Kronbichler [Mon, 20 Aug 2018 07:09:58 +0000 (09:09 +0200)]
Merge pull request #7032 from kronbichler/matrix_free_interleaved_dof_storage

Add interleaved dof storage for DG to MatrixFree

6 years agoRemove extra table.h inclusions.
David Wells [Mon, 20 Aug 2018 04:19:30 +0000 (00:19 -0400)]
Remove extra table.h inclusions.

6 years agoChangelog entry 7083/head
Daniel Arndt [Sun, 19 Aug 2018 22:57:21 +0000 (00:57 +0200)]
Changelog entry

6 years agoUse AssertNothrowCuda
Daniel Arndt [Sat, 18 Aug 2018 21:35:34 +0000 (23:35 +0200)]
Use AssertNothrowCuda

6 years agoAdd Nothrow variants to CUDA and CUSPARSE assert
Daniel Arndt [Sat, 18 Aug 2018 21:29:40 +0000 (23:29 +0200)]
Add Nothrow variants to CUDA and CUSPARSE assert

6 years agoChange CUDAWrappers::size_type to int
Daniel Arndt [Sat, 18 Aug 2018 21:34:34 +0000 (23:34 +0200)]
Change CUDAWrappers::size_type to int

6 years agoMerge pull request #7079 from drwells/duplicated-branch-warnings
Jean-Paul Pelteret [Sun, 19 Aug 2018 14:30:18 +0000 (16:30 +0200)]
Merge pull request #7079 from drwells/duplicated-branch-warnings

Fix some duplicated branch warnings.

6 years agoMerge pull request #7080 from drwells/mapping-manifold-initlog
Martin Kronbichler [Sun, 19 Aug 2018 08:07:32 +0000 (10:07 +0200)]
Merge pull request #7080 from drwells/mapping-manifold-initlog

Ensure initlog() is used in tests/manifold and tests/mappings.

6 years agoConvert some loops in AffineConstraints to range-for loops.
David Wells [Sat, 18 Aug 2018 23:37:37 +0000 (19:37 -0400)]
Convert some loops in AffineConstraints to range-for loops.

6 years agoUse references instead of pointers.
David Wells [Sat, 18 Aug 2018 19:13:16 +0000 (15:13 -0400)]
Use references instead of pointers.

There is no null pointer check later on, so its a bit cleaner to just check
indices and then get a reference.

6 years agoEnsure initlog() is used in tests/manifold and tests/mappings. 7080/head
David Wells [Sat, 18 Aug 2018 16:37:30 +0000 (12:37 -0400)]
Ensure initlog() is used in tests/manifold and tests/mappings.

6 years agoFix some duplicated branch warnings. 7079/head
David Wells [Sat, 18 Aug 2018 18:52:04 +0000 (14:52 -0400)]
Fix some duplicated branch warnings.

6 years agoFix some sign comparison warnings. 7078/head
David Wells [Sat, 18 Aug 2018 23:39:35 +0000 (19:39 -0400)]
Fix some sign comparison warnings.

6 years agoUse Utilities::CUDA functions and use variable names consistently 7072/head
Daniel Arndt [Sat, 18 Aug 2018 21:37:32 +0000 (23:37 +0200)]
Use Utilities::CUDA functions and use variable names consistently

6 years agoAdd documentation. 7032/head
Martin Kronbichler [Sat, 18 Aug 2018 17:18:55 +0000 (19:18 +0200)]
Add documentation.

6 years agoMerge pull request #7063 from masterleinad/avoid_exception_slicing
David Wells [Fri, 17 Aug 2018 23:42:27 +0000 (19:42 -0400)]
Merge pull request #7063 from masterleinad/avoid_exception_slicing

Avoid slicing when throwing in Assert

6 years agoMerge pull request #7076 from bangerth/glossary
David Wells [Fri, 17 Aug 2018 23:39:57 +0000 (19:39 -0400)]
Merge pull request #7076 from bangerth/glossary

Reference the 'coarse mesh' glossary 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.