]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoMerge pull request #8772 from kronbichler/partitioner_eliminate_all_to_all
Martin Kronbichler [Sat, 21 Sep 2019 10:54:13 +0000 (12:54 +0200)]
Merge pull request #8772 from kronbichler/partitioner_eliminate_all_to_all

Eliminate MPI all-to-all communication in MPI::Partitioner

5 years agoMerge pull request #8818 from masterleinad/remove_bind_1
Martin Kronbichler [Sat, 21 Sep 2019 10:53:01 +0000 (12:53 +0200)]
Merge pull request #8818 from masterleinad/remove_bind_1

Remove std::bind from hp

5 years agoMerge pull request #8822 from bangerth/doc-tria
Martin Kronbichler [Sat, 21 Sep 2019 10:52:40 +0000 (12:52 +0200)]
Merge pull request #8822 from bangerth/doc-tria

Better document parallel::DistributedTriangulationBase.

5 years agoMerge pull request #8823 from bangerth/note
David Wells [Fri, 20 Sep 2019 23:22:53 +0000 (19:22 -0400)]
Merge pull request #8823 from bangerth/note

Remove colon after @note.

5 years agoRemove colon after @note. 8823/head
Wolfgang Bangerth [Fri, 20 Sep 2019 23:12:12 +0000 (17:12 -0600)]
Remove colon after @note.

This is just not necessary for the markup doxygen chooses, and looks odd.

5 years agoBetter document parallel::DistributedTriangulationBase. 8822/head
Wolfgang Bangerth [Fri, 20 Sep 2019 23:10:42 +0000 (17:10 -0600)]
Better document parallel::DistributedTriangulationBase.

5 years agoMerge pull request #8808 from peterrum/parallel_triabase_n_locally_owned_active_cells
David Wells [Fri, 20 Sep 2019 23:10:00 +0000 (19:10 -0400)]
Merge pull request #8808 from peterrum/parallel_triabase_n_locally_owned_active_cells

Compute number of locally owned active cells per process on-demand

5 years agoJust capture this 8818/head
Daniel Arndt [Fri, 20 Sep 2019 23:06:43 +0000 (17:06 -0600)]
Just capture this

5 years agoMerge pull request #8816 from tjhei/tensor_instantiate_unintialized
Wolfgang Bangerth [Fri, 20 Sep 2019 21:36:09 +0000 (15:36 -0600)]
Merge pull request #8816 from tjhei/tensor_instantiate_unintialized

instantiate uninitialized tensor struct

5 years agoCompute number of locally owned active cells per process on-demand. 8808/head
Peter Munch [Fri, 20 Sep 2019 06:43:52 +0000 (08:43 +0200)]
Compute number of locally owned active cells per process on-demand.

5 years agoRemove std::bind from hp
Daniel Arndt [Fri, 20 Sep 2019 19:25:41 +0000 (13:25 -0600)]
Remove std::bind from hp

5 years agoMerge pull request #8752 from bangerth/particles
Martin Kronbichler [Fri, 20 Sep 2019 19:12:40 +0000 (21:12 +0200)]
Merge pull request #8752 from bangerth/particles

Augment the documentation of the Particle class.

5 years agoinstantiate uninitialied tensor struct 8816/head
Timo Heister [Fri, 20 Sep 2019 14:37:55 +0000 (10:37 -0400)]
instantiate uninitialied tensor struct

5 years agoMerge pull request #8809 from peterrum/pft-fix-datatype
Wolfgang Bangerth [Fri, 20 Sep 2019 13:39:29 +0000 (07:39 -0600)]
Merge pull request #8809 from peterrum/pft-fix-datatype

Fix data type in p:f:CellData

5 years agoMerge pull request #8807 from masterleinad/avoid_constructor_emplace_back
Wolfgang Bangerth [Fri, 20 Sep 2019 13:33:57 +0000 (07:33 -0600)]
Merge pull request #8807 from masterleinad/avoid_constructor_emplace_back

Avoid calling the constructor for emplace_back

5 years agoMerge pull request #8788 from bangerth/test
Martin Kronbichler [Fri, 20 Sep 2019 09:38:17 +0000 (11:38 +0200)]
Merge pull request #8788 from bangerth/test

Add a test for FEInterfaceValues

5 years agoFix data type in p:f:CellData 8809/head
Peter Munch [Fri, 20 Sep 2019 07:16:55 +0000 (09:16 +0200)]
Fix data type in p:f:CellData

5 years agoMerge pull request #8804 from bangerth/format
Martin Kronbichler [Fri, 20 Sep 2019 06:12:26 +0000 (08:12 +0200)]
Merge pull request #8804 from bangerth/format

Remove TimeStepControl::format altogether.

5 years agoMerge pull request #8799 from kronbichler/speed_up_mg_tools
Martin Kronbichler [Fri, 20 Sep 2019 06:01:53 +0000 (08:01 +0200)]
Merge pull request #8799 from kronbichler/speed_up_mg_tools

 Speed up MGTools::make_boundary_list()

5 years agoMerge pull request #8806 from peterrum/pft-compartor
Daniel Arndt [Fri, 20 Sep 2019 05:54:01 +0000 (23:54 -0600)]
Merge pull request #8806 from peterrum/pft-compartor

Move comparator of CellData and ConstructionData out of the tests

5 years agoAvoid calling the constructor for emplace_back 8807/head
Daniel Arndt [Fri, 20 Sep 2019 00:07:55 +0000 (18:07 -0600)]
Avoid calling the constructor for emplace_back

5 years agoMerge pull request #8800 from kronbichler/speed_up_index_set
Daniel Arndt [Thu, 19 Sep 2019 22:51:30 +0000 (16:51 -0600)]
Merge pull request #8800 from kronbichler/speed_up_index_set

Speed up IndexSet::add_indices()

5 years agoMerge pull request #8794 from masterleinad/avoid_dangling_initializer_list
Martin Kronbichler [Thu, 19 Sep 2019 18:14:48 +0000 (20:14 +0200)]
Merge pull request #8794 from masterleinad/avoid_dangling_initializer_list

Avoid dangling pointer in initializer_list

5 years agoMove comparator of CellData and ConstructionData out of the tests 8806/head
Peter Munch [Thu, 19 Sep 2019 17:40:43 +0000 (19:40 +0200)]
Move comparator of CellData and ConstructionData out of the tests

5 years agoAdd comment about an if 8800/head
Martin Kronbichler [Thu, 19 Sep 2019 16:41:19 +0000 (18:41 +0200)]
Add comment about an if

5 years agoMerge pull request #8803 from bangerth/typo
Martin Kronbichler [Thu, 19 Sep 2019 13:21:29 +0000 (15:21 +0200)]
Merge pull request #8803 from bangerth/typo

Fix a typo.

5 years agoRemove TimeStepControl::format altogether. 8804/head
Wolfgang Bangerth [Thu, 19 Sep 2019 13:17:33 +0000 (07:17 -0600)]
Remove TimeStepControl::format altogether.

5 years agoFix a typo. 8803/head
Wolfgang Bangerth [Thu, 19 Sep 2019 13:14:47 +0000 (07:14 -0600)]
Fix a typo.

5 years agoUpdate changelog 8772/head
Martin Kronbichler [Tue, 17 Sep 2019 06:46:18 +0000 (08:46 +0200)]
Update changelog

5 years agoAvoid MPI_Alltoall in Utilities::MPI::Partitioner by using ComputeIndexOwner
Martin Kronbichler [Mon, 16 Sep 2019 07:30:23 +0000 (09:30 +0200)]
Avoid MPI_Alltoall in Utilities::MPI::Partitioner by using ComputeIndexOwner

5 years agoAdd a test. 8788/head
Wolfgang Bangerth [Wed, 18 Sep 2019 14:02:23 +0000 (08:02 -0600)]
Add a test.

5 years agoAdd changelog
Martin Kronbichler [Thu, 19 Sep 2019 11:01:07 +0000 (13:01 +0200)]
Add changelog

5 years agoSpeed up IndexSet::add_indices()
Martin Kronbichler [Thu, 19 Sep 2019 10:58:28 +0000 (12:58 +0200)]
Speed up IndexSet::add_indices()

5 years agoAdd changelog 8799/head
Martin Kronbichler [Thu, 19 Sep 2019 11:04:09 +0000 (13:04 +0200)]
Add changelog

5 years agoSpeed up MGTools::make_boundary_list()
Martin Kronbichler [Thu, 19 Sep 2019 11:03:50 +0000 (13:03 +0200)]
Speed up MGTools::make_boundary_list()

5 years agoMerge pull request #8789 from rezarastak/remove_timestep_strategy
Martin Kronbichler [Thu, 19 Sep 2019 10:50:43 +0000 (12:50 +0200)]
Merge pull request #8789 from rezarastak/remove_timestep_strategy

enum Strategy is removed from TimestepControl

5 years agoMerge pull request #8798 from peterrum/gridgenerator-fromname-warning
Martin Kronbichler [Thu, 19 Sep 2019 10:49:27 +0000 (12:49 +0200)]
Merge pull request #8798 from peterrum/gridgenerator-fromname-warning

Fix warning

5 years agoFix warning 8798/head
Peter Munch [Thu, 19 Sep 2019 07:44:43 +0000 (09:44 +0200)]
Fix warning

5 years agoMove ComputeIndexOwner details into separate header file
Martin Kronbichler [Tue, 17 Sep 2019 07:06:15 +0000 (09:06 +0200)]
Move ComputeIndexOwner details into separate header file

5 years agoMerge pull request #8748 from peterrum/pft-serialize
Martin Kronbichler [Thu, 19 Sep 2019 07:07:25 +0000 (09:07 +0200)]
Merge pull request #8748 from peterrum/pft-serialize

Add boost serialization for ConstructionData

5 years agoMerge pull request #8787 from bangerth/fix
Martin Kronbichler [Thu, 19 Sep 2019 07:03:16 +0000 (09:03 +0200)]
Merge pull request #8787 from bangerth/fix

Allow the two cell iterators given to FEInterfaceValues to be of different type.

5 years agoMerge pull request #8796 from rezarastak/std_uncaught_exception
Martin Kronbichler [Thu, 19 Sep 2019 07:01:46 +0000 (09:01 +0200)]
Merge pull request #8796 from rezarastak/std_uncaught_exception

fixed the usage of deprecated std::uncaught_exception

5 years agoMerge pull request #8795 from bangerth/format
Daniel Arndt [Thu, 19 Sep 2019 06:15:42 +0000 (00:15 -0600)]
Merge pull request #8795 from bangerth/format

Make a char[30] variable into a std::string.

5 years agoMerge pull request #8792 from kronbichler/remove_unnecessary_code
Martin Kronbichler [Thu, 19 Sep 2019 05:45:29 +0000 (07:45 +0200)]
Merge pull request #8792 from kronbichler/remove_unnecessary_code

Remove obsolete global communication from MGTransfer

5 years agousage of deprecated std::uncaught_exception 8796/head
Reza Rastak [Thu, 19 Sep 2019 03:43:35 +0000 (20:43 -0700)]
usage of deprecated std::uncaught_exception

5 years agoAdd a changelog entry. 8795/head
Wolfgang Bangerth [Thu, 19 Sep 2019 03:51:59 +0000 (21:51 -0600)]
Add a changelog entry.

5 years agoAdd boost serialization for ConstructionData 8748/head
Peter Munch [Fri, 13 Sep 2019 08:04:29 +0000 (10:04 +0200)]
Add boost serialization for ConstructionData

5 years agoMake a char[30] variable into a std::string.
Wolfgang Bangerth [Thu, 19 Sep 2019 03:42:47 +0000 (21:42 -0600)]
Make a char[30] variable into a std::string.

This avoids the potential for buffer overflows.

5 years agoUnify style 8794/head
Daniel Arndt [Thu, 19 Sep 2019 02:41:45 +0000 (20:41 -0600)]
Unify style

5 years agoAvoid dangling pointer in initializer_list
Daniel Arndt [Thu, 19 Sep 2019 02:07:14 +0000 (20:07 -0600)]
Avoid dangling pointer in initializer_list

5 years agoMerge pull request #8790 from tjhei/fdtria_util_warn
Daniel Arndt [Thu, 19 Sep 2019 00:08:31 +0000 (18:08 -0600)]
Merge pull request #8790 from tjhei/fdtria_util_warn

remove warning in fully_distributed_tria_util

5 years agoRemove obsolete global communication from MGTransfer 8792/head
Martin Kronbichler [Wed, 18 Sep 2019 20:50:12 +0000 (22:50 +0200)]
Remove obsolete global communication from MGTransfer

5 years agoMerge pull request #8654 from luca-heltai/generate_grid_from_name_and_arguments
Wolfgang Bangerth [Wed, 18 Sep 2019 20:21:57 +0000 (14:21 -0600)]
Merge pull request #8654 from luca-heltai/generate_grid_from_name_and_arguments

Added GridGenerator::generate_from_name_and_arguments

5 years agoremove warning in fully_distributed_tria_util 8790/head
Timo Heister [Wed, 18 Sep 2019 18:57:42 +0000 (14:57 -0400)]
remove warning in fully_distributed_tria_util

5 years agoenum Strategy is removed from TimestepControl 8789/head
Reza Rastak [Wed, 18 Sep 2019 18:35:07 +0000 (11:35 -0700)]
enum Strategy is removed from TimestepControl

5 years agoAllow the two cell iterators to be of different type. 8787/head
Wolfgang Bangerth [Wed, 18 Sep 2019 14:02:04 +0000 (08:02 -0600)]
Allow the two cell iterators to be of different type.

5 years agoMerge pull request #8784 from peterrum/pft-auto
Daniel Arndt [Wed, 18 Sep 2019 13:31:57 +0000 (07:31 -0600)]
Merge pull request #8784 from peterrum/pft-auto

Remove an auto from a lambda in pft

5 years agoRemove an auto from a lambda in pft 8784/head
Peter Munch [Wed, 18 Sep 2019 08:45:36 +0000 (10:45 +0200)]
Remove an auto from a lambda in pft

5 years agoMerge pull request #8759 from tjhei/stronger_have_nonconstexpr_check
David Wells [Tue, 17 Sep 2019 19:49:08 +0000 (15:49 -0400)]
Merge pull request #8759 from tjhei/stronger_have_nonconstexpr_check

improve check for CAN_CALL_NONCONSTEXPR

5 years agoMerge pull request #8773 from simonsticko/fill_jacobian_derivatives_mapping_cartesian
Wolfgang Bangerth [Tue, 17 Sep 2019 19:38:14 +0000 (13:38 -0600)]
Merge pull request #8773 from simonsticko/fill_jacobian_derivatives_mapping_cartesian

Add function MappingCartesian::fill_jacobian_derivatives(..)

5 years agoMerge pull request #8779 from masterleinad/fix_compiling_clang
Wolfgang Bangerth [Tue, 17 Sep 2019 19:37:02 +0000 (13:37 -0600)]
Merge pull request #8779 from masterleinad/fix_compiling_clang

Fix compiling with clang

5 years agoMerge pull request #8775 from peterrum/pft-replace-set
Daniel Arndt [Tue, 17 Sep 2019 19:28:06 +0000 (13:28 -0600)]
Merge pull request #8775 from peterrum/pft-replace-set

Replace set with vector in pft:util

5 years agoFix compiling with clang 8779/head
Daniel Arndt [Tue, 17 Sep 2019 19:18:40 +0000 (13:18 -0600)]
Fix compiling with clang

5 years agoMerge pull request #8777 from simonsticko/fix_fe_collection_not_used_doc
Wolfgang Bangerth [Tue, 17 Sep 2019 17:12:31 +0000 (11:12 -0600)]
Merge pull request #8777 from simonsticko/fix_fe_collection_not_used_doc

Remove doc stating FECollection is unused in hp::FE*Values classes.

5 years agoRemove doc stating FECollection is unused in hp::FE*Values classes. 8777/head
Simon Sticko [Tue, 17 Sep 2019 16:57:49 +0000 (18:57 +0200)]
Remove doc stating FECollection is unused in hp::FE*Values classes.

In the documentation of the constructors of the various hp::FE*Values
classes it is stated that the FECollection parameter passed to the
constructors isn't used inside the classed. This is no longer true.
Remove the statement.

5 years agoReplace set with vector in pft:util 8775/head
Peter Munch [Tue, 17 Sep 2019 15:17:20 +0000 (17:17 +0200)]
Replace set with vector in pft:util

5 years agoAdd function MappingCartesian::fill_jacobian_derivatives(..) 8773/head
Simon Sticko [Fri, 13 Sep 2019 08:54:02 +0000 (10:54 +0200)]
Add function MappingCartesian::fill_jacobian_derivatives(..)

Presently all of the fill_fe_*values functions in MappingCartesian
contain loops that fill the derivatives of the Jacobian with zeros.
In order to remove duplication, add a function which does this instead.

5 years agoAdded GridGenerator::generate_from_name_and_arguments 8654/head
Luca Heltai [Tue, 27 Aug 2019 13:06:47 +0000 (15:06 +0200)]
Added GridGenerator::generate_from_name_and_arguments

5 years agoMerge pull request #8766 from bangerth/4
Wolfgang Bangerth [Tue, 17 Sep 2019 13:30:18 +0000 (07:30 -0600)]
Merge pull request #8766 from bangerth/4

Provide some explanation on 'virtual' and 'override'.

5 years agoMerge pull request #8622 from peterrum/pft
Wolfgang Bangerth [Tue, 17 Sep 2019 13:27:08 +0000 (07:27 -0600)]
Merge pull request #8622 from peterrum/pft

Introduce new parallel::fullydistributed::Triangulation

5 years agoProvide some explanation on 'virtual' and 'override'. 8766/head
Wolfgang Bangerth [Mon, 16 Sep 2019 21:37:59 +0000 (15:37 -0600)]
Provide some explanation on 'virtual' and 'override'.

5 years agoAdd p:f:t 8622/head
Peter Munch [Sat, 17 Aug 2019 12:48:25 +0000 (14:48 +0200)]
Add p:f:t

5 years agoMerge pull request #8745 from bangerth/meshworker
Martin Kronbichler [Tue, 17 Sep 2019 06:25:20 +0000 (08:25 +0200)]
Merge pull request #8745 from bangerth/meshworker

Update the documentation of the MeshWorker::LocalResults class.

5 years agoMerge pull request #8765 from bangerth/warning
Martin Kronbichler [Tue, 17 Sep 2019 06:21:29 +0000 (08:21 +0200)]
Merge pull request #8765 from bangerth/warning

Avoid warnings as a result of an unused variable.

5 years agoMerge pull request #8763 from bangerth/update
Martin Kronbichler [Tue, 17 Sep 2019 06:20:03 +0000 (08:20 +0200)]
Merge pull request #8763 from bangerth/update

Update small pieces in TimestepControl.

5 years agoMerge pull request #8730 from tcclevenger/custom-mg-constraints
Martin Kronbichler [Tue, 17 Sep 2019 06:19:20 +0000 (08:19 +0200)]
Merge pull request #8730 from tcclevenger/custom-mg-constraints

add interface for user defined GMG constraints

5 years agoMerge pull request #8660 from tjhei/fe_interface_values_1
Martin Kronbichler [Tue, 17 Sep 2019 06:11:21 +0000 (08:11 +0200)]
Merge pull request #8660 from tjhei/fe_interface_values_1

introduce FEInterfaceValues

5 years agoMerge pull request #8753 from gassmoeller/add_random_particle_generator
Daniel Arndt [Tue, 17 Sep 2019 05:00:38 +0000 (23:00 -0600)]
Merge pull request #8753 from gassmoeller/add_random_particle_generator

Add random particle generator

5 years agoMerge pull request #8761 from GrahamBenHarper/graham_dev_tpp_const
Daniel Arndt [Tue, 17 Sep 2019 04:58:54 +0000 (22:58 -0600)]
Merge pull request #8761 from GrahamBenHarper/graham_dev_tpp_const

Change TensorProductPolynomialsConst from "is-a" to "has-a" TensorProductPolynomials

5 years agoMerge pull request #8767 from bangerth/function
Daniel Arndt [Tue, 17 Sep 2019 02:01:02 +0000 (20:01 -0600)]
Merge pull request #8767 from bangerth/function

Remove default constructor for classes derived from Function<dim> if empty.

5 years agoAdd name function implementation 8761/head
grahambenharper [Tue, 17 Sep 2019 01:16:46 +0000 (19:16 -0600)]
Add name function implementation

5 years agointroduce FEInterfaceValues 8660/head
Timo Heister [Sun, 25 Aug 2019 02:01:14 +0000 (22:01 -0400)]
introduce FEInterfaceValues

5 years agoChange TensorProductPolynomialsConst to derive from ScalarPolynomialsBase
grahambenharper [Mon, 16 Sep 2019 23:07:02 +0000 (17:07 -0600)]
Change TensorProductPolynomialsConst to derive from ScalarPolynomialsBase

5 years agoMerge pull request #8760 from rezarastak/timestep_parse_fix
Wolfgang Bangerth [Mon, 16 Sep 2019 23:56:27 +0000 (17:56 -0600)]
Merge pull request #8760 from rezarastak/timestep_parse_fix

fixed inconsistent state in TimestepControl

5 years agoFix typo in TensorProductPolynomialsBubbles documentation
grahambenharper [Mon, 16 Sep 2019 22:38:17 +0000 (16:38 -0600)]
Fix typo in TensorProductPolynomialsBubbles documentation

5 years agoMake TensorProductPolynomialsConst a friend of TensorProductPolynomials
grahambenharper [Mon, 16 Sep 2019 16:15:20 +0000 (10:15 -0600)]
Make TensorProductPolynomialsConst a friend of TensorProductPolynomials

5 years agoChange TensorProductPolynomialsConst to no longer derive from TensorProductPolynomials
grahambenharper [Mon, 16 Sep 2019 16:13:57 +0000 (10:13 -0600)]
Change TensorProductPolynomialsConst to no longer derive from TensorProductPolynomials

5 years agoRemove default constructor for classes derived from Function<dim> if empty. 8767/head
Wolfgang Bangerth [Mon, 16 Sep 2019 21:55:18 +0000 (15:55 -0600)]
Remove default constructor for classes derived from Function<dim> if empty.

These constructors were necessary in an earlier era when compilers would warn about this,
but they are no longer necessary now. We've removed them from a couple of tutorials
already, and this is the remainder.

5 years agoAvoid warnings as a result of an unused variable. 8765/head
Wolfgang Bangerth [Mon, 16 Sep 2019 21:35:35 +0000 (15:35 -0600)]
Avoid warnings as a result of an unused variable.

5 years agoAdd changelog and tests 8753/head
Rene Gassmoeller [Mon, 16 Sep 2019 21:23:58 +0000 (14:23 -0700)]
Add changelog and tests

5 years agoAdd random particle generation
Rene Gassmoeller [Mon, 16 Sep 2019 21:23:34 +0000 (14:23 -0700)]
Add random particle generation

5 years agoUpdate small pieces in TimestepControl. 8763/head
Wolfgang Bangerth [Mon, 16 Sep 2019 20:45:28 +0000 (14:45 -0600)]
Update small pieces in TimestepControl.

5 years agoMerge pull request #8762 from rezarastak/timestep_control_doc
Wolfgang Bangerth [Mon, 16 Sep 2019 20:48:20 +0000 (14:48 -0600)]
Merge pull request #8762 from rezarastak/timestep_control_doc

Full documentation provided to members of TimestepControl

5 years agoMerge pull request #8723 from GrahamBenHarper/graham_dev_anisotropic_polynomials
Wolfgang Bangerth [Mon, 16 Sep 2019 20:21:00 +0000 (14:21 -0600)]
Merge pull request #8723 from GrahamBenHarper/graham_dev_anisotropic_polynomials

Change TensorProductPolynomials and AnisotropicPolynomials to derive from ScalarPolynomialsBase

5 years agoFull documentation provided to members of TimestepControl 8762/head
Reza Rastak [Mon, 16 Sep 2019 19:56:22 +0000 (12:56 -0700)]
Full documentation provided to members of TimestepControl

5 years agoadd custom constraints 8730/head
tcclevenger [Wed, 21 Aug 2019 19:46:02 +0000 (15:46 -0400)]
add custom constraints

5 years agofixed inconsistent state caused by calling TimestepControl::parse_parameters 8760/head
Reza Rastak [Mon, 16 Sep 2019 18:49:28 +0000 (11:49 -0700)]
fixed inconsistent state caused by calling TimestepControl::parse_parameters

5 years agoMerge pull request #8709 from dangars/maxwell_singularity_test
Wolfgang Bangerth [Mon, 16 Sep 2019 17:05:13 +0000 (11:05 -0600)]
Merge pull request #8709 from dangars/maxwell_singularity_test

Add maxwell singularity test

5 years agoChange TensorProductPolynomials and AnisotropicPolynomials to derive from ScalarPolyn... 8723/head
grahambenharper [Mon, 9 Sep 2019 04:55:33 +0000 (22:55 -0600)]
Change TensorProductPolynomials and AnisotropicPolynomials to derive from ScalarPolynomialsBase

5 years agoimprove check for CAN_CALL_NONCONSTEXPR 8759/head
Timo Heister [Mon, 16 Sep 2019 13:25:29 +0000 (09:25 -0400)]
improve check for CAN_CALL_NONCONSTEXPR

On intel 19.0.5, the check
DEAL_II_HAVE_CXX14_CONSTEXPR_CAN_CALL_NONCONSTEXPR passes but
compilation of an assert (and as such a throw call) fails.
Improve the test to catch this.
I can confirm that clang6 still passes this check as before.
fixes  #8758


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.