]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Fri, 8 Dec 2017 04:56:36 +0000 (21:56 -0700)]
Merge pull request #5600 from drwells/remove-dofhandler-begin-face-doc
Remove dofhandler begin face doc
David Wells [Fri, 8 Dec 2017 01:44:14 +0000 (20:44 -0500)]
Fix Doxygen links in an ad-hoc way.
David Wells [Fri, 8 Dec 2017 00:34:34 +0000 (19:34 -0500)]
Fix some doxygen links.
David Wells [Fri, 8 Dec 2017 00:22:23 +0000 (19:22 -0500)]
Remove references to DoFHandler::active_face_iterator.
This function was removed in
3df8fcd2122 but was still in the module-level
documentation.
David Wells [Fri, 8 Dec 2017 00:21:56 +0000 (19:21 -0500)]
Use 'parent' instead of 'mother'.
The Triangulation documentation uses 'parent'.
Wolfgang Bangerth [Thu, 7 Dec 2017 14:32:03 +0000 (07:32 -0700)]
Merge pull request #5591 from Rombur/typo
Clean up Python wrrappers
Wolfgang Bangerth [Thu, 7 Dec 2017 14:30:52 +0000 (07:30 -0700)]
Merge pull request #5593 from davydden/changelog_lapack_triangualr
add a changelog for LAPACKFullMatrix::solve()
Martin Kronbichler [Thu, 7 Dec 2017 09:36:53 +0000 (10:36 +0100)]
Merge pull request #5594 from agrayver/fix_lapack
Fix compilation without LAPACK
Alexander Grayver [Thu, 7 Dec 2017 09:28:04 +0000 (10:28 +0100)]
Fix typo
Daniel Arndt [Thu, 7 Dec 2017 09:11:38 +0000 (10:11 +0100)]
Merge pull request #5558 from drwells/remove-timer-sync-on-exception
Avoid MPI calls in destructors with exceptions.
Martin Kronbichler [Thu, 7 Dec 2017 08:38:44 +0000 (09:38 +0100)]
Merge pull request #5592 from masterleinad/sundials_serial
Make the SUNDIALS solvers usuable for serial vector types
Denis Davydov [Thu, 7 Dec 2017 06:48:34 +0000 (07:48 +0100)]
add a changelog for LAPACKFullMatrix::solve()
Daniel Arndt [Wed, 6 Dec 2017 23:43:12 +0000 (00:43 +0100)]
Make the SUNDIALS solvers usuable for serial vector types
Daniel Arndt [Wed, 6 Dec 2017 21:34:15 +0000 (22:34 +0100)]
Merge pull request #5589 from bangerth/fix-test
Remove a test that had been moved into tests/vector_tools.
Denis Davydov [Wed, 6 Dec 2017 20:23:09 +0000 (21:23 +0100)]
Merge pull request #5585 from davydden/lapack/trmv
add trmv LAPACK wrapper
Bruno Turcksin [Wed, 6 Dec 2017 18:54:56 +0000 (13:54 -0500)]
Disable abort on exception for the python wrappers.
Bruno Turcksin [Wed, 6 Dec 2017 18:48:28 +0000 (13:48 -0500)]
Remove c++11 guards.
Bruno Turcksin [Wed, 6 Dec 2017 02:59:34 +0000 (21:59 -0500)]
Fix typos.
Wolfgang Bangerth [Wed, 6 Dec 2017 20:15:57 +0000 (13:15 -0700)]
Merge pull request #5577 from niveshd/GraphColoring
Graph coloring
Wolfgang Bangerth [Wed, 6 Dec 2017 19:58:57 +0000 (12:58 -0700)]
Remove a test that had been moved into tests/vector_tools.
In commit
cceeb7cdbcef8d319a4798d5e0b4b230768869d0 , I moved this test but apparently
forgot to delete it at the source. This commit does that.
Wolfgang Bangerth [Wed, 6 Dec 2017 17:33:00 +0000 (10:33 -0700)]
Merge pull request #5587 from ExtremOPS/fix-svg-print
added white margin to grey frame for last row or column
Denis Davydov [Wed, 6 Dec 2017 17:23:18 +0000 (18:23 +0100)]
lapack: test solve() with Cholesky factorization, improve documentation
Christoph Goering [Wed, 6 Dec 2017 15:06:16 +0000 (16:06 +0100)]
added new test output for print_svg()
Denis Davydov [Wed, 6 Dec 2017 15:00:36 +0000 (16:00 +0100)]
lapack: add solve() for triangular matrices or factorized (LU/Cholesky) states
Denis Davydov [Wed, 6 Dec 2017 13:44:22 +0000 (14:44 +0100)]
lapack: add vmult() Tvmult() for triangular matrices
David Wells [Thu, 30 Nov 2017 17:52:20 +0000 (12:52 -0500)]
Avoid MPI calls in ~TimerOutput.
~TimerOutput prints timing information after communicating across an MPI
communicator. This MPI call can lead to deadlocks if some, but not all,
proceses throw an exception. Get around this by skipping inter-process
MPI calls when there is an uncaught exception.
Denis Davydov [Wed, 6 Dec 2017 12:47:44 +0000 (13:47 +0100)]
lapack: add reciprocal_condition_number() for triangular matrices
Daniel Arndt [Wed, 6 Dec 2017 11:05:09 +0000 (12:05 +0100)]
Merge pull request #5581 from luca-heltai/create-curve-from-tria
OpenCASCADE::create_curves_from_triangulation_boundary
Christoph Goering [Wed, 6 Dec 2017 09:00:14 +0000 (10:00 +0100)]
added change-log to fixed SparsityPattern::print_svg(...)
Luca Heltai [Wed, 6 Dec 2017 08:38:53 +0000 (09:38 +0100)]
Added instantiations.
Denis Davydov [Wed, 6 Dec 2017 00:14:33 +0000 (01:14 +0100)]
Merge pull request #5588 from masterleinad/Wsignedunsigned
Fix more warning regarding signed/unsigned comparison
nivesh [Tue, 5 Dec 2017 18:25:24 +0000 (19:25 +0100)]
color_sparsity_pattern function added in GraphColoring namespace. Test added for the same.
Added assertion
Denis Davydov [Tue, 5 Dec 2017 21:48:27 +0000 (22:48 +0100)]
Merge pull request #5582 from bangerth/fix-ups
Update tests.
Christoph Goering [Tue, 5 Dec 2017 21:27:07 +0000 (22:27 +0100)]
added white margin to grey frame for last row or column of printed sparsity entries
Wolfgang Bangerth [Tue, 5 Dec 2017 20:19:00 +0000 (13:19 -0700)]
Merge pull request #5586 from kronbichler/remove_schur_complement_05
Remove fragile schur_complement_05 test.
Martin Kronbichler [Tue, 5 Dec 2017 17:18:56 +0000 (18:18 +0100)]
Remove fragile schur_complement_05 test.
Denis Davydov [Tue, 5 Dec 2017 17:03:00 +0000 (18:03 +0100)]
add trmv LAPACK wrapper
darndt [Tue, 5 Dec 2017 16:55:27 +0000 (17:55 +0100)]
Fix more warning regarding signed/unsigned comparison
Wolfgang Bangerth [Tue, 5 Dec 2017 15:05:39 +0000 (08:05 -0700)]
Merge pull request #5564 from kronbichler/fix_manifold_normal_vector
Fix Manifold::normal_vector()
Wolfgang Bangerth [Tue, 5 Dec 2017 14:25:48 +0000 (07:25 -0700)]
Update tests.
Wolfgang Bangerth [Tue, 5 Dec 2017 14:24:15 +0000 (07:24 -0700)]
Merge pull request #5579 from bangerth/more-complex-instantiations
More complex instantiations
Luca Heltai [Tue, 5 Dec 2017 14:02:33 +0000 (15:02 +0100)]
Fixed WB's comments
nivesh [Tue, 5 Dec 2017 13:11:49 +0000 (14:11 +0100)]
Tests added for zoltan
nivesh [Tue, 5 Dec 2017 13:11:14 +0000 (14:11 +0100)]
color_sparsity_function added in sparsity tools
Luca Heltai [Tue, 5 Dec 2017 12:07:52 +0000 (13:07 +0100)]
OpenCASCADE::create_curves_from_triangulation_boundary
Martin Kronbichler [Mon, 4 Dec 2017 20:32:52 +0000 (21:32 +0100)]
Test for tangent on spherical manifold to convince myself that the new formula is correct.
Martin Kronbichler [Wed, 8 Nov 2017 11:00:37 +0000 (12:00 +0100)]
Avoid setting a Boundary when we already have a volume manifold.
Martin Kronbichler [Sat, 2 Dec 2017 10:07:30 +0000 (11:07 +0100)]
Add changelog.
Martin Kronbichler [Sat, 2 Dec 2017 10:04:47 +0000 (11:04 +0100)]
Add new no_normal_flux_constraints test that used to throw a FPE.
Martin Kronbichler [Sat, 2 Dec 2017 10:04:25 +0000 (11:04 +0100)]
Add two manifold tests for normal vectors.
Martin Kronbichler [Sat, 2 Dec 2017 10:04:04 +0000 (11:04 +0100)]
Adjust test output.
Martin Kronbichler [Sat, 2 Dec 2017 10:02:33 +0000 (11:02 +0100)]
Fix the Manifold::normal_vector function.
Martin Kronbichler [Sat, 2 Dec 2017 10:02:06 +0000 (11:02 +0100)]
Unify notation in SphericalManifold::get_tangent_vector with get_intermediate_point.
Wolfgang Bangerth [Mon, 4 Dec 2017 18:00:17 +0000 (11:00 -0700)]
Move to the proper test directory.
Wolfgang Bangerth [Mon, 4 Dec 2017 18:00:01 +0000 (11:00 -0700)]
Add a test.
Wolfgang Bangerth [Mon, 4 Dec 2017 17:59:38 +0000 (10:59 -0700)]
Add more instantiations for complex arguments.
Wolfgang Bangerth [Mon, 4 Dec 2017 17:43:33 +0000 (10:43 -0700)]
Merge pull request #5578 from luca-heltai/fix-bug-extract-boundary-mesh
Fixed bug in create triangulation.
Luca Heltai [Mon, 4 Dec 2017 15:55:17 +0000 (16:55 +0100)]
Changelog.
Luca Heltai [Mon, 4 Dec 2017 13:25:12 +0000 (14:25 +0100)]
Checking and reorienting in create_triangulation.
The test added, triggers a bug without these modifications.
Luca Heltai [Mon, 4 Dec 2017 13:24:16 +0000 (14:24 +0100)]
Add manifold_id when extracting boundary meshes
Denis Davydov [Sun, 3 Dec 2017 16:30:28 +0000 (17:30 +0100)]
Merge pull request #5571 from masterleinad/fix_zoltan_output
Adjust test output for Zoltan
Daniel Arndt [Sun, 3 Dec 2017 10:27:39 +0000 (11:27 +0100)]
Adjust test output for Zoltan
Daniel Arndt [Sun, 3 Dec 2017 09:59:21 +0000 (10:59 +0100)]
Merge pull request #5569 from drwells/update-project_to_object-test
Relax test output for an ill-posed problem.
Denis Davydov [Sun, 3 Dec 2017 06:11:53 +0000 (07:11 +0100)]
Merge pull request #5568 from masterleinad/avoid_w_signed_unsigned
Avoid warnings regarding signed/unsigned comparisons
David Wells [Sun, 3 Dec 2017 02:56:49 +0000 (21:56 -0500)]
Relax test output for an ill-posed problem.
There is not a unique solution to this particular projection so, sure enough,
different setups create different answers. Get around this by instead verifying
that the result of the projection is on the right cell and also on the manifold.
Daniel Arndt [Sun, 3 Dec 2017 00:20:38 +0000 (01:20 +0100)]
Avoid warnings regarding comparisons between signed and unsigned variables
Martin Kronbichler [Sat, 2 Dec 2017 20:12:57 +0000 (21:12 +0100)]
Merge pull request #5566 from kronbichler/revert_rtuc_long_double
Revert Mapping::transform_real_to_unit_cell to long double.
Martin Kronbichler [Sat, 2 Dec 2017 17:30:40 +0000 (18:30 +0100)]
Revert Mapping::transform_real_to_unit_cell to long double.
Martin Kronbichler [Sat, 2 Dec 2017 12:39:46 +0000 (13:39 +0100)]
Merge pull request #5563 from sairajat/fix-docu
Fix documentation for face support points in fe
RAJAT ARORA [Sat, 2 Dec 2017 08:53:24 +0000 (03:53 -0500)]
Fix documentation for face support points in fe
Daniel Arndt [Sat, 2 Dec 2017 08:31:05 +0000 (09:31 +0100)]
Merge pull request #5544 from bangerth/cleanup
Minor cleanups to FE_FaceQ.
Daniel Arndt [Fri, 1 Dec 2017 23:57:21 +0000 (00:57 +0100)]
Merge pull request #5561 from bangerth/fix-tests
Fix a number of failing tests.
Wolfgang Bangerth [Fri, 1 Dec 2017 23:54:51 +0000 (16:54 -0700)]
Adjust one test.
Wolfgang Bangerth [Fri, 1 Dec 2017 23:39:46 +0000 (16:39 -0700)]
Fix a number of failing tests.
These tests, for a variety of reasons, no longer compiled. I believe that most of
the issues were introduced in #5547. This fixes them.
Wolfgang Bangerth [Fri, 1 Dec 2017 23:20:54 +0000 (16:20 -0700)]
Merge pull request #5505 from davydden/dense_parallel
add wrappers for ScaLAPACK
Wolfgang Bangerth [Fri, 1 Dec 2017 23:07:16 +0000 (16:07 -0700)]
Merge pull request #5559 from kronbichler/fix_mapping_q1_real_to_unit_singular
Fix singularity (FPE) in MappingQ1::transform_real_to_unit_cell
Denis Davydov [Fri, 1 Dec 2017 18:09:47 +0000 (19:09 +0100)]
Merge pull request #5533 from bangerth/update-instructions
Tell users to build with ZOLTAN.
Denis Davydov [Fri, 1 Dec 2017 18:08:13 +0000 (19:08 +0100)]
Merge pull request #5547 from masterleinad/p_s_zoltan_default
Make partition_zoltan the default choice for p::s::Triangulation
Daniel Arndt [Fri, 1 Dec 2017 16:29:26 +0000 (17:29 +0100)]
Merge pull request #5560 from masterleinad/rand_signed_overflow
Avoid signed integer overflow in Testing::rand
Daniel Arndt [Fri, 1 Dec 2017 13:50:59 +0000 (14:50 +0100)]
Avoid signed integer overflow in Testing::rand
Martin Kronbichler [Fri, 1 Dec 2017 08:42:33 +0000 (09:42 +0100)]
Add test case.
Martin Kronbichler [Fri, 1 Dec 2017 08:42:11 +0000 (09:42 +0100)]
Add changelog
Martin Kronbichler [Fri, 1 Dec 2017 08:41:59 +0000 (09:41 +0100)]
Fix singularity (FPE) in MappingQ1::real_to_unit_cell.
Daniel Arndt [Thu, 30 Nov 2017 16:28:12 +0000 (17:28 +0100)]
Make sure to not call p::s::Triangulation with a default partitioner in the tests
Timo Heister [Thu, 30 Nov 2017 15:09:50 +0000 (10:09 -0500)]
Merge pull request #5556 from Rombur/arpack_2
Remove Doxygen markers inside ArpackSolver::solve
Bruno Turcksin [Thu, 30 Nov 2017 14:46:47 +0000 (09:46 -0500)]
Remove Doxygen markers inside ArpackSolver::solve
Denis Davydov [Thu, 30 Nov 2017 12:35:09 +0000 (13:35 +0100)]
Merge pull request #5553 from Rombur/arpack
Improve documentation of Arpack
Denis Davydov [Thu, 30 Nov 2017 09:42:16 +0000 (10:42 +0100)]
Merge pull request #5555 from bangerth/doc-update
Update function documentation.
Daniel Arndt [Thu, 30 Nov 2017 08:09:17 +0000 (09:09 +0100)]
Merge pull request #5554 from adamqc/fix-base-name
Fix bug in JobIdentifier::base_name.
Wolfgang Bangerth [Thu, 30 Nov 2017 06:02:06 +0000 (23:02 -0700)]
Update function documentation.
Ce Qin [Thu, 30 Nov 2017 04:35:50 +0000 (12:35 +0800)]
Fix bug in JobIdentifier::base_name.
Bruno Turcksin [Wed, 29 Nov 2017 19:33:28 +0000 (14:33 -0500)]
Improve documentation of ArpackSolver::AdditionalData
Bruno Turcksin [Wed, 29 Nov 2017 19:32:41 +0000 (14:32 -0500)]
Remove Doxygen marker of commens inside the solve function
Daniel Arndt [Wed, 29 Nov 2017 16:34:04 +0000 (17:34 +0100)]
Merge pull request #5551 from jodlbauer/fix_reduction_control
fixed history in ReductionControl::check() for final iteration
Denis Davydov [Wed, 29 Nov 2017 13:01:01 +0000 (14:01 +0100)]
run quick test with 5 cores
Denis Davydov [Wed, 29 Nov 2017 12:58:09 +0000 (13:58 +0100)]
cleanup public interface
jodlbauer [Wed, 29 Nov 2017 12:53:14 +0000 (13:53 +0100)]
added avg reduction test to solver_control_02
jodlbauer [Wed, 29 Nov 2017 12:14:09 +0000 (13:14 +0100)]
indentation
jodlbauer [Wed, 29 Nov 2017 11:49:07 +0000 (12:49 +0100)]
fixed history in ReductionControl::check() for final iteration
Denis Davydov [Wed, 29 Nov 2017 11:03:05 +0000 (12:03 +0100)]
move ProcessGrid into a stand-alone header under Utilities::MPI namespace
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.