]>
https://gitweb.dealii.org/ - dealii.git/log
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.
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
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.
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
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.
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
Martin Kronbichler [Tue, 31 Oct 2017 16:44:37 +0000 (17:44 +0100)]
Merge pull request #5365 from kronbichler/fix_warning
Avoid warning in DataOutDoFData
Martin Kronbichler [Tue, 31 Oct 2017 14:40:29 +0000 (15:40 +0100)]
Avoid warning.
Wolfgang Bangerth [Tue, 31 Oct 2017 00:06:40 +0000 (18:06 -0600)]
Rename a template argument. Make the argument 'const'.
Wolfgang Bangerth [Mon, 30 Oct 2017 23:04:40 +0000 (17:04 -0600)]
Simplify code a bit.
Wolfgang Bangerth [Mon, 30 Oct 2017 22:35:01 +0000 (16:35 -0600)]
Rename variables to make their purpose clearer.
Wolfgang Bangerth [Mon, 30 Oct 2017 22:33:17 +0000 (16:33 -0600)]
Make things work with complex-valued vectors.
Wolfgang Bangerth [Mon, 30 Oct 2017 22:32:59 +0000 (16:32 -0600)]
Make things work with complex-valued vectors.
Daniel Arndt [Mon, 30 Oct 2017 22:12:46 +0000 (23:12 +0100)]
Merge pull request #5357 from kronbichler/extend_step_37_documentation
Document how to treat inhomogeneous Dirichlet values with MatrixFree
Daniel Arndt [Mon, 30 Oct 2017 21:47:16 +0000 (22:47 +0100)]
Merge pull request #5361 from masterleinad/fix_warnings
Fix warnings regarding extra';' and unused parameters
Daniel Arndt [Mon, 30 Oct 2017 21:44:33 +0000 (22:44 +0100)]
Merge pull request #5335 from bangerth/dataout-complex
Allow DataEntry functions to return either the real or imaginary part.
Daniel Arndt [Mon, 30 Oct 2017 21:38:06 +0000 (22:38 +0100)]
Merge pull request #5360 from masterleinad/fix_project_inhomogeneous
Fix using inhomogeneous boundary conditions in VectorTools::project
Daniel Arndt [Mon, 30 Oct 2017 17:44:07 +0000 (18:44 +0100)]
Changelog entry
Daniel Arndt [Mon, 30 Oct 2017 17:33:00 +0000 (18:33 +0100)]
Fix warnings regarding extra';' and unused parameters
Daniel Arndt [Mon, 30 Oct 2017 17:01:19 +0000 (18:01 +0100)]
Correctly account for inhomogeneous boundary conditions in VectorTools::project
Wolfgang Bangerth [Mon, 30 Oct 2017 15:00:24 +0000 (09:00 -0600)]
Merge pull request #5338 from luca-heltai/convert-tuple
Convert<tuple> struct.
Martin Kronbichler [Mon, 30 Oct 2017 08:38:59 +0000 (09:38 +0100)]
Document option for inhomogeneity in MatrixFreeOperators::Base.
Martin Kronbichler [Mon, 30 Oct 2017 08:03:46 +0000 (09:03 +0100)]
Fix review comments.
Luca Heltai [Sat, 28 Oct 2017 17:54:16 +0000 (19:54 +0200)]
Addressed WB comments.
Martin Kronbichler [Mon, 30 Oct 2017 07:27:15 +0000 (08:27 +0100)]
Fix wording in a few places of introduction.
Martin Kronbichler [Sun, 29 Oct 2017 16:25:14 +0000 (17:25 +0100)]
Document how to treat inhomogeneous Dirichlet values with MatrixFree.
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.