]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agoRemove Assert in CellAccessor::face() 194/head
Timo Heister [Fri, 10 Oct 2014 14:44:25 +0000 (10:44 -0400)]
Remove Assert in CellAccessor::face()

The Assert checked that DoFs are distributed before allowing the use of
::face(), which is overly restrictive.

Also see https://groups.google.com/d/topic/dealii/G3Xp-Uv72_M/discussion

9 years agoMerge pull request #191 from tjhei/renumber_dofs_asserts
Wolfgang Bangerth [Fri, 10 Oct 2014 14:54:42 +0000 (09:54 -0500)]
Merge pull request #191 from tjhei/renumber_dofs_asserts

Check in DoFHandler::renumber_dofs() that DoFs are distributed

9 years agoCheck in DoFHandler::renumber_dofs() that DoFs are distributed 191/head
Timo Heister [Thu, 9 Oct 2014 14:17:38 +0000 (10:17 -0400)]
Check in DoFHandler::renumber_dofs() that DoFs are distributed

- This adds several Asserts to check that DoFs are distributed
before calling renumber_dofs() for active or level DoFs.
- Note that we now also require that you call distribute_dofs()
before distribute_mg_dofs().
- Updated documentation.

9 years agoMerge pull request #193 from bangerth/omit-explicit-instantiations
Martin Kronbichler [Fri, 10 Oct 2014 12:13:17 +0000 (14:13 +0200)]
Merge pull request #193 from bangerth/omit-explicit-instantiations

Remove explicit instantiations.

9 years agoRemove explicit instantiations. 193/head
Wolfgang Bangerth [Fri, 10 Oct 2014 12:03:13 +0000 (07:03 -0500)]
Remove explicit instantiations.

Since these functions were moved to the header file, we no longer
need to explicitly instantiate them since every .cc file that uses
them will generate an instantiation where necessary.

9 years agoMerge pull request #192 from vijaysm/vijaysm/tria_objects_release_fix
Wolfgang Bangerth [Fri, 10 Oct 2014 11:51:39 +0000 (06:51 -0500)]
Merge pull request #192 from vijaysm/vijaysm/tria_objects_release_fix

Making next_free_pair_object and next_free_single_object as inline functions

9 years agoMaking the next_free_pair_object and next_free_single_object as inline functions. 192/head
Vijay Mahadevan [Thu, 9 Oct 2014 16:47:34 +0000 (11:47 -0500)]
Making the next_free_pair_object and next_free_single_object as inline functions.
Also contains a patch from Wolfgang with changes to the instantiation file.

Background: In release mode, GNU-4.8.x (OSX) seem to optimize away the calls when
specializing the template functions and then symbol definitions seem to be different
between debug and optimized modes. This causes undefined linkage for release mode.

References:
[1] https://groups.google.com/forum/#!topic/dealii/c2qjAsuJ7Mc
[2] https://code.google.com/p/dealii/issues/detail?id=137
[3] https://groups.google.com/forum/#!msg/dealii/6RXRR-iac0Y/Tjzwg1rFRMQJ

9 years agoMerge pull request #190 from tjhei/fix_typo
Bruno Turcksin [Thu, 9 Oct 2014 14:21:08 +0000 (09:21 -0500)]
Merge pull request #190 from tjhei/fix_typo

fix typo in comment

9 years agofix typo in comment 190/head
Timo Heister [Thu, 9 Oct 2014 13:34:11 +0000 (09:34 -0400)]
fix typo in comment

9 years agoMerge pull request #187 from agrayver/petsc_mat_alloc
Bruno Turcksin [Wed, 8 Oct 2014 14:48:01 +0000 (09:48 -0500)]
Merge pull request #187 from agrayver/petsc_mat_alloc

Preallocation of PETScWrappers::MPI::SparseMatrix with off-diagonal block nonzeros.

9 years agoMerge branch 'petsc_mat_alloc' of https://github.com/agrayver/dealii into petsc_mat_alloc 187/head
Alexander Grayver [Wed, 8 Oct 2014 12:40:45 +0000 (14:40 +0200)]
Merge branch 'petsc_mat_alloc' of https://github.com/agrayver/dealii into petsc_mat_alloc

9 years agoEnable PETScWrappers::MPI::SparseMatrix interface to account for off-diagonal element...
Alexander Grayver [Fri, 3 Oct 2014 17:57:50 +0000 (19:57 +0200)]
Enable PETScWrappers::MPI::SparseMatrix interface to account for off-diagonal elements during preallocation.

9 years agoMerge pull request #188 from andre-massing/massing/fix-mumps-detection-on-ubuntu...
Matthias Maier [Wed, 8 Oct 2014 11:44:52 +0000 (13:44 +0200)]
Merge pull request #188 from andre-massing/massing/fix-mumps-detection-on-ubuntu-14.04

Added additional names for scalapack and blacs related libs on ubuntu 14...

9 years agoIndent files properly.
Alexander Grayver [Wed, 8 Oct 2014 09:40:21 +0000 (11:40 +0200)]
Indent files properly.

9 years agoAdded additional names for scalapack and blacs related libs on ubuntu 14.04 188/head
Andre Massing [Fri, 3 Oct 2014 21:58:25 +0000 (23:58 +0200)]
Added additional names for scalapack and blacs related libs on ubuntu 14.04

9 years agoEnable PETScWrappers::MPI::SparseMatrix interface to account for off-diagonal element...
Alexander Grayver [Fri, 3 Oct 2014 17:57:50 +0000 (19:57 +0200)]
Enable PETScWrappers::MPI::SparseMatrix interface to account for off-diagonal elements during preallocation.

9 years agoMerge pull request #185 from tamiko/fix_cxx_test
Wolfgang Bangerth [Wed, 1 Oct 2014 14:23:48 +0000 (09:23 -0500)]
Merge pull request #185 from tamiko/fix_cxx_test

Fix cxx test

9 years agoCMake: Bugfix: Also sanitize (cpp) macros in enable_if_links 185/head
Matthias Maier [Wed, 1 Oct 2014 13:10:45 +0000 (15:10 +0200)]
CMake: Bugfix: Also sanitize (cpp) macros in enable_if_links

9 years agoCMake: Remove test DEAL_II_HAVE_CXX11_ICCBOOSTSIGNALSBUG_OK
Matthias Maier [Wed, 1 Oct 2014 13:08:18 +0000 (15:08 +0200)]
CMake: Remove test DEAL_II_HAVE_CXX11_ICCBOOSTSIGNALSBUG_OK

We cannot sanely test for this regression prior to boost setup. And after
boost setup it is incredibly ugly to do so because DEAL_II_WITH_STDCXX11 is
already processed.

9 years agoMerge pull request #153 from bangerth/query-dof-associations
Wolfgang Bangerth [Tue, 30 Sep 2014 23:32:14 +0000 (18:32 -0500)]
Merge pull request #153 from bangerth/query-dof-associations

Allow querying whether a DoF is located on a vertex, line, etc.

9 years agoAllow querying whether a DoF is located on a vertex, line, etc. 153/head
Wolfgang Bangerth [Wed, 17 Sep 2014 14:42:44 +0000 (09:42 -0500)]
Allow querying whether a DoF is located on a vertex, line, etc.

9 years agoMerge pull request #184 from tamiko/fix_cxx_test
Wolfgang Bangerth [Tue, 30 Sep 2014 19:58:30 +0000 (14:58 -0500)]
Merge pull request #184 from tamiko/fix_cxx_test

CMake: Only use internal boost header (if available) for regression check

9 years agoCMake: Only use internal boost header (if available) for regression check 184/head
Matthias Maier [Tue, 30 Sep 2014 18:46:11 +0000 (20:46 +0200)]
CMake: Only use internal boost header (if available) for regression check

Fix a regression where a test for an icc regression in
check_01_cxx_features.cmake incorrectly used a generic <boost/signals2/...>
include. Such an include file doesn't have to be available at this early
point in the configuration run. User internal boost headers (if available)
instead - otherwise just test nothing.

9 years agoMerge pull request #177 from bangerth/document-ghosted-vectors
Wolfgang Bangerth [Mon, 29 Sep 2014 18:59:48 +0000 (13:59 -0500)]
Merge pull request #177 from bangerth/document-ghosted-vectors

Provide better documentation on ghosted vectors.

9 years agoProvide better documentation on ghosted vectors. 177/head
Wolfgang Bangerth [Fri, 26 Sep 2014 23:39:29 +0000 (18:39 -0500)]
Provide better documentation on ghosted vectors.

This includes a discussion of what ghosted vectors are and what their
semantics are.

9 years agoMerge pull request #183 from bangerth/harden-mpi-reductions
Martin Kronbichler [Mon, 29 Sep 2014 16:13:51 +0000 (18:13 +0200)]
Merge pull request #183 from bangerth/harden-mpi-reductions

Harden mpi reductions

9 years agoAdd a bunch of missing tests for Utilities::MPI::max. 183/head
Wolfgang Bangerth [Mon, 29 Sep 2014 15:24:58 +0000 (10:24 -0500)]
Add a bunch of missing tests for Utilities::MPI::max.

9 years agoMPI_Allreduce is apparently unable to accept input and output arguments at the same...
Wolfgang Bangerth [Mon, 29 Sep 2014 15:12:57 +0000 (10:12 -0500)]
MPI_Allreduce is apparently unable to accept input and output arguments at the same location.

Fix this by determining when &input=&output and in that case pass MPI_IN_PLACE.

9 years agoMerge pull request #181 from bangerth/add-fusion-to-boost
Matthias Maier [Mon, 29 Sep 2014 14:51:55 +0000 (16:51 +0200)]
Merge pull request #181 from bangerth/add-fusion-to-boost

Add fusion to boost

9 years agoMerge pull request #182 from kronbichler/master
Wolfgang Bangerth [Mon, 29 Sep 2014 14:42:36 +0000 (09:42 -0500)]
Merge pull request #182 from kronbichler/master

Circumvent a bug in Trilinos 11.10

9 years agoCircumvent a bug in Trilinos 11.10 182/head
Martin Kronbichler [Mon, 29 Sep 2014 14:35:54 +0000 (16:35 +0200)]
Circumvent a bug in Trilinos 11.10

If we avoid calling GlobalAssemble when copying from an Epetra_FECrsMatrix that uses a
non-local matrix (enabled for Trilinos 11.9 and greater), we do not run into some bad
code in Trilinos causing a segfault. At this point of the code, it is enough if we only
call FillComplete because there should be no communication after all.

9 years agoAdd a test to avoid this problem from happening again in the future. 181/head
Wolfgang Bangerth [Mon, 29 Sep 2014 11:38:20 +0000 (06:38 -0500)]
Add a test to avoid this problem from happening again in the future.

9 years agoAdd BOOST.fusion as apparently we need that in boost/math/special_functions/erf.hpp.
Wolfgang Bangerth [Mon, 29 Sep 2014 11:28:12 +0000 (06:28 -0500)]
Add BOOST.fusion as apparently we need that in boost/math/special_functions/erf.hpp.

9 years agoMerge pull request #180 from bangerth/comment-on-spurious-eigenvalues
Toby D. Young [Sun, 28 Sep 2014 22:03:34 +0000 (00:03 +0200)]
Merge pull request #180 from bangerth/comment-on-spurious-eigenvalues

Comment on spurious eigenvalues

9 years agoAdd a changelog entry. 180/head
Wolfgang Bangerth [Sun, 28 Sep 2014 21:00:54 +0000 (16:00 -0500)]
Add a changelog entry.

9 years agoExtend discussion about spurious eigenvalues.
Wolfgang Bangerth [Sun, 28 Sep 2014 18:38:50 +0000 (13:38 -0500)]
Extend discussion about spurious eigenvalues.

9 years agoRename a couple of variables and extend discussion.
Wolfgang Bangerth [Sun, 28 Sep 2014 18:38:02 +0000 (13:38 -0500)]
Rename a couple of variables and extend discussion.

9 years agoReindent and fix the issues discussed in the original pull request.
Wolfgang Bangerth [Sun, 28 Sep 2014 18:05:49 +0000 (13:05 -0500)]
Reindent and fix the issues discussed in the original pull request.

9 years agocomment on spurious eigenvalues in Step-36
Denis Davydov [Tue, 9 Sep 2014 15:15:34 +0000 (17:15 +0200)]
comment on spurious eigenvalues in Step-36

9 years agoMerge pull request #179 from tamiko/cmake_bugfixes
Wolfgang Bangerth [Sun, 28 Sep 2014 15:29:17 +0000 (10:29 -0500)]
Merge pull request #179 from tamiko/cmake_bugfixes

This is a series of small bugfixes for clang and icc configuration:

9 years agoAdd a configure time check for a bug in icc 179/head
Matthias Maier [Sun, 28 Sep 2014 12:47:56 +0000 (14:47 +0200)]
Add a configure time check for a bug in icc

icc-14*, icc-15* does not play nicely with enabled -std=c++11 and
boost::signals2, disable C++11 support in this case.

[1] https://software.intel.com/en-us/forums/topic/515966

9 years agoCMake: Bugfix: Correctly detect unsupported flags in case of clang
Matthias Maier [Sun, 28 Sep 2014 13:32:07 +0000 (15:32 +0200)]
CMake: Bugfix: Correctly detect unsupported flags in case of clang

The clang compiler frontend is very conservative in not issuing an error
for unsupported compile flags but that are valid for gcc. Therefore, also
supply "-Werror" for the clang compiler in all 'ENABLE_IF_SUPPORTED' tests.

9 years agoCMake: Bugfix: Replace all "-" by "_" for some internal variable name
Matthias Maier [Sun, 28 Sep 2014 13:14:43 +0000 (15:14 +0200)]
CMake: Bugfix: Replace all "-" by "_" for some internal variable name

ENABLE_IF_SUPPORTED incorrectly exported invalid (cpp) macro definitions
containing a dash "-". Fix this by replacing all dashes with underscores
"_".

9 years agoMerge pull request #175 from bangerth/fix-q-vs-dgq
Wolfgang Bangerth [Sat, 27 Sep 2014 11:38:32 +0000 (06:38 -0500)]
Merge pull request #175 from bangerth/fix-q-vs-dgq

Allow Q(p) and DGQ(r) elements to touch each other in hp::DoFHandlers.

9 years agoAllow Q(p) and DGQ(r) elements to touch each other in hp::DoFHandlers. 175/head
Wolfgang Bangerth [Fri, 26 Sep 2014 15:21:10 +0000 (10:21 -0500)]
Allow Q(p) and DGQ(r) elements to touch each other in hp::DoFHandlers.

The thing is that the FE_DGQ is discontinuous anyway, so there can't be any constraints to begin with.

9 years agoMerge pull request #174 from kronbichler/master
Matthias Maier [Sat, 27 Sep 2014 11:33:57 +0000 (13:33 +0200)]
Merge pull request #174 from kronbichler/master

Fix bug in TrilinosVector::sadd with MPI

9 years agoMerge pull request #176 from bangerth/shuffle-glossary
Matthias Maier [Sat, 27 Sep 2014 11:33:19 +0000 (13:33 +0200)]
Merge pull request #176 from bangerth/shuffle-glossary

Shuffle glossary: the ManifoldId entry was in the wrong place.

9 years agoMerge pull request #178 from bangerth/shuffle-changelog
Matthias Maier [Sat, 27 Sep 2014 11:32:41 +0000 (13:32 +0200)]
Merge pull request #178 from bangerth/shuffle-changelog

Move an entry to the correct place. A couple of minor updates.

9 years agoFix bug in TrilinosVector::sadd with MPI 174/head
Martin Kronbichler [Fri, 26 Sep 2014 09:32:54 +0000 (11:32 +0200)]
Fix bug in TrilinosVector::sadd with MPI

As pointed out by Praveen C on the mailing list, sadd() of the Trilinos vector did
not work properly when combining ghosted with non-ghosted vectors. The test supposed
to check this used two vectors with the same entries, which did not detect that the
wrong vector was scaled.

9 years agoMove an entry to the correct place. A couple of minor updates. 178/head
Wolfgang Bangerth [Fri, 26 Sep 2014 23:45:11 +0000 (18:45 -0500)]
Move an entry to the correct place. A couple of minor updates.

9 years agoShuffle glossary: the ManifoldId entry was in the wrong place. 176/head
Wolfgang Bangerth [Fri, 26 Sep 2014 22:53:36 +0000 (17:53 -0500)]
Shuffle glossary: the ManifoldId entry was in the wrong place.

9 years agoMerge pull request #173 from bangerth/fix-step-32
Wolfgang Bangerth [Fri, 26 Sep 2014 15:21:12 +0000 (10:21 -0500)]
Merge pull request #173 from bangerth/fix-step-32

Fix step 32

9 years agoImprove documentation of TimerOutput. 173/head
Wolfgang Bangerth [Thu, 25 Sep 2014 22:51:52 +0000 (17:51 -0500)]
Improve documentation of TimerOutput.

9 years agoFix an oversight in initializing the timer in step-40.
Wolfgang Bangerth [Thu, 25 Sep 2014 22:35:58 +0000 (17:35 -0500)]
Fix an oversight in initializing the timer in step-40.

9 years agoFix an oversight in initializing the timer in step-32.
Wolfgang Bangerth [Thu, 25 Sep 2014 22:32:31 +0000 (17:32 -0500)]
Fix an oversight in initializing the timer in step-32.

9 years agoMerge pull request #172 from bangerth/doc-fixes-9
Wolfgang Bangerth [Thu, 25 Sep 2014 20:20:10 +0000 (15:20 -0500)]
Merge pull request #172 from bangerth/doc-fixes-9

Augment documentation motivated by Martin's post on the mailing list.

9 years agoAugment documentation motivated by Martin's post on the mailing list. 172/head
Wolfgang Bangerth [Thu, 25 Sep 2014 19:56:28 +0000 (14:56 -0500)]
Augment documentation motivated by Martin's post on the mailing list.

9 years agoMerge pull request #171 from tamiko/workaround_for_ibm
Wolfgang Bangerth [Wed, 24 Sep 2014 12:47:53 +0000 (07:47 -0500)]
Merge pull request #171 from tamiko/workaround_for_ibm

Workaround for IBM compiler in data_out_base.cc

9 years agoWorkaround for IBM compiler in data_out_base.cc 171/head
Matthias Maier [Wed, 24 Sep 2014 11:28:22 +0000 (13:28 +0200)]
Workaround for IBM compiler in data_out_base.cc

This is a workaround for the IBM XL compiler as suggested by Kevin
Drzycimski on the mailing list.

9 years agoMerge pull request #160 from bangerth/doc-fixes-7
Guido Kanschat [Tue, 23 Sep 2014 12:29:58 +0000 (14:29 +0200)]
Merge pull request #160 from bangerth/doc-fixes-7

Update documentation in a couple of places.

10 years agoMerge pull request #170 from bangerth/fix-formula
Martin Kronbichler [Tue, 23 Sep 2014 06:23:33 +0000 (08:23 +0200)]
Merge pull request #170 from bangerth/fix-formula

Patch suggested by Xinzeng Feng <xf39@cornell.edu>: Fix a mistake in a code example.

10 years agoPatch suggested by Xinzeng Feng <xf39@cornell.edu>: Fix a mistake in a code example. 170/head
Wolfgang Bangerth [Tue, 23 Sep 2014 02:19:31 +0000 (21:19 -0500)]
Patch suggested by Xinzeng Feng <xf39@cornell.edu>: Fix a mistake in a code example.

10 years agoMerge pull request #169 from kronbichler/master
Matthias Maier [Mon, 22 Sep 2014 15:58:44 +0000 (17:58 +0200)]
Merge pull request #169 from kronbichler/master

Remove stray Id tag from svn from all headers

10 years agoRemove stray Id tag from svn from all headers 169/head
Martin Kronbichler [Mon, 22 Sep 2014 15:44:57 +0000 (17:44 +0200)]
Remove stray Id tag from svn from all headers

10 years agoMerge pull request #168 from kronbichler/master
Bruno Turcksin [Mon, 22 Sep 2014 15:24:14 +0000 (10:24 -0500)]
Merge pull request #168 from kronbichler/master

Fix TrilinosWrappers::SparseMatrix::add(factor, other_matrix).

10 years agoConvert two more places where we use <code>...</code>. 160/head
Wolfgang Bangerth [Mon, 22 Sep 2014 15:21:03 +0000 (10:21 -0500)]
Convert two more places where we use <code>...</code>.

10 years agoFix TrilinosWrappers::SparseMatrix::add(factor, other_matrix). 168/head
Martin Kronbichler [Mon, 22 Sep 2014 11:56:48 +0000 (13:56 +0200)]
Fix TrilinosWrappers::SparseMatrix::add(factor, other_matrix).

10 years agoMerge pull request #154 from luca-heltai/mappingq_manifold
Wolfgang Bangerth [Sun, 21 Sep 2014 23:55:31 +0000 (18:55 -0500)]
Merge pull request #154 from luca-heltai/mappingq_manifold

Made MappingQ aware of Manifold

10 years agoReindent all short comments to standard length.
Wolfgang Bangerth [Sun, 21 Sep 2014 15:46:04 +0000 (10:46 -0500)]
Reindent all short comments to standard length.

10 years agoRemove uses of <tt>...</tt> in a number of places in favor of more
Wolfgang Bangerth [Sat, 20 Sep 2014 12:29:17 +0000 (07:29 -0500)]
Remove uses of <tt>...</tt> in a number of places in favor of more
appropriate markups.

10 years agoUpdate documentation in a couple of places.
Wolfgang Bangerth [Thu, 18 Sep 2014 19:25:52 +0000 (14:25 -0500)]
Update documentation in a couple of places.

10 years agoMerge pull request #164 from bangerth/doc-fixes-8
Guido Kanschat [Sun, 21 Sep 2014 14:04:25 +0000 (16:04 +0200)]
Merge pull request #164 from bangerth/doc-fixes-8

Updates to the documentation of the quadrature formulas.

10 years agoMade MappingQ compatible with Manifold. 154/head
Luca Heltai [Mon, 25 Aug 2014 09:32:54 +0000 (11:32 +0200)]
Made MappingQ compatible with Manifold.

10 years agoAdjust based on Guido's feedback. 164/head
Wolfgang Bangerth [Sat, 20 Sep 2014 11:47:05 +0000 (06:47 -0500)]
Adjust based on Guido's feedback.

10 years agoMerge pull request #165 from dakshinai/test_schur_matrix
Guido Kanschat [Sat, 20 Sep 2014 08:28:01 +0000 (10:28 +0200)]
Merge pull request #165 from dakshinai/test_schur_matrix

Add tests for class SchurMatrix

10 years agoTest lac/SchurMatrix; Indented 165/head
dakshinai [Fri, 19 Sep 2014 23:40:55 +0000 (18:40 -0500)]
Test lac/SchurMatrix; Indented

10 years agoTest lac/SchurMatrix
dakshinai [Fri, 19 Sep 2014 21:40:53 +0000 (16:40 -0500)]
Test lac/SchurMatrix

10 years agoUpdates to various places of the documentation.
Wolfgang Bangerth [Fri, 19 Sep 2014 20:34:45 +0000 (15:34 -0500)]
Updates to various places of the documentation.

10 years agoMerge pull request #162 from bangerth/remove-unnecessary-include
Wolfgang Bangerth [Fri, 19 Sep 2014 15:48:35 +0000 (10:48 -0500)]
Merge pull request #162 from bangerth/remove-unnecessary-include

Remove unnecessary include

10 years agoRemove unnecessary #include. 162/head
Wolfgang Bangerth [Fri, 19 Sep 2014 11:53:45 +0000 (06:53 -0500)]
Remove unnecessary #include.

10 years agoMerge pull request #161 from bangerth/private-protected-cleanup
Timo Heister [Fri, 19 Sep 2014 13:53:55 +0000 (09:53 -0400)]
Merge pull request #161 from bangerth/private-protected-cleanup

Move declarations in DoFHandler from protected to private.
DoFHandler still had some of its member variables and functions in a protected
section from back when we still had MGDoFHandler derive from it in a meaningful
way. This is now no longer necessary, so remove the protected section and instead
sort things in some sort of natural way into the private section.

10 years agoMove declarations in DoFHandler from protected to private. 161/head
Wolfgang Bangerth [Thu, 18 Sep 2014 19:53:33 +0000 (14:53 -0500)]
Move declarations in DoFHandler from protected to private.

DoFHandler still had some of its member variables and functions in a protected
section from back when we still had MGDoFHandler derive from it in a meaningful
way. This is now no longer necessary, so remove the protected section and instead
sort things in some sort of natural way into the private section.

10 years agoMerge pull request #156 from bangerth/clarify-docs
Timo Heister [Thu, 18 Sep 2014 19:25:08 +0000 (15:25 -0400)]
Merge pull request #156 from bangerth/clarify-docs

Clarify documentation and verify what I say by adding tests. This documents has_active_dofs() in parallel.

10 years agoMerge pull request #157 from bangerth/add-task-joinable
Wolfgang Bangerth [Thu, 18 Sep 2014 11:20:48 +0000 (06:20 -0500)]
Merge pull request #157 from bangerth/add-task-joinable

Add Threads::Task::joinable()

10 years agoAdd test. 157/head
Wolfgang Bangerth [Thu, 18 Sep 2014 02:19:59 +0000 (21:19 -0500)]
Add test.

10 years agoAdd Threads::Task::joinable().
Wolfgang Bangerth [Thu, 18 Sep 2014 02:16:55 +0000 (21:16 -0500)]
Add Threads::Task::joinable().

The function verifies that one can call Threads::Task::join() in the
same way as one can do with std::thread::joinable() in C++11.

10 years agoMerge pull request #159 from kronbichler/master
Luca Heltai [Thu, 18 Sep 2014 10:24:44 +0000 (12:24 +0200)]
Merge pull request #159 from kronbichler/master

Fix compilation of #146 without MPI. This closes #158.

10 years agoFix compilation of #146 without MPI 159/head
Martin Kronbichler [Thu, 18 Sep 2014 08:29:00 +0000 (10:29 +0200)]
Fix compilation of #146 without MPI

10 years agoClarify documentation and verify what I say by adding tests. 156/head
Wolfgang Bangerth [Thu, 18 Sep 2014 00:36:11 +0000 (19:36 -0500)]
Clarify documentation and verify what I say by adding tests.

10 years agoMerge pull request #155 from koecher/PR-Update-Step-20
Wolfgang Bangerth [Wed, 17 Sep 2014 19:49:13 +0000 (14:49 -0500)]
Merge pull request #155 from koecher/PR-Update-Step-20

Updated Documentation for step 20.

10 years agoMerge pull request #152 from bangerth/cleanups
Timo Heister [Wed, 17 Sep 2014 18:51:08 +0000 (14:51 -0400)]
Merge pull request #152 from bangerth/cleanups

Minor cleanups. Make the FiniteElement::clone() function public, as it is of
general use. Also: Move several member variables from private to protected
as these are generally variables that derived classes are supposed to
initialize; this allows to remove rather random friend declarations for
these derived classes.

10 years agoMinor cleanups. 152/head
Wolfgang Bangerth [Wed, 17 Sep 2014 13:41:06 +0000 (08:41 -0500)]
Minor cleanups.

Specifically: Make the FiniteElement::clone() function public, as it is of
general use. Also: Move several member variables from private to protected
as these are generally variables that derived classes are supposed to
initialize; this allows to remove rather random friend declarations for
these derived classes.

10 years agoUpdated Documentation. Again, in the Introduction section of the step-20 tutorial... 151/head 155/head
Uwe Köcher [Wed, 17 Sep 2014 07:33:13 +0000 (09:33 +0200)]
Updated Documentation. Again, in the Introduction section of the step-20 tutorial a class InverseMatrix appears. Now its changed to use IterativeInverse<..> in all places to match with the code.

10 years agoMerge pull request #146 from bangerth/rework-mpi-initialization
Martin Kronbichler [Wed, 17 Sep 2014 07:08:51 +0000 (09:08 +0200)]
Merge pull request #146 from bangerth/rework-mpi-initialization

Add a version of MPI_InitFinalize that adaptively determines the number of threads

10 years agoRemove now outdated changelog entry. 146/head
Wolfgang Bangerth [Tue, 16 Sep 2014 20:39:13 +0000 (15:39 -0500)]
Remove now outdated changelog entry.

10 years agoRewrite following the discussion on the pull request.
Wolfgang Bangerth [Tue, 16 Sep 2014 20:38:32 +0000 (15:38 -0500)]
Rewrite following the discussion on the pull request.

10 years agoMerge pull request #150 from bangerth/doc-update-2
Timo Heister [Tue, 16 Sep 2014 15:53:50 +0000 (11:53 -0400)]
Merge pull request #150 from bangerth/doc-update-2

Remove a few references to MGDoFHandler as that class is no longer relevant.

10 years agoRemove another reference to MGDoFHandler. 150/head
Wolfgang Bangerth [Tue, 16 Sep 2014 15:37:14 +0000 (10:37 -0500)]
Remove another reference to MGDoFHandler.

10 years agoRemove references to MGDoFHandler.
Wolfgang Bangerth [Tue, 16 Sep 2014 15:16:00 +0000 (10:16 -0500)]
Remove references to MGDoFHandler.

MGDoFHandler has been deprecated for a while already. Remove all
references to it from this documentation module.

10 years agoMerge pull request #149 from koecher/master
Wolfgang Bangerth [Tue, 16 Sep 2014 14:58:22 +0000 (09:58 -0500)]
Merge pull request #149 from koecher/master

Updated documentation


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.