]>
https://gitweb.dealii.org/ - dealii.git/log
David Wells [Fri, 16 Feb 2018 18:36:50 +0000 (13:36 -0500)]
Merge pull request #5912 from mathgirl/step3typos
Typos corrected in step-3
Emma Cinatl [Fri, 16 Feb 2018 18:27:31 +0000 (13:27 -0500)]
Typos corrected in step-3
Wolfgang Bangerth [Fri, 16 Feb 2018 15:25:51 +0000 (08:25 -0700)]
Merge pull request #5910 from tjhei/document_l_singualarity_func2
followup: document Functions::LSingularityFunction
Timo Heister [Fri, 16 Feb 2018 15:24:45 +0000 (10:24 -0500)]
followup: document Functions::LSingularityFunction
Denis Davydov [Fri, 16 Feb 2018 15:16:34 +0000 (16:16 +0100)]
Merge pull request #5909 from tjhei/document_l_singualarity_func
document Functions::LSingularityFunction
Timo Heister [Fri, 16 Feb 2018 15:14:03 +0000 (10:14 -0500)]
document Functions::LSingularityFunction
Denis Davydov [Fri, 16 Feb 2018 05:32:25 +0000 (06:32 +0100)]
Merge pull request #5906 from masterleinad/fix_clang_tidy_performance
Fix issues found by clang-tidy checks=performance*
Daniel Arndt [Thu, 15 Feb 2018 23:05:55 +0000 (00:05 +0100)]
Fix issues found by clang-tidy checks=performance*
David Wells [Thu, 15 Feb 2018 19:25:41 +0000 (14:25 -0500)]
Merge pull request #5882 from masterleinad/unique_get_fe_by_name
Let FETools::get_fe_by_name return a std::unique_ptr
Martin Kronbichler [Thu, 15 Feb 2018 15:05:26 +0000 (16:05 +0100)]
Merge pull request #5896 from bangerth/use-uint8_t-2
Use std::uint8_t instead of 'unsigned char' for refinement flags.
Martin Kronbichler [Thu, 15 Feb 2018 15:05:10 +0000 (16:05 +0100)]
Merge pull request #5895 from bangerth/signed-vs-unsigned-char
Explicitly list signed/unsigned char.
Martin Kronbichler [Thu, 15 Feb 2018 15:04:54 +0000 (16:04 +0100)]
Merge pull request #5894 from bangerth/use-uint8_7
Use std::uint8_t for refinement cases.
Jean-Paul Pelteret [Thu, 15 Feb 2018 08:49:44 +0000 (09:49 +0100)]
Merge pull request #5904 from davydden/doc_project
fix grammar in VectorTools::project()
Denis Davydov [Thu, 15 Feb 2018 07:37:57 +0000 (08:37 +0100)]
fix grammar
Wolfgang Bangerth [Wed, 14 Feb 2018 20:58:48 +0000 (13:58 -0700)]
Merge pull request #5902 from tjhei/step-3-doc-mean-values
fix step-3 convergence of mean numbers
Timo Heister [Wed, 14 Feb 2018 20:50:34 +0000 (15:50 -0500)]
fix step-3 convergence of mean numbers
It looks like the numbers were incorrect (same value for refinement
3&4). Fix this and give output with more digits.
Daniel Arndt [Wed, 14 Feb 2018 20:07:43 +0000 (21:07 +0100)]
Merge pull request #5879 from kronbichler/extend_hermite_polynomials
Provide a more stable variant of Hermite polynomials for higher polynomial degrees
Martin Kronbichler [Fri, 9 Feb 2018 17:53:24 +0000 (18:53 +0100)]
Add changelog.
Martin Kronbichler [Fri, 9 Feb 2018 17:48:56 +0000 (18:48 +0100)]
Switch FE_DGQHermite to the more appropriate polynomial basis.
Martin Kronbichler [Fri, 9 Feb 2018 17:48:29 +0000 (18:48 +0100)]
Add test.
Martin Kronbichler [Fri, 9 Feb 2018 17:48:19 +0000 (18:48 +0100)]
Add a variant of Hermite polynomials with good condition numbers.
Daniel Arndt [Wed, 14 Feb 2018 00:22:38 +0000 (01:22 +0100)]
Merge pull request #5890 from Rombur/cuda_size
Move cuda related macros in their own file
Wolfgang Bangerth [Tue, 13 Feb 2018 21:58:43 +0000 (14:58 -0700)]
Use std::uint8_t instead of 'unsigned char' for refinement flags.
Wolfgang Bangerth [Tue, 13 Feb 2018 21:57:31 +0000 (14:57 -0700)]
Explicitly list signed/unsigned char.
Platforms may choose whether they want 'char' to be 'signed'
or 'unsigned', so differentiating between 'unsigned char' and 'char'
is not useful. We need to differentiate between 'unsigned char' and
'signed char'.
Wolfgang Bangerth [Tue, 13 Feb 2018 20:59:39 +0000 (13:59 -0700)]
Merge pull request #5893 from davydden/vec_add_zero
return immediately if a==0 in p::d::Vector::add(a,V)
Wolfgang Bangerth [Tue, 13 Feb 2018 19:58:37 +0000 (12:58 -0700)]
Use std::uint8_t for refinement cases.
Matthias Maier [Tue, 13 Feb 2018 19:43:54 +0000 (13:43 -0600)]
Merge pull request #5892 from masterleinad/fix_python_bindings
Mark bundled include dirs as "SYSTEM" for python-bindings
Denis Davydov [Tue, 13 Feb 2018 18:32:08 +0000 (19:32 +0100)]
return immediately if a==0 in p::d::Vector::add(a,V)
Daniel Arndt [Tue, 13 Feb 2018 15:21:54 +0000 (16:21 +0100)]
Mark bundled include dirs as "SYSTEM" for python-bindings
Bruno Turcksin [Mon, 12 Feb 2018 22:28:31 +0000 (17:28 -0500)]
Move cuda related macros in their own file
Daniel Arndt [Tue, 13 Feb 2018 13:46:14 +0000 (14:46 +0100)]
Merge pull request #5891 from bangerth/doc-update-2
Update documentation on 'deallog' in step-3.
Wolfgang Bangerth [Tue, 13 Feb 2018 04:14:02 +0000 (21:14 -0700)]
Update documentation on 'deallog' in step-3.
Daniel Arndt [Mon, 12 Feb 2018 21:51:02 +0000 (22:51 +0100)]
Merge pull request #5883 from drwells/mapping-clone-unique-ptr
Make Mapping::clone return a unique_ptr<Mapping>.
David Wells [Sun, 11 Feb 2018 21:17:51 +0000 (16:17 -0500)]
Use 'virtual' and 'override' consistently.
David Wells [Sat, 10 Feb 2018 00:17:52 +0000 (19:17 -0500)]
Make Mapping::clone return a unique_ptr<Mapping>.
This commit converts the current interface into one based on smart
pointers. It also gets rid of the use of a covariant return type in
MappingQ1::clone and MappingQ1Eulerian::clone.
Daniel Arndt [Mon, 12 Feb 2018 14:06:14 +0000 (15:06 +0100)]
Merge pull request #3897 from tamiko/use_isystem
CMake: Use -isystem for third party headers
Martin Kronbichler [Mon, 12 Feb 2018 12:43:58 +0000 (13:43 +0100)]
Merge pull request #5884 from davydden/feature/multivector_inner_product_with_metric
add BlockVector::multivector_inner_product_with_metric()
Denis Davydov [Mon, 12 Feb 2018 10:48:10 +0000 (11:48 +0100)]
Merge pull request #5888 from BenBrands/scalapack_save_bug
Fix bug in ScaLAPACKMatrix::save
Benjamin Brands [Mon, 12 Feb 2018 07:46:23 +0000 (08:46 +0100)]
Fix bug in ScaLAPACKMatrix::save
Denis Davydov [Mon, 12 Feb 2018 06:14:19 +0000 (07:14 +0100)]
Merge pull request #5867 from BenBrands/scalapack_save_chunking
enable chunking for save/load of ScaLAPACKMatrix
Denis Davydov [Sun, 11 Feb 2018 21:07:32 +0000 (22:07 +0100)]
Merge pull request #5868 from BenBrands/scalapack_norm
Fix deficiency in computation of norms for ScaLAPACKMatrix
Denis Davydov [Sat, 10 Feb 2018 06:50:53 +0000 (07:50 +0100)]
add BlockVector::multivector_inner_product_with_metric()
and BlockVector::mmult(const BlockVector &, const FullMatrixType &)
Matthias Maier [Sun, 11 Feb 2018 16:04:40 +0000 (10:04 -0600)]
Remove all internal use of DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
Matthias Maier [Sun, 11 Feb 2018 15:55:53 +0000 (09:55 -0600)]
CMake: Use -isystem in INSOURCE_SETUP_TARGET macro
Matthias Maier [Thu, 2 Feb 2017 00:16:05 +0000 (18:16 -0600)]
CMake: Use -isystem for third party headers
Wolfgang Bangerth [Sat, 10 Feb 2018 22:58:15 +0000 (15:58 -0700)]
Merge pull request #5886 from masterleinad/fix_braces_around_scalar_initializer
Avoid warning about "braces around scalar initializer"
Daniel Arndt [Sat, 10 Feb 2018 20:50:22 +0000 (21:50 +0100)]
Merge pull request #5860 from drwells/step-49-modernization
Step 49 modernization
Daniel Arndt [Sat, 10 Feb 2018 19:35:37 +0000 (20:35 +0100)]
Avoid warning about "braces around scalar initializer"
David Wells [Sun, 4 Feb 2018 21:11:23 +0000 (16:11 -0500)]
Redo the step-49 extensions to use Manifolds.
The old approach used the deprecated Boundary classes.
Daniel Arndt [Fri, 9 Feb 2018 22:40:59 +0000 (23:40 +0100)]
Changelog entry
Daniel Arndt [Fri, 9 Feb 2018 22:32:41 +0000 (23:32 +0100)]
Let FETools::get_fe_by_name return a std::unique_ptr
Timo Heister [Fri, 9 Feb 2018 20:09:39 +0000 (15:09 -0500)]
Merge pull request #5881 from bangerth/doc-update
Update documentation of the p::d::SolutionTransfer constructor.
Wolfgang Bangerth [Fri, 9 Feb 2018 19:43:45 +0000 (12:43 -0700)]
Update documentation of the p::d::SolutionTransfer constructor.
Matthias Maier [Fri, 9 Feb 2018 15:47:03 +0000 (09:47 -0600)]
Merge pull request #5878 from jppelteret/update_config_adolc
Add another compile-time check to Adol-C CMake module.
Jean-Paul Pelteret [Fri, 9 Feb 2018 15:02:34 +0000 (16:02 +0100)]
Add another compile-time check to Adol-C CMake module.
Daniel Arndt [Fri, 9 Feb 2018 11:47:49 +0000 (12:47 +0100)]
Merge pull request #5865 from QiaoLei-88/make_icc_15_happy
avoid icc 15 error on non-const reference
Daniel Arndt [Fri, 9 Feb 2018 11:44:31 +0000 (12:44 +0100)]
Merge pull request #5848 from jppelteret/tensor_consistent_tparams
Add/Remove some template parameters.
Benjamin Brands [Tue, 6 Feb 2018 10:26:23 +0000 (11:26 +0100)]
fix bug in computation of norms for ScaLAPACKMatrix
David Wells [Thu, 8 Feb 2018 21:05:41 +0000 (16:05 -0500)]
Merge pull request #5861 from masterleinad/fix_unused_fraction
Restrict instantiations in GridRefinement to Vector
Daniel Arndt [Thu, 8 Feb 2018 17:27:20 +0000 (18:27 +0100)]
Merge pull request #5877 from bangerth/doc-update
Fix @author string grammar.
Wolfgang Bangerth [Thu, 8 Feb 2018 17:20:36 +0000 (10:20 -0700)]
Fix @author string grammar.
Wolfgang Bangerth [Thu, 8 Feb 2018 14:16:57 +0000 (07:16 -0700)]
Merge pull request #5876 from jppelteret/fix_solver_multiple_definitions
Fix multiple definitions for internal::SolverBicgstabData
Denis Davydov [Thu, 8 Feb 2018 11:53:56 +0000 (12:53 +0100)]
Merge pull request #5874 from davydden/feature/project_with_block
extend VectorTools::project() to take fe_component
Jean-Paul Pelteret [Thu, 8 Feb 2018 11:35:01 +0000 (12:35 +0100)]
Fix warning: Remove extra ';'
Jean-Paul Pelteret [Thu, 8 Feb 2018 11:34:05 +0000 (12:34 +0100)]
Fix error: Multiple defs. of internal::SolverBicgstabData constructor
Relates to #5817
Denis Davydov [Wed, 7 Feb 2018 13:24:37 +0000 (14:24 +0100)]
extend VectorTools::project() to take fe_component
Denis Davydov [Wed, 7 Feb 2018 22:44:21 +0000 (23:44 +0100)]
Merge pull request #5862 from tcclevenger/max_possible_coarse_level
add function to get max possible mg coarse level
Denis Davydov [Wed, 7 Feb 2018 20:28:47 +0000 (21:28 +0100)]
Merge pull request #5875 from BenBrands/scalapack_doc
improve documentation of ScaLAPACKMatrix::least_squares()
Benjamin Brands [Tue, 6 Feb 2018 06:59:04 +0000 (07:59 +0100)]
enable chunking for save/load of ScaLAPACKMatrix
Benjamin Brands [Tue, 6 Feb 2018 15:19:07 +0000 (16:19 +0100)]
improve documentation of ScaLAPACKMatrix::least_squares()
Matthias Maier [Wed, 7 Feb 2018 16:32:59 +0000 (10:32 -0600)]
Merge pull request #5873 from masterleinad/improve_ld_gold_detection
Improve detection of ld.gold
Lei Qiao [Fri, 2 Feb 2018 12:28:06 +0000 (20:28 +0800)]
implement operator=() for Tensor<0,...>
Daniel Arndt [Wed, 7 Feb 2018 00:32:26 +0000 (01:32 +0100)]
Improve detection of ld.gold
Wolfgang Bangerth [Wed, 7 Feb 2018 00:19:29 +0000 (17:19 -0700)]
Merge pull request #5871 from masterleinad/style_braced_initialization
Allow for braced initialization in astyle.rc
Wolfgang Bangerth [Wed, 7 Feb 2018 00:18:38 +0000 (17:18 -0700)]
Merge pull request #5872 from masterleinad/fix_ice_icc15
Fix another ice for ICC-15
Daniel Arndt [Tue, 6 Feb 2018 21:45:32 +0000 (22:45 +0100)]
Fix another ice for ICC-15
Daniel Arndt [Tue, 6 Feb 2018 21:28:37 +0000 (22:28 +0100)]
Allow for braced initialization in astyle.rc
tcclevenger [Fri, 2 Feb 2018 02:18:08 +0000 (21:18 -0500)]
add function to get max possible mg coarse level
processor
Benjamin Brands [Tue, 6 Feb 2018 10:25:12 +0000 (11:25 +0100)]
ScaLAPACK tests: use matrix typeid in creation of random matrices
David Wells [Sun, 4 Feb 2018 21:11:10 +0000 (16:11 -0500)]
Modernize step-49 with C++11 features.
David Wells [Sun, 4 Feb 2018 21:08:05 +0000 (16:08 -0500)]
Improve some minor things in step-49.
Daniel Arndt [Mon, 5 Feb 2018 11:22:12 +0000 (12:22 +0100)]
Merge pull request #5828 from drwells/split-expensive-files
Split expensive files
Daniel Arndt [Mon, 5 Feb 2018 11:13:10 +0000 (12:13 +0100)]
Merge pull request #5864 from masterleinad/fix_unused_sundials
Fix unused variables in SUNDIALS wrappers' destructors
Denis Davydov [Mon, 5 Feb 2018 09:19:56 +0000 (10:19 +0100)]
Merge pull request #5863 from bangerth/doc-update
Expand on the explanation of update_quadrature_points.
Daniel Arndt [Mon, 5 Feb 2018 09:07:54 +0000 (10:07 +0100)]
Fix unused variables in SUNDIALS wrappers' destructors
Daniel Arndt [Mon, 5 Feb 2018 08:13:45 +0000 (09:13 +0100)]
Merge pull request #5859 from drwells/new-cylindricalmanifold-ctor
Require a Tensor for an argument that indicates direction.
David Wells [Mon, 5 Feb 2018 03:02:11 +0000 (22:02 -0500)]
Merge pull request #5849 from masterleinad/fix_float64
Deal with the remaining Float64 output files
Daniel Arndt [Sun, 4 Feb 2018 21:50:29 +0000 (22:50 +0100)]
Changelog entry
Daniel Arndt [Sun, 4 Feb 2018 16:24:54 +0000 (17:24 +0100)]
Restrict instantiations in GridRefinement to Vector
Wolfgang Bangerth [Sun, 4 Feb 2018 22:21:21 +0000 (15:21 -0700)]
Merge pull request #5854 from masterleinad/fix-coverity
Fix issues discovered by Coverity
Wolfgang Bangerth [Sun, 4 Feb 2018 22:03:36 +0000 (15:03 -0700)]
Expand on the explanation of update_quadrature_points.
David Wells [Sun, 4 Feb 2018 21:25:12 +0000 (16:25 -0500)]
Remove some extra underscores.
David Wells [Sun, 4 Feb 2018 18:08:23 +0000 (13:08 -0500)]
Require a Tensor for an argument that indicates direction.
Daniel Arndt [Sat, 3 Feb 2018 21:08:13 +0000 (22:08 +0100)]
Fix issues discovered by Coverity
Denis Davydov [Sun, 4 Feb 2018 18:19:54 +0000 (19:19 +0100)]
Merge pull request #5851 from masterleinad/clang_unused_parameters
Allow detecting unused parameters using clang
David Wells [Sun, 4 Feb 2018 18:12:38 +0000 (13:12 -0500)]
Merge pull request #5856 from masterleinad/fix_bundled_warnings
Fix bundled warnings
Denis Davydov [Sun, 4 Feb 2018 15:45:02 +0000 (16:45 +0100)]
Merge pull request #5847 from tjhei/doxygen_sundials
document sundials namespace
Daniel Arndt [Sun, 4 Feb 2018 13:31:19 +0000 (14:31 +0100)]
Fix warnings for bundled muParser
Daniel Arndt [Sun, 4 Feb 2018 13:30:20 +0000 (14:30 +0100)]
Fix warnings for bundled boost
Denis Davydov [Sun, 4 Feb 2018 08:58:03 +0000 (09:58 +0100)]
Merge pull request #5855 from masterleinad/replace_last_boundary_occurence
Replace last Boundary occurences in the test folder
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.