]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agoAdd set_thread_limit in step-9. 520/head
Bruno Turcksin [Fri, 20 Feb 2015 17:14:29 +0000 (11:14 -0600)]
Add set_thread_limit in step-9.

9 years agoMerge pull request #580 from bangerth/step-7-update
Timo Heister [Fri, 20 Feb 2015 16:32:57 +0000 (11:32 -0500)]
Merge pull request #580 from bangerth/step-7-update

Update the documentation of step-7.

In particular, name the Method of Manufactured Solutions in the documentation.

9 years agoUpdate the documentation of step-7. 580/head
Wolfgang Bangerth [Fri, 20 Feb 2015 16:21:19 +0000 (10:21 -0600)]
Update the documentation of step-7.

In particular, name the Method of Manufactured Solutions in the documentation.

9 years agoMerge pull request #575 from kronbichler/master
Wolfgang Bangerth [Thu, 19 Feb 2015 22:01:07 +0000 (16:01 -0600)]
Merge pull request #575 from kronbichler/master

Improve documentation of VectorMemory in Solver

9 years agoMerge pull request #578 from tamiko/fix_bundled_umfpack
Wolfgang Bangerth [Thu, 19 Feb 2015 21:58:49 +0000 (15:58 -0600)]
Merge pull request #578 from tamiko/fix_bundled_umfpack

CMake: Bugfix: Also install bundled Umfpack headers

9 years agoCMake: Bugfix: Also install bundled Umfpack headers 578/head
Matthias Maier [Thu, 19 Feb 2015 19:17:05 +0000 (20:17 +0100)]
CMake: Bugfix: Also install bundled Umfpack headers

With "sparse_direct.h" directly including "umfpack.h" we also have to make
sure to install the bundled header files...

9 years agoMerge pull request #577 from tjhei/mpi_file_fixes
Bruno Turcksin [Thu, 19 Feb 2015 19:11:44 +0000 (13:11 -0600)]
Merge pull request #577 from tjhei/mpi_file_fixes

fix status parameter in MPI_File_write

9 years agofix status parameter in MPI_File_write 577/head
Timo Heister [Thu, 19 Feb 2015 18:27:09 +0000 (13:27 -0500)]
fix status parameter in MPI_File_write

Reported by Thomas Geenen. Setting the MPI_Status* parameter to NULL is
not correct and fails with intel MPI. The correct argument to pass is
MPI_STATUS_IGNORE.

9 years agoImprove documentation 575/head
Martin Kronbichler [Thu, 19 Feb 2015 13:58:11 +0000 (14:58 +0100)]
Improve documentation

9 years agoMerge pull request #574 from bangerth/doc-update-7
Martin Kronbichler [Thu, 19 Feb 2015 13:40:14 +0000 (14:40 +0100)]
Merge pull request #574 from bangerth/doc-update-7

Improve error messages.

9 years agoImprove error messages. 574/head
Wolfgang Bangerth [Thu, 19 Feb 2015 13:34:07 +0000 (07:34 -0600)]
Improve error messages.

Using bare exceptions without any explanatory text in so many places was a bad idea right from the beginning, though nobody seems to have noticed for a long time. This replaces a bare exception with an ExcMessage in a couple of places.

9 years agoMerge pull request #572 from kronbichler/cleanup_mapping
Wolfgang Bangerth [Thu, 19 Feb 2015 11:57:12 +0000 (05:57 -0600)]
Merge pull request #572 from kronbichler/cleanup_mapping

Remove a few 1D specializations for mapping.

9 years agoRemove a few 1D specializations for mapping. 572/head
Martin Kronbichler [Thu, 19 Feb 2015 09:50:55 +0000 (10:50 +0100)]
Remove a few 1D specializations for mapping.

The old implementation of MappingQEulerian only moved the vertices
in 1D, not interior points for higher order mappings. While it might
be debatable how useful non-linear mappings are in 1D, this was not
documented and lead to surprising behavior. By making the class more
general we can actually make our code base simpler because we can remove
a few template specialization and use the same code as in higher
dimensions.

9 years agoMerge pull request #566 from kronbichler/fix_vector_memory
Matthias Maier [Thu, 19 Feb 2015 10:04:37 +0000 (11:04 +0100)]
Merge pull request #566 from kronbichler/fix_vector_memory

Put implementation (Growing)VectorMemory into .templates.h file

9 years agoMerge pull request #571 from kronbichler/tensor_vs_point_fix
Matthias Maier [Thu, 19 Feb 2015 10:03:31 +0000 (11:03 +0100)]
Merge pull request #571 from kronbichler/tensor_vs_point_fix

More Point vs Tensor fixes

9 years agoMore Point vs Tensor fixes 571/head
Martin Kronbichler [Thu, 19 Feb 2015 07:50:40 +0000 (08:50 +0100)]
More Point vs Tensor fixes

9 years agoPut implementation (Growing)VectorMemory into .templates.h file 566/head
Martin Kronbichler [Wed, 18 Feb 2015 16:35:18 +0000 (17:35 +0100)]
Put implementation (Growing)VectorMemory into .templates.h file

This enables users to provide instantiations of the class for non-deal.II
vector types and their use in Solver classes.

Reported by Karl Ljungkvist.

9 years agoMerge pull request #568 from bangerth/further-tensor-fixes
Martin Kronbichler [Wed, 18 Feb 2015 21:01:43 +0000 (22:01 +0100)]
Merge pull request #568 from bangerth/further-tensor-fixes

More Point vs Tensor fixes.

9 years agoMerge pull request #567 from tamiko/export_umfpack_include_dir
Guido Kanschat [Wed, 18 Feb 2015 19:50:58 +0000 (20:50 +0100)]
Merge pull request #567 from tamiko/export_umfpack_include_dir

CMake: Bugfix: Also export suitesparse include directories in project config

9 years agoMore Point vs Tensor fixes. 568/head
Wolfgang Bangerth [Wed, 18 Feb 2015 19:42:32 +0000 (13:42 -0600)]
More Point vs Tensor fixes.

9 years agoCMake: Bugfix: Also export suitesparse include directories in project config 567/head
Matthias Maier [Wed, 18 Feb 2015 19:31:36 +0000 (20:31 +0100)]
CMake: Bugfix: Also export suitesparse include directories in project config

With 053bb82 a direct include of "umfpack.h" was introduced in
"sparse_direct.h" which makes it necessary for the user to have the umfpack
include directory location available

Closes #564

9 years agoMerge pull request #565 from bangerth/more-tensor-fixes
Wolfgang Bangerth [Wed, 18 Feb 2015 17:00:40 +0000 (11:00 -0600)]
Merge pull request #565 from bangerth/more-tensor-fixes

More changes hoping to make the compiler happy with OpenCascade interfaces again

9 years agoMore changes hoping to make the compiler happy with OpenCascade interfaces again. 565/head
Wolfgang Bangerth [Wed, 18 Feb 2015 16:29:38 +0000 (10:29 -0600)]
More changes hoping to make the compiler happy with OpenCascade interfaces again.

9 years agoMerge pull request #562 from bangerth/tensor-fixes
Wolfgang Bangerth [Wed, 18 Feb 2015 12:47:00 +0000 (06:47 -0600)]
Merge pull request #562 from bangerth/tensor-fixes

Tensor fixes

9 years agoFurther fixes to accommodate new Point vs Tensor distinction. 562/head
Wolfgang Bangerth [Wed, 18 Feb 2015 12:46:37 +0000 (06:46 -0600)]
Further fixes to accommodate new Point vs Tensor distinction.

9 years agoMerge pull request #563 from bangerth/doc-updates-5
Martin Kronbichler [Wed, 18 Feb 2015 07:43:57 +0000 (08:43 +0100)]
Merge pull request #563 from bangerth/doc-updates-5

Doc updates for build_patches().

9 years agoDoc updates for build_patches(). 563/head
Wolfgang Bangerth [Wed, 18 Feb 2015 00:11:35 +0000 (18:11 -0600)]
Doc updates for build_patches().

9 years agoRemove a partial specialization that creates trouble due to ambiguity
Wolfgang Bangerth [Tue, 17 Feb 2015 23:46:37 +0000 (17:46 -0600)]
Remove a partial specialization that creates trouble due to ambiguity
and that looks wrong anyway.

9 years agoHopefully fix a few build regressions with opencascade (can't test here
Wolfgang Bangerth [Tue, 17 Feb 2015 23:46:04 +0000 (17:46 -0600)]
Hopefully fix a few build regressions with opencascade (can't test here
since no opencascade installation locally available).

9 years agoMerge pull request #560 from tjhei/multithread_deprecation
Timo Heister [Tue, 17 Feb 2015 11:51:48 +0000 (06:51 -0500)]
Merge pull request #560 from tjhei/multithread_deprecation

more multithread_info fixes

- initialize static members correctly when THREADS=OFF
- update documentation
- do not use deprecated multithread_info instance
- use n_cores() instead of n_cpus

9 years agofix multithread_info when THREADS=OFF 560/head
Timo Heister [Tue, 17 Feb 2015 11:33:33 +0000 (06:33 -0500)]
fix multithread_info when THREADS=OFF

static members have to be initialized even if deal.II is configured
without multithreading.

9 years agomore multithread_info deprecation fixes
Timo Heister [Tue, 17 Feb 2015 11:12:46 +0000 (06:12 -0500)]
more multithread_info deprecation fixes

9 years agoMerge pull request #559 from guidokanschat/fix_multithreading_issues
Timo Heister [Tue, 17 Feb 2015 11:14:28 +0000 (06:14 -0500)]
Merge pull request #559 from guidokanschat/fix_multithreading_issues

Fix issues with multithreading off and remove deprecated usage

9 years agoFix issues with multithreading off 559/head
Guido Kanschat [Tue, 17 Feb 2015 02:05:04 +0000 (03:05 +0100)]
Fix issues with multithreading off

9 years agoMerge pull request #558 from bangerth/update-product-type
Timo Heister [Tue, 17 Feb 2015 01:41:03 +0000 (20:41 -0500)]
Merge pull request #558 from bangerth/update-product-type

Provide specializations for ProductType<T,T>. Add a test.

9 years agoProvide specializations for ProductType<T,T>. Add a test. 558/head
Wolfgang Bangerth [Mon, 16 Feb 2015 22:08:28 +0000 (16:08 -0600)]
Provide specializations for ProductType<T,T>. Add a test.

9 years agoMerge pull request #555 from bangerth/doc-fixes-12
Timo Heister [Mon, 16 Feb 2015 22:03:52 +0000 (17:03 -0500)]
Merge pull request #555 from bangerth/doc-fixes-12

Fix a number of doxygen issues.

9 years agoMerge pull request #556 from bangerth/remove-deprecated-functions-13
Timo Heister [Mon, 16 Feb 2015 22:03:00 +0000 (17:03 -0500)]
Merge pull request #556 from bangerth/remove-deprecated-functions-13

Remove deprecated functions from SparseMIC and SparseLUDecomposition

9 years agoMerge pull request #552 from bangerth/update-point
Wolfgang Bangerth [Mon, 16 Feb 2015 22:00:02 +0000 (16:00 -0600)]
Merge pull request #552 from bangerth/update-point

Rename template args of Point and Tensor

9 years agoUpdate documentation in Point and Tensor. 552/head
Wolfgang Bangerth [Sun, 15 Feb 2015 21:13:53 +0000 (15:13 -0600)]
Update documentation in Point and Tensor.

In particular, document the intent of the various template arguments.

9 years agoRemove deprecated functions from SparseLUDecomposition. 556/head
Wolfgang Bangerth [Mon, 16 Feb 2015 20:03:53 +0000 (14:03 -0600)]
Remove deprecated functions from SparseLUDecomposition.

9 years agoWe can't have two @ingroup statements for one function, apparently. 555/head
Wolfgang Bangerth [Mon, 16 Feb 2015 19:52:48 +0000 (13:52 -0600)]
We can't have two @ingroup statements for one function, apparently.

9 years agoTurns out that we cannot have @brief or @file commands used in a way that would docum...
Wolfgang Bangerth [Mon, 16 Feb 2015 19:48:39 +0000 (13:48 -0600)]
Turns out that we cannot have @brief or @file commands used in a way that would document the current file. Make it a regular comment instead.

9 years agoRefer to the proper parameter.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:15:56 +0000 (13:15 -0600)]
Refer to the proper parameter.

9 years agoWrap text where appropriate.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:14:54 +0000 (13:14 -0600)]
Wrap text where appropriate.

9 years agoReference a member the proper way.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:11:55 +0000 (13:11 -0600)]
Reference a member the proper way.

9 years agoAvoid referencing things doxygen doesn't know about.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:10:56 +0000 (13:10 -0600)]
Avoid referencing things doxygen doesn't know about.

9 years agoAvoid a template argument to make doxygen happy.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:10:42 +0000 (13:10 -0600)]
Avoid a template argument to make doxygen happy.

9 years agoUse only one of @file and @brief to make doxygen happy.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:10:24 +0000 (13:10 -0600)]
Use only one of @file and @brief to make doxygen happy.

9 years agoFix up a dollar sign that otherwise trips up doxygen.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:10:02 +0000 (13:10 -0600)]
Fix up a dollar sign that otherwise trips up doxygen.

9 years agoRemove deprecated function SparseMIC::reinit().
Wolfgang Bangerth [Mon, 16 Feb 2015 16:55:21 +0000 (10:55 -0600)]
Remove deprecated function SparseMIC::reinit().

9 years agoMerge pull request #550 from bangerth/doc-update-6
Timo Heister [Sun, 15 Feb 2015 21:51:30 +0000 (16:51 -0500)]
Merge pull request #550 from bangerth/doc-update-6

Minor doc update.

9 years agoMinor doc update. 550/head
Wolfgang Bangerth [Sun, 15 Feb 2015 19:58:56 +0000 (13:58 -0600)]
Minor doc update.

9 years agoMerge pull request #549 from bangerth/update-info-for-set_thread_limit
Timo Heister [Sun, 15 Feb 2015 21:37:54 +0000 (16:37 -0500)]
Merge pull request #549 from bangerth/update-info-for-set_thread_limit

Update a few comments that relate to set_thread_limit().

9 years agoUpdate a few comments that relate to set_thread_limit(). 549/head
Wolfgang Bangerth [Sun, 15 Feb 2015 19:55:32 +0000 (13:55 -0600)]
Update a few comments that relate to set_thread_limit().

9 years agoMerge pull request #547 from bangerth/add-changelog-entry-2
Wolfgang Bangerth [Sun, 15 Feb 2015 19:39:22 +0000 (13:39 -0600)]
Merge pull request #547 from bangerth/add-changelog-entry-2

Add a changelog entry for a patch from yesterday.

9 years agoAdd an entry for a recent patch. 547/head
Wolfgang Bangerth [Sat, 14 Feb 2015 12:37:48 +0000 (06:37 -0600)]
Add an entry for a recent patch.

9 years agoMerge pull request #528 from bangerth/remove-deprecated-11
Martin Kronbichler [Sun, 15 Feb 2015 09:19:51 +0000 (10:19 +0100)]
Merge pull request #528 from bangerth/remove-deprecated-11

Remove deprecated functions SparsityPattern::get_rowstart_indices and SparsityPattern::get_column_numbers.

9 years agoMerge pull request #543 from bangerth/add-test-3
Timo Heister [Sat, 14 Feb 2015 16:53:51 +0000 (11:53 -0500)]
Merge pull request #543 from bangerth/add-test-3

Add a test for int*Tensor<1, double>

9 years agoMerge pull request #524 from tjhei/multithreadinfo_instance
Wolfgang Bangerth [Sat, 14 Feb 2015 13:37:14 +0000 (07:37 -0600)]
Merge pull request #524 from tjhei/multithreadinfo_instance

Do not allow instantiation of MultithreadInfo

9 years agoRemove deprecated functions SparsityPattern::get_rowstart_indices and SparsityPattern... 528/head
Wolfgang Bangerth [Thu, 12 Feb 2015 16:40:24 +0000 (10:40 -0600)]
Remove deprecated functions SparsityPattern::get_rowstart_indices and SparsityPattern::get_column_numbers.

These functions have also been deprecated for more than a decade as they leak the storage format of SparsityPattern to the outside.

9 years agoRename to follow usual naming conventions. 543/head
Wolfgang Bangerth [Sat, 14 Feb 2015 12:54:31 +0000 (06:54 -0600)]
Rename to follow usual naming conventions.

9 years agoAdd another test only for symmetric tensors.
Wolfgang Bangerth [Sat, 14 Feb 2015 12:28:56 +0000 (06:28 -0600)]
Add another test only for symmetric tensors.

9 years agoAdd a test.
Wolfgang Bangerth [Fri, 13 Feb 2015 14:47:57 +0000 (08:47 -0600)]
Add a test.

9 years agoMerge pull request #548 from bangerth/fix-typo-2
Timo Heister [Sat, 14 Feb 2015 12:53:04 +0000 (07:53 -0500)]
Merge pull request #548 from bangerth/fix-typo-2

Fix a wrong reference: it should be super-, not semiconductors.

9 years agoFix a wrong reference: it should be super-, not semiconductors. 548/head
Wolfgang Bangerth [Sat, 14 Feb 2015 12:43:48 +0000 (06:43 -0600)]
Fix a wrong reference: it should be super-, not semiconductors.

This was pointed out to me by Wei Zhao by email.

9 years agoMerge pull request #546 from QiaoLei-88/fix-step-33-energy-term
Bruno Turcksin [Fri, 13 Feb 2015 20:42:39 +0000 (14:42 -0600)]
Merge pull request #546 from QiaoLei-88/fix-step-33-energy-term

Fix bug in energy source term according to Praveen C's report.

9 years agoFix bug in energy source term according to Praveen C's report. 546/head
Qiao Lei [Fri, 13 Feb 2015 20:20:57 +0000 (14:20 -0600)]
Fix bug in energy source term according to Praveen C's report.

    The energy source term due to gravity should be rho*g*v=g*momentum.

9 years agochangelog 524/head
Timo Heister [Fri, 13 Feb 2015 18:32:48 +0000 (13:32 -0500)]
changelog

9 years agoupdate tests
Timo Heister [Fri, 13 Feb 2015 18:09:46 +0000 (13:09 -0500)]
update tests

9 years agoavoid using multithread_info
Timo Heister [Fri, 13 Feb 2015 17:55:51 +0000 (12:55 -0500)]
avoid using multithread_info

9 years agorework MultithreadInfo to have static members only
Timo Heister [Thu, 12 Feb 2015 00:06:58 +0000 (19:06 -0500)]
rework MultithreadInfo to have static members only

9 years agoMerge pull request #544 from bangerth/use-product-type-in-symmetric-tensor
Martin Kronbichler [Fri, 13 Feb 2015 16:22:35 +0000 (17:22 +0100)]
Merge pull request #544 from bangerth/use-product-type-in-symmetric-tensor

Implement the operator* for mixed types also for SymmetricTensor.

9 years agoImplement the operator* for mixed types also for SymmetricTensor. 544/head
Wolfgang Bangerth [Fri, 13 Feb 2015 16:07:13 +0000 (10:07 -0600)]
Implement the operator* for mixed types also for SymmetricTensor.

9 years agoMerge pull request #533 from l-korous/temp1
Wolfgang Bangerth [Fri, 13 Feb 2015 14:37:25 +0000 (08:37 -0600)]
Merge pull request #533 from l-korous/temp1

Small syntax fix for MSVC.

9 years agoMerge pull request #531 from bangerth/no-expicit-cast-to-point
Timo Heister [Fri, 13 Feb 2015 14:35:32 +0000 (09:35 -0500)]
Merge pull request #531 from bangerth/no-expicit-cast-to-point

Do not allow for implicit casts from Tensor to Point.

9 years agoMerge pull request #541 from bangerth/fix-Number-usage-in-functions
Martin Kronbichler [Fri, 13 Feb 2015 14:20:26 +0000 (15:20 +0100)]
Merge pull request #541 from bangerth/fix-Number-usage-in-functions

Fix number usage in functions

9 years agoAugment documentation. 541/head
Wolfgang Bangerth [Fri, 13 Feb 2015 14:08:15 +0000 (08:08 -0600)]
Augment documentation.

9 years agoMerge pull request #538 from l-korous/temp6
Matthias Maier [Fri, 13 Feb 2015 14:14:32 +0000 (15:14 +0100)]
Merge pull request #538 from l-korous/temp6

Add additional library names for UMFPACK to FindUMFPACK.

9 years agoAdd additional library names for UMFPACK to FindUMFPACK. 538/head
Lukas Korous [Fri, 13 Feb 2015 14:12:08 +0000 (15:12 +0100)]
Add additional library names for UMFPACK to FindUMFPACK.

9 years agoMerge pull request #534 from l-korous/temp2
Matthias Maier [Fri, 13 Feb 2015 14:10:28 +0000 (15:10 +0100)]
Merge pull request #534 from l-korous/temp2

Add proper data types to sparse_direct.

9 years agoMerge pull request #536 from l-korous/temp4
Matthias Maier [Fri, 13 Feb 2015 14:03:22 +0000 (15:03 +0100)]
Merge pull request #536 from l-korous/temp4

Add proper CXX flags for MSVC debug.

9 years agoRemove the 'Number' template argument from Point where it is passed around in 'Functi...
Wolfgang Bangerth [Fri, 13 Feb 2015 13:59:19 +0000 (07:59 -0600)]
Remove the 'Number' template argument from Point where it is passed around in 'Function' classes.

9 years agoMerge pull request #540 from l-korous/temp8
Matthias Maier [Fri, 13 Feb 2015 13:57:41 +0000 (14:57 +0100)]
Merge pull request #540 from l-korous/temp8

Remove the wrong special case of reldir setup for windows.

9 years agoMerge pull request #532 from bangerth/improve-error-message-2
Wolfgang Bangerth [Fri, 13 Feb 2015 13:53:57 +0000 (07:53 -0600)]
Merge pull request #532 from bangerth/improve-error-message-2

Improve error message when no LAPACK is available.

9 years agoImprove error message when no LAPACK is available. 532/head
Wolfgang Bangerth [Fri, 13 Feb 2015 04:18:18 +0000 (22:18 -0600)]
Improve error message when no LAPACK is available.

The old error message was written when we had ./configure checks for
individual LAPACK functions, but this is no longer the case: we get
all of LAPACK, or nothing. Reflect this in the text of the error
message.

9 years agoSmall syntax fix for MSVC. 533/head
Lukas Korous [Fri, 13 Feb 2015 13:40:54 +0000 (14:40 +0100)]
Small syntax fix for MSVC.

9 years agoAdd proper data types to sparse_direct. 534/head
Lukas Korous [Fri, 13 Feb 2015 13:39:10 +0000 (14:39 +0100)]
Add proper data types to sparse_direct.

9 years agoAdd proper CXX flags for MSVC debug. 536/head
Lukas Korous [Fri, 13 Feb 2015 13:38:10 +0000 (14:38 +0100)]
Add proper CXX flags for MSVC debug.

9 years agoRemove the wrong special case of reldir setup for windows. 540/head
Lukas Korous [Fri, 13 Feb 2015 13:33:04 +0000 (14:33 +0100)]
Remove the wrong special case of reldir setup for windows.

9 years agoMerge pull request #530 from bangerth/doc-update
Martin Kronbichler [Fri, 13 Feb 2015 08:21:48 +0000 (09:21 +0100)]
Merge pull request #530 from bangerth/doc-update

Link to another tutorial program. Minor edits.

9 years agoDo not allow for implicit casts from Tensor to Point. 531/head
Wolfgang Bangerth [Fri, 13 Feb 2015 03:21:57 +0000 (21:21 -0600)]
Do not allow for implicit casts from Tensor to Point.

These are likely invalid uses of class Point and should use Tensor instead.
At the same time, still allow for explicit casts.

9 years agoLink to another tutorial program. Minor edits. 530/head
Wolfgang Bangerth [Thu, 12 Feb 2015 22:30:11 +0000 (16:30 -0600)]
Link to another tutorial program. Minor edits.

9 years agoMerge pull request #529 from bangerth/remove-deprecated-functions-12
Timo Heister [Thu, 12 Feb 2015 18:40:51 +0000 (13:40 -0500)]
Merge pull request #529 from bangerth/remove-deprecated-functions-12

Remove ConstraintMatrix::distribute(condensed, uncondensed)

9 years agoRemove the last function that shrinks linear systems. 529/head
Wolfgang Bangerth [Thu, 12 Feb 2015 18:35:03 +0000 (12:35 -0600)]
Remove the last function that shrinks linear systems.

9 years agoMerge pull request #527 from tjhei/condense_documentation
Wolfgang Bangerth [Thu, 12 Feb 2015 15:44:34 +0000 (09:44 -0600)]
Merge pull request #527 from tjhei/condense_documentation

remove documentation of ConstraintMatrix:condense(big, small)

9 years agoremove documentation of ConstraintMatrix:condense(big, small) 527/head
Timo Heister [Thu, 12 Feb 2015 15:42:44 +0000 (10:42 -0500)]
remove documentation of ConstraintMatrix:condense(big, small)

9 years agoMerge pull request #523 from bangerth/improve-code-clarity
Timo Heister [Thu, 12 Feb 2015 14:42:22 +0000 (09:42 -0500)]
Merge pull request #523 from bangerth/improve-code-clarity

Make the set_thread_limit function readable by adding some commentary.

9 years agoMerge pull request #522 from bangerth/introduce-product-type
Martin Kronbichler [Thu, 12 Feb 2015 14:40:24 +0000 (15:40 +0100)]
Merge pull request #522 from bangerth/introduce-product-type

Adjust result type of product Tensor*scalar

9 years agoGet rid of (now unnecessary) explicit casts. 522/head
Wolfgang Bangerth [Thu, 12 Feb 2015 13:37:35 +0000 (07:37 -0600)]
Get rid of (now unnecessary) explicit casts.


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.