]>
https://gitweb.dealii.org/ - dealii.git/log
Giovanni Alzetta [Fri, 13 Apr 2018 19:34:10 +0000 (21:34 +0200)]
Removed double include in grid_tools.h
Daniel Arndt [Fri, 13 Apr 2018 15:23:09 +0000 (17:23 +0200)]
Merge pull request #6239 from jppelteret/muparser_werror
Add default cases to switches in muParser
Denis Davydov [Fri, 13 Apr 2018 14:48:40 +0000 (16:48 +0200)]
Merge pull request #6235 from BenBrands/MRRR_bug
ScaLAPACKMatrix: remedy for exceptions from within p_syevr/_syevr
Wolfgang Bangerth [Fri, 13 Apr 2018 12:58:18 +0000 (06:58 -0600)]
Merge pull request #6224 from davydden/feature/extractor_tensor
add gradient of Tensor extractor
Daniel Arndt [Fri, 13 Apr 2018 12:56:45 +0000 (14:56 +0200)]
Merge pull request #6220 from Rombur/cuda_solver
[RFC] Add CG test using cuda
Benjamin Brands [Thu, 12 Apr 2018 18:46:41 +0000 (20:46 +0200)]
remedy for exceptions from within p_syevr/_syevr
Martin Kronbichler [Fri, 13 Apr 2018 08:37:51 +0000 (10:37 +0200)]
Merge pull request #6211 from tcclevenger/stokes_comp_test
add test stokes computation
Jean-Paul Pelteret [Fri, 13 Apr 2018 08:05:02 +0000 (10:05 +0200)]
Add default cases to switches in muParser
Fixes #6238
Denis Davydov [Fri, 13 Apr 2018 02:07:59 +0000 (04:07 +0200)]
more fixes of whitespaces and incode comments
Denis Davydov [Thu, 12 Apr 2018 18:37:10 +0000 (20:37 +0200)]
update tests and add a changelog
Luca Heltai [Thu, 12 Apr 2018 21:02:43 +0000 (23:02 +0200)]
Merge pull request #6230 from jppelteret/ad-fixes_02
Various updates and fixes for AD numbers
Denis Davydov [Thu, 12 Apr 2018 18:36:29 +0000 (20:36 +0200)]
implement gradient of FEValuesViews::Tensor
Also change meaning of divergence so that
Grad(T) : I = Div(T).
Denis Davydov [Thu, 12 Apr 2018 18:35:18 +0000 (20:35 +0200)]
cleanup incode comments in fe_values.h
David Wells [Thu, 12 Apr 2018 16:57:12 +0000 (12:57 -0400)]
Merge pull request #6215 from kronbichler/reduce_number_of_threads
Reduce number of threads in tests
Jean-Paul Pelteret [Thu, 12 Apr 2018 12:43:58 +0000 (14:43 +0200)]
Add ProductType for Sacado expression templates
Jean-Paul Pelteret [Thu, 12 Apr 2018 12:42:36 +0000 (14:42 +0200)]
Update Sacado number types.
Default definitions for helper functions are now given irrespective of
whether deal.II is compiled with Trilinos or not. This assists in
generic programming.
Jean-Paul Pelteret [Thu, 12 Apr 2018 12:41:19 +0000 (14:41 +0200)]
Update Adol-C number types.
Default definitions for helper functions are now given irrespective of
whether deal.II is compiled with Adol-C or not. This assists in generic
programming.
Jean-Paul Pelteret [Thu, 12 Apr 2018 12:39:01 +0000 (14:39 +0200)]
Update ADNumberTraits
The addition of the scalar_type to the default definition for arithmetic
types increases the usefulness of this class for generic programming.
Jean-Paul Pelteret [Thu, 12 Apr 2018 12:26:47 +0000 (14:26 +0200)]
Ensure that numbers::NumberTraits works with AD numbers.
Daniel Arndt [Thu, 12 Apr 2018 16:26:15 +0000 (18:26 +0200)]
Merge pull request #6146 from bangerth/parallelize
Parallelize a few operations in the FE_Q_Base constructor.
Luca Heltai [Thu, 12 Apr 2018 12:16:08 +0000 (14:16 +0200)]
Merge pull request #6227 from kronbichler/fix_transfinite_interpolation_signal
Fix signal handling of transfinite interpolation once cleared
Denis Davydov [Thu, 12 Apr 2018 12:09:30 +0000 (14:09 +0200)]
Merge pull request #6226 from kronbichler/avoid_warning_jacobi
Avoid warning in computation of Jacobi polynomial roots
Martin Kronbichler [Thu, 12 Apr 2018 08:10:46 +0000 (10:10 +0200)]
Fix signal handling of transfinite interpolation once cleared.
Martin Kronbichler [Thu, 12 Apr 2018 07:25:01 +0000 (09:25 +0200)]
Merge pull request #6221 from masterleinad/fix_stp_22_mass
Store the pressure mass matrix separately in step-22
Martin Kronbichler [Thu, 12 Apr 2018 07:18:56 +0000 (09:18 +0200)]
Avoid warning in computation of Jacobi polynomial roots.
Martin Kronbichler [Thu, 12 Apr 2018 05:31:07 +0000 (07:31 +0200)]
Merge pull request #6202 from kronbichler/issue_5667_mapping_cells
Convert data structures in MF::MappingInfo to a face-compatible variant
Daniel Arndt [Wed, 11 Apr 2018 22:13:04 +0000 (00:13 +0200)]
Merge pull request #6177 from kronbichler/jacobi_polynomial
New function for Jacobi polynomial evaluation and its roots
Martin Kronbichler [Wed, 11 Apr 2018 20:57:02 +0000 (22:57 +0200)]
Rename CellType -> GeometryType.
Daniel Arndt [Wed, 11 Apr 2018 17:04:52 +0000 (19:04 +0200)]
Merge pull request #6182 from luca-heltai/clone-manifolds
Clone manifolds + std::unique_ptr in Tria
Martin Kronbichler [Wed, 11 Apr 2018 16:43:25 +0000 (18:43 +0200)]
Adjust test output due to (more accurate) expression of quadrature points.
Daniel Arndt [Wed, 11 Apr 2018 16:32:50 +0000 (18:32 +0200)]
Adapt Wolfgang's approach
tcclevenger [Mon, 9 Apr 2018 18:21:36 +0000 (14:21 -0400)]
add test stokes computation
Martin Kronbichler [Sun, 8 Apr 2018 14:37:50 +0000 (16:37 +0200)]
Add another test.
Martin Kronbichler [Fri, 6 Apr 2018 09:07:38 +0000 (11:07 +0200)]
Add changelog.
Martin Kronbichler [Fri, 6 Apr 2018 09:07:26 +0000 (11:07 +0200)]
Use Jacobi roots to simplify quadrature implementation.
Martin Kronbichler [Fri, 6 Apr 2018 09:06:48 +0000 (11:06 +0200)]
Test Jacobi polynomial evaluation.
Martin Kronbichler [Fri, 6 Apr 2018 09:06:33 +0000 (11:06 +0200)]
Use Jacobi polynomial roots for definition of Hermite-like interpolation rather than LAPACK.
Martin Kronbichler [Fri, 6 Apr 2018 09:06:06 +0000 (11:06 +0200)]
Add user-visible implementation of Jacobi polynomial.
Martin Kronbichler [Sat, 7 Apr 2018 21:15:28 +0000 (23:15 +0200)]
Convert data structures in MF::MappingInfo to a face-compatible variant.
Martin Kronbichler [Wed, 11 Apr 2018 11:12:31 +0000 (13:12 +0200)]
Merge pull request #6155 from bangerth/unique-ptr
Convert ReadWriteVector to std::unique_ptr.
Daniel Arndt [Tue, 10 Apr 2018 22:41:31 +0000 (00:41 +0200)]
Store the pressure mass matrix separately in step-22
Bruno Turcksin [Tue, 10 Apr 2018 22:11:59 +0000 (18:11 -0400)]
Add CG test using cuda
David Wells [Tue, 10 Apr 2018 11:46:33 +0000 (07:46 -0400)]
Merge pull request #6175 from bangerth/glossary
Add glossary entry on dimensions.
Martin Kronbichler [Tue, 10 Apr 2018 10:51:14 +0000 (12:51 +0200)]
Adjust test output.
Martin Kronbichler [Tue, 10 Apr 2018 08:38:10 +0000 (10:38 +0200)]
Reduce number of threads in tests.
Wolfgang Bangerth [Fri, 6 Apr 2018 00:43:00 +0000 (18:43 -0600)]
Add glossary entry on dimensions.
While there, also update the glossary entry on concepts.
Wolfgang Bangerth [Mon, 9 Apr 2018 22:53:43 +0000 (16:53 -0600)]
Merge pull request #3 from tjhei/pr6146
make sure creating a task will initialize the thread_limit
Luca Heltai [Mon, 9 Apr 2018 21:55:36 +0000 (23:55 +0200)]
Fixed DA comments.
Luca Heltai [Mon, 9 Apr 2018 21:07:54 +0000 (23:07 +0200)]
Fixed DA comments.
Luca Heltai [Mon, 9 Apr 2018 20:39:09 +0000 (22:39 +0200)]
Fixed MK comments.
Timo Heister [Mon, 9 Apr 2018 20:24:19 +0000 (16:24 -0400)]
make sure creating a task will initialize the thread_limit
Timo Heister [Mon, 9 Apr 2018 15:25:40 +0000 (11:25 -0400)]
Merge pull request #6209 from masterleinad/fix_sparsity_pattern_docu
Fix documentation of SparsityPattern
Daniel Arndt [Mon, 9 Apr 2018 15:20:45 +0000 (17:20 +0200)]
Fix documentation of SparsityPattern
Daniel Arndt [Mon, 9 Apr 2018 14:25:38 +0000 (16:25 +0200)]
Merge pull request #6124 from bangerth/fix-vector-tools
Fix VectorTools::integrate_difference()
Timo Heister [Mon, 9 Apr 2018 14:20:19 +0000 (10:20 -0400)]
Merge pull request #6204 from masterleinad/macos_setup_astyle
Allow setup_astyle.sh to be used on macOS as well
Bruno Turcksin [Mon, 9 Apr 2018 13:39:29 +0000 (09:39 -0400)]
Merge pull request #6062 from BenBrands/MRRR
ScaLAPACKMatrix: add eigensolver routines using MRRR algorithm
Luca Heltai [Sun, 8 Apr 2018 08:25:50 +0000 (10:25 +0200)]
Fixed failing tests.
Luca Heltai [Sun, 8 Apr 2018 17:27:24 +0000 (19:27 +0200)]
Added clone members to (deprecated) Boundary objects.
Luca Heltai [Fri, 6 Apr 2018 16:42:55 +0000 (18:42 +0200)]
Make step-53 compatible with the new interface.
Luca Heltai [Fri, 6 Apr 2018 13:38:22 +0000 (15:38 +0200)]
Changelog.
Luca Heltai [Fri, 6 Apr 2018 13:35:39 +0000 (15:35 +0200)]
Make tria use std::unique_ptr<Manifold<dim,spacedim> >
Luca Heltai [Fri, 6 Apr 2018 13:26:50 +0000 (15:26 +0200)]
Clone functions for OpenCASCADE objects.
Luca Heltai [Fri, 6 Apr 2018 13:04:08 +0000 (15:04 +0200)]
Implement clone for each standard Manifold class.
Luca Heltai [Fri, 6 Apr 2018 13:01:51 +0000 (15:01 +0200)]
Add clone method for Manifold and FlatManifold
David Wells [Mon, 9 Apr 2018 12:20:26 +0000 (08:20 -0400)]
Merge pull request #6191 from bangerth/doc-update-2
Clarify a comment in FiniteElement.
Martin Kronbichler [Mon, 9 Apr 2018 07:02:01 +0000 (09:02 +0200)]
Merge pull request #6205 from davydden/doc/step-37_hanging_nodes
doc: mention Kelly estimator in step-37 extensions
Denis Davydov [Sun, 8 Apr 2018 20:32:06 +0000 (22:32 +0200)]
doc: mention Kelly estimator in step-37 extensions
Wolfgang Bangerth [Sat, 7 Apr 2018 05:03:46 +0000 (23:03 -0600)]
Clarify a comment in FiniteElement.
David Wells [Mon, 9 Apr 2018 01:08:23 +0000 (21:08 -0400)]
Merge pull request #6176 from masterleinad/cast_dynamic
Use dynamic_unique_cast in more places
Daniel Arndt [Sun, 8 Apr 2018 16:33:52 +0000 (18:33 +0200)]
Allow setup_astyle.sh to be used on macOS as well
Daniel Arndt [Sun, 8 Apr 2018 11:58:33 +0000 (13:58 +0200)]
Merge pull request #6190 from bangerth/doc-update
Extend documentation of contrib/utilities/setup_astyle.sh.
David Wells [Sat, 7 Apr 2018 23:59:05 +0000 (19:59 -0400)]
Merge pull request #6189 from bangerth/noreturn
Mark a couple of functions as '[[noreturn]]'.
David Wells [Sat, 7 Apr 2018 22:41:58 +0000 (18:41 -0400)]
Merge pull request #6203 from masterleinad/separate_step4
Guard blank line by HTML comment
Daniel Arndt [Sat, 7 Apr 2018 22:36:28 +0000 (00:36 +0200)]
Guard blank line by HTML comment
Martin Kronbichler [Sat, 7 Apr 2018 21:26:37 +0000 (23:26 +0200)]
Merge pull request #6201 from masterleinad/separate_step4
Separate a note from 'The commented program'
Martin Kronbichler [Sat, 7 Apr 2018 20:33:17 +0000 (22:33 +0200)]
Merge pull request #6198 from davydden/feature/zero_out_ghosts
make zero_out_ghosts() const
Daniel Arndt [Sat, 7 Apr 2018 20:09:50 +0000 (22:09 +0200)]
Separate a note from 'The commented program'
Daniel Arndt [Sat, 7 Apr 2018 19:25:18 +0000 (21:25 +0200)]
Merge pull request #6199 from tjhei/fix_changelog_entry2
fix changelog date format
David Wells [Sat, 7 Apr 2018 19:23:57 +0000 (15:23 -0400)]
Merge pull request #6195 from kronbichler/tensor_always_inline2
Use DEAL_II_ALWAYS_INLINE in SymmetricTensor
Timo Heister [Sat, 7 Apr 2018 19:22:25 +0000 (15:22 -0400)]
fix changelog date format
Daniel Arndt [Sat, 7 Apr 2018 18:45:11 +0000 (20:45 +0200)]
Merge pull request #6196 from kronbichler/multigrid_test_robustness
Make a multigrid test more robust: Filter out small floats
Denis Davydov [Sat, 7 Apr 2018 17:54:23 +0000 (19:54 +0200)]
make zero_out_ghosts() const
Martin Kronbichler [Sat, 7 Apr 2018 14:26:45 +0000 (16:26 +0200)]
Make a multigrid test more robust: Filter out small floats.
Martin Kronbichler [Sat, 7 Apr 2018 13:59:34 +0000 (15:59 +0200)]
More uses of DEAL_II_ALWAYS_INLINE
Denis Davydov [Sat, 7 Apr 2018 13:16:15 +0000 (15:16 +0200)]
Merge pull request #6119 from BenBrands/pseudoinverse
ScaLAPACKMatrix::pseudoinverse()
David Wells [Sat, 7 Apr 2018 11:10:38 +0000 (07:10 -0400)]
Merge pull request #6193 from bangerth/avoid-alias
Avoid using an alias variable.
Daniel Arndt [Sat, 7 Apr 2018 09:30:06 +0000 (11:30 +0200)]
Merge pull request #6192 from bangerth/add-include
Add a necessary include file.
Wolfgang Bangerth [Sat, 7 Apr 2018 06:14:47 +0000 (00:14 -0600)]
Avoid using an alias variable.
Wolfgang Bangerth [Sat, 7 Apr 2018 06:13:41 +0000 (00:13 -0600)]
Add a necessary include file.
This include file is currently transitively imported via mapping_q_generic.h, but
that may change at some point in the future. Since it's needed in grid_tools.cc, add
it explicitly.
Wolfgang Bangerth [Sat, 7 Apr 2018 04:41:44 +0000 (22:41 -0600)]
Extend documentation of contrib/utilities/setup_astyle.sh.
Wolfgang Bangerth [Fri, 6 Apr 2018 22:57:46 +0000 (16:57 -0600)]
Mark a couple of functions as '[[noreturn]]'.
Wolfgang Bangerth [Fri, 6 Apr 2018 21:37:03 +0000 (15:37 -0600)]
Merge pull request #6187 from luca-heltai/minor-message-fix
Fix name in static_assert.
Benjamin Brands [Mon, 19 Mar 2018 15:57:42 +0000 (16:57 +0100)]
Corrections
Luca Heltai [Fri, 6 Apr 2018 19:07:55 +0000 (21:07 +0200)]
Fix name in static_assert.
Wolfgang Bangerth [Fri, 6 Apr 2018 18:57:56 +0000 (12:57 -0600)]
Merge pull request #6181 from masterleinad/check-mapping-q-dynamic-cast
Check the result of a dynamic_cast.
Daniel Arndt [Tue, 3 Apr 2018 21:55:10 +0000 (23:55 +0200)]
Use dynamic_unique_cast
Bruno Turcksin [Fri, 6 Apr 2018 17:46:59 +0000 (13:46 -0400)]
Merge pull request #6171 from luca-heltai/fix-patterns-tools
Fix bug in patterns.h
Bruno Turcksin [Fri, 6 Apr 2018 17:46:26 +0000 (13:46 -0400)]
Merge pull request #6180 from masterleinad/move_dynamic_unique_cast
Move dynamic_unique_cast to Utilities
Daniel Arndt [Fri, 6 Apr 2018 13:04:38 +0000 (15:04 +0200)]
Move dynamic_unique_cast to Utilities
Daniel Arndt [Fri, 6 Apr 2018 13:13:51 +0000 (15:13 +0200)]
Check the result of a dynamic_cast.
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.