]>
https://gitweb.dealii.org/ - dealii.git/log
Jean-Paul Pelteret [Wed, 8 Nov 2017 15:30:03 +0000 (16:30 +0100)]
Merge pull request #5421 from jppelteret/fix_5420
Fix expansion for Adol-C numbers
Jean-Paul Pelteret [Wed, 8 Nov 2017 13:40:40 +0000 (14:40 +0100)]
Fix expansion for Adol-C numbers
Bruno Turcksin [Wed, 8 Nov 2017 13:21:50 +0000 (08:21 -0500)]
Merge pull request #5358 from GivAlz/new_distribute_bboxes
New function parallel::GridTools::exchange_local_bounding_boxes
Giovanni Alzetta [Fri, 27 Oct 2017 12:45:10 +0000 (12:45 +0000)]
Added function parallel::GridTools::exchange_local_bounding_boxes and tests
Martin Kronbichler [Wed, 8 Nov 2017 09:17:03 +0000 (10:17 +0100)]
Merge pull request #5406 from tcclevenger/interface_matrix_entry
Add functionality to create sparsity pattern for MG interface matrices
Bruno Turcksin [Wed, 8 Nov 2017 01:36:01 +0000 (20:36 -0500)]
Merge pull request #5382 from jppelteret/ad-build_template_arguments
Update build system template arguments for AD number types.
Bruno Turcksin [Wed, 8 Nov 2017 01:24:56 +0000 (20:24 -0500)]
Merge pull request #5418 from bangerth/cleanups
Minor updates to DoFRenumbering::Cuthill_McKee.
Wolfgang Bangerth [Tue, 7 Nov 2017 22:51:55 +0000 (15:51 -0700)]
Revert an if-else and other restructuring.
Wolfgang Bangerth [Tue, 7 Nov 2017 22:42:21 +0000 (15:42 -0700)]
Some comment updates and minor restructuring.
Wolfgang Bangerth [Tue, 7 Nov 2017 18:53:09 +0000 (11:53 -0700)]
Merge pull request #5412 from agrayver/subdomain-wise-fix
Fix erroneous assert and add a test
Wolfgang Bangerth [Tue, 7 Nov 2017 18:14:42 +0000 (11:14 -0700)]
Merge pull request #5393 from gassmoeller/fix_manifold_normal_vector
Fix algorithm in Manifold::normal_vector
Alexander Grayver [Mon, 6 Nov 2017 16:00:46 +0000 (17:00 +0100)]
Fix erroneous assert
Rene Gassmoeller [Mon, 6 Nov 2017 21:23:03 +0000 (14:23 -0700)]
Test third algorithm
Denis Davydov [Tue, 7 Nov 2017 13:13:12 +0000 (14:13 +0100)]
Merge pull request #5416 from davydden/tests/full_mmatrix_10_mkl
lower the tolerance for full_matrix_10 test with float numbers
Denis Davydov [Tue, 7 Nov 2017 10:34:25 +0000 (11:34 +0100)]
Merge pull request #5415 from kronbichler/replace_fabs_by_abs
Replace std::fabs() by std::abs() for complex numbers.
Denis Davydov [Tue, 7 Nov 2017 09:27:31 +0000 (10:27 +0100)]
lower the tolerance for full_matrix_10 test with float numbers
Martin Kronbichler [Tue, 7 Nov 2017 09:03:45 +0000 (10:03 +0100)]
Replace std::fabs() by std::abs() for complex numbers.
Martin Kronbichler [Tue, 7 Nov 2017 07:47:48 +0000 (08:47 +0100)]
Merge pull request #5409 from kronbichler/further_test_fixes
Make a few more tests more robust
Jean-Paul Pelteret [Fri, 3 Nov 2017 12:41:17 +0000 (13:41 +0100)]
Update build system template arguments for AD number types.
Martin Kronbichler [Mon, 6 Nov 2017 10:06:36 +0000 (11:06 +0100)]
Add alternative output for compilations with FMA.
Martin Kronbichler [Mon, 6 Nov 2017 10:04:12 +0000 (11:04 +0100)]
Check termination within a few iterations for iterative solver.
Rene Gassmoeller [Mon, 6 Nov 2017 18:08:54 +0000 (11:08 -0700)]
Test new algorithm
Rene Gassmoeller [Mon, 6 Nov 2017 17:19:13 +0000 (10:19 -0700)]
Address some comments
Daniel Arndt [Mon, 6 Nov 2017 15:46:14 +0000 (16:46 +0100)]
Merge pull request #5405 from Rombur/cuda_9
Fix a bug in cmake when using CUDA.
Martin Kronbichler [Mon, 6 Nov 2017 10:03:48 +0000 (11:03 +0100)]
Filter out small float number in FullMatrix test.
Denis Davydov [Mon, 6 Nov 2017 09:37:33 +0000 (10:37 +0100)]
Merge pull request #5387 from masterleinad/support_sundials_3
Support sundials-3.0.0
Denis Davydov [Mon, 6 Nov 2017 06:54:15 +0000 (07:54 +0100)]
Merge pull request #5403 from kronbichler/test_roundoff_robustness
Make a number of tests more robust
Martin Kronbichler [Mon, 6 Nov 2017 06:53:16 +0000 (07:53 +0100)]
Merge pull request #5404 from masterleinad/use_polar_manifold_in2d
Use PolarManifold in 2D SphericalManifold
Wolfgang Bangerth [Mon, 6 Nov 2017 02:38:41 +0000 (19:38 -0700)]
Merge pull request #5397 from kronbichler/relax_transfinite_manifold_criterion
Fix TransfiniteInterpolationManifold on complex geometry
Bruno Turcksin [Mon, 6 Nov 2017 02:12:55 +0000 (21:12 -0500)]
Fix a bug in cmake when using CUDA.
If CUDA_SEPARABLE_COMPILATION is ON, we need to also use
CUDA_COMPUTE_SEPARABLE_COMPILATION_OBJECT_FILE_NAME and
CUDA_LINK_SEPARABLE_COMPILATION_OBJECTS. Otherwise the flags are not passed
correctly during the linking phase. So we turn CUDA_SEPARABLE_COMPILATION OFF
to fix this problem.
Daniel Arndt [Sun, 5 Nov 2017 19:23:36 +0000 (20:23 +0100)]
Use PolarManifold in SphericalManifold for 2D
tcclevenger [Mon, 9 Oct 2017 21:57:10 +0000 (17:57 -0400)]
added is_interface_matrix_entry and step-50-mesh_loop
David Wells [Sun, 5 Nov 2017 19:58:32 +0000 (14:58 -0500)]
Merge pull request #5400 from kronbichler/fix_transfinite_manifold_linesearch
Make line search for transfinite manifold more stable
Martin Kronbichler [Sun, 5 Nov 2017 18:57:10 +0000 (19:57 +0100)]
Use 'const Number tolerance = ...' instead.
Daniel Arndt [Sun, 5 Nov 2017 18:55:56 +0000 (19:55 +0100)]
Merge pull request #5398 from bangerth/more-complex-2
Instantiate everything also for complex-valued vectors.
Martin Kronbichler [Sun, 5 Nov 2017 18:48:52 +0000 (19:48 +0100)]
Add filter-to-zero to another full matrix test.
Martin Kronbichler [Sun, 5 Nov 2017 17:58:32 +0000 (18:58 +0100)]
Filter away small numbers to avoid roundoff errors for floats.
Martin Kronbichler [Sun, 5 Nov 2017 17:58:11 +0000 (18:58 +0100)]
Output 10 digits instead of 6 to avoid propagation of roundoff differences.
Martin Kronbichler [Sun, 5 Nov 2017 17:57:30 +0000 (18:57 +0100)]
Set tolerance on one test to avoid roundoff issue.
Martin Kronbichler [Sun, 5 Nov 2017 17:56:57 +0000 (18:56 +0100)]
Output more digits to avoid roundoff problems in anisotropic polynomial.
Martin Kronbichler [Sun, 5 Nov 2017 17:33:40 +0000 (18:33 +0100)]
Filter away small numbers to avoid roundoff errors for floats.
Martin Kronbichler [Sun, 5 Nov 2017 17:32:54 +0000 (18:32 +0100)]
Output more digits to avoid roundoff problems in test.
Martin Kronbichler [Sun, 5 Nov 2017 17:32:06 +0000 (18:32 +0100)]
Output relative error to avoid roundoff issues.
Martin Kronbichler [Sun, 5 Nov 2017 17:31:12 +0000 (18:31 +0100)]
Add option to set small numbers to zero.
Denis Davydov [Sun, 5 Nov 2017 05:52:36 +0000 (06:52 +0100)]
Merge pull request #5384 from davydden/cell_data_transfer_for_users
move CellDataTransferBuffer out of internal namespace
Martin Kronbichler [Sat, 4 Nov 2017 16:29:38 +0000 (17:29 +0100)]
Make line search for transfinite manifold more stable.
Martin Kronbichler [Sat, 4 Nov 2017 14:21:02 +0000 (15:21 +0100)]
Fix TransfiniteInterpolationManifold on complex geometry.
Denis Davydov [Fri, 3 Nov 2017 16:24:45 +0000 (17:24 +0100)]
improve documentation
Jean-Paul Pelteret [Sat, 4 Nov 2017 15:49:46 +0000 (16:49 +0100)]
Merge pull request #5399 from bangerth/doc-update
Minor doc update to GridRenumbering::Cuthill_McKee.
Wolfgang Bangerth [Sat, 4 Nov 2017 14:46:45 +0000 (08:46 -0600)]
Minor doc update to GridRenumbering::Cuthill_McKee.
Wolfgang Bangerth [Mon, 30 Oct 2017 23:06:02 +0000 (17:06 -0600)]
Instantiate functions and classes also for complex-valued vectors.
Martin Kronbichler [Sat, 4 Nov 2017 14:30:18 +0000 (15:30 +0100)]
Merge pull request #5388 from bangerth/more-complex
Make things work for std::complex data types.
Martin Kronbichler [Sat, 4 Nov 2017 07:52:59 +0000 (08:52 +0100)]
Merge pull request #5395 from bangerth/more-complex-4
Make LapackFullMatrix also work with std::complex data types.
Martin Kronbichler [Sat, 4 Nov 2017 07:52:40 +0000 (08:52 +0100)]
Merge pull request #5396 from bangerth/more-complex-5
Make a few more things work with std::complex types.
Martin Kronbichler [Sat, 4 Nov 2017 07:50:25 +0000 (08:50 +0100)]
Merge pull request #5394 from bangerth/more-complex-3
Make a piece of code work for std::complex data types.
David Wells [Sat, 4 Nov 2017 04:23:05 +0000 (00:23 -0400)]
Merge pull request #5389 from bangerth/complex-mpi
Also describe complex types to MPI.
Wolfgang Bangerth [Wed, 1 Nov 2017 16:17:52 +0000 (10:17 -0600)]
Make a few more things work with std::complex types.
Wolfgang Bangerth [Tue, 31 Oct 2017 21:48:10 +0000 (15:48 -0600)]
Make LapackFullMatrix also work with std::complex data types.
This is slightly complicated by the fact that the LAPACK functions sometimes have
a different signature for complex data types. This patch does not address this
-- these functions will simply fail if the signature is wrong. However, at least
we can compile things with this patch.
Wolfgang Bangerth [Tue, 31 Oct 2017 21:46:42 +0000 (15:46 -0600)]
Make a piece of code work for std::complex data types.
Rene Gassmoeller [Fri, 3 Nov 2017 20:42:02 +0000 (14:42 -0600)]
Fix algorithm in Manifold::normal_vector
Martin Kronbichler [Fri, 3 Nov 2017 18:28:19 +0000 (19:28 +0100)]
Merge pull request #5390 from masterleinad/document_boundary
Document replacements for the Boundary objects
Wolfgang Bangerth [Fri, 3 Nov 2017 17:05:31 +0000 (11:05 -0600)]
Merge pull request #5383 from kronbichler/fix_fe_evaluation_test
Avoid taking reference of non-existant static constexpr variables
Wolfgang Bangerth [Tue, 31 Oct 2017 21:45:17 +0000 (15:45 -0600)]
Also describe MPI data types.
Daniel Arndt [Fri, 3 Nov 2017 17:01:54 +0000 (18:01 +0100)]
Document replacements for the Boundary objects
Wolfgang Bangerth [Tue, 31 Oct 2017 21:49:14 +0000 (15:49 -0600)]
Make things work for std::complex data types.
Daniel Arndt [Fri, 3 Nov 2017 16:44:07 +0000 (17:44 +0100)]
Changelog entry
Daniel Arndt [Fri, 3 Nov 2017 16:27:49 +0000 (17:27 +0100)]
Support both SUNDIALS 2.7.0 and 3.0.0
Denis Davydov [Fri, 3 Nov 2017 16:21:00 +0000 (17:21 +0100)]
move CellDataTransferBuffer out of internal namespace
Martin Kronbichler [Fri, 3 Nov 2017 15:34:16 +0000 (16:34 +0100)]
Avoid taking reference of non-existant static constexpr variables.
Jean-Paul Pelteret [Fri, 3 Nov 2017 10:12:23 +0000 (11:12 +0100)]
Merge pull request #5381 from kronbichler/update_manifold_documentation
Update documentation of manifolds
Martin Kronbichler [Thu, 2 Nov 2017 20:14:20 +0000 (21:14 +0100)]
Slightly extend glossary entry on manifolds.
Martin Kronbichler [Thu, 2 Nov 2017 20:13:59 +0000 (21:13 +0100)]
Fix data type.
Martin Kronbichler [Thu, 2 Nov 2017 20:13:44 +0000 (21:13 +0100)]
Update documentation of manifolds.
Martin Kronbichler [Thu, 2 Nov 2017 19:13:35 +0000 (20:13 +0100)]
Merge pull request #5368 from masterleinad/improve_spherical_new_point
Improve SphericalManifold::get_new_point
Wolfgang Bangerth [Thu, 2 Nov 2017 18:10:31 +0000 (12:10 -0600)]
Merge pull request #5379 from tamiko/deuglify_error_message
CMake: Fix info string about bundled libraries
Matthias Maier [Thu, 2 Nov 2017 16:11:28 +0000 (11:11 -0500)]
CMake: Fix info string about bundled libraries
Bruno Turcksin [Thu, 2 Nov 2017 15:36:01 +0000 (11:36 -0400)]
Merge pull request #5377 from kronbichler/chart_manifold_extend
Implement ChartManifold::get_intermediate_point
Daniel Arndt [Thu, 2 Nov 2017 14:55:43 +0000 (15:55 +0100)]
Changelog entry
Daniel Arndt [Thu, 2 Nov 2017 14:55:04 +0000 (15:55 +0100)]
Add test for nearly collinear points
Daniel Arndt [Thu, 2 Nov 2017 14:54:30 +0000 (15:54 +0100)]
Adjust test output
Daniel Arndt [Thu, 2 Nov 2017 14:54:12 +0000 (15:54 +0100)]
Improve SphericalManifold::get_new_point
Martin Kronbichler [Thu, 2 Nov 2017 12:57:59 +0000 (13:57 +0100)]
Changelog.
Martin Kronbichler [Thu, 2 Nov 2017 12:57:48 +0000 (13:57 +0100)]
Add test case.
Martin Kronbichler [Thu, 2 Nov 2017 12:57:39 +0000 (13:57 +0100)]
Implement ChartManifold::get_intermediate_point.
Bruno Turcksin [Thu, 2 Nov 2017 12:24:41 +0000 (08:24 -0400)]
Merge pull request #5374 from kronbichler/improve_transfinite_manifold_performance
Improve performance of evaluation in transfinite interpolation manifold
Martin Kronbichler [Thu, 2 Nov 2017 10:03:17 +0000 (11:03 +0100)]
Merge pull request #5373 from jppelteret/tests-sacado_3
Add more Sacado::RFad and nested RFad-DFad examples to the testsuite
Martin Kronbichler [Thu, 2 Nov 2017 09:02:51 +0000 (10:02 +0100)]
Improve performance of compute_transfinite_interpolation.
Jean-Paul Pelteret [Thu, 2 Nov 2017 07:37:10 +0000 (08:37 +0100)]
Add more Sacado::RFad and nested RFad-DFad examples to the testsuite
These test the vector-mode functionality of the reverse AD numbers.
Denis Davydov [Wed, 1 Nov 2017 23:26:57 +0000 (00:26 +0100)]
Merge pull request #5363 from bangerth/more-complex
More small changes to prepare allowing complex-valued vectors.
Martin Kronbichler [Wed, 1 Nov 2017 17:38:53 +0000 (18:38 +0100)]
Merge pull request #5370 from bangerth/avoid-warnings
Avoid warnings about no return value in non-void functions.
Martin Kronbichler [Wed, 1 Nov 2017 17:38:31 +0000 (18:38 +0100)]
Merge pull request #5369 from bangerth/doc-update
Add a missing doc string.
Bruno Turcksin [Wed, 1 Nov 2017 17:33:19 +0000 (13:33 -0400)]
Merge pull request #5371 from bangerth/doc-update-2
Better document GridTools::find_active_cell_around_point().
Wolfgang Bangerth [Wed, 1 Nov 2017 16:41:35 +0000 (10:41 -0600)]
Better document GridTools::find_active_cell_around_point().
Wolfgang Bangerth [Tue, 31 Oct 2017 21:45:57 +0000 (15:45 -0600)]
Avoid warnings about missing return types.
Wolfgang Bangerth [Tue, 31 Oct 2017 21:44:39 +0000 (15:44 -0600)]
Update a comment.
Daniel Arndt [Wed, 1 Nov 2017 10:37:23 +0000 (11:37 +0100)]
Merge pull request #5366 from gassmoeller/fix_spherical_manifold_at_origin
Fix SphericalManifold::get_new_point at origin
Martin Kronbichler [Wed, 1 Nov 2017 09:34:41 +0000 (10:34 +0100)]
Merge pull request #5362 from tjhei/shared_check_same
check number of active cells in shared::Tria
Rene Gassmoeller [Tue, 31 Oct 2017 21:13:05 +0000 (15:13 -0600)]
Add changelog and test
Rene Gassmoeller [Tue, 31 Oct 2017 17:41:13 +0000 (11:41 -0600)]
Fix spherical manifold at origin
Timo Heister [Mon, 30 Oct 2017 19:14:19 +0000 (15:14 -0400)]
check number of active cells in shared::Tria
part of #5359
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.