]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoBe more specific which files we feed to doxygen. 4200/head
Wolfgang Bangerth [Thu, 6 Apr 2017 14:49:33 +0000 (08:49 -0600)]
Be more specific which files we feed to doxygen.

Specifically, make sure that we exclude the doc/news/changes/README.md file.

7 years agoMerge pull request #4198 from bangerth/fix-cxx11-merge
Denis Davydov [Thu, 6 Apr 2017 13:33:45 +0000 (15:33 +0200)]
Merge pull request #4198 from bangerth/fix-cxx11-merge

Fix occurrences of std_cxx11.

7 years agoMerge pull request #4196 from bangerth/align-args
Bruno Turcksin [Thu, 6 Apr 2017 13:28:30 +0000 (09:28 -0400)]
Merge pull request #4196 from bangerth/align-args

Align function argument names.

7 years agoFix occurrences of std_cxx11. 4198/head
Wolfgang Bangerth [Thu, 6 Apr 2017 13:23:49 +0000 (07:23 -0600)]
Fix occurrences of std_cxx11.

7 years agoAlign function argument names. 4196/head
Wolfgang Bangerth [Thu, 6 Apr 2017 13:12:02 +0000 (07:12 -0600)]
Align function argument names.

7 years agoMerge pull request #4128 from Rombur/std_cxx11
Wolfgang Bangerth [Thu, 6 Apr 2017 13:09:05 +0000 (07:09 -0600)]
Merge pull request #4128 from Rombur/std_cxx11

Replace std_cxx11 and std_cxx1x functions by std ones

7 years agoMerge pull request #4189 from bangerth/implement-convert-interface-4
Luca Heltai [Thu, 6 Apr 2017 08:50:02 +0000 (10:50 +0200)]
Merge pull request #4189 from bangerth/implement-convert-interface-4

Convert tests.

7 years agoMerge pull request #4185 from bangerth/implement-convert-interface
Luca Heltai [Thu, 6 Apr 2017 08:47:42 +0000 (10:47 +0200)]
Merge pull request #4185 from bangerth/implement-convert-interface

Implement FE::convert_generalized_support_point_values_to_nodal_values() for FE_Q, FE_DGQ, FE_DGQArbitraryNodes.

7 years agoMerge pull request #4183 from gassmoeller/use_manifold_for_boundary_normal_vector
Luca Heltai [Thu, 6 Apr 2017 08:46:41 +0000 (10:46 +0200)]
Merge pull request #4183 from gassmoeller/use_manifold_for_boundary_normal_vector

Use manifold instead of boundary for VectorTools::compute_nonzero_normal_flux_constraints

7 years agoMerge pull request #4192 from tamiko/cmake_check_for_zlib
David Wells [Thu, 6 Apr 2017 02:58:37 +0000 (22:58 -0400)]
Merge pull request #4192 from tamiko/cmake_check_for_zlib

CMake: Also check for enabled zlib support in p4est

7 years agoCMake: Also check for enabled zlib support in p4est 4192/head
Matthias Maier [Thu, 6 Apr 2017 01:26:28 +0000 (20:26 -0500)]
CMake: Also check for enabled zlib support in p4est

Even though we might not necessarily use zlib compression in p4est
output at all, p4est might silently fail if zlib support is disabled.

Work around this issue by always requiring a p4est installation with
enabled zlib support.

Closes #4151

7 years agoMerge pull request #4188 from bangerth/implement-convert-interface-3
David Wells [Thu, 6 Apr 2017 01:14:14 +0000 (21:14 -0400)]
Merge pull request #4188 from bangerth/implement-convert-interface-3

Remove a test.

7 years agoMerge pull request #4191 from bangerth/implement-convert-interface-5
Daniel Arndt [Thu, 6 Apr 2017 00:13:37 +0000 (02:13 +0200)]
Merge pull request #4191 from bangerth/implement-convert-interface-5

Minor code cleanups.

7 years agoMerge pull request #4190 from tjhei/changes_h_in_built
Matthias Maier [Wed, 5 Apr 2017 22:34:13 +0000 (17:34 -0500)]
Merge pull request #4190 from tjhei/changes_h_in_built

generate changes.h.in in binary dir

7 years agoMinor code cleanups. 4191/head
Wolfgang Bangerth [Wed, 5 Apr 2017 21:47:11 +0000 (15:47 -0600)]
Minor code cleanups.

7 years agogenerate changes.h in binary dir 4190/head
Timo Heister [Wed, 5 Apr 2017 21:35:23 +0000 (17:35 -0400)]
generate changes.h in binary dir

closes #4102

7 years agoImplement FE::convert_generalized_support_point_values_to_nodal_values() for FE_Q... 4185/head
Wolfgang Bangerth [Wed, 5 Apr 2017 16:38:11 +0000 (10:38 -0600)]
Implement FE::convert_generalized_support_point_values_to_nodal_values() for FE_Q, FE_DGQ, FE_DGQArbitraryNodes.

7 years agoConvert tests. 4189/head
Wolfgang Bangerth [Wed, 5 Apr 2017 17:12:00 +0000 (11:12 -0600)]
Convert tests.

Specifically, convert all tests from FE::interpolate to
FE::convert_generalized_support_point_values_to_nodal_values.

Since the former had three variants but that latter only one,
this also requires deleting some code and updating test results.

7 years agoRemove a test. 4188/head
Wolfgang Bangerth [Wed, 5 Apr 2017 17:04:55 +0000 (11:04 -0600)]
Remove a test.

The test checks variations of the FiniteElement::interpolate() function
that were deprecated before the last release and will be removed soon.

The fe/fe_rannacher_turek_01 test continues to test the main
signature of that function, and will be converted to use
FE::convert_generalized_support_point_values_to_nodal_values().

7 years agoMerge pull request #4182 from gassmoeller/fix_2d_spherical_tangent_vector
Wolfgang Bangerth [Wed, 5 Apr 2017 19:20:29 +0000 (13:20 -0600)]
Merge pull request #4182 from gassmoeller/fix_2d_spherical_tangent_vector

Fix 2d spherical manifold tangent vector

7 years agoAdd test 4182/head
Rene Gassmoeller [Wed, 5 Apr 2017 01:08:02 +0000 (19:08 -0600)]
Add test

7 years agoMerge pull request #4184 from bangerth/doc-update
Timo Heister [Wed, 5 Apr 2017 17:51:37 +0000 (13:51 -0400)]
Merge pull request #4184 from bangerth/doc-update

Minor updates to the documentation of a couple of classes.

7 years agoMerge pull request #4171 from drwells/partitioner-swap
Wolfgang Bangerth [Wed, 5 Apr 2017 16:18:42 +0000 (10:18 -0600)]
Merge pull request #4171 from drwells/partitioner-swap

Use a swap in place of a copy.

7 years agoMerge pull request #4106 from drwells/require-c++11
Matthias Maier [Wed, 5 Apr 2017 15:12:50 +0000 (10:12 -0500)]
Merge pull request #4106 from drwells/require-c++11

Require C++11.

7 years agoMinor updates to the documentation of a couple of classes. 4184/head
Wolfgang Bangerth [Wed, 5 Apr 2017 14:26:10 +0000 (08:26 -0600)]
Minor updates to the documentation of a couple of classes.

7 years agoHandle special case SphericalManifold::get_tangent_vector
Rene Gassmoeller [Wed, 5 Apr 2017 00:11:05 +0000 (18:11 -0600)]
Handle special case SphericalManifold::get_tangent_vector

7 years agoUse manifold instead of boundary 4183/head
Rene Gassmoeller [Tue, 4 Apr 2017 21:56:21 +0000 (15:56 -0600)]
Use manifold instead of boundary

7 years agoMerge pull request #4180 from tjhei/add_doi_for_step_57
Wolfgang Bangerth [Tue, 4 Apr 2017 15:20:23 +0000 (09:20 -0600)]
Merge pull request #4180 from tjhei/add_doi_for_step_57

add step-57 DOI

7 years agoadd step-57 DOI 4180/head
Timo Heister [Tue, 4 Apr 2017 15:17:50 +0000 (11:17 -0400)]
add step-57 DOI

7 years agoMerge pull request #4173 from tjhei/mathjax_new_cdn
David Wells [Tue, 4 Apr 2017 02:19:09 +0000 (22:19 -0400)]
Merge pull request #4173 from tjhei/mathjax_new_cdn

change MathJax CDN

7 years agoMerge pull request #4174 from jppelteret/step-44-doc_update_01
Timo Heister [Mon, 3 Apr 2017 14:24:55 +0000 (10:24 -0400)]
Merge pull request #4174 from jppelteret/step-44-doc_update_01

Add DOI citation to step-44

7 years agoAdd DOI citation to step-44 4174/head
Jean-Paul Pelteret [Mon, 3 Apr 2017 07:09:44 +0000 (09:09 +0200)]
Add DOI citation to step-44

7 years agoMerge pull request #4139 from kronbichler/cleanup_shape_info
Bruno Turcksin [Sun, 2 Apr 2017 23:49:07 +0000 (19:49 -0400)]
Merge pull request #4139 from kronbichler/cleanup_shape_info

Proper tolerance scaling for gradients and Hessians at high degrees

7 years agoMerge pull request #4145 from tjhei/doi_citing
David Wells [Sun, 2 Apr 2017 23:03:25 +0000 (19:03 -0400)]
Merge pull request #4145 from tjhei/doi_citing

add @dealiiTutorialDOI{} macro for tutorial programs

7 years agoadd @dealiiTutorialDOI{} macro for tutorial programs 4145/head
Timo Heister [Thu, 30 Mar 2017 15:11:01 +0000 (11:11 -0400)]
add @dealiiTutorialDOI{} macro for tutorial programs

7 years agochange MathJax CDN 4173/head
Timo Heister [Sun, 2 Apr 2017 17:12:25 +0000 (13:12 -0400)]
change MathJax CDN

https://cdn.mathjax.org is shutting down, so switch to the recommended alternative CDN.

Fixes #4169

7 years agoUse a swap in place of a copy. 4171/head
David Wells [Sat, 1 Apr 2017 16:53:08 +0000 (12:53 -0400)]
Use a swap in place of a copy.

7 years agoMerge pull request #4172 from drwells/point-value-history-resize
Wolfgang Bangerth [Sat, 1 Apr 2017 20:07:15 +0000 (14:07 -0600)]
Merge pull request #4172 from drwells/point-value-history-resize

Resize a vector instead of repeatedly calling push_back.

7 years agoMerge pull request #4155 from tcclevenger/fix_shared_tria_multigrid_artifical
Martin Kronbichler [Sat, 1 Apr 2017 19:42:58 +0000 (21:42 +0200)]
Merge pull request #4155 from tcclevenger/fix_shared_tria_multigrid_artifical

Fixed setting artificial bug in shared tria, added test

7 years agoResize a vector instead of repeatedly calling push_back. 4172/head
David Wells [Sat, 1 Apr 2017 16:53:46 +0000 (12:53 -0400)]
Resize a vector instead of repeatedly calling push_back.

std::vector<double>(0) creates an empty vector, so we can save some time by just
resizing the vector of vectors instead.

7 years agoMerge pull request #4168 from drwells/add-nonexistent-line-check
Wolfgang Bangerth [Sat, 1 Apr 2017 15:59:23 +0000 (09:59 -0600)]
Merge pull request #4168 from drwells/add-nonexistent-line-check

Check an index in ConstraintMatrix::add_entry.

7 years agoRemove non-C++11 mode compiler flag checks. 4106/head
David Wells [Fri, 31 Mar 2017 19:34:09 +0000 (15:34 -0400)]
Remove non-C++11 mode compiler flag checks.

These options no longer apply since we do not support compilation with
either old versions of GCC (first check) or non-C++11 mode (second and
third checks).

7 years agoUpdate the minimum supported GCC version.
David Wells [Fri, 31 Mar 2017 19:33:53 +0000 (15:33 -0400)]
Update the minimum supported GCC version.

7 years agoRemove DEAL_II_NOEXCEPT.
David Wells [Fri, 24 Mar 2017 16:39:34 +0000 (12:39 -0400)]
Remove DEAL_II_NOEXCEPT.

Since we use C++11 we no longer have to use the old 'throw()' syntax.

7 years agoRemove the deprecated DEAL_II_CXX11_FLAG option.
David Wells [Thu, 23 Mar 2017 21:06:56 +0000 (17:06 -0400)]
Remove the deprecated DEAL_II_CXX11_FLAG option.

7 years agoRequire C++11.
David Wells [Thu, 23 Mar 2017 21:01:43 +0000 (17:01 -0400)]
Require C++11.

7 years agoCheck an index in ConstraintMatrix::add_entry. 4168/head
David Wells [Fri, 31 Mar 2017 18:46:45 +0000 (14:46 -0400)]
Check an index in ConstraintMatrix::add_entry.

Without this check one can get segmentation faults in debug mode if the
current line is not present.

7 years agoMerge pull request #4141 from kronbichler/fe_evaluation_cleanup
Bruno Turcksin [Fri, 31 Mar 2017 18:14:23 +0000 (14:14 -0400)]
Merge pull request #4141 from kronbichler/fe_evaluation_cleanup

FEEvaluation: Tidy up selection of templated evaluation calls

7 years agoMerge pull request #4158 from tamiko/fix_sequential_petsc_on_fedora
Timo Heister [Fri, 31 Mar 2017 16:44:26 +0000 (12:44 -0400)]
Merge pull request #4158 from tamiko/fix_sequential_petsc_on_fedora

CMake: Workaround: Ensure "mpiuni/mpi.h" is reachable

7 years agoMerge pull request #4165 from masterleinad/restrict_parallel_petsc_dev
Daniel Arndt [Fri, 31 Mar 2017 15:27:59 +0000 (17:27 +0200)]
Merge pull request #4165 from masterleinad/restrict_parallel_petsc_dev

Restrict tests requiring a parallel PETSc

7 years agoRestrict tests requiring a parallel PETSc 4165/head
Daniel Arndt [Fri, 31 Mar 2017 14:03:36 +0000 (16:03 +0200)]
Restrict tests requiring a parallel PETSc

7 years agoCMake: Workaround: Ensure "mpiuni/mpi.h" is reachable 4158/head
Matthias Maier [Thu, 30 Mar 2017 22:38:47 +0000 (17:38 -0500)]
CMake: Workaround: Ensure "mpiuni/mpi.h" is reachable

In case of a sequential build without mpi support and sequential petsc a
dummy mpi.h file installed by petsc must be reachable in from our final
set of include directories.

Normally this is not an issue - petsc exports such information in the
file "petscvariables" that we parse. But some distributions have chosen
to not install this file...

Closes #4157

7 years agoMerge pull request #4156 from tjhei/cmake_find_mpi_version
Daniel Arndt [Fri, 31 Mar 2017 09:30:37 +0000 (11:30 +0200)]
Merge pull request #4156 from tjhei/cmake_find_mpi_version

fix cmake regex for finding MPI version

7 years agoMerge pull request #4163 from davydden/changelog_matrixfree
Denis Davydov [Fri, 31 Mar 2017 09:12:55 +0000 (11:12 +0200)]
Merge pull request #4163 from davydden/changelog_matrixfree

a changelog for deprecated mpi_communicator in MatrixFree::Additional…

7 years agoa changelog for deprecated mpi_communicator in MatrixFree::AdditionalData 4163/head
Denis Davydov [Fri, 31 Mar 2017 08:24:39 +0000 (10:24 +0200)]
a changelog for deprecated mpi_communicator in MatrixFree::AdditionalData

7 years agoMerge pull request #4160 from tamiko/fix_step_dependency
David Wells [Fri, 31 Mar 2017 03:40:00 +0000 (23:40 -0400)]
Merge pull request #4160 from tamiko/fix_step_dependency

Examples: Require MPI for step-18

7 years agoMerge pull request #4152 from tjhei/fix_step_44_petsc
Matthias Maier [Thu, 30 Mar 2017 23:27:51 +0000 (18:27 -0500)]
Merge pull request #4152 from tjhei/fix_step_44_petsc

fix step-55

7 years agoExamples: Require MPI for step-18 4160/head
Matthias Maier [Thu, 30 Mar 2017 23:23:02 +0000 (18:23 -0500)]
Examples: Require MPI for step-18

7 years agofix cmake regex for finding MPI version 4156/head
Timo Heister [Thu, 30 Mar 2017 21:37:53 +0000 (17:37 -0400)]
fix cmake regex for finding MPI version

cmake regex is greedy, which means that the old regex
MPI_VERSION.*([0-9]+)
would only put the last digit of the version into the group \1 because
.* consumes the others. Fix this.

7 years agotypo 4155/head
tcclevenger [Thu, 30 Mar 2017 21:05:46 +0000 (17:05 -0400)]
typo

7 years agofix shared tria artificial cells bug
tcclevenger [Thu, 30 Mar 2017 20:51:20 +0000 (16:51 -0400)]
fix shared tria artificial cells bug

7 years agoMerge pull request #4143 from tjhei/test_prm_map
Daniel Arndt [Thu, 30 Mar 2017 20:44:26 +0000 (22:44 +0200)]
Merge pull request #4143 from tjhei/test_prm_map

add test for parsing Map pattern in ParameterHandler

7 years agofix step-55 4152/head
Timo Heister [Thu, 30 Mar 2017 19:09:45 +0000 (15:09 -0400)]
fix step-55

This causes crashes with PETSc and solver convergence issues with
Trilinos with more than one rank.

7 years agoMerge pull request #4149 from tamiko/require_cmake_2.8.12
Matthias Maier [Thu, 30 Mar 2017 17:19:39 +0000 (12:19 -0500)]
Merge pull request #4149 from tamiko/require_cmake_2.8.12

CMake: Raise minimal required version to 2.8.12

7 years agoCMake: Raise minimal required version to 2.8.12 4149/head
Matthias Maier [Thu, 30 Mar 2017 16:56:07 +0000 (11:56 -0500)]
CMake: Raise minimal required version to 2.8.12

Almost all distributions with a recent enough compiler come with at
least CMake 2.8.12 which was released November 2013. Let's simply
require this version.

7 years agoadd test for parsing Map pattern in ParameterHandler 4143/head
Timo Heister [Thu, 30 Mar 2017 13:53:45 +0000 (09:53 -0400)]
add test for parsing Map pattern in ParameterHandler

I think this makes for a nice usage example.

7 years agoReplace std_cxx11 and std_cxx1x functions by std ones 4128/head
Bruno Turcksin [Mon, 27 Mar 2017 15:45:51 +0000 (11:45 -0400)]
Replace std_cxx11 and std_cxx1x functions by std ones

7 years agoMerge pull request #4140 from kronbichler/fix_gl_evaluation
Martin Kronbichler [Thu, 30 Mar 2017 14:05:40 +0000 (16:05 +0200)]
Merge pull request #4140 from kronbichler/fix_gl_evaluation

FEEvaluation: Fix collocation evaluation path

7 years agoMerge pull request #4138 from kronbichler/fe_eval_doc_update
Timo Heister [Thu, 30 Mar 2017 13:58:23 +0000 (09:58 -0400)]
Merge pull request #4138 from kronbichler/fe_eval_doc_update

Update documentation of FEEvaluation

7 years agoMerge pull request #4142 from kronbichler/fix_compilation_64_bit
Wolfgang Bangerth [Thu, 30 Mar 2017 13:34:54 +0000 (07:34 -0600)]
Merge pull request #4142 from kronbichler/fix_compilation_64_bit

Fix compilation with 64 bit indices.

7 years agoFix compilation with 64 bit indices. 4142/head
Martin Kronbichler [Thu, 30 Mar 2017 13:32:44 +0000 (15:32 +0200)]
Fix compilation with 64 bit indices.

7 years agoFEEvaluation: Tidy up selection of templated evaluation calls. 4141/head
Martin Kronbichler [Thu, 30 Mar 2017 13:19:39 +0000 (15:19 +0200)]
FEEvaluation: Tidy up selection of templated evaluation calls.

7 years agoFEEvaluation: Fix collocation evaluation path 4140/head
Martin Kronbichler [Thu, 30 Mar 2017 12:35:03 +0000 (14:35 +0200)]
FEEvaluation: Fix collocation evaluation path

7 years agoAdd test 4139/head
Martin Kronbichler [Thu, 30 Mar 2017 11:38:43 +0000 (13:38 +0200)]
Add test

7 years agoAdd proper scaling for gradients and Hessians at high degrees
Martin Kronbichler [Thu, 30 Mar 2017 11:38:32 +0000 (13:38 +0200)]
Add proper scaling for gradients and Hessians at high degrees

7 years agoUpdate documentation of FEEvaluation 4138/head
Martin Kronbichler [Thu, 30 Mar 2017 08:49:04 +0000 (10:49 +0200)]
Update documentation of FEEvaluation

7 years agoMerge pull request #4111 from kronbichler/fe_evaluation_gather_and_optimization
Martin Kronbichler [Thu, 30 Mar 2017 07:33:35 +0000 (09:33 +0200)]
Merge pull request #4111 from kronbichler/fe_evaluation_gather_and_optimization

Two optimizations to FEEvaluation

7 years agoImprove documentation, make names of data structures uniform 4111/head
Martin Kronbichler [Wed, 29 Mar 2017 19:40:40 +0000 (21:40 +0200)]
Improve documentation, make names of data structures uniform

7 years agoMerge pull request #4067 from tcclevenger/shared_tria_partition
Martin Kronbichler [Wed, 29 Mar 2017 19:44:37 +0000 (21:44 +0200)]
Merge pull request #4067 from tcclevenger/shared_tria_partition

Various partitioning method for parallel::shared::Triangulation

7 years agofixed some typos/added settings explanation 4067/head
tcclevenger [Wed, 29 Mar 2017 17:17:32 +0000 (13:17 -0400)]
fixed some typos/added settings explanation

7 years agoMerge pull request #4134 from kronbichler/fix_test_abf
Daniel Arndt [Wed, 29 Mar 2017 11:57:09 +0000 (13:57 +0200)]
Merge pull request #4134 from kronbichler/fix_test_abf

Fix test on some platforms

7 years agoDisable scatter as long as the indices are not fixed
Martin Kronbichler [Wed, 29 Mar 2017 09:51:49 +0000 (11:51 +0200)]
Disable scatter as long as the indices are not fixed

7 years agoAvoid overly cautious assertions in scatter
Martin Kronbichler [Wed, 29 Mar 2017 09:18:44 +0000 (11:18 +0200)]
Avoid overly cautious assertions in scatter

7 years agoFix test on some platforms 4134/head
Martin Kronbichler [Wed, 29 Mar 2017 07:18:55 +0000 (09:18 +0200)]
Fix test on some platforms

7 years agoMerge pull request #4131 from drwells/fix-quick-tests
Timo Heister [Tue, 28 Mar 2017 22:49:01 +0000 (18:49 -0400)]
Merge pull request #4131 from drwells/fix-quick-tests

Remove tests.h dependency from the quick tests.

7 years agoRemove tests.h dependency from the quick tests. 4131/head
David Wells [Tue, 28 Mar 2017 21:03:55 +0000 (17:03 -0400)]
Remove tests.h dependency from the quick tests.

The release candidates ship without this file.

7 years agoMerge pull request #4127 from kronbichler/fix_matrix_free_degree_9
Timo Heister [Tue, 28 Mar 2017 16:49:29 +0000 (12:49 -0400)]
Merge pull request #4127 from kronbichler/fix_matrix_free_degree_9

Fix bug in matrix-free evaluation kernel for degree 9 in 2D

7 years agoMake the stack size selection a single parameter 4127/head
Martin Kronbichler [Tue, 28 Mar 2017 14:08:07 +0000 (16:08 +0200)]
Make the stack size selection a single parameter

7 years agoMerge pull request #4126 from simonsticko/fe_nothing_interpolation_matrix
Martin Kronbichler [Tue, 28 Mar 2017 13:40:44 +0000 (15:40 +0200)]
Merge pull request #4126 from simonsticko/fe_nothing_interpolation_matrix

Implement get_interpolation_matrix on FE_Nothing.

7 years agoPut new code into separate function.
Martin Kronbichler [Tue, 28 Mar 2017 13:24:45 +0000 (15:24 +0200)]
Put new code into separate function.
Do not use function pointers.

7 years agoAdd changelog
Martin Kronbichler [Fri, 24 Mar 2017 13:42:59 +0000 (14:42 +0100)]
Add changelog

7 years agoUse vectorized gather operation if available.
Martin Kronbichler [Tue, 14 Mar 2017 09:25:25 +0000 (10:25 +0100)]
Use vectorized gather operation if available.

7 years agoUse simpler code path for quadratic operator evaluation path.
Martin Kronbichler [Tue, 14 Mar 2017 09:24:42 +0000 (10:24 +0100)]
Use simpler code path for quadratic operator evaluation path.

7 years agoFix bug in matrix-free evaluation kernel for degree 9 in 2D
Martin Kronbichler [Tue, 28 Mar 2017 10:11:49 +0000 (12:11 +0200)]
Fix bug in matrix-free evaluation kernel for degree 9 in 2D

7 years agoMerge pull request #4125 from simonsticko/doc_astyle_move
Daniel Arndt [Tue, 28 Mar 2017 09:32:09 +0000 (11:32 +0200)]
Merge pull request #4125 from simonsticko/doc_astyle_move

Update documentation on location of astyle.rc.

7 years agoImplement get_interpolation_matrix on FE_Nothing. 4126/head
Simon Sticko [Tue, 28 Mar 2017 08:45:45 +0000 (10:45 +0200)]
Implement get_interpolation_matrix on FE_Nothing.

7 years agoUpdate documentation on location of astyle.rc. 4125/head
Simon Sticko [Tue, 28 Mar 2017 07:13:03 +0000 (09:13 +0200)]
Update documentation on location of astyle.rc.

7 years agoMerge pull request #4117 from davydden/matrix_free_remove_depricated
Daniel Arndt [Mon, 27 Mar 2017 22:11:24 +0000 (00:11 +0200)]
Merge pull request #4117 from davydden/matrix_free_remove_depricated

matrix-free: remove deprecated mpi_communicator

7 years agoMerge pull request #4122 from tjhei/multigrid_warnings
Wolfgang Bangerth [Mon, 27 Mar 2017 21:47:47 +0000 (15:47 -0600)]
Merge pull request #4122 from tjhei/multigrid_warnings

Avoid multiple deprecation warnings in steps

7 years agomatrix-free: remove EXTRA_DIAGNOSTICS 4117/head
Denis Davydov [Mon, 27 Mar 2017 20:29:29 +0000 (23:29 +0300)]
matrix-free: remove EXTRA_DIAGNOSTICS


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.