]>
https://gitweb.dealii.org/ - dealii.git/log
Maximilian Bergbauer [Tue, 21 Mar 2023 12:14:06 +0000 (13:14 +0100)]
Add an empty() function to ArrayView
Wolfgang Bangerth [Tue, 21 Mar 2023 03:56:14 +0000 (21:56 -0600)]
Merge pull request #14924 from drwells/fix-exodusii-macro
Fix namespacing in the ExodusII error macro.
David Wells [Mon, 20 Mar 2023 19:39:37 +0000 (15:39 -0400)]
Fix namespacing in the ExodusII error macro.
Wolfgang Bangerth [Mon, 20 Mar 2023 17:13:29 +0000 (11:13 -0600)]
Merge pull request #14923 from sloede/msl/remove-mpi-seek-set-test
Remove obsolete CMake test for `MPI_SEEK_SET`
Wolfgang Bangerth [Mon, 20 Mar 2023 16:56:50 +0000 (10:56 -0600)]
Merge pull request #14921 from masterleinad/version_cxx20_feature_check
Use <version> header for C++20 feature checks
Michael Schlottke-Lakemper [Mon, 20 Mar 2023 14:31:30 +0000 (15:31 +0100)]
Remove obsolete CMake test for `MPI_SEEK_SET`
Daniel Arndt [Mon, 20 Mar 2023 12:40:07 +0000 (08:40 -0400)]
Use <version> header for C++20 feature checks
Marc Fehling [Mon, 20 Mar 2023 09:21:31 +0000 (03:21 -0600)]
Merge pull request #14902 from tjhei/jenkins-osx
Jenkins: enable and update arm MacOS build
Marc Fehling [Mon, 20 Mar 2023 09:19:05 +0000 (03:19 -0600)]
Merge pull request #14906 from bangerth/colon
Add a link to the documentation.
Martin Kronbichler [Mon, 20 Mar 2023 08:56:00 +0000 (09:56 +0100)]
Merge pull request #14909 from bangerth/doc-87
Update documentation for DataPostprocessor.
Martin Kronbichler [Mon, 20 Mar 2023 08:03:39 +0000 (09:03 +0100)]
Merge pull request #14885 from nils-schween/collect_periodic_faces_parallel_shared_tria
Explicit Instantiate GridTools::collect_periodic_faces with Meshtype = parallel::shared::triangulation<1,1>
Martin Kronbichler [Mon, 20 Mar 2023 08:02:10 +0000 (09:02 +0100)]
Merge pull request #14903 from bergbauer/neighboring_cell_code_path
Select correct code path for neighbor elements in FEEvaluation
Martin Kronbichler [Mon, 20 Mar 2023 08:01:18 +0000 (09:01 +0100)]
Merge pull request #14835 from kronbichler/fix_solver_cg_interleave
Fix bug in result of SolverCG when run in interleaved mode
Martin Kronbichler [Mon, 20 Mar 2023 08:00:32 +0000 (09:00 +0100)]
Merge pull request #14910 from bangerth/q-vs-p
Make it more obvious that evaluation points are not quadrature points.
Martin Kronbichler [Mon, 20 Mar 2023 07:59:39 +0000 (08:59 +0100)]
Merge pull request #14916 from bangerth/update-flags
Update description of UpdateFlags::update_quadrature_points.
Martin Kronbichler [Mon, 20 Mar 2023 07:58:35 +0000 (08:58 +0100)]
Merge pull request #14917 from bangerth/q
Update documentation of Quadrature.
Peter Munch [Mon, 20 Mar 2023 07:58:24 +0000 (08:58 +0100)]
Merge pull request #14362 from jh66637/cgal_linker_error
Execute explicit instantiations of compute_intersection_of_cells()
Johannes Heinz [Wed, 19 Oct 2022 07:47:18 +0000 (09:47 +0200)]
Fix linker error, due to compute_intersection_of_cells()
Co-authored-by: Marco Feder <marco.feder@sissa.it>
Timo Heister [Sun, 19 Mar 2023 23:58:02 +0000 (19:58 -0400)]
Merge pull request #14908 from bangerth/boundary-ids
Do not ask for things we don't actually need.
Wolfgang Bangerth [Sun, 19 Mar 2023 22:52:03 +0000 (16:52 -0600)]
Update documentation of Quadrature.
Wolfgang Bangerth [Sun, 19 Mar 2023 22:38:33 +0000 (16:38 -0600)]
Update description of UpdateFlags::update_quadrature_points.
Wolfgang Bangerth [Sun, 19 Mar 2023 22:37:32 +0000 (16:37 -0600)]
Merge pull request #14914 from peterrum/cl_dummy_remove
Remove dummy changelog entry
Wolfgang Bangerth [Sun, 19 Mar 2023 22:18:39 +0000 (16:18 -0600)]
Merge pull request #14912 from peterrum/fix_formating_pp
Fix formatting
Peter Munch [Sun, 19 Mar 2023 06:33:39 +0000 (07:33 +0100)]
Remove redundant new lines
Peter Munch [Sun, 19 Mar 2023 06:08:19 +0000 (07:08 +0100)]
Remove dummy changelog entry
Peter Munch [Sat, 18 Mar 2023 08:17:42 +0000 (09:17 +0100)]
Fix formating
Peter Munch [Sat, 18 Mar 2023 08:14:32 +0000 (09:14 +0100)]
Merge pull request #14911 from bangerth/grammar
Fix a grammar mistake.
Wolfgang Bangerth [Sat, 18 Mar 2023 00:13:31 +0000 (18:13 -0600)]
Make it more obvious that evaluation points are not quadrature points.
Wolfgang Bangerth [Sat, 18 Mar 2023 00:12:53 +0000 (18:12 -0600)]
Fix a grammar mistake.
Wolfgang Bangerth [Sat, 18 Mar 2023 00:01:05 +0000 (18:01 -0600)]
Update documentation for DataPostprocessor.
Wolfgang Bangerth [Fri, 17 Mar 2023 23:53:45 +0000 (17:53 -0600)]
Do not ask for things we don't actually need.
Daniel Arndt [Fri, 17 Mar 2023 17:32:09 +0000 (13:32 -0400)]
Merge pull request #14904 from bergbauer/instantiation_diagonal_affine_constraints
Maximilian Bergbauer [Thu, 16 Mar 2023 16:35:55 +0000 (17:35 +0100)]
Select correct code path for neighbor elements in FEEvaluation
Nils Schween [Thu, 16 Mar 2023 07:15:27 +0000 (08:15 +0100)]
correct the typo in the variable name
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
Wolfgang Bangerth [Thu, 16 Mar 2023 17:56:53 +0000 (11:56 -0600)]
Add a link to the documentation.
Daniel Arndt [Thu, 16 Mar 2023 17:31:07 +0000 (13:31 -0400)]
Merge pull request #14895 from masterleinad/fix_tpetra_forward
Maximilian Bergbauer [Thu, 16 Mar 2023 16:45:13 +0000 (17:45 +0100)]
Add instantiation to for off-diagonal contributions to DiagonalMatrix
Timo Heister [Thu, 16 Mar 2023 16:32:30 +0000 (12:32 -0400)]
Jenkins: enable and update arm macos build
Daniel Arndt [Thu, 16 Mar 2023 15:37:16 +0000 (11:37 -0400)]
Merge pull request #14901 from peterrum/di_dim
Martin Kronbichler [Thu, 16 Mar 2023 13:20:34 +0000 (14:20 +0100)]
Merge pull request #14899 from bangerth/rvalue-ref
Do not allow assigning to rvalue references of Tensor.
Peter Munch [Thu, 16 Mar 2023 13:04:25 +0000 (14:04 +0100)]
Merge pull request #14850 from btemuer/cellwise-inverse-mass-matrix-couplingvarcoeff
Implement InverseCellwiseMassMatrix with tensor var. coeff.
Daniel Arndt [Wed, 15 Mar 2023 16:06:11 +0000 (12:06 -0400)]
Fix concepts support for clang++ (and Tpetra)
Peter Munch [Thu, 16 Mar 2023 10:36:06 +0000 (11:36 +0100)]
Remove DoFInfo::dimension
Martin Kronbichler [Thu, 16 Mar 2023 10:21:05 +0000 (11:21 +0100)]
Merge pull request #14900 from peterrum/feeval_docu
Different documentation updates in `matrix_free`
Buğrahan Temür [Thu, 16 Mar 2023 07:52:08 +0000 (08:52 +0100)]
Update include/deal.II/matrix_free/evaluation_kernels.h
initalization of array of VectorizedArray
Co-authored-by: Peter Munch <peterrmuench@gmail.com>
Wolfgang Bangerth [Thu, 16 Mar 2023 04:02:51 +0000 (22:02 -0600)]
Do not assign to a temporary.
Wolfgang Bangerth [Wed, 15 Mar 2023 17:51:16 +0000 (11:51 -0600)]
Update changelog entry.
Wolfgang Bangerth [Thu, 16 Mar 2023 03:54:46 +0000 (21:54 -0600)]
Merge pull request #14898 from masterleinad/limit_friends_dof_handler_triangulation
Limit friend declarations for DofHandler and Triangulation to the same template arguments
Daniel Arndt [Thu, 16 Mar 2023 00:23:51 +0000 (20:23 -0400)]
Merge pull request #14890 from peterrum/CellWiseInverse
Daniel Arndt [Wed, 15 Mar 2023 17:48:34 +0000 (13:48 -0400)]
Limit friend declarations for DofHandler and Triangulation to the same template parameters
Daniel Arndt [Wed, 15 Mar 2023 22:24:59 +0000 (18:24 -0400)]
Merge pull request #14897 from masterleinad/fix_tpetra_concepts
Martin Kronbichler [Mon, 27 Feb 2023 11:07:53 +0000 (12:07 +0100)]
Also fix other case
Martin Kronbichler [Sun, 26 Feb 2023 22:29:07 +0000 (23:29 +0100)]
Changelog
Martin Kronbichler [Sun, 26 Feb 2023 22:24:54 +0000 (23:24 +0100)]
Fix bug in result of SolverCG when run in interleaved mode
Peter Munch [Wed, 15 Mar 2023 15:10:34 +0000 (16:10 +0100)]
Make comments more consistent
Wolfgang Bangerth [Wed, 15 Mar 2023 20:03:15 +0000 (14:03 -0600)]
Merge pull request #14865 from kronbichler/lapack_eigenvectors
Expose eigenvectors of LAPACKFullMatrix
Peter Munch [Wed, 15 Mar 2023 19:44:11 +0000 (20:44 +0100)]
Merge pull request #14896 from sebproell/array-view-missing-relatesalso
Doxygen: fix missing related link in ArrayView
Buğrahan Temür [Wed, 15 Mar 2023 18:41:44 +0000 (19:41 +0100)]
Adjust beauty / doc from review
Wolfgang Bangerth [Wed, 15 Mar 2023 17:49:23 +0000 (11:49 -0600)]
Do not allow assigning to rvalue references of Tensor.
Daniel Arndt [Wed, 15 Mar 2023 17:39:05 +0000 (13:39 -0400)]
Declare remaining specialization of is_dealii_vector_type as inline constexpr
Martin Kronbichler [Wed, 15 Mar 2023 17:31:32 +0000 (18:31 +0100)]
Merge pull request #14894 from peterrum/fe_eval_flags_docu
FEEvaluation: use EvaluationFlags in documentation
Daniel Arndt [Wed, 15 Mar 2023 17:25:48 +0000 (13:25 -0400)]
Fix concepts support for TpetraWrappers::Vector
Sebastian Proell [Wed, 15 Mar 2023 17:20:31 +0000 (18:20 +0100)]
Doxygen: fix missing related link in ArrayView
Wolfgang Bangerth [Wed, 15 Mar 2023 16:48:56 +0000 (10:48 -0600)]
Merge pull request #14892 from peterrum/VectorizedArrayTrait_use
Use VectorizedArrayTrait
Buğrahan Temür [Wed, 15 Mar 2023 16:34:33 +0000 (17:34 +0100)]
Use make_array_view() for scalar inverse coefficients
Nils Schween [Wed, 15 Mar 2023 16:06:09 +0000 (17:06 +0100)]
correct the name of the repititions variable
Nils Schween [Wed, 15 Mar 2023 15:54:55 +0000 (16:54 +0100)]
replace if constexpr with a for loop
Peter Munch [Wed, 15 Mar 2023 09:52:04 +0000 (10:52 +0100)]
CellWiseInverse: extend comments
Buğrahan Temür [Wed, 15 Mar 2023 14:57:06 +0000 (15:57 +0100)]
Add changelog
Peter Munch [Wed, 15 Mar 2023 14:53:11 +0000 (15:53 +0100)]
FEEvaluation: use EvaluationFlags in docu
Buğrahan Temür [Wed, 15 Mar 2023 14:47:15 +0000 (15:47 +0100)]
Add tests
- inverse_mass_10: tests cellwise inverse mass with random dyadic coefficients
- inverse_mass_11: same as 10, but with fe_degree=-1
Both tests use a GMRES solver (coefficients not symmetric) with a reduced accuracy (1e-10) compared to other tests in this test suite, which use 1e-12. Reason is to make the tests more robust as the problem can become poorly conditioned due to the random coefficient.
Buğrahan Temür [Wed, 15 Mar 2023 14:39:12 +0000 (15:39 +0100)]
Fix bug in inverse JxW values
wrong number of dofs for fe_degree=-1
Peter Munch [Wed, 15 Mar 2023 13:29:30 +0000 (14:29 +0100)]
Use VectorizedArrayTrait
Marc Fehling [Wed, 15 Mar 2023 12:11:50 +0000 (06:11 -0600)]
Merge pull request #14887 from drwells/parse-and-create-simplices
Add parse and create functions for simplices.
Marc Fehling [Wed, 15 Mar 2023 12:11:39 +0000 (06:11 -0600)]
Merge pull request #14888 from GrahamBenHarper/doxygen_darkmode_table
Update doxygen stylesheet to only use a white table.tutorial in light mode
Marc Fehling [Wed, 15 Mar 2023 12:11:19 +0000 (06:11 -0600)]
Merge pull request #14889 from peterrum/hessian_assert
Clean up assert
Buğrahan Temür [Wed, 15 Mar 2023 09:34:22 +0000 (10:34 +0100)]
Apply requests from the review
- Remove explicit unrolling of tensors
- Use ArrayView in internal functions instead of passing around AlignedVector
- Make vmult private and inline
- Documentation
Nils Schween [Wed, 15 Mar 2023 09:10:19 +0000 (10:10 +0100)]
fix indentation
Nils Schween [Tue, 14 Mar 2023 16:32:19 +0000 (17:32 +0100)]
add the expected output file
Nils Schween [Tue, 14 Mar 2023 16:32:02 +0000 (17:32 +0100)]
insert include "../tests.h"
Nils Schween [Tue, 14 Mar 2023 16:17:44 +0000 (17:17 +0100)]
Apply suggestions from code review
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
Nils Schween [Tue, 14 Mar 2023 16:16:35 +0000 (17:16 +0100)]
Update tests/grid/grid_tools_collect_period_faces_parallel_shared_tria.cc
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
Nils Schween [Tue, 14 Mar 2023 16:06:24 +0000 (17:06 +0100)]
correct the file name of the test
Nils Schween [Tue, 14 Mar 2023 14:55:19 +0000 (15:55 +0100)]
Add a changelog entry
Nils Schween [Tue, 14 Mar 2023 12:43:51 +0000 (13:43 +0100)]
test to check if collect_periodic_faces works with parallel::shared::triangulation in all dim
Nils Schween [Tue, 14 Mar 2023 10:27:30 +0000 (11:27 +0100)]
instantiate collect_periodic_faces for parallel::shared::Triangulation<1,1>
Peter Munch [Wed, 15 Mar 2023 07:35:55 +0000 (08:35 +0100)]
Clean up assert
Graham Harper [Tue, 14 Mar 2023 20:52:43 +0000 (14:52 -0600)]
Update doxygen stylesheet to only use a white table.tutorial in light mode (not dark mode)
David Wells [Tue, 14 Mar 2023 19:26:23 +0000 (15:26 -0400)]
Add parse and create functions for simplices.
Peter Munch [Tue, 14 Mar 2023 13:35:01 +0000 (14:35 +0100)]
Merge pull request #14605 from peterrum/cgs_block_vectors
Classical Gram-Schmidt for block vectors
Martin Kronbichler [Mon, 13 Mar 2023 18:13:01 +0000 (19:13 +0100)]
Add matrix with singular eigenvector matrix
Martin Kronbichler [Mon, 13 Mar 2023 17:42:24 +0000 (18:42 +0100)]
Add test case for complex eigenvalues and eigenvectors
Martin Kronbichler [Mon, 13 Mar 2023 17:42:03 +0000 (18:42 +0100)]
Return eigenvectors as full matrix. Fix complex case
Martin Kronbichler [Thu, 9 Mar 2023 14:15:13 +0000 (15:15 +0100)]
Changelog
Martin Kronbichler [Thu, 9 Mar 2023 14:15:01 +0000 (15:15 +0100)]
Add test case
Martin Kronbichler [Thu, 9 Mar 2023 14:14:49 +0000 (15:14 +0100)]
Expose eigenvectors of LAPACKFullMatrix
Martin Kronbichler [Tue, 14 Mar 2023 12:13:15 +0000 (13:13 +0100)]
Merge pull request #14883 from tjhei/make_flux_followup
clean up a test
Peter Munch [Wed, 21 Dec 2022 19:38:58 +0000 (20:38 +0100)]
Classical Gram-Schmidt for block vectors
Peter Munch [Tue, 14 Mar 2023 09:50:41 +0000 (10:50 +0100)]
Merge pull request #14809 from bergbauer/mapping_info
NonMatching::MappingInfo: precompute mapping data for an IteratorRange of cells/faces
Timo Heister [Tue, 14 Mar 2023 01:22:30 +0000 (21:22 -0400)]
clean up a test
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.