]>
https://gitweb.dealii.org/ - dealii.git/log
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"
Matthias Maier [Thu, 17 Sep 2015 17:47:54 +0000 (12:47 -0500)]
Convert static_assert to Assert
Matthias Maier [Thu, 17 Sep 2015 05:49:01 +0000 (00:49 -0500)]
Testsuite: Add a small test for contract<..,..>
Matthias Maier [Wed, 16 Sep 2015 22:43:53 +0000 (17:43 -0500)]
update news/changes.h
Matthias Maier [Thu, 17 Sep 2015 05:02:48 +0000 (00:02 -0500)]
Tensor<rank,dim,Number>: Remove obsolete exception
Matthias Maier [Thu, 17 Sep 2015 01:52:19 +0000 (20:52 -0500)]
Implement a generic contract function for contraction of one or two indices
Matthias Maier [Wed, 16 Sep 2015 20:12:58 +0000 (15:12 -0500)]
Generalize "scalar_product", deprecate remaining functions
Wolfgang Bangerth [Mon, 21 Sep 2015 00:46:44 +0000 (19:46 -0500)]
Merge pull request #1642 from tjhei/grid_generator_warning
avoid warning in grid_generator
Timo Heister [Mon, 21 Sep 2015 00:23:17 +0000 (20:23 -0400)]
avoid warning in grid_generator
Matthias Maier [Sun, 20 Sep 2015 06:24:33 +0000 (01:24 -0500)]
Merge pull request #1641 from davydden/parpack_minor_fix
fix Parpack unit tests to output expected results when Parpack is tur…
Denis Davydov [Sun, 20 Sep 2015 05:56:10 +0000 (07:56 +0200)]
fix Parpack unit tests to output expected results when Parpack is turned off
Timo Heister [Sat, 19 Sep 2015 01:41:37 +0000 (21:41 -0400)]
Merge pull request #1633 from QiaoLei-88/simplifyDistRefine
Simplify code for distributed grid refinement
Bruno Turcksin [Fri, 18 Sep 2015 22:09:12 +0000 (17:09 -0500)]
Add TriaAccessor<0,dim,spacedim>.
Wolfgang Bangerth [Fri, 18 Sep 2015 19:57:24 +0000 (14:57 -0500)]
Merge pull request #1638 from drwells/fix-doc-typos-3
Fix some typos in the documentation, part 3.
David Wells [Fri, 18 Sep 2015 19:51:53 +0000 (15:51 -0400)]
Fix some typos in the documentation.
Wolfgang Bangerth [Fri, 18 Sep 2015 18:48:11 +0000 (13:48 -0500)]
Merge pull request #1637 from drwells/matrix-and-vector-tools-namespace-doc
Refer to namespaces as namespaces, not classes.
David Wells [Fri, 18 Sep 2015 18:33:36 +0000 (14:33 -0400)]
Refer to namespaces as namespaces, not classes.
In the past, MatrixCreator, MatrixTools, and VectorTools were classes,
not namespaces. This commit updates the documentation to correctly refer
to them as namespaces.
Wolfgang Bangerth [Fri, 18 Sep 2015 16:55:37 +0000 (11:55 -0500)]
Merge pull request #1636 from jperryhouts/improve_debugging
Improve error message if FiniteElement has not been initialized.
Jonathan Perry-Houts [Fri, 18 Sep 2015 16:28:42 +0000 (09:28 -0700)]
Improve error message if FiniteElement has not been initialized.
Wolfgang Bangerth [Fri, 18 Sep 2015 16:05:54 +0000 (11:05 -0500)]
Merge pull request #1635 from agrayver/new_test
Add new tests for checking functionality on (non-)affine meshes
Alexander Grayver [Fri, 18 Sep 2015 13:46:08 +0000 (15:46 +0200)]
Add new tests
Lei Qiao [Thu, 17 Sep 2015 22:18:13 +0000 (17:18 -0500)]
use same counting function for master and slave node in parallel::distributed::GridRefinement::refine_and_coarsen_fixed_fraction()
Lei Qiao [Thu, 17 Sep 2015 22:06:39 +0000 (17:06 -0500)]
use same counting function for master and slave node in parallel::distributed::GridRefinement::refine_and_coarsen_fixed_number()
Matthias Maier [Thu, 17 Sep 2015 21:16:47 +0000 (16:16 -0500)]
Merge pull request #1146 from davydden/parpack_second_try
Parpack (second try)
Denis Davydov [Thu, 17 Sep 2015 21:09:42 +0000 (23:09 +0200)]
avoid using C++11 functions in arpack unit tests
Denis Davydov [Thu, 17 Sep 2015 20:33:24 +0000 (22:33 +0200)]
disable PArpack if scalapack is present in Trilinos or PETSc link interface to avoid possible symbol clash
Denis Davydov [Thu, 17 Sep 2015 20:25:37 +0000 (22:25 +0200)]
PArpack: extend unit tests to check that we get correct eigenvectors
Denis Davydov [Thu, 17 Sep 2015 20:16:31 +0000 (22:16 +0200)]
fix a bug in Arpack class related to wrong eigenvectors
Extend the unit test to check that we indeed have eigenvectors.
Matthias Maier [Thu, 17 Sep 2015 20:19:33 +0000 (15:19 -0500)]
Merge pull request #1632 from luca-heltai/fix-compilation
Fix compilation on Mac
Luca Heltai [Thu, 17 Sep 2015 20:04:13 +0000 (22:04 +0200)]
Fixed compilation on mac.
Wolfgang Bangerth [Thu, 17 Sep 2015 19:46:40 +0000 (14:46 -0500)]
Merge pull request #1597 from bangerth/further-FEValues-cleanups-34
Further separate MappingQ, MappingQ1
Denis Davydov [Thu, 17 Sep 2015 19:45:40 +0000 (21:45 +0200)]
PArpack: reword comments in the unit tests
Wolfgang Bangerth [Thu, 17 Sep 2015 17:42:14 +0000 (12:42 -0500)]
Simplify some code.
Wolfgang Bangerth [Thu, 17 Sep 2015 14:50:31 +0000 (09:50 -0500)]
Update some documentation.
Wolfgang Bangerth [Wed, 16 Sep 2015 22:14:07 +0000 (17:14 -0500)]
Move more things out of MappingQ1 that don't need to be there.
Wolfgang Bangerth [Wed, 16 Sep 2015 14:02:40 +0000 (09:02 -0500)]
Use the new variants of contract().
Wolfgang Bangerth [Wed, 16 Sep 2015 12:24:40 +0000 (07:24 -0500)]
Use covariant return types to avoid some casts.
Wolfgang Bangerth [Wed, 16 Sep 2015 11:45:03 +0000 (06:45 -0500)]
Break the dependence of MappingQ on MappingQ1.
Wolfgang Bangerth [Tue, 15 Sep 2015 21:01:17 +0000 (16:01 -0500)]
Move functions into MappingQGeneric.
Wolfgang Bangerth [Tue, 15 Sep 2015 13:51:23 +0000 (08:51 -0500)]
Move even more functions.
This also allows to simplify the logic because we can use function
overloading rather than specializations.
Wolfgang Bangerth [Tue, 15 Sep 2015 11:29:59 +0000 (06:29 -0500)]
Move more functions into the .cc file only.
Wolfgang Bangerth [Mon, 14 Sep 2015 02:15:14 +0000 (21:15 -0500)]
Move some code into the .cc file.
This was an internal function -- no need to have it be part of the class declaration.
Wolfgang Bangerth [Mon, 14 Sep 2015 02:14:19 +0000 (21:14 -0500)]
Remove some code that appears to now be dead.
Wolfgang Bangerth [Sun, 13 Sep 2015 18:57:30 +0000 (13:57 -0500)]
Remove member variables now no longer necessary.
Wolfgang Bangerth [Sun, 13 Sep 2015 18:49:23 +0000 (13:49 -0500)]
Move compute_mapping_support_points() and friends to MappingQGeneric.
Denis Davydov [Thu, 17 Sep 2015 19:35:53 +0000 (21:35 +0200)]
move DEAL_II_ARPACK_WITH_PARPACK inside confih.h.in
Matthias Maier [Thu, 17 Sep 2015 18:08:26 +0000 (13:08 -0500)]
Merge pull request #1621 from pesser/gnu-compiler-warning
add -Woverloaded-virtual flag for gnu compiler
Wolfgang Bangerth [Thu, 17 Sep 2015 15:28:52 +0000 (10:28 -0500)]
Merge pull request #1626 from tcclevenger/add_svg_step2
Use print_svg in step 2
tcclevenger [Wed, 16 Sep 2015 19:51:09 +0000 (15:51 -0400)]
Use print_svg in step 2
Wolfgang Bangerth [Thu, 17 Sep 2015 12:02:16 +0000 (07:02 -0500)]
Merge pull request #1623 from nicolacavallini/codim_one_hyper_ball
added codim one hyper ball
nicolacavallini [Wed, 16 Sep 2015 15:20:42 +0000 (17:20 +0200)]
added codim one hyper ball
added test
fixed indentation
typo
renamed to hyper sphere
added imagies to documentation
indentation
typos
Wolfgang Bangerth [Thu, 17 Sep 2015 11:52:06 +0000 (06:52 -0500)]
Merge pull request #1625 from drwells/remove-unused-update-flags
Remove unimplemented UpdateFlags flags.
Wolfgang Bangerth [Thu, 17 Sep 2015 11:34:36 +0000 (06:34 -0500)]
Merge pull request #1629 from danshapero/indentation
Indentation fix in gradient_interpolate
Wolfgang Bangerth [Thu, 17 Sep 2015 11:30:47 +0000 (06:30 -0500)]
Merge pull request #1630 from nicolacavallini/fix_indent
fixed indentation
nicolacavallini [Thu, 17 Sep 2015 11:09:00 +0000 (13:09 +0200)]
fixed indentation
Denis Davydov [Thu, 17 Sep 2015 09:54:39 +0000 (11:54 +0200)]
indentation of function_lib.cc and function_10.cc
Denis Davydov [Sun, 9 Aug 2015 21:08:08 +0000 (23:08 +0200)]
added PArpack unit tests and a note to changes.h
Denis Davydov [Sun, 9 Aug 2015 21:07:21 +0000 (23:07 +0200)]
added PArpack eigensolver class
Denis Davydov [Sun, 9 Aug 2015 21:06:30 +0000 (23:06 +0200)]
extend CMake scripts to find PArpack
danshapero [Thu, 17 Sep 2015 06:29:52 +0000 (23:29 -0700)]
Indentation fix in gradient_interpolate
Matthias Maier [Wed, 16 Sep 2015 22:15:31 +0000 (17:15 -0500)]
Merge branch 'griddata-gradient'
Rebase and reapply #1348 to the master branch
danshapero [Sun, 2 Aug 2015 23:10:33 +0000 (16:10 -0700)]
gradient of InterpolatedTensorProductGridData
Wolfgang Bangerth [Wed, 16 Sep 2015 20:56:47 +0000 (15:56 -0500)]
Merge pull request #1624 from tamiko/tensor.h_cleanup_5
Tensor<rank, dim, Number>: Generalize contract3 for arbitrary tensor ranks
Matthias Maier [Wed, 16 Sep 2015 20:13:31 +0000 (15:13 -0500)]
astyle
David Wells [Wed, 16 Sep 2015 19:39:29 +0000 (15:39 -0400)]
Remove unimplemented UpdateFlags flags.
These two flags showed up in commit
cfb5ac8b76df in October 2007 but
were never actually implemented.
Matthias Maier [Wed, 16 Sep 2015 04:36:32 +0000 (23:36 -0500)]
Generalize contract3 for arbitrary tensor ranks
Wolfgang Bangerth [Wed, 16 Sep 2015 17:45:33 +0000 (12:45 -0500)]
Merge pull request #1622 from drwells/remove-update-support-points
Remove the deprecated update_support_points flag.
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.