]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Thu, 1 Oct 2015 15:38:47 +0000 (17:38 +0200)]
Merge pull request #1699 from bangerth/fix-test-12
Fix test output.
Wolfgang Bangerth [Thu, 1 Oct 2015 14:35:30 +0000 (09:35 -0500)]
Fix test output.
The test output that was originally stored was missing an empty line.
Martin Kronbichler [Thu, 1 Oct 2015 11:39:15 +0000 (13:39 +0200)]
Merge pull request #1698 from bangerth/add-output-file
Add another version of the same output file.
Wolfgang Bangerth [Thu, 1 Oct 2015 11:30:15 +0000 (06:30 -0500)]
Add another version of the same output file.
Given that METIS produces unpredictable output, we need a second output file.
Wolfgang Bangerth [Thu, 1 Oct 2015 01:45:29 +0000 (20:45 -0500)]
Merge pull request #1694 from Rombur/vertex_to_cell
Add vertex to cells map.
Bruno Turcksin [Wed, 30 Sep 2015 23:28:05 +0000 (18:28 -0500)]
Add 3D test for vertex_to_cell_map function.
Bruno Turcksin [Wed, 30 Sep 2015 21:09:23 +0000 (16:09 -0500)]
Fix a bug in 3D.
Wolfgang Bangerth [Wed, 30 Sep 2015 21:05:58 +0000 (16:05 -0500)]
Merge pull request #1696 from maieneuro/instantiate_template_functions
instantiated get_function_third_derivatives template functions
Maien Hamed [Wed, 30 Sep 2015 20:45:56 +0000 (22:45 +0200)]
instantiated get_function_third_derivatives template functions
Bruno Turcksin [Wed, 30 Sep 2015 19:30:08 +0000 (14:30 -0500)]
Improve documentation for the function vertex_to_cell_map.
Wolfgang Bangerth [Wed, 30 Sep 2015 17:53:17 +0000 (12:53 -0500)]
Merge pull request #1695 from tjhei/muparser_pow
add support for pow(a,b) in FunctionParser
Timo Heister [Wed, 30 Sep 2015 17:39:35 +0000 (13:39 -0400)]
add support for pow(a,b) in FunctionParser
it turns out muparser only supports "a^b" out of the box, so we add
"pow(a,b)" as a custom function.
Bruno Turcksin [Wed, 30 Sep 2015 17:16:21 +0000 (12:16 -0500)]
Add vertex to cells map.
Wolfgang Bangerth [Tue, 29 Sep 2015 12:52:51 +0000 (07:52 -0500)]
Merge pull request #1688 from tamiko/fulfill_license_terms
Distribute a valid copy of the LGPL-2.1 license text
Matthias Maier [Tue, 29 Sep 2015 07:03:15 +0000 (02:03 -0500)]
Revert "Remove instructions on how to apply this license to a project."
This reverts commit
169d3897c5c0bb52b798bec096497e5cb6bd2a3c .
Quote:
»Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.«
Wolfgang Bangerth [Mon, 28 Sep 2015 22:03:27 +0000 (17:03 -0500)]
Merge pull request #1671 from jppelteret/subdomain_tools
Implementation of DoFTools::locally_relevant_dofs_per_subdomain
Wolfgang Bangerth [Mon, 28 Sep 2015 15:52:44 +0000 (10:52 -0500)]
Merge pull request #1686 from kronbichler/master
Avoid using ‘typename’ outside of template
Martin Kronbichler [Mon, 28 Sep 2015 15:30:22 +0000 (17:30 +0200)]
Avoid using ‘typename’ outside of template
Wolfgang Bangerth [Mon, 28 Sep 2015 14:22:08 +0000 (09:22 -0500)]
Merge pull request #1684 from kronbichler/master
Fix AVX512 code path
Martin Kronbichler [Fri, 25 Sep 2015 20:13:32 +0000 (22:13 +0200)]
Fix AVX512 code path
I compiled deal.II with gcc and -mavx512f.
Timo Heister [Mon, 28 Sep 2015 13:13:03 +0000 (09:13 -0400)]
Merge pull request #1680 from tjhei/visual_studio_fix
fix compilation with MSVC
Timo Heister [Mon, 28 Sep 2015 12:13:07 +0000 (08:13 -0400)]
Merge pull request #1685 from gassmoeller/more_precise_error
More precise error message
Timo Heister [Sun, 27 Sep 2015 15:39:35 +0000 (11:39 -0400)]
fix compilation with MSVC
Rene Gassmoeller [Mon, 28 Sep 2015 10:32:08 +0000 (12:32 +0200)]
More precise error message
Martin Kronbichler [Mon, 28 Sep 2015 09:32:05 +0000 (11:32 +0200)]
Merge pull request #1683 from tamiko/sacado_product_type.h-fixes
Bugfixes for sacado_product_type.h
Martin Kronbichler [Mon, 28 Sep 2015 06:55:00 +0000 (08:55 +0200)]
Merge pull request #1682 from tamiko/fix_trilinos_configuration
CMake: add a check for matching C++11 support with recent trilinos
Matthias Maier [Mon, 28 Sep 2015 04:54:51 +0000 (23:54 -0500)]
CMake: Add check for matching C++11 support
Matthias Maier [Mon, 28 Sep 2015 04:47:13 +0000 (23:47 -0500)]
CMake: Query whether trilinos requires CXX11 support
Matthias Maier [Mon, 28 Sep 2015 04:24:08 +0000 (23:24 -0500)]
Bugfix: use proper test constraint for sacado_product tests
Matthias Maier [Mon, 28 Sep 2015 04:21:43 +0000 (23:21 -0500)]
Bugfix: Move DEAL_II_NAMESPACE_CLOSE into define guard
Otherwise an extraneous closing brace '}' is encountered if
DEAL_II_WITH_TRILINOS is false
Matthias Maier [Sun, 27 Sep 2015 13:11:53 +0000 (08:11 -0500)]
Merge pull request #1678 from tjhei/compile_fixes
compile warnings and errors
Timo Heister [Sun, 27 Sep 2015 11:27:38 +0000 (07:27 -0400)]
remove warnings
Timo Heister [Sun, 27 Sep 2015 11:14:15 +0000 (07:14 -0400)]
compile warnings and errors
Timo Heister [Sat, 26 Sep 2015 02:03:46 +0000 (22:03 -0400)]
Merge pull request #1675 from tamiko/new_cross_product_names
tensor.h: Rename cross_product to cross_product_2d/3d
Matthias Maier [Sat, 26 Sep 2015 01:47:07 +0000 (20:47 -0500)]
tensor_deprecated.h: Bugfix: Let doxygen pick up function references
Matthias Maier [Sat, 26 Sep 2015 00:09:07 +0000 (19:09 -0500)]
update changes.h entry
Matthias Maier [Fri, 25 Sep 2015 22:34:05 +0000 (17:34 -0500)]
Update tests
Matthias Maier [Fri, 25 Sep 2015 22:12:24 +0000 (17:12 -0500)]
Reintroduce deprecated cross_product for 2d
Matthias Maier [Fri, 25 Sep 2015 22:12:08 +0000 (17:12 -0500)]
tensor.h: Rename cross_product to cross_product_2d/3d
Timo Heister [Fri, 25 Sep 2015 21:44:51 +0000 (17:44 -0400)]
Merge pull request #1670 from QiaoLei-88/p4estSmooth
P4est always limit level difference at vertices across different initial cells
Lei Qiao [Thu, 24 Sep 2015 23:20:26 +0000 (18:20 -0500)]
add test distributed_grids/3d_refinement_12
Lei Qiao [Thu, 24 Sep 2015 23:19:19 +0000 (18:19 -0500)]
add test distributed_grids/2d_refinement_10
Jean-Paul Pelteret [Fri, 25 Sep 2015 15:59:08 +0000 (17:59 +0200)]
Added test for DoFTools::locally_relevant_dofs_per_subdomain.
Note: Usual caveats wrt. METIS apply here (see
https://github.com/dealii/dealii/pull/1412).
Jean-Paul Pelteret [Fri, 25 Sep 2015 15:11:12 +0000 (17:11 +0200)]
Added assert for p::d::Triangulation and removed if statement.
Assert was added in both DoFTools::locally_owned_dofs_per_subdomain and
DoFTools::locally_relevant_dofs_per_subdomain .
Wolfgang Bangerth [Fri, 25 Sep 2015 11:28:25 +0000 (06:28 -0500)]
Merge pull request #1672 from gassmoeller/type_mismatch_block_number
Fix type mismatch in block vector
Rene Gassmoeller [Fri, 25 Sep 2015 10:44:19 +0000 (12:44 +0200)]
Fix type mismatch in block vector
Jean-Paul Pelteret [Thu, 24 Sep 2015 13:44:44 +0000 (15:44 +0200)]
Implementation of DoFTools::locally_relevant_dofs_per_subdomain.
Also added Denis' authorship for DofTools::locally_owned_dofs_per_subdomain
Martin Kronbichler [Fri, 25 Sep 2015 09:17:12 +0000 (11:17 +0200)]
Merge pull request #1590 from QiaoLei-88/trilinosPrecWrapper
Access to Epetra_Operator in Trilinos preconditioner wrapper
Wolfgang Bangerth [Thu, 24 Sep 2015 15:14:17 +0000 (10:14 -0500)]
Merge pull request #1666 from agrayver/non_affine_test
Add new test to check FE_PolyTensor on (non-)affine meshes in 3d
Alexander Grayver [Thu, 24 Sep 2015 14:51:23 +0000 (16:51 +0200)]
Reindent..
Alexander Grayver [Thu, 24 Sep 2015 14:49:33 +0000 (16:49 +0200)]
Add a test for checking correct behaviour of FE_PolyTensor elements and mapping on different types of meshes.
Matthias Maier [Thu, 24 Sep 2015 12:43:20 +0000 (07:43 -0500)]
Merge pull request #1657 from asartori86/fix_sacado
fix sacado overloads as pointed out in #1656
Timo Heister [Thu, 24 Sep 2015 12:14:05 +0000 (08:14 -0400)]
Merge pull request #1665 from bangerth/update-doc-38
Fix a name in the changelog and test header.
Wolfgang Bangerth [Thu, 24 Sep 2015 11:25:46 +0000 (06:25 -0500)]
Fix name of Claire Bruna-Rosso.
Matthias Maier [Thu, 24 Sep 2015 05:22:39 +0000 (00:22 -0500)]
Merge pull request #1664 from kronbichler/master
Fix test failures
Martin Kronbichler [Thu, 24 Sep 2015 05:04:57 +0000 (07:04 +0200)]
Add missing instantiations.
Martin Kronbichler [Thu, 24 Sep 2015 05:04:38 +0000 (07:04 +0200)]
Fix test case
Wolfgang Bangerth [Thu, 24 Sep 2015 01:38:53 +0000 (20:38 -0500)]
Merge pull request #1662 from bangerth/doc-update-37
Just a couple of minor comment updates.
Wolfgang Bangerth [Wed, 23 Sep 2015 22:22:12 +0000 (17:22 -0500)]
Just a couple of minor comment updates.
Bruno Turcksin [Wed, 23 Sep 2015 22:23:38 +0000 (17:23 -0500)]
Merge pull request #1661 from bangerth/reclassify-tutorials
Reclassify unfinished tutorials.
Wolfgang Bangerth [Wed, 23 Sep 2015 22:21:17 +0000 (17:21 -0500)]
Reclassify unfinished tutorials.
This way, they show up as open, dashed boxes in the tutorial graph.
Bruno Turcksin [Wed, 23 Sep 2015 22:13:54 +0000 (17:13 -0500)]
Merge pull request #1660 from bangerth/fix-solution-transfer-with-fenothing
Fix a place where hp::SolutionTransfer gets confused with FE_Nothing.
Wolfgang Bangerth [Wed, 23 Sep 2015 18:28:13 +0000 (13:28 -0500)]
Fix a place where hp::SolutionTransfer gets confused with FE_Nothing.
This fixes a testcase reported by Claire Br. on the mailing list.
Lei Qiao [Sun, 13 Sep 2015 01:47:11 +0000 (20:47 -0500)]
Enable using wrapped trilinos preconditioner with unwrapped solver
Wolfgang Bangerth [Wed, 23 Sep 2015 17:57:33 +0000 (12:57 -0500)]
Merge pull request #1659 from Rombur/fix_petsc_readwritevector
Fix a bug with petsc in readwritevector.
Bruno Turcksin [Wed, 23 Sep 2015 17:55:37 +0000 (12:55 -0500)]
Fix a bug with petsc in readwritevector.
alberto sartori [Wed, 23 Sep 2015 15:36:06 +0000 (17:36 +0200)]
removed overloads
Martin Kronbichler [Wed, 23 Sep 2015 15:37:09 +0000 (17:37 +0200)]
Merge pull request #1650 from kronbichler/multigrid_for_parallel_vector
Multigrid for parallel vector
Martin Kronbichler [Tue, 22 Sep 2015 17:15:10 +0000 (19:15 +0200)]
Enable using MatrixFree and multigrid together in parallel, including test
Martin Kronbichler [Tue, 22 Sep 2015 16:19:23 +0000 (18:19 +0200)]
List change
Martin Kronbichler [Tue, 22 Sep 2015 16:17:07 +0000 (18:17 +0200)]
Enable MGTransferPrebuilt with parallel::distributed::Vector and Trilinos.
Fix MGTransfer for 64 bit indices (and computations beyond 32 bit).
Martin Kronbichler [Tue, 22 Sep 2015 16:15:54 +0000 (18:15 +0200)]
Compute multigrid dof handler also for distributed policy 3D
Martin Kronbichler [Sat, 15 Aug 2015 08:46:57 +0000 (10:46 +0200)]
Avoid setting the constant mode as a right hand side
(works also in distributed computation case)
Adjust tolerance and update test
Wolfgang Bangerth [Wed, 23 Sep 2015 11:23:32 +0000 (06:23 -0500)]
Merge pull request #1514 from Rombur/new-vector-interfaces
New vector interfaces
Martin Kronbichler [Wed, 23 Sep 2015 07:47:30 +0000 (09:47 +0200)]
Merge pull request #1654 from maieneuro/doc_fix
removed no-longer-applicable comment in FE_Nedelec
Maien Hamed [Wed, 23 Sep 2015 07:29:45 +0000 (09:29 +0200)]
removed no-longer-applicable comment in FE_Nedelec
Bruno Turcksin [Wed, 23 Sep 2015 00:27:06 +0000 (19:27 -0500)]
Improve documentation.
Matthias Maier [Tue, 22 Sep 2015 21:43:17 +0000 (16:43 -0500)]
Merge pull request #1653 from bangerth/fix-test-13
Fix output of a test.
Wolfgang Bangerth [Tue, 22 Sep 2015 21:31:26 +0000 (16:31 -0500)]
Fix output of a test.
The output differs only in non-essential ways.
Matthias Maier [Tue, 22 Sep 2015 18:29:52 +0000 (13:29 -0500)]
Merge pull request #1649 from kronbichler/fix_periodic_bc
Fix orientation of 1D periodic case
Bruno Turcksin [Tue, 22 Sep 2015 16:11:27 +0000 (11:11 -0500)]
Merge pull request #1639 from Rombur/tria_accessor
Add TriaAccessor<0,dim,spacedim>.
Bruno Turcksin [Tue, 22 Sep 2015 16:10:06 +0000 (11:10 -0500)]
Improve test for vertex_iterator.
Martin Kronbichler [Tue, 22 Sep 2015 16:04:22 +0000 (18:04 +0200)]
Fix orientation of 1D periodic case
Martin Kronbichler [Tue, 22 Sep 2015 15:47:21 +0000 (17:47 +0200)]
Merge pull request #1648 from kronbichler/master
Bug fixes and extensions for >4g dofs
Martin Kronbichler [Tue, 22 Sep 2015 15:27:12 +0000 (17:27 +0200)]
Replace MPI_BYTE by DEAL_II_DOF_INDEX_MPI_TYPE throughout partitioner
Martin Kronbichler [Tue, 22 Sep 2015 14:06:09 +0000 (16:06 +0200)]
Mention changes
Martin Kronbichler [Mon, 21 Sep 2015 17:26:17 +0000 (19:26 +0200)]
Avoid using DynamicSparsityPattern::iterator past the end of the row
It is way too slow for the parallel case because one needs to go over all indices, not only locally owned ones
Also fix several 64 bit bugs.
Improve performance of nonlocal graph of Trilinos matrix by not setting dummy entries on each processor
Martin Kronbichler [Mon, 21 Sep 2015 17:24:58 +0000 (19:24 +0200)]
Fix bugs in partitioner for indices beyond 2^32.
Enable use of distributed vector with non-zero starting range.
Fix 64 bit bug in dof handler MG levels
Martin Kronbichler [Sat, 12 Sep 2015 19:05:31 +0000 (21:05 +0200)]
Extend model for compatible partitioners.
Fix bug in operator=.
Wolfgang Bangerth [Tue, 22 Sep 2015 11:33:57 +0000 (06:33 -0500)]
Merge pull request #1627 from tamiko/tensor.h_cleanup_6
Tensor<rank, dim, Number> - remaining bits
Wolfgang Bangerth [Tue, 22 Sep 2015 11:32:51 +0000 (06:32 -0500)]
Merge pull request #1647 from jppelteret/fix_solver_selector_lin_op
Add vector_type typedef to mimic Solver class
Jean-Paul Pelteret [Tue, 22 Sep 2015 09:10:40 +0000 (11:10 +0200)]
Add vector_type typedef to mimic Solver class.
This definition is required to use the SolverSelector with
inverse_operator.
Bruno Turcksin [Mon, 21 Sep 2015 17:29:51 +0000 (12:29 -0500)]
Change interface of vertex_accessor and add test.
Matthias Maier [Mon, 21 Sep 2015 15:01:04 +0000 (10:01 -0500)]
Merge pull request #1645 from drwells/fix-doc-typos-4
Fix some typos in the documentation, part 4.
David Wells [Mon, 21 Sep 2015 14:53:43 +0000 (10:53 -0400)]
Fix some typos.
Wolfgang Bangerth [Mon, 21 Sep 2015 12:43:54 +0000 (07:43 -0500)]
Merge pull request #1631 from asartori86/enrich_product_type
declaration of products with sacado
alberto sartori [Thu, 17 Sep 2015 16:32:31 +0000 (18:32 +0200)]
added sacado_product_type.h
Matthias Maier [Thu, 17 Sep 2015 18:07:16 +0000 (13:07 -0500)]
Fix a typo
Matthias Maier [Thu, 17 Sep 2015 18:05:12 +0000 (13:05 -0500)]
update tests
Matthias Maier [Thu, 17 Sep 2015 17:48:44 +0000 (12:48 -0500)]
Rename double contraction "contract" to "double_contract"
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.