]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Thu, 19 Feb 2015 13:58:11 +0000 (14:58 +0100)]
Improve documentation
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.
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.
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.
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.
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
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
Martin Kronbichler [Thu, 19 Feb 2015 07:50:40 +0000 (08:50 +0100)]
More Point vs Tensor fixes
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.
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.
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
Wolfgang Bangerth [Wed, 18 Feb 2015 19:42:32 +0000 (13:42 -0600)]
More Point vs Tensor fixes.
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
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
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.
Wolfgang Bangerth [Wed, 18 Feb 2015 12:47:00 +0000 (06:47 -0600)]
Merge pull request #562 from bangerth/tensor-fixes
Tensor fixes
Wolfgang Bangerth [Wed, 18 Feb 2015 12:46:37 +0000 (06:46 -0600)]
Further fixes to accommodate new Point vs Tensor distinction.
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().
Wolfgang Bangerth [Wed, 18 Feb 2015 00:11:35 +0000 (18:11 -0600)]
Doc updates for build_patches().
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.
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).
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
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.
Timo Heister [Tue, 17 Feb 2015 11:12:46 +0000 (06:12 -0500)]
more multithread_info deprecation fixes
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
Guido Kanschat [Tue, 17 Feb 2015 02:05:04 +0000 (03:05 +0100)]
Fix issues with multithreading off
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.
Wolfgang Bangerth [Mon, 16 Feb 2015 22:08:28 +0000 (16:08 -0600)]
Provide specializations for ProductType<T,T>. Add a test.
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.
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
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
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.
Wolfgang Bangerth [Mon, 16 Feb 2015 20:03:53 +0000 (14:03 -0600)]
Remove deprecated functions from SparseLUDecomposition.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:52:48 +0000 (13:52 -0600)]
We can't have two @ingroup statements for one function, apparently.
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.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:15:56 +0000 (13:15 -0600)]
Refer to the proper parameter.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:14:54 +0000 (13:14 -0600)]
Wrap text where appropriate.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:11:55 +0000 (13:11 -0600)]
Reference a member the proper way.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:10:56 +0000 (13:10 -0600)]
Avoid referencing things doxygen doesn't know about.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:10:42 +0000 (13:10 -0600)]
Avoid a template argument 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.
Wolfgang Bangerth [Mon, 16 Feb 2015 19:10:02 +0000 (13:10 -0600)]
Fix up a dollar sign that otherwise trips up doxygen.
Wolfgang Bangerth [Mon, 16 Feb 2015 16:55:21 +0000 (10:55 -0600)]
Remove deprecated function SparseMIC::reinit().
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.
Wolfgang Bangerth [Sun, 15 Feb 2015 19:58:56 +0000 (13:58 -0600)]
Minor doc update.
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().
Wolfgang Bangerth [Sun, 15 Feb 2015 19:55:32 +0000 (13:55 -0600)]
Update a few comments that relate to set_thread_limit().
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.
Wolfgang Bangerth [Sat, 14 Feb 2015 12:37:48 +0000 (06:37 -0600)]
Add an entry for a recent patch.
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.
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>
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
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.
Wolfgang Bangerth [Sat, 14 Feb 2015 12:54:31 +0000 (06:54 -0600)]
Rename to follow usual naming conventions.
Wolfgang Bangerth [Sat, 14 Feb 2015 12:28:56 +0000 (06:28 -0600)]
Add another test only for symmetric tensors.
Wolfgang Bangerth [Fri, 13 Feb 2015 14:47:57 +0000 (08:47 -0600)]
Add a test.
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.
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.
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.
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.
Timo Heister [Fri, 13 Feb 2015 18:32:48 +0000 (13:32 -0500)]
changelog
Timo Heister [Fri, 13 Feb 2015 18:09:46 +0000 (13:09 -0500)]
update tests
Timo Heister [Fri, 13 Feb 2015 17:55:51 +0000 (12:55 -0500)]
avoid using multithread_info
Timo Heister [Thu, 12 Feb 2015 00:06:58 +0000 (19:06 -0500)]
rework MultithreadInfo to have static members only
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.
Wolfgang Bangerth [Fri, 13 Feb 2015 16:07:13 +0000 (10:07 -0600)]
Implement the operator* for mixed types also for SymmetricTensor.
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.
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.
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
Wolfgang Bangerth [Fri, 13 Feb 2015 14:08:15 +0000 (08:08 -0600)]
Augment documentation.
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.
Lukas Korous [Fri, 13 Feb 2015 14:12:08 +0000 (15:12 +0100)]
Add additional library names for UMFPACK to FindUMFPACK.
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.
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.
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.
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.
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.
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.
Lukas Korous [Fri, 13 Feb 2015 13:40:54 +0000 (14:40 +0100)]
Small syntax fix for MSVC.
Lukas Korous [Fri, 13 Feb 2015 13:39:10 +0000 (14:39 +0100)]
Add proper data types to sparse_direct.
Lukas Korous [Fri, 13 Feb 2015 13:38:10 +0000 (14:38 +0100)]
Add proper CXX flags for MSVC debug.
Lukas Korous [Fri, 13 Feb 2015 13:33:04 +0000 (14:33 +0100)]
Remove the wrong special case of reldir setup for windows.
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.
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.
Wolfgang Bangerth [Thu, 12 Feb 2015 22:30:11 +0000 (16:30 -0600)]
Link to another tutorial program. Minor edits.
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)
Wolfgang Bangerth [Thu, 12 Feb 2015 18:35:03 +0000 (12:35 -0600)]
Remove the last function that shrinks linear systems.
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)
Timo Heister [Thu, 12 Feb 2015 15:42:44 +0000 (10:42 -0500)]
remove documentation of ConstraintMatrix:condense(big, small)
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.
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
Wolfgang Bangerth [Thu, 12 Feb 2015 13:37:35 +0000 (07:37 -0600)]
Get rid of (now unnecessary) explicit casts.
Wolfgang Bangerth [Wed, 11 Feb 2015 23:04:38 +0000 (17:04 -0600)]
Indent.
Wolfgang Bangerth [Wed, 11 Feb 2015 23:02:09 +0000 (17:02 -0600)]
Add testcases.
Wolfgang Bangerth [Thu, 5 Feb 2015 03:04:53 +0000 (21:04 -0600)]
Add a few operator overloads.
Wolfgang Bangerth [Wed, 11 Feb 2015 14:00:27 +0000 (08:00 -0600)]
Introduce a type that can be used to determine whether a template argument is a scalar or not.
Wolfgang Bangerth [Wed, 4 Feb 2015 14:45:58 +0000 (08:45 -0600)]
Introduce a new type ProductType to evaluate the result of a product.
Wolfgang Bangerth [Wed, 11 Feb 2015 13:58:30 +0000 (07:58 -0600)]
Disambiguate the use of operator*
Wolfgang Bangerth [Wed, 11 Feb 2015 04:19:11 +0000 (22:19 -0600)]
Disambiguate which operator* we want to take.
Use an explicitly cast from int to double in a few places.
Wolfgang Bangerth [Wed, 11 Feb 2015 23:24:52 +0000 (17:24 -0600)]
Make the set_thread_limit function readable by adding some commentary.
Also add some error checking.
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.