]>
https://gitweb.dealii.org/ - dealii.git/log
Daniel Arndt [Thu, 5 Sep 2019 22:23:21 +0000 (18:23 -0400)]
Remove set_zero instantiations
Daniel Arndt [Thu, 5 Sep 2019 20:14:21 +0000 (16:14 -0400)]
Fix undefined references for set_zero_all
David Wells [Thu, 5 Sep 2019 13:20:38 +0000 (09:20 -0400)]
Merge pull request #8702 from rezarastak/function_time_doc_fix
list within the documentation of FunctionTime fixed
Martin Kronbichler [Thu, 5 Sep 2019 07:31:02 +0000 (09:31 +0200)]
Merge pull request #8662 from masterleinad/cuda_precondition_chebyshev
Allow using PreconditionChebyshev for parallel::distributed::Vector with MemorySpace::CUDA
Daniel Arndt [Thu, 5 Sep 2019 02:30:03 +0000 (22:30 -0400)]
Merge pull request #8699 from rezarastak/unit_normal_vector_tensor
GeometryInfo<dim>::unit_normal_vector
Daniel Arndt [Thu, 5 Sep 2019 02:28:59 +0000 (22:28 -0400)]
Merge pull request #8700 from tamiko/simd_improvements_2
VectorizedArray: Some minor doxygen markup improvements
Reza Rastak [Wed, 4 Sep 2019 23:13:04 +0000 (16:13 -0700)]
list within documentation of FunctionTime fixed
Reza Rastak [Wed, 4 Sep 2019 20:26:13 +0000 (13:26 -0700)]
small fix
Matthias Maier [Wed, 4 Sep 2019 19:55:52 +0000 (14:55 -0500)]
Some minor doxygen markup improvements
Reza Rastak [Wed, 4 Sep 2019 19:41:49 +0000 (12:41 -0700)]
Used GeometryInfo::unit_normal_vector in mapping_cartesian.cc
Reza Rastak [Wed, 4 Sep 2019 00:03:03 +0000 (20:03 -0400)]
GeometryInfo<dim>::unit_normal_vector added
David Wells [Wed, 4 Sep 2019 18:44:11 +0000 (14:44 -0400)]
Merge pull request #8695 from drwells/make-hp-fevbase-public
Make hp::FEvaluesBase non-internal.
Daniel Arndt [Wed, 4 Sep 2019 14:09:24 +0000 (10:09 -0400)]
Changelog entry
David Wells [Wed, 4 Sep 2019 13:35:02 +0000 (09:35 -0400)]
Make hp::FEvaluesBase non-internal.
1. We publicly inherit from it and 2. this fixes some doxygen issues.
Daniel Arndt [Tue, 27 Aug 2019 21:54:05 +0000 (17:54 -0400)]
Allow using PreconditionChebyshev for parallel::distributed::Vector with MemorySpace::CUDA
Daniel Arndt [Wed, 4 Sep 2019 04:18:42 +0000 (00:18 -0400)]
Merge pull request #8546 from drwells/remove-diff-from-testsuite
Remove diff from testsuite
Daniel Arndt [Wed, 4 Sep 2019 03:48:38 +0000 (23:48 -0400)]
Merge pull request #8694 from bangerth/cleanup
Indent a block properly.
Wolfgang Bangerth [Wed, 4 Sep 2019 00:11:03 +0000 (18:11 -0600)]
Indent a block properly.
Daniel Arndt [Tue, 3 Sep 2019 21:07:11 +0000 (17:07 -0400)]
Merge pull request #8690 from rezarastak/remove_unused_variable
remove unused variable in grid_out.cc
Daniel Arndt [Tue, 3 Sep 2019 21:06:27 +0000 (17:06 -0400)]
Merge pull request #8681 from peterrum/matrixfree_getcelliterator_variablename
Rename variable
Daniel Arndt [Tue, 3 Sep 2019 20:02:00 +0000 (16:02 -0400)]
Merge pull request #8692 from simonsticko/doc_invalid_max_n_dofs
Remove outdated documentation on largest allowed number of dofs.
Bruno Turcksin [Tue, 3 Sep 2019 19:53:00 +0000 (15:53 -0400)]
Merge pull request #8693 from masterleinad/hanging_nodes
Reorganize __syncthreads for hanging nodes
Daniel Arndt [Tue, 3 Sep 2019 19:35:43 +0000 (19:35 +0000)]
Reorganize __syncthreads for hanging nodes
Daniel Arndt [Tue, 3 Sep 2019 19:32:55 +0000 (15:32 -0400)]
Merge pull request #8680 from Rombur/hanging_nodes
Fix a bug with cuda and hanging nodes
Simon Sticko [Tue, 3 Sep 2019 19:22:11 +0000 (21:22 +0200)]
Remove outdated documentation on largest allowed number of dofs.
In the module on distributed parallel computing the largest allowed
number of dofs is stated to be the largest attainable value of int.
This no longer true, remove the statement.
Daniel Arndt [Tue, 3 Sep 2019 19:09:26 +0000 (15:09 -0400)]
Merge pull request #8688 from rezarastak/remove_block_vector_equ
BlockVectorBase::equ with 4 arguments removed
Timo Heister [Tue, 3 Sep 2019 18:55:09 +0000 (14:55 -0400)]
Merge pull request #8686 from tjhei/step-63-references
step-63: add references
Reza Rastak [Tue, 3 Sep 2019 17:45:47 +0000 (13:45 -0400)]
remove unused variable in grid_out.cc
Reza Rastak [Tue, 3 Sep 2019 15:08:04 +0000 (08:08 -0700)]
BlockVectorBase::equ with 4 arguments removed
Timo Heister [Mon, 2 Sep 2019 18:37:36 +0000 (14:37 -0400)]
step-63: add references
Peter Munch [Mon, 2 Sep 2019 08:15:16 +0000 (10:15 +0200)]
Rename variable
Wolfgang Bangerth [Tue, 3 Sep 2019 03:44:20 +0000 (21:44 -0600)]
Merge pull request #8678 from GrahamBenHarper/graham_dev_polynomials_derived
Change polynomial classes to derive from ScalarPolynomialsBase
David Wells [Tue, 3 Sep 2019 02:55:51 +0000 (22:55 -0400)]
Merge pull request #8679 from GrahamBenHarper/graham_dev_polynomials_bdm
Update PolynomialsBDM degree and pass the degree to the base class constructor
grahambenharper [Tue, 3 Sep 2019 00:37:39 +0000 (18:37 -0600)]
Add a changelog entry
grahambenharper [Sun, 1 Sep 2019 21:06:02 +0000 (15:06 -0600)]
Update PolynomialsBDM degree and pass the degree to the base class constructor
grahambenharper [Sun, 1 Sep 2019 08:16:59 +0000 (02:16 -0600)]
Change polynomial classes to derive from ScalarPolynomialsBase
David Wells [Mon, 2 Sep 2019 21:21:46 +0000 (17:21 -0400)]
Merge pull request #8674 from rezarastak/changelog_8671
changelog added for PR #8671
David Wells [Sat, 10 Aug 2019 19:31:17 +0000 (13:31 -0600)]
Fix a check on numdiff.
This check didn't work for two reasons:
1. We should expand the variable
2. FIND_PROGRAM indicates failure by setting the value of the variable
to 'variable-NOTFOUND', not '-NOTFOUND'.
David Wells [Sat, 10 Aug 2019 19:10:36 +0000 (13:10 -0600)]
Rmove the option to use diff in the test suite.
Most tests won't work with plain diff since there are slight differences
in floating point output: Hence, we should remove it as an option and
just require numdiff.
David Wells [Sat, 10 Aug 2019 18:35:08 +0000 (12:35 -0600)]
Remove tests with binary output.
This is necessary to move to using numdiff for everything: numdiff
cannot handle binary files.
This change required converting binary output to base64 output. Hence,
since the output cannot be used directly, the option for separate files
is also removed.
Reza Rastak [Sat, 31 Aug 2019 04:31:41 +0000 (00:31 -0400)]
changelog added for PR #8671
Bruno Turcksin [Mon, 2 Sep 2019 02:41:10 +0000 (02:41 +0000)]
Add entry log
Bruno Turcksin [Mon, 2 Sep 2019 02:40:37 +0000 (02:40 +0000)]
Enable tests with hanging nodes when dim = 2 and fe_degree is even
Bruno Turcksin [Mon, 2 Sep 2019 02:39:37 +0000 (02:39 +0000)]
Fix a race condition when computing hanging with the CUDA matrix-free framework
Wolfgang Bangerth [Sun, 1 Sep 2019 23:46:34 +0000 (17:46 -0600)]
Merge pull request #8675 from tjhei/step-63-update
step-63: add DOI and fix authors
Timo Heister [Sun, 1 Sep 2019 14:19:17 +0000 (10:19 -0400)]
Merge pull request #8677 from masterleinad/add_mailmap_entry
Add another .mailmap entry
Daniel Arndt [Sun, 1 Sep 2019 03:09:42 +0000 (23:09 -0400)]
Add another .mailmap entry
Timo Heister [Sat, 31 Aug 2019 19:12:04 +0000 (15:12 -0400)]
Merge pull request #8509 from LiMaIG/fix-hyperL
hyper_L documentation fix
Timo Heister [Sat, 31 Aug 2019 18:29:01 +0000 (14:29 -0400)]
step-63: add DOI and fix authors
Daniel Arndt [Sat, 31 Aug 2019 03:08:35 +0000 (23:08 -0400)]
Merge pull request #8671 from rezarastak/newton_parameter_handling
parameter handling for a couple of classes improved
Daniel Arndt [Sat, 31 Aug 2019 03:06:25 +0000 (23:06 -0400)]
Merge pull request #8672 from marcfehling/accessor-getfuture
Introduced DoFCellAccessor:get_future_fe().
Marc Fehling [Fri, 30 Aug 2019 21:08:10 +0000 (23:08 +0200)]
Introduced DoFCellAccessor:get_future_fe().
Martin Kronbichler [Fri, 30 Aug 2019 09:51:09 +0000 (11:51 +0200)]
Merge pull request #8646 from masterleinad/fix_affine_constraints_set_zero_cuda
Fix AffineConstraints::set_zero for MemorySpace::CUDA
Reza Rastak [Fri, 30 Aug 2019 00:06:48 +0000 (20:06 -0400)]
parameter handling for a couple of classes improved
Daniel Arndt [Thu, 29 Aug 2019 21:34:49 +0000 (17:34 -0400)]
Merge pull request #8670 from tjhei/tria_comment
remove obsolete note in comment of p::d::tria
Timo Heister [Thu, 29 Aug 2019 20:57:19 +0000 (16:57 -0400)]
remove obsolete note in comment of p::d::tria
Wolfgang Bangerth [Thu, 29 Aug 2019 20:13:27 +0000 (14:13 -0600)]
Merge pull request #8669 from peterrum/triangulation_fix_typo
Fix typo in the documentation of Triangulation
Peter Munch [Thu, 29 Aug 2019 18:05:10 +0000 (20:05 +0200)]
Fix typo in the documentation of Triangulation
Daniel Arndt [Thu, 29 Aug 2019 17:45:13 +0000 (13:45 -0400)]
Merge pull request #8665 from masterleinad/speedup_add_periodicity
Speed parallel::distributed::Triangulation::add_periodicity up
David Wells [Thu, 29 Aug 2019 15:04:18 +0000 (11:04 -0400)]
Merge pull request #8667 from bangerth/doc-07
Doc updates in a variety of places.
Wolfgang Bangerth [Thu, 29 Aug 2019 14:15:44 +0000 (08:15 -0600)]
Doc updates in a variety of places.
Wolfgang Bangerth [Thu, 29 Aug 2019 14:20:22 +0000 (08:20 -0600)]
Merge pull request #8666 from rezarastak/time_dependent_doc
Several typos in documentation of time_dependent.h fixed
Reza Rastak [Thu, 29 Aug 2019 14:09:29 +0000 (10:09 -0400)]
Several typos in documentation of time_dependent.h fixed
Daniel Arndt [Thu, 29 Aug 2019 04:18:31 +0000 (00:18 -0400)]
Use range-based for loop
Daniel Arndt [Thu, 29 Aug 2019 03:49:23 +0000 (23:49 -0400)]
Remove begin_cell
Daniel Arndt [Wed, 28 Aug 2019 22:45:18 +0000 (18:45 -0400)]
Speed parallel::distributed::Triangulation::add_periodicity up
Daniel Arndt [Wed, 28 Aug 2019 17:41:26 +0000 (13:41 -0400)]
Merge pull request #8663 from bangerth/rearrange
Rearrange code for better readability.
David Wells [Wed, 28 Aug 2019 15:49:54 +0000 (11:49 -0400)]
Merge pull request #8664 from tjhei/doxygen_fixes
some doxygen fixes
Timo Heister [Wed, 28 Aug 2019 15:33:36 +0000 (11:33 -0400)]
some doxygen fixes
Daniel Arndt [Wed, 28 Aug 2019 03:37:46 +0000 (23:37 -0400)]
Merge pull request #8659 from masterleinad/feature_tests
Use feature tests instead of relying on C++ version flag
Daniel Arndt [Wed, 28 Aug 2019 03:35:37 +0000 (23:35 -0400)]
Merge pull request #8650 from bangerth/step-29
Simplify and clarify the use of std::complex in DataPostprocessor.
Wolfgang Bangerth [Tue, 27 Aug 2019 23:16:43 +0000 (17:16 -0600)]
Rearrange code for better readability.
Specifically, use a 'switch' statement instead of a sequence of if-else-if,
and move the simplest case to the top. So far, the simplest case was just
the fall-through, but it actually has a name -- so I test that as well
and make the fall-through into an assertion.
Daniel Arndt [Tue, 27 Aug 2019 20:32:24 +0000 (16:32 -0400)]
Merge pull request #8656 from dangars/unused_variable_warning
Remove unused variable warning
Daniel Arndt [Tue, 27 Aug 2019 19:29:32 +0000 (15:29 -0400)]
Use feature tests instead of relying on C++ version flag
Daniel Arndt [Tue, 27 Aug 2019 19:10:45 +0000 (15:10 -0400)]
Merge pull request #8651 from GrahamBenHarper/graham_dev_scalar_polynomials
Implement the ScalarPolynomialsBase class
Daniel Garcia-Sanchez [Tue, 27 Aug 2019 17:13:43 +0000 (19:13 +0200)]
Remove unused variable warning
grahambenharper [Tue, 27 Aug 2019 02:40:12 +0000 (20:40 -0600)]
Implement the ScalarPolynomialsBase class
Wolfgang Bangerth [Tue, 27 Aug 2019 15:08:16 +0000 (09:08 -0600)]
Merge pull request #8636 from krishnakumarg1984/krishna_fix_issue_8628
Clarify wording on which objects belong to SparseMatrix & Vector in step-3 doc. Closes #8628.
Wolfgang Bangerth [Tue, 27 Aug 2019 15:07:17 +0000 (09:07 -0600)]
Merge pull request #8645 from dangars/hdf5_documentation
Correct typos and make references to step-62
Wolfgang Bangerth [Tue, 27 Aug 2019 15:05:09 +0000 (09:05 -0600)]
Merge pull request #8641 from marcfehling/pdsoltrans-rework
p::d::SolutionTransfer: Provide optimized pack/unpack functions.
Wolfgang Bangerth [Tue, 27 Aug 2019 15:04:27 +0000 (09:04 -0600)]
Merge pull request #8652 from marcfehling/soltrans05-bug
Minor changes: tests/mpi/solution_transfer_05.
Krishnakumar Gopalakrishnan [Tue, 27 Aug 2019 13:15:04 +0000 (14:15 +0100)]
Adds contrib file 20190827Gopalakrishnan in doc/news/changes/minor (#8628)
Krishnakumar Gopalakrishnan [Tue, 27 Aug 2019 13:08:19 +0000 (14:08 +0100)]
Clarify wording on which objects belong to SparseMatrix & Vector.
Luca Heltai [Tue, 27 Aug 2019 13:03:37 +0000 (15:03 +0200)]
Merge pull request #8530 from luca-heltai/mutable-bind
Mutable bind implementation.
Daniel Garcia-Sanchez [Tue, 27 Aug 2019 11:27:13 +0000 (13:27 +0200)]
Improve documentation and add references to step-62
- Improve std::complex documentation
- Improve write_none() documentation
- Correct typos
- Add references to step-62
Marc Fehling [Tue, 27 Aug 2019 08:20:55 +0000 (10:20 +0200)]
Minor changes: tests/mpi/solution_transfer_05.
Marc Fehling [Fri, 23 Aug 2019 19:33:37 +0000 (21:33 +0200)]
p::d::SolutionTransfer: Provide optimized pack/unpack functions.
Luca Heltai [Tue, 27 Aug 2019 07:32:55 +0000 (09:32 +0200)]
Merge pull request #8649 from rezarastak/decrement_operator
fixed the representation of the decrement operator -- in doxygen
Luca Heltai [Fri, 9 Aug 2019 04:25:27 +0000 (22:25 -0600)]
Mutable bind implementation.
Daniel Arndt [Tue, 27 Aug 2019 04:02:55 +0000 (00:02 -0400)]
Merge pull request #8637 from marcfehling/soltrans05-bug
hp::DoFHandler: Provide own CoarseningStrategy while transferring active_fe_indices on p::d::Triangulations.
Wolfgang Bangerth [Tue, 27 Aug 2019 01:33:28 +0000 (19:33 -0600)]
Simplify and clarify the use of std::complex in DataPostprocessor.
Reza Rastak [Tue, 27 Aug 2019 01:14:09 +0000 (18:14 -0700)]
representation of the decrement operator fixed in doxygen
Wolfgang Bangerth [Mon, 26 Aug 2019 23:02:40 +0000 (17:02 -0600)]
Merge pull request #8635 from marcfehling/hp-chainsofconstraints
Fixed: tests/mpi/hp_constraints_consistent*
Wolfgang Bangerth [Mon, 26 Aug 2019 22:59:52 +0000 (16:59 -0600)]
Merge pull request #8533 from rezarastak/variable_size_quadrature_data
Variable size transfer of quadrature point data implemented
Daniel Arndt [Mon, 26 Aug 2019 22:33:42 +0000 (18:33 -0400)]
Reserve space for constrained indices
Wolfgang Bangerth [Mon, 26 Aug 2019 22:21:04 +0000 (16:21 -0600)]
Merge pull request #8644 from masterleinad/fix_docu_pdv
Fix documentation for parallel::distributed::Vector
marcfehling [Mon, 26 Aug 2019 13:55:51 +0000 (15:55 +0200)]
Fixed: tests/mpi/hp_constraints_consistent*
Daniel Arndt [Mon, 26 Aug 2019 21:27:13 +0000 (21:27 +0000)]
Fix AffineConstraints::set_zero for MemorySpace::CUDA
Daniel Arndt [Mon, 26 Aug 2019 20:13:55 +0000 (16:13 -0400)]
Fix documentation for parallel::distributed::Vector
Wolfgang Bangerth [Mon, 26 Aug 2019 18:53:33 +0000 (12:53 -0600)]
Merge pull request #8639 from dangars/update_flags_datapostprocessor
Clarify UpdateFlags in DataPostprocessor
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.