]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoImplement numbers::signaling_nan() also for Point<dim>.
Wolfgang Bangerth [Thu, 19 Jan 2017 01:12:05 +0000 (18:12 -0700)]
Implement numbers::signaling_nan() also for Point<dim>.

7 years agoMerge pull request #3820 from tjhei/split_instantiations
David Wells [Wed, 18 Jan 2017 00:44:09 +0000 (19:44 -0500)]
Merge pull request #3820 from tjhei/split_instantiations

split instantiations

7 years agosplit instantiations 3820/head
Timo Heister [Tue, 17 Jan 2017 22:28:07 +0000 (17:28 -0500)]
split instantiations

This splits some large files to compile with <2.5GB RAM with gcc again.

gcc 4.8.4 and using ulimit -v 2500000 except for the linking step.

7 years agoMerge pull request #3116 from vastronzl/step-57
Timo Heister [Tue, 17 Jan 2017 17:52:29 +0000 (12:52 -0500)]
Merge pull request #3116 from vastronzl/step-57

Introduce step-57: Navier Stokes with nonlinear solver

7 years agoaddress some left-over comments 3116/head
Timo Heister [Tue, 17 Jan 2017 16:04:55 +0000 (11:04 -0500)]
address some left-over comments

7 years agoIntroduce step-57
Liang Zhao [Mon, 8 Aug 2016 14:56:34 +0000 (10:56 -0400)]
Introduce step-57

7 years agoMerge pull request #3814 from bangerth/return-matrix
Martin Kronbichler [Tue, 17 Jan 2017 17:43:22 +0000 (18:43 +0100)]
Merge pull request #3814 from bangerth/return-matrix

Let FETools::compute_node_matrix() return its result, rather than take it by reference

7 years agoMerge pull request #3818 from tjhei/doxygen_fixes
Martin Kronbichler [Tue, 17 Jan 2017 16:22:38 +0000 (17:22 +0100)]
Merge pull request #3818 from tjhei/doxygen_fixes

doxygen fixes

7 years agodoxygen fixes 3818/head
Timo Heister [Tue, 17 Jan 2017 16:19:27 +0000 (11:19 -0500)]
doxygen fixes

7 years agoMerge pull request #3816 from stmcgovern/typo_fix
David Wells [Tue, 17 Jan 2017 13:36:04 +0000 (08:36 -0500)]
Merge pull request #3816 from stmcgovern/typo_fix

step-40 typos

7 years agostep-40 typos 3816/head
Sean McGovern [Tue, 17 Jan 2017 12:19:39 +0000 (13:19 +0100)]
step-40 typos

7 years agoRe-add the old function signature, mark as deprecated. 3814/head
Wolfgang Bangerth [Mon, 16 Jan 2017 23:00:34 +0000 (16:00 -0700)]
Re-add the old function signature, mark as deprecated.

7 years agoAdd a changelog entry.
Wolfgang Bangerth [Mon, 16 Jan 2017 22:45:18 +0000 (15:45 -0700)]
Add a changelog entry.

7 years agoLet FETools::compute_node_matrix() return its result, rather than take it by reference.
Wolfgang Bangerth [Mon, 16 Jan 2017 22:38:07 +0000 (15:38 -0700)]
Let FETools::compute_node_matrix() return its result, rather than take it by reference.

7 years agoMerge pull request #3811 from drwells/symmetric-tensor-default-methods
Martin Kronbichler [Mon, 16 Jan 2017 21:43:12 +0000 (22:43 +0100)]
Merge pull request #3811 from drwells/symmetric-tensor-default-methods

Make SymmetricTensor trivially copyable.

7 years agoMerge pull request #3809 from bangerth/document_FETools_compute_node_matrix
David Wells [Mon, 16 Jan 2017 21:31:51 +0000 (16:31 -0500)]
Merge pull request #3809 from bangerth/document_FETools_compute_node_matrix

Document FETools::compute_node_matrix.

7 years agoDocument FETools::compute_node_matrix. 3809/head
Wolfgang Bangerth [Mon, 16 Jan 2017 19:36:35 +0000 (12:36 -0700)]
Document FETools::compute_node_matrix.

7 years agoMake SymmetricTensor trivially copyable. 3811/head
David Wells [Mon, 16 Jan 2017 04:44:42 +0000 (23:44 -0500)]
Make SymmetricTensor trivially copyable.

This is a follow up to 0004f1cbcd2 which made Tensors trivially copyable.

7 years agoMerge pull request #3806 from davydden/pum_reference
Denis Davydov [Mon, 16 Jan 2017 14:13:27 +0000 (15:13 +0100)]
Merge pull request #3806 from davydden/pum_reference

fe_enriched: update bibtex reference

7 years agofe_enriched: update bibtex reference 3806/head
Denis Davydov [Mon, 16 Jan 2017 08:51:56 +0000 (09:51 +0100)]
fe_enriched: update bibtex reference

7 years agoMerge pull request #3805 from drwells/tensor-default-methods
Martin Kronbichler [Mon, 16 Jan 2017 10:45:12 +0000 (11:45 +0100)]
Merge pull request #3805 from drwells/tensor-default-methods

Make Tensors trivially copyable.

7 years agoMake Tensors trivially copyable. 3805/head
David Wells [Sun, 15 Jan 2017 23:08:07 +0000 (18:08 -0500)]
Make Tensors trivially copyable.

The implicitly defined copy constructors and assignment operators are no
different from the ones implemented prior to this patch, so we can clean things
up a bit by just using the defaults here.

This has the nice effect of making the class "trivially copyable", which means
compilers may optimize things by using memcpy to copy things instead of the copy
constructor.

7 years agoMerge pull request #3804 from Rombur/fix_shared_ptr
David Wells [Sun, 15 Jan 2017 21:36:27 +0000 (16:36 -0500)]
Merge pull request #3804 from Rombur/fix_shared_ptr

Fix a test.

7 years agoFix a test. 3804/head
Bruno Turcksin [Sun, 15 Jan 2017 20:45:38 +0000 (15:45 -0500)]
Fix a test.

7 years agoMerge pull request #3803 from tamiko/a_default_parameter
Jean-Paul Pelteret [Sun, 15 Jan 2017 09:41:57 +0000 (10:41 +0100)]
Merge pull request #3803 from tamiko/a_default_parameter

Bugfix: Add forgotten default parameter to function

7 years agoMerge pull request #3801 from drwells/remove-Reference-friendship
Martin Kronbichler [Sun, 15 Jan 2017 08:19:58 +0000 (09:19 +0100)]
Merge pull request #3801 from drwells/remove-Reference-friendship

Get rid of some unused friendship declarations.

7 years agoMerge pull request #3799 from kronbichler/master
Martin Kronbichler [Sun, 15 Jan 2017 08:18:48 +0000 (09:18 +0100)]
Merge pull request #3799 from kronbichler/master

Cleanup code in vectorization

7 years agoBugfix: Add forgotten default parameter to function 3803/head
Matthias Maier [Sun, 15 Jan 2017 08:08:52 +0000 (02:08 -0600)]
Bugfix: Add forgotten default parameter to function

One of the overloaded GridGenerator::subdivided_hyper_rectangle variants
has a missing default parameter for the last argument.

In reference to #3802

7 years agoGet rid of some unused friendship declarations. 3801/head
David Wells [Sun, 15 Jan 2017 02:53:53 +0000 (21:53 -0500)]
Get rid of some unused friendship declarations.

Clang warns about the second one with the following:

/home/drwells/Documents/Code/CPP/dealii-dev-clang/include/deal.II/lac/sparse_matrix.h:1645:93: warning:
      dependent nested name specifier 'SparseMatrixIterators::Accessor<number2, false>::' for friend
      class declaration is not supported; turning off access control for 'SparseMatrix'
      [-Wunsupported-friend]
  template <typename number2> friend class SparseMatrixIterators::Accessor<number2, false>::Reference;

Additionally, MSVC runs into errors with this friendship
declaration (and can compile the library without it), so we can get rid
of it.

7 years agoMerge pull request #3800 from drwells/speed-up-test
David Wells [Sat, 14 Jan 2017 23:27:22 +0000 (18:27 -0500)]
Merge pull request #3800 from drwells/speed-up-test

Make a test run faster.

7 years agoMake a test run faster. 3800/head
David Wells [Sat, 14 Jan 2017 21:25:01 +0000 (16:25 -0500)]
Make a test run faster.

This test previously tended to time out on clang in debug mode (it took
about 580 seconds). This commit skips an extra refinement level to get
the computation time down to about 70 seconds.

7 years agoCleanup code in vectorization 3799/head
Martin Kronbichler [Sat, 14 Jan 2017 17:56:03 +0000 (18:56 +0100)]
Cleanup code in vectorization

7 years agoMerge pull request #3793 from bangerth/simplify-function
Martin Kronbichler [Sat, 14 Jan 2017 17:47:43 +0000 (18:47 +0100)]
Merge pull request #3793 from bangerth/simplify-function

Simplify FE_BDM::get_dpo_vector() somewhat.

7 years agoSimplify FE_BDM::get_dpo_vector() somewhat. 3793/head
Wolfgang Bangerth [Sat, 14 Jan 2017 05:06:02 +0000 (22:06 -0700)]
Simplify FE_BDM::get_dpo_vector() somewhat.

In particular, make it a bit easier to read.

7 years agoMerge pull request #3797 from bangerth/make-compile
Matthias Maier [Sat, 14 Jan 2017 16:13:58 +0000 (10:13 -0600)]
Merge pull request #3797 from bangerth/make-compile

Make things compile again.

7 years agoMake things compile again. 3797/head
Wolfgang Bangerth [Sat, 14 Jan 2017 16:05:02 +0000 (09:05 -0700)]
Make things compile again.

7 years agoMerge pull request #3791 from bangerth/fix-abf
Martin Kronbichler [Sat, 14 Jan 2017 11:27:23 +0000 (12:27 +0100)]
Merge pull request #3791 from bangerth/fix-abf

Fix the polynomial degree the ABF element reports about itself.

7 years agoMerge pull request #3796 from bangerth/make-function-safer
Martin Kronbichler [Sat, 14 Jan 2017 11:26:20 +0000 (12:26 +0100)]
Merge pull request #3796 from bangerth/make-function-safer

Add a few assertions to FETools::compute_node_matrix().

7 years agoMerge pull request #3795 from bangerth/indent-arguments
Martin Kronbichler [Sat, 14 Jan 2017 11:25:25 +0000 (12:25 +0100)]
Merge pull request #3795 from bangerth/indent-arguments

Indent function arguments to align them.

7 years agoMerge pull request #3794 from bangerth/fix-FE_PolyTensor
Martin Kronbichler [Sat, 14 Jan 2017 11:24:59 +0000 (12:24 +0100)]
Merge pull request #3794 from bangerth/fix-FE_PolyTensor

Guard access to mutable variables with a mutex.

7 years agoMerge pull request #3790 from kronbichler/cleanup_step-37
Martin Kronbichler [Sat, 14 Jan 2017 11:21:39 +0000 (12:21 +0100)]
Merge pull request #3790 from kronbichler/cleanup_step-37

Cleanup step-37

7 years agoMerge pull request #3766 from kronbichler/improve_vectorized_array
Martin Kronbichler [Sat, 14 Jan 2017 11:20:42 +0000 (12:20 +0100)]
Merge pull request #3766 from kronbichler/improve_vectorized_array

Gather and scatter operations in vectorized array

7 years agoAdd a few assertions to FETools::compute_node_matrix(). 3796/head
Wolfgang Bangerth [Sat, 14 Jan 2017 05:17:52 +0000 (22:17 -0700)]
Add a few assertions to FETools::compute_node_matrix().

7 years agoIndent function arguments to align them.include/deal.II/fe/fe.h 3795/head
Wolfgang Bangerth [Sat, 14 Jan 2017 05:14:57 +0000 (22:14 -0700)]
Indent function arguments to align them.include/deal.II/fe/fe.h

7 years agoAdd changelog entry. 3794/head
Wolfgang Bangerth [Sat, 14 Jan 2017 05:13:01 +0000 (22:13 -0700)]
Add changelog entry.

7 years agoGuard access to mutable variables with a mutex.
Wolfgang Bangerth [Sat, 14 Jan 2017 05:09:48 +0000 (22:09 -0700)]
Guard access to mutable variables with a mutex.

7 years agoAdd test. 3791/head
Wolfgang Bangerth [Fri, 13 Jan 2017 22:39:44 +0000 (15:39 -0700)]
Add test.

7 years agoAdd changelog entry.
Wolfgang Bangerth [Fri, 13 Jan 2017 22:32:29 +0000 (15:32 -0700)]
Add changelog entry.

7 years agoFix the polynomial degree the ABF element reports about itself.
Wolfgang Bangerth [Fri, 13 Jan 2017 22:29:50 +0000 (15:29 -0700)]
Fix the polynomial degree the ABF element reports about itself.

As stated in the original paper (http://www-users.math.umn.edu/~arnold/papers/vecquad.pdf),
section 5, and as also stated in our discussion of the PolynomialsABF element, the
ABF space of order 'r' actually contains polynomials of degree 'r+2'. Report this
accurately.

Without this, the computation of embedding matrices fails in 3d because we integrate
the least squares matrix terms with a quadrature formula of too low order.

7 years agoMerge pull request #3788 from masterleinad/check_add_indices_sizes
Martin Kronbichler [Fri, 13 Jan 2017 20:15:52 +0000 (21:15 +0100)]
Merge pull request #3788 from masterleinad/check_add_indices_sizes

Check that add_indices respects index_space_size

7 years agoCleanup step-37 regarding shared_ptr usage. 3790/head
Martin Kronbichler [Fri, 13 Jan 2017 17:47:45 +0000 (18:47 +0100)]
Cleanup step-37 regarding shared_ptr usage.

7 years agoDisable warning about deprecated functionality.
Martin Kronbichler [Fri, 13 Jan 2017 17:47:18 +0000 (18:47 +0100)]
Disable warning about deprecated functionality.

7 years agoAdd additional access method to the underlying shared ptr
Martin Kronbichler [Fri, 13 Jan 2017 17:47:02 +0000 (18:47 +0100)]
Add additional access method to the underlying shared ptr

7 years agoMerge pull request #3786 from Rombur/documentation
Bruno Turcksin [Fri, 13 Jan 2017 18:29:43 +0000 (13:29 -0500)]
Merge pull request #3786 from Rombur/documentation

Augment documentation for Triangulation.

7 years agoCheck that add_indices respects index_space_size 3788/head
Daniel Arndt [Fri, 13 Jan 2017 16:54:27 +0000 (17:54 +0100)]
Check that add_indices respects index_space_size

7 years agoAugment documentation for Triangulation. 3786/head
Bruno Turcksin [Fri, 13 Jan 2017 14:35:28 +0000 (09:35 -0500)]
Augment documentation for Triangulation.

7 years agoMerge pull request #3785 from tamiko/cuda_fixes_3
Bruno Turcksin [Fri, 13 Jan 2017 13:44:47 +0000 (08:44 -0500)]
Merge pull request #3785 from tamiko/cuda_fixes_3

CMake: Various fixes for the cuda configuration

7 years agoCMake: Remove obsolete file 3785/head
Matthias Maier [Fri, 13 Jan 2017 11:13:47 +0000 (05:13 -0600)]
CMake: Remove obsolete file

7 years agoMerge pull request #3763 from elddle/Fix-get_ria_vector
Daniel Arndt [Fri, 13 Jan 2017 10:14:41 +0000 (11:14 +0100)]
Merge pull request #3763 from elddle/Fix-get_ria_vector

Fix a get_ria_vector for FE_BDM

7 years agoMerge pull request #3761 from jppelteret/symm_tensor_contract_3
Matthias Maier [Fri, 13 Jan 2017 09:35:49 +0000 (03:35 -0600)]
Merge pull request #3761 from jppelteret/symm_tensor_contract_3

Add contract3() function with SymmetricTensor arguments.

7 years agoremove forgotten dot
Karl Ljungkvist [Fri, 13 Jan 2017 08:14:02 +0000 (09:14 +0100)]
remove forgotten dot

7 years agoadd a changes file
Matthias Maier [Thu, 12 Jan 2017 17:03:13 +0000 (11:03 -0600)]
add a changes file

7 years agoCMake: Make sure the cuda wrapper only uses -std=c++11
Matthias Maier [Thu, 12 Jan 2017 17:00:30 +0000 (11:00 -0600)]
CMake: Make sure the cuda wrapper only uses -std=c++11

7 years agoCMake: Properly propagate all compiler flags to the cuda wrapper
Matthias Maier [Thu, 12 Jan 2017 16:54:39 +0000 (10:54 -0600)]
CMake: Properly propagate all compiler flags to the cuda wrapper

7 years agoCMake: Rename all object targets to obj_<foo>_(debug|release)
Matthias Maier [Thu, 12 Jan 2017 16:34:42 +0000 (10:34 -0600)]
CMake: Rename all object targets to obj_<foo>_(debug|release)

This change is necessary to please the cuda wrapper nvcc that insists on
exporting the target name as preprocessor definition. Unfortunately, a
period "." is an invalid character and we end up with warnings of the
form

  "missing whitespace after the macro name"

Fix this by renaming all object targets to only contain underscores.

7 years agoCMake: Avoid bogus preprocessor definitions
Matthias Maier [Thu, 12 Jan 2017 16:24:07 +0000 (10:24 -0600)]
CMake: Avoid bogus preprocessor definitions

The macro CUDA_WARP_SRCS expects the target to have a set of
preprocessor definitions that does not contain an empty element.

7 years agoCMake: Fix a typo
Matthias Maier [Thu, 12 Jan 2017 15:46:50 +0000 (09:46 -0600)]
CMake: Fix a typo

7 years agoMerge pull request #3764 from Rombur/shared_ptr
Martin Kronbichler [Fri, 13 Jan 2017 08:01:34 +0000 (09:01 +0100)]
Merge pull request #3764 from Rombur/shared_ptr

Use shared_ptr to store MatrixFree data in MatrixFreeOperators::Base

7 years agoMerge pull request #3778 from tamiko/add_a_boost_check
Daniel Arndt [Thu, 12 Jan 2017 23:12:16 +0000 (00:12 +0100)]
Merge pull request #3778 from tamiko/add_a_boost_check

CMake: Define BOOST_NO_CXX11_HDR_UNORDERED_MAP for bundled boost if <gcc-4.8

7 years agoMerge pull request #3777 from jppelteret/step-18-update_results
Jean-Paul Pelteret [Thu, 12 Jan 2017 22:50:05 +0000 (23:50 +0100)]
Merge pull request #3777 from jppelteret/step-18-update_results

Update results for step-18

7 years agoUpdate results for step-18 3777/head
Jean-Paul Pelteret [Thu, 12 Jan 2017 13:06:26 +0000 (14:06 +0100)]
Update results for step-18

fixes #3757

7 years agoCMake: Refactor macros and augment comment 3778/head
Matthias Maier [Thu, 12 Jan 2017 22:20:22 +0000 (16:20 -0600)]
CMake: Refactor macros and augment comment

7 years agoCMake: Define BOOST_NO_CXX11_HDR_UNORDERED_MAP for bundled boost if <gcc-4.8
Matthias Maier [Thu, 12 Jan 2017 13:26:27 +0000 (07:26 -0600)]
CMake: Define BOOST_NO_CXX11_HDR_UNORDERED_MAP for bundled boost if <gcc-4.8

Closes #3624.

7 years agoMerge pull request #3779 from tamiko/cuda_fixes_1
Wolfgang Bangerth [Thu, 12 Jan 2017 21:47:55 +0000 (14:47 -0700)]
Merge pull request #3779 from tamiko/cuda_fixes_1

CMake: let *_cuda targets depend on *.inst targets

7 years agoFix get_ria_vector for BDM 3763/head
elddle [Thu, 12 Jan 2017 16:46:08 +0000 (11:46 -0500)]
Fix get_ria_vector for BDM

7 years agoMerge pull request #3783 from tjhei/fix_compressed_fe_index_is_active
David Wells [Thu, 12 Jan 2017 16:45:30 +0000 (11:45 -0500)]
Merge pull request #3783 from tjhei/fix_compressed_fe_index_is_active

fix hp fe_index_is_active()

7 years agoMerge pull request #3780 from drwells/doxygen-link-fixes
Wolfgang Bangerth [Thu, 12 Jan 2017 16:40:25 +0000 (09:40 -0700)]
Merge pull request #3780 from drwells/doxygen-link-fixes

Doxygen link fixes

7 years agoMerge pull request #3781 from drwells/analogous-grammar-fix
Wolfgang Bangerth [Thu, 12 Jan 2017 16:10:16 +0000 (09:10 -0700)]
Merge pull request #3781 from drwells/analogous-grammar-fix

Write 'is analogous to', not 'is analogy to'.

7 years agoFix some dead UNV links. 3780/head
David Wells [Thu, 12 Jan 2017 15:08:20 +0000 (10:08 -0500)]
Fix some dead UNV links.

7 years agofix hp fe_index_is_active() 3783/head
Timo Heister [Thu, 12 Jan 2017 15:50:43 +0000 (10:50 -0500)]
fix hp fe_index_is_active()

7 years agoWrite 'is analogous to', not 'is analogy to'. 3781/head
David Wells [Thu, 12 Jan 2017 15:23:53 +0000 (10:23 -0500)]
Write 'is analogous to', not 'is analogy to'.

7 years agoDocumentation update 3761/head
Jean-Paul Pelteret [Tue, 10 Jan 2017 16:21:00 +0000 (17:21 +0100)]
Documentation update

Change ".." to "\ldots" in tensor and symmetric tensor documentation

7 years agoAdd contract3() function with SymmetricTensor arguments.
Jean-Paul Pelteret [Tue, 10 Jan 2017 15:10:26 +0000 (16:10 +0100)]
Add contract3() function with SymmetricTensor arguments.

fixes #2691

7 years agoMerge pull request #3776 from tamiko/fix_spaces_testsuite
Timo Heister [Thu, 12 Jan 2017 15:12:13 +0000 (10:12 -0500)]
Merge pull request #3776 from tamiko/fix_spaces_testsuite

CMake: Simplify run_test.sh and avoid array handling magic

7 years agoFix doxygen formatting of URLs with hyphens.
David Wells [Thu, 12 Jan 2017 15:01:58 +0000 (10:01 -0500)]
Fix doxygen formatting of URLs with hyphens.

The script wrapcomments.py was previously allowed to split lines after hyphens
which results in broken links.

7 years agoCMake: let *_cuda targets depend on *.inst targets 3779/head
Matthias Maier [Thu, 12 Jan 2017 15:06:48 +0000 (09:06 -0600)]
CMake: let *_cuda targets depend on *.inst targets

7 years agoUse shared_ptr to store MatrixFree data in MatrixFreeOperators::Base 3764/head
Bruno Turcksin [Tue, 10 Jan 2017 23:08:04 +0000 (18:08 -0500)]
Use shared_ptr to store MatrixFree data in MatrixFreeOperators::Base

7 years agoCMake: Update DEAL_II_ADD_TEST macro 3776/head
Matthias Maier [Thu, 12 Jan 2017 11:47:55 +0000 (05:47 -0600)]
CMake: Update DEAL_II_ADD_TEST macro

7 years agoCMake: Simplify run_test.sh and avoid array handling magic
Matthias Maier [Thu, 12 Jan 2017 11:41:43 +0000 (05:41 -0600)]
CMake: Simplify run_test.sh and avoid array handling magic

7 years agoMerge pull request #3775 from kronbichler/fix_test_1
Matthias Maier [Thu, 12 Jan 2017 11:43:12 +0000 (05:43 -0600)]
Merge pull request #3775 from kronbichler/fix_test_1

Fix test output

7 years agoFix test output 3775/head
Martin Kronbichler [Thu, 12 Jan 2017 07:56:29 +0000 (08:56 +0100)]
Fix test output

7 years agoMerge pull request #3773 from kronbichler/mg_transfer_mf_legendre
Martin Kronbichler [Thu, 12 Jan 2017 05:58:36 +0000 (06:58 +0100)]
Merge pull request #3773 from kronbichler/mg_transfer_mf_legendre

Allow for FE_DGQLegendre in MGTransferMatrixFree

7 years agoMerge pull request #3771 from bangerth/fix-face-domination
Martin Kronbichler [Thu, 12 Jan 2017 05:48:50 +0000 (06:48 +0100)]
Merge pull request #3771 from bangerth/fix-face-domination

Fix face domination between FE_Q and FE_DGQ.

7 years agoAdd changelog entry. 3771/head
Wolfgang Bangerth [Wed, 11 Jan 2017 20:19:50 +0000 (13:19 -0700)]
Add changelog entry.

7 years agoAdd test.
Wolfgang Bangerth [Wed, 11 Jan 2017 20:19:47 +0000 (13:19 -0700)]
Add test.

7 years agoFix face domination between FE_Q and FE_DGQ.
Wolfgang Bangerth [Wed, 11 Jan 2017 20:18:32 +0000 (13:18 -0700)]
Fix face domination between FE_Q and FE_DGQ.

Right now, one got an answer if one asked the FE_DGQ whether or not
it dominates the FE_Q, but not the other way around. Make this symmetric.

While there, also include FE_DGP in the test.

7 years agoMerge pull request #3770 from kronbichler/introduce_fe_dgq_legendre
Daniel Arndt [Thu, 12 Jan 2017 00:40:43 +0000 (01:40 +0100)]
Merge pull request #3770 from kronbichler/introduce_fe_dgq_legendre

Introduce FE_DGQLegendre and FE_DGQHermite

7 years agoMerge pull request #3772 from bangerth/fix-type-mismatch
David Wells [Thu, 12 Jan 2017 00:09:45 +0000 (19:09 -0500)]
Merge pull request #3772 from bangerth/fix-type-mismatch

Fix missing 'spacedim' template argument.

7 years agoMerge pull request #3768 from masterleinad/test_fe_mf
Daniel Arndt [Wed, 11 Jan 2017 22:15:06 +0000 (23:15 +0100)]
Merge pull request #3768 from masterleinad/test_fe_mf

Implement function to check for MatrixFree support

7 years agoMerge pull request #3769 from kronbichler/fix_parallel_vector_comm
Martin Kronbichler [Wed, 11 Jan 2017 22:04:15 +0000 (23:04 +0100)]
Merge pull request #3769 from kronbichler/fix_parallel_vector_comm

Change communication pattern in parallel vector.


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.