]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Wed, 4 Feb 2015 12:57:07 +0000 (06:57 -0600)]
Remove deprecated function SparseMatrix::global_entry().
Wolfgang Bangerth [Wed, 4 Feb 2015 01:43:26 +0000 (19:43 -0600)]
Fix a typo.
Wolfgang Bangerth [Tue, 3 Feb 2015 23:28:44 +0000 (17:28 -0600)]
Merge pull request #492 from bangerth/davydden-tensor_updates
Davydden tensor updates
Wolfgang Bangerth [Tue, 3 Feb 2015 23:26:50 +0000 (17:26 -0600)]
Address Martin K's comments in review of this patch.
Wolfgang Bangerth [Tue, 3 Feb 2015 15:19:07 +0000 (09:19 -0600)]
Extend test. Reindent it.
Wolfgang Bangerth [Tue, 3 Feb 2015 15:18:57 +0000 (09:18 -0600)]
Add missing copy constructors for the specializations of class Tensor.
Also add a changelog entry.
Denis Davydov [Tue, 3 Feb 2015 14:01:06 +0000 (15:01 +0100)]
added a failing test
Denis Davydov [Tue, 3 Feb 2015 13:10:59 +0000 (14:10 +0100)]
Introduced non-default copy constructor and operator= for Tensor class
Martin Kronbichler [Tue, 3 Feb 2015 13:13:59 +0000 (14:13 +0100)]
Merge pull request #489 from bangerth/remove-deprecated-functions-6
Remove deprecated functions 6
Wolfgang Bangerth [Tue, 3 Feb 2015 13:14:16 +0000 (07:14 -0600)]
Move an entry to the appropriate place.
Timo Heister [Tue, 3 Feb 2015 13:06:15 +0000 (08:06 -0500)]
Merge pull request #490 from bangerth/fix-missing-include
Add a missing set of include files.
This fixes a recent regression in one of our tests (bits/serialize_hp_dof_handler) that tries
to serialize an object but that requires to know the actual type of one of the members to
be serialized to compile without error.
Wolfgang Bangerth [Tue, 3 Feb 2015 12:32:29 +0000 (06:32 -0600)]
Remove deprecated function Table::data.
Wolfgang Bangerth [Tue, 3 Feb 2015 03:44:32 +0000 (21:44 -0600)]
Remove deprecated function PETScWrappers::VectorBase::update_ghost_values.
Wolfgang Bangerth [Mon, 2 Feb 2015 20:26:51 +0000 (14:26 -0600)]
Add a missing set of include files.
This fixes a recent regression in one of our tests (bits/serialize_hp_dof_handler) that tries
to serialize an object but that requires to know the actual type of one of the members to
be serialized to compile without error.
Timo Heister [Mon, 2 Feb 2015 19:40:19 +0000 (14:40 -0500)]
Merge pull request #488 from bangerth/improve-docs
Improve documentation of TriaAccessor::neighbor.
Wolfgang Bangerth [Mon, 2 Feb 2015 14:21:02 +0000 (08:21 -0600)]
Improve documentation of TriaAccessor::neighbor.
Wolfgang Bangerth [Mon, 2 Feb 2015 13:42:46 +0000 (07:42 -0600)]
Remove deprecated function SparseMatrix::raw_entry.
Wolfgang Bangerth [Mon, 2 Feb 2015 13:31:37 +0000 (07:31 -0600)]
Remove deprecated variable MultithreadInfo::n_default_threads.
Wolfgang Bangerth [Mon, 2 Feb 2015 13:14:56 +0000 (07:14 -0600)]
Sort changelog entries for deprecated functions.
Wolfgang Bangerth [Sun, 1 Feb 2015 22:19:23 +0000 (16:19 -0600)]
Remove deprecated constructors for SparseMatrix iterators and accessors.
Wolfgang Bangerth [Sun, 1 Feb 2015 22:03:53 +0000 (16:03 -0600)]
Remove a few deprecated constructors and functions of PETSc parallel vectors.
Matthias Maier [Sun, 1 Feb 2015 17:17:27 +0000 (18:17 +0100)]
Merge pull request #485 from bangerth/add-changelog-entry
Add a missing changelog entry.
Wolfgang Bangerth [Sun, 1 Feb 2015 17:07:41 +0000 (11:07 -0600)]
Add a changelog entry for a patch by Lukas Korous.
Wolfgang Bangerth [Sun, 1 Feb 2015 17:04:22 +0000 (11:04 -0600)]
Merge pull request #479 from l-korous/master
Add hp::DoFHandler::save, ::load and copy constructor.
Wolfgang Bangerth [Sun, 1 Feb 2015 16:58:01 +0000 (10:58 -0600)]
Merge pull request #484 from bangerth/drwells-update-autotools-references
Remove outdated LAPACK interface pieces. Remove references to ./configure.
David Wells [Sun, 1 Feb 2015 12:19:40 +0000 (07:19 -0500)]
Removed references to autoconf.
Also updated documentation about UMFPACK, as it is now built unless
explicitly disabled.
Lukas Korous [Sun, 1 Feb 2015 10:59:56 +0000 (11:59 +0100)]
Add hp::DoFHandler::save and ::load.
Matthias Maier [Sun, 1 Feb 2015 09:44:54 +0000 (10:44 +0100)]
Merge pull request #483 from tamiko/revert_parpack_merge
Revert parpack merge
Matthias Maier [Sun, 1 Feb 2015 09:40:51 +0000 (10:40 +0100)]
Luca Heltai [Sat, 31 Jan 2015 18:03:13 +0000 (19:03 +0100)]
Merge pull request #482 from tamiko/parpack_fixups
Some small follow-up fixes for the last commit
Matthias Maier [Sat, 31 Jan 2015 17:58:41 +0000 (18:58 +0100)]
add a news entry
Matthias Maier [Sat, 31 Jan 2015 17:54:14 +0000 (18:54 +0100)]
CMake: Bugfix: Only set up parpack if deal.II is configured with mpi support
Matthias Maier [Sat, 31 Jan 2015 17:47:44 +0000 (18:47 +0100)]
rename and correctly guard arpack/parpack tests
Matthias Maier [Sat, 31 Jan 2015 17:40:40 +0000 (18:40 +0100)]
Merge pull request #265 from davydden/parpack
Provide an interface to the parpack solver
Wolfgang Bangerth [Sat, 31 Jan 2015 03:23:56 +0000 (21:23 -0600)]
Merge pull request #480 from tjhei/documentation
documentation fixes,mostly typos
Timo Heister [Fri, 30 Jan 2015 19:37:49 +0000 (14:37 -0500)]
documentation fixes,mostly typos
Matthias Maier [Wed, 28 Jan 2015 22:05:31 +0000 (23:05 +0100)]
Merge pull request #478 from kronbichler/master
Avoid using removed deprecated function
Martin Kronbichler [Wed, 28 Jan 2015 21:01:51 +0000 (22:01 +0100)]
Avoid using removed deprecated function
Wolfgang Bangerth [Wed, 28 Jan 2015 12:39:25 +0000 (06:39 -0600)]
Merge pull request #477 from kronbichler/master
Fix latex formula
Martin Kronbichler [Wed, 28 Jan 2015 10:39:51 +0000 (11:39 +0100)]
Fix latex formula
Martin Kronbichler [Tue, 27 Jan 2015 12:49:52 +0000 (13:49 +0100)]
Merge pull request #475 from tamiko/fix_bundled_boost
Fix linkage for bundled boost
Matthias Maier [Tue, 27 Jan 2015 11:38:18 +0000 (12:38 +0100)]
add a changelog entry
Matthias Maier [Tue, 27 Jan 2015 11:36:12 +0000 (12:36 +0100)]
CMake: Bugfix: Add -lrt to the link interface in case of bundled boost
Matthias Maier [Tue, 27 Jan 2015 11:47:27 +0000 (12:47 +0100)]
CMake: Fix FIND_SYSTEM_LIBRARY macro
Martin Kronbichler [Mon, 26 Jan 2015 07:48:13 +0000 (08:48 +0100)]
Merge pull request #473 from bangerth/remove-deprecated-functions-5
More removal of deprecated functions and classes
Wolfgang Bangerth [Sun, 25 Jan 2015 19:04:58 +0000 (13:04 -0600)]
Remove deprecated classes PreconditionedMatrix and PreconditionLACSolver.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:54:21 +0000 (12:54 -0600)]
Remove deprecated class FEEvaluationDGP.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:53:07 +0000 (12:53 -0600)]
Remove deprecated classes FEEvaluationGeneral and FEEvaluationGL.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:51:50 +0000 (12:51 -0600)]
Remove deprecated functions Multigrid::vmult*
Wolfgang Bangerth [Sun, 25 Jan 2015 18:45:52 +0000 (12:45 -0600)]
Remove deprecated class MGMatrix.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:22:42 +0000 (12:22 -0600)]
Remove deprecated function MGTools::extract_inner_interface_dofs.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:20:39 +0000 (12:20 -0600)]
Remove deprecated function MGTools::apply_boundary_values.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:19:03 +0000 (12:19 -0600)]
Remove deprecated version of MGTools::count_dofs_per_component.
Martin Kronbichler [Sun, 25 Jan 2015 12:58:50 +0000 (13:58 +0100)]
Merge pull request #471 from bangerth/fix-test
Fix a test.
Wolfgang Bangerth [Sun, 25 Jan 2015 04:39:51 +0000 (22:39 -0600)]
Fix a test.
Denis Davydov [Sat, 24 Jan 2015 17:14:07 +0000 (18:14 +0100)]
added tests
Denis Davydov [Sat, 24 Jan 2015 16:37:34 +0000 (17:37 +0100)]
added an PArpack eigensolver class
Luca Heltai [Sat, 24 Jan 2015 10:41:36 +0000 (11:41 +0100)]
Merge pull request #469 from bangerth/remove-deprecated-functions-4
Remove deprecated functions 4
Wolfgang Bangerth [Sat, 24 Jan 2015 01:52:40 +0000 (19:52 -0600)]
Remove deprecated function BlockVector::scale().
Wolfgang Bangerth [Sat, 24 Jan 2015 01:50:18 +0000 (19:50 -0600)]
Remove deprecated function parallel::distributed::BlockVector::scale().
Wolfgang Bangerth [Sat, 24 Jan 2015 01:47:42 +0000 (19:47 -0600)]
Remove deprecated function PreconditionBlock::size().
Wolfgang Bangerth [Sat, 24 Jan 2015 01:46:16 +0000 (19:46 -0600)]
Remove deprecated function GridTools::extract_boundary_mesh().
Wolfgang Bangerth [Sat, 24 Jan 2015 01:44:46 +0000 (19:44 -0600)]
Remove deprecated function GridTools::create_union_triangulation().
Wolfgang Bangerth [Sat, 24 Jan 2015 01:00:37 +0000 (19:00 -0600)]
Remove deprecated version of parallel::distributed::Vector::scale().
Wolfgang Bangerth [Sat, 24 Jan 2015 00:59:28 +0000 (18:59 -0600)]
Remove deprecated version of parallel::distributed::Vector::compress_finish().
Wolfgang Bangerth [Sat, 24 Jan 2015 00:56:26 +0000 (18:56 -0600)]
Remove deprecated constructor of SolverSelector.
Wolfgang Bangerth [Sat, 24 Jan 2015 00:55:44 +0000 (18:55 -0600)]
Remove deprecated function SparsityPattern::partition.
Wolfgang Bangerth [Fri, 23 Jan 2015 15:31:16 +0000 (09:31 -0600)]
Remove deprecated functions BlockMatrixArray and BlockTrianglePreconditioner.
Wolfgang Bangerth [Fri, 23 Jan 2015 13:41:43 +0000 (07:41 -0600)]
Remove deprecated variants of DoFTools::make_periodicity_constraints().
Wolfgang Bangerth [Fri, 23 Jan 2015 13:06:06 +0000 (07:06 -0600)]
Remove deprecated constructors of SparsityPattern iterators.
Wolfgang Bangerth [Fri, 23 Jan 2015 00:06:15 +0000 (18:06 -0600)]
Remove deprecated typedef CompressedBlockSparsityPattern.
Wolfgang Bangerth [Fri, 23 Jan 2015 00:05:25 +0000 (18:05 -0600)]
Remove deprecated functions Mapping::transform_*
Wolfgang Bangerth [Thu, 22 Jan 2015 14:53:54 +0000 (08:53 -0600)]
Remove some of the deprecated functions in SparsityPattern.
Martin Kronbichler [Fri, 23 Jan 2015 14:35:07 +0000 (15:35 +0100)]
Merge pull request #467 from tjhei/fix_mpi_step39_test
fix tests/mpi/step-39
Timo Heister [Fri, 23 Jan 2015 14:34:01 +0000 (09:34 -0500)]
fix tests/mpi/step-39
And yes, making a copy of the matrix was indeed a mistake here.
Matthias Maier [Fri, 23 Jan 2015 14:02:05 +0000 (15:02 +0100)]
Merge pull request #466 from tamiko/git_info_for_user_projects
This is just a minor refactorization to allow to use the cmake stuff for
Matthias Maier [Fri, 23 Jan 2015 13:38:56 +0000 (14:38 +0100)]
Update documentation
Matthias Maier [Fri, 23 Jan 2015 13:31:35 +0000 (14:31 +0100)]
CMake: Also export git branch and revision in deal.IIConfig.cmake and Make.global_options
Matthias Maier [Wed, 21 Jan 2015 18:13:50 +0000 (19:13 +0100)]
CMake: Fix a typo - use .../cmake/macros (lowercase)
Matthias Maier [Wed, 21 Jan 2015 17:48:47 +0000 (18:48 +0100)]
CMake: allow to call DEAL_II_QUERY_GIT_INFORMATION from user projects
This commit enables to use the DEAL_II_QUERY_GIT_INFORMATION macro from
within user projects. In this case the variable prefix "DEAL_II_" is
ommited
Matthias Maier [Wed, 21 Jan 2015 17:40:32 +0000 (18:40 +0100)]
CMake: Refactor setup_git.cmake into its own macro
Wolfgang Bangerth [Fri, 23 Jan 2015 13:26:44 +0000 (07:26 -0600)]
Merge pull request #465 from kronbichler/master
Fill jacobians in FEFaceValues.
Martin Kronbichler [Fri, 23 Jan 2015 09:38:10 +0000 (10:38 +0100)]
Fill jacobians in FEFaceValues.
The previous code did not fill the Jacobian transformations on
FEFaceValues and FESubfaceValues. This is now fixed for the various
mappings.
Wolfgang Bangerth [Thu, 22 Jan 2015 13:20:56 +0000 (07:20 -0600)]
Remove deprecated functions in ChunkSparsityPattern.
Matthias Maier [Tue, 20 Jan 2015 07:24:44 +0000 (08:24 +0100)]
Merge pull request #454 from dakshinai/filtered_matrix
closes #454
dakshinai [Mon, 19 Jan 2015 08:16:05 +0000 (02:16 -0600)]
filtered_matrix test cases
Wolfgang Bangerth [Tue, 20 Jan 2015 02:58:19 +0000 (20:58 -0600)]
Merge pull request #460 from bangerth/provide-more-shape-function-pictures
Provide more shape function pictures
Wolfgang Bangerth [Sun, 18 Jan 2015 22:14:33 +0000 (16:14 -0600)]
Add links to pictures of shape functions provided by Manuel Quezada de Luna.
Timo Heister [Tue, 20 Jan 2015 02:58:08 +0000 (21:58 -0500)]
Merge pull request #458 from tamiko/fix_revision_h
CMake: Export a string literal in revision.h
Wolfgang Bangerth [Tue, 20 Jan 2015 01:41:08 +0000 (19:41 -0600)]
Merge pull request #456 from tamiko/fix_includes
Fix include statements in testsuite
Wolfgang Bangerth [Tue, 20 Jan 2015 01:12:11 +0000 (19:12 -0600)]
Merge pull request #459 from tamiko/fix_a_warning
Testsuite: Fix a warning when configuring with cmake-3.1
Matthias Maier [Tue, 20 Jan 2015 00:00:58 +0000 (01:00 +0100)]
Testsuite: Fix a warning when configuring with cmake-3.1
Matthias Maier [Mon, 19 Jan 2015 23:42:34 +0000 (00:42 +0100)]
CMake: Export a string literal in revision.h
Matthias Maier [Mon, 19 Jan 2015 19:28:18 +0000 (20:28 +0100)]
add a forgotten changelog entry
Matthias Maier [Mon, 19 Jan 2015 19:23:46 +0000 (20:23 +0100)]
Testsuite: Fix includes
One of the previous changes removed [...]/deal.II from the list of include
directories. Consequently, it is now mandatory to prefix all deal.II
includes with deal.II/
Matthias Maier [Mon, 19 Jan 2015 22:00:38 +0000 (23:00 +0100)]
Merge pull request #455 from tjhei/prm_kept_open_bug
fix ParameterHandler::leave_subsection and parsing
Timo Heister [Mon, 19 Jan 2015 13:07:28 +0000 (08:07 -0500)]
fix ParameterHandler::leave_subsection and parsing
- leave_subsection() had a bool return value for success that doesn't
make sense because an Assert() would never allow false to be returned.
Remove this.
- read_input() would not complain about unbalanced 'subsection'/'end' in
the input. Instead, the ParameterHandler would just stay in that
subsection and so weird error messages about undefined entries would
show up later.
- One could argue that read_input() should always start and end with an
empty subsection path, but we didn't enforce this in the past and it
might be useful to read separate files not into the "top level".
Wolfgang Bangerth [Sun, 18 Jan 2015 22:13:24 +0000 (16:13 -0600)]
Add links to pictures of shape functions provided by Manuel Quezada de Luna.
Wolfgang Bangerth [Sun, 18 Jan 2015 22:11:21 +0000 (16:11 -0600)]
Add links to pictures of shape functions provided by Manuel Quezada de Luna.
Wolfgang Bangerth [Sun, 18 Jan 2015 20:58:32 +0000 (14:58 -0600)]
Provide a reference to where to find the shape functions.
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.