]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
15 years agoFound a smarter way to set the diagonal.
Martin Kronbichler [Mon, 7 Sep 2009 19:52:00 +0000 (19:52 +0000)]
Found a smarter way to set the diagonal.

git-svn-id: https://svn.dealii.org/trunk@19409 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoadd a constructor for a zero polynomial of degree n
Guido Kanschat [Mon, 7 Sep 2009 16:40:50 +0000 (16:40 +0000)]
add a constructor for a zero polynomial of degree n

git-svn-id: https://svn.dealii.org/trunk@19408 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMake sure that destroy_communicator does nothing in case we're using Trilinos without...
Martin Kronbichler [Mon, 7 Sep 2009 07:05:29 +0000 (07:05 +0000)]
Make sure that destroy_communicator does nothing in case we're using Trilinos without MPI.

git-svn-id: https://svn.dealii.org/trunk@19407 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoReset to a higher end time.
Wolfgang Bangerth [Mon, 7 Sep 2009 00:45:39 +0000 (00:45 +0000)]
Reset to a higher end time.

git-svn-id: https://svn.dealii.org/trunk@19406 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoShow results.
Wolfgang Bangerth [Mon, 7 Sep 2009 00:20:00 +0000 (00:20 +0000)]
Show results.

git-svn-id: https://svn.dealii.org/trunk@19405 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoImplement the destroy_communicator() function. Use it for Trilinos objects, and make...
Wolfgang Bangerth [Mon, 7 Sep 2009 00:13:02 +0000 (00:13 +0000)]
Implement the destroy_communicator() function. Use it for Trilinos objects, and make sure not to destroy the ones for the sparsity pattern since they apparently are still used.

git-svn-id: https://svn.dealii.org/trunk@19404 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSet file properties.
Wolfgang Bangerth [Sun, 6 Sep 2009 15:21:29 +0000 (15:21 +0000)]
Set file properties.

git-svn-id: https://svn.dealii.org/trunk@19403 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoIgnore output files.
Wolfgang Bangerth [Sun, 6 Sep 2009 15:20:00 +0000 (15:20 +0000)]
Ignore output files.

git-svn-id: https://svn.dealii.org/trunk@19402 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoProperly set file properties.
Wolfgang Bangerth [Sun, 6 Sep 2009 15:18:21 +0000 (15:18 +0000)]
Properly set file properties.

git-svn-id: https://svn.dealii.org/trunk@19401 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSlightly adjust testcase.
Wolfgang Bangerth [Sun, 6 Sep 2009 15:13:07 +0000 (15:13 +0000)]
Slightly adjust testcase.

git-svn-id: https://svn.dealii.org/trunk@19400 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRemove debug output.
Wolfgang Bangerth [Sun, 6 Sep 2009 15:05:39 +0000 (15:05 +0000)]
Remove debug output.

git-svn-id: https://svn.dealii.org/trunk@19399 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNew test.
Wolfgang Bangerth [Sun, 6 Sep 2009 15:02:12 +0000 (15:02 +0000)]
New test.

git-svn-id: https://svn.dealii.org/trunk@19398 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd to documentation.
Wolfgang Bangerth [Sun, 6 Sep 2009 01:20:38 +0000 (01:20 +0000)]
Add to documentation.

git-svn-id: https://svn.dealii.org/trunk@19397 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd to documentation.
Wolfgang Bangerth [Sun, 6 Sep 2009 01:19:13 +0000 (01:19 +0000)]
Add to documentation.

git-svn-id: https://svn.dealii.org/trunk@19396 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDo less output. Do less mesh refinement.
Wolfgang Bangerth [Fri, 4 Sep 2009 19:54:09 +0000 (19:54 +0000)]
Do less output. Do less mesh refinement.

git-svn-id: https://svn.dealii.org/trunk@19395 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoComments cleanup.
Martin Kronbichler [Fri, 4 Sep 2009 17:11:39 +0000 (17:11 +0000)]
Comments cleanup.

git-svn-id: https://svn.dealii.org/trunk@19394 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoLanguage fixes.
Martin Kronbichler [Fri, 4 Sep 2009 13:56:38 +0000 (13:56 +0000)]
Language fixes.

git-svn-id: https://svn.dealii.org/trunk@19393 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoCorrect sample code.
Martin Kronbichler [Fri, 4 Sep 2009 09:42:27 +0000 (09:42 +0000)]
Correct sample code.

git-svn-id: https://svn.dealii.org/trunk@19392 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMake formula consistent.
Martin Kronbichler [Fri, 4 Sep 2009 09:32:46 +0000 (09:32 +0000)]
Make formula consistent.

git-svn-id: https://svn.dealii.org/trunk@19391 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoProperly set the degree of polynomial approximation in the Chebyshev smoother. Damped...
Martin Kronbichler [Fri, 4 Sep 2009 08:50:00 +0000 (08:50 +0000)]
Properly set the degree of polynomial approximation in the Chebyshev smoother. Damped Jacobi is degree zero, not degree 1.

git-svn-id: https://svn.dealii.org/trunk@19390 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAnd one more update.
Martin Kronbichler [Fri, 4 Sep 2009 08:36:43 +0000 (08:36 +0000)]
And one more update.

git-svn-id: https://svn.dealii.org/trunk@19389 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoOne more comment update.
Martin Kronbichler [Fri, 4 Sep 2009 08:35:39 +0000 (08:35 +0000)]
One more comment update.

git-svn-id: https://svn.dealii.org/trunk@19388 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoCleaned up code and comments a bit.
Martin Kronbichler [Fri, 4 Sep 2009 07:26:47 +0000 (07:26 +0000)]
Cleaned up code and comments a bit.

git-svn-id: https://svn.dealii.org/trunk@19387 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSome more comments updates.
Martin Kronbichler [Fri, 4 Sep 2009 06:55:21 +0000 (06:55 +0000)]
Some more comments updates.

git-svn-id: https://svn.dealii.org/trunk@19386 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd declaration of destroy_communicator(); implementation will come tomorrow.
Wolfgang Bangerth [Fri, 4 Sep 2009 03:48:54 +0000 (03:48 +0000)]
Add declaration of destroy_communicator(); implementation will come tomorrow.

git-svn-id: https://svn.dealii.org/trunk@19385 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRegenerate.
Wolfgang Bangerth [Thu, 3 Sep 2009 22:26:40 +0000 (22:26 +0000)]
Regenerate.

git-svn-id: https://svn.dealii.org/trunk@19383 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDo not check for a header file that's no longer in Trilinos dev.
Wolfgang Bangerth [Thu, 3 Sep 2009 22:26:05 +0000 (22:26 +0000)]
Do not check for a header file that's no longer in Trilinos dev.

git-svn-id: https://svn.dealii.org/trunk@19382 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix two typos found by Till Heinemann.
Wolfgang Bangerth [Thu, 3 Sep 2009 19:22:44 +0000 (19:22 +0000)]
Fix two typos found by Till Heinemann.

git-svn-id: https://svn.dealii.org/trunk@19381 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoA few more edits.
Wolfgang Bangerth [Thu, 3 Sep 2009 18:43:29 +0000 (18:43 +0000)]
A few more edits.

git-svn-id: https://svn.dealii.org/trunk@19379 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMinor proof reading -- very good text already!
Wolfgang Bangerth [Thu, 3 Sep 2009 18:25:58 +0000 (18:25 +0000)]
Minor proof reading -- very good text already!

git-svn-id: https://svn.dealii.org/trunk@19378 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWrite an introduction.
Martin Kronbichler [Thu, 3 Sep 2009 16:06:00 +0000 (16:06 +0000)]
Write an introduction.

git-svn-id: https://svn.dealii.org/trunk@19376 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoComments updated.
Martin Kronbichler [Thu, 3 Sep 2009 12:51:09 +0000 (12:51 +0000)]
Comments updated.

git-svn-id: https://svn.dealii.org/trunk@19374 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoOutput only every 20th step. Be prepared to output up to 100,000 steps.
Wolfgang Bangerth [Thu, 3 Sep 2009 12:35:42 +0000 (12:35 +0000)]
Output only every 20th step. Be prepared to output up to 100,000 steps.

git-svn-id: https://svn.dealii.org/trunk@19373 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoList a fix from today.
Wolfgang Bangerth [Wed, 2 Sep 2009 22:34:36 +0000 (22:34 +0000)]
List a fix from today.

git-svn-id: https://svn.dealii.org/trunk@19371 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWhen doing reinit() on a distributed vector, it is not enough to ensure that the...
Wolfgang Bangerth [Wed, 2 Sep 2009 18:05:22 +0000 (18:05 +0000)]
When doing reinit() on a distributed vector, it is not enough to ensure that the local range is the same, but we'd need to make sure that *all* local ranges are the same. We can do so by comparing the Trilinos maps.

git-svn-id: https://svn.dealii.org/trunk@19370 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWork around a bug in gcc 4.0 where it injects a friend class
Wolfgang Bangerth [Wed, 2 Sep 2009 18:01:23 +0000 (18:01 +0000)]
Work around a bug in gcc 4.0 where it injects a friend class
declaration into the wrong namespace.

git-svn-id: https://svn.dealii.org/trunk@19369 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSmall doc change.
Wolfgang Bangerth [Wed, 2 Sep 2009 16:16:06 +0000 (16:16 +0000)]
Small doc change.

git-svn-id: https://svn.dealii.org/trunk@19368 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix compilation problem.
Wolfgang Bangerth [Wed, 2 Sep 2009 16:06:41 +0000 (16:06 +0000)]
Fix compilation problem.

git-svn-id: https://svn.dealii.org/trunk@19367 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoImprove documentation.
Martin Kronbichler [Wed, 2 Sep 2009 13:18:25 +0000 (13:18 +0000)]
Improve documentation.

git-svn-id: https://svn.dealii.org/trunk@19366 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRevert dimension to 2.
Martin Kronbichler [Wed, 2 Sep 2009 10:40:31 +0000 (10:40 +0000)]
Revert dimension to 2.

git-svn-id: https://svn.dealii.org/trunk@19365 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNew results.
Martin Kronbichler [Wed, 2 Sep 2009 10:38:01 +0000 (10:38 +0000)]
New results.

git-svn-id: https://svn.dealii.org/trunk@19364 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWrote in-code comments. Make matrix-vector product parallel (even though it uses...
Martin Kronbichler [Wed, 2 Sep 2009 10:37:31 +0000 (10:37 +0000)]
Wrote in-code comments. Make matrix-vector product parallel (even though it uses locks right now).

git-svn-id: https://svn.dealii.org/trunk@19363 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoOn Mac OS X, all symbols referenced in a shared lib must be available. Since we use...
Wolfgang Bangerth [Tue, 1 Sep 2009 19:00:53 +0000 (19:00 +0000)]
On Mac OS X, all symbols referenced in a shared lib must be available. Since we use Vector<T> in a number of places, this means that we also have to have available everything that Vector uses, in particular the symbol internal::Vector::minimum_parallel_grain_size. Move this variable to base into parallel.{h,cc} to make the OS X linker happy. While there, also move internal::SparseMatrix::minimum_parallel_grain_size.

git-svn-id: https://svn.dealii.org/trunk@19362 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoThe Laplacian is a symmetric operation, so only store the symmetric part of it. Produ...
Martin Kronbichler [Tue, 1 Sep 2009 13:49:44 +0000 (13:49 +0000)]
The Laplacian is a symmetric operation, so only store the symmetric part of it. Produce even 3D output in results.

git-svn-id: https://svn.dealii.org/trunk@19361 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoImplement and document pressure scaling.
Wolfgang Bangerth [Tue, 1 Sep 2009 02:48:16 +0000 (02:48 +0000)]
Implement and document pressure scaling.

git-svn-id: https://svn.dealii.org/trunk@19360 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoEscape 'internal'.
Wolfgang Bangerth [Tue, 1 Sep 2009 02:38:09 +0000 (02:38 +0000)]
Escape 'internal'.

git-svn-id: https://svn.dealii.org/trunk@19359 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoEscape 'numbers'.
Wolfgang Bangerth [Tue, 1 Sep 2009 02:37:37 +0000 (02:37 +0000)]
Escape 'numbers'.

git-svn-id: https://svn.dealii.org/trunk@19358 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDocument our approach to scaling the equations.
Wolfgang Bangerth [Tue, 1 Sep 2009 02:35:39 +0000 (02:35 +0000)]
Document our approach to scaling the equations.

git-svn-id: https://svn.dealii.org/trunk@19357 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd a section on scaling. Not quite finished yet, though.
Wolfgang Bangerth [Mon, 31 Aug 2009 22:55:23 +0000 (22:55 +0000)]
Add a section on scaling. Not quite finished yet, though.

git-svn-id: https://svn.dealii.org/trunk@19356 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd a first version of the step-37 tutorial program that implements a matrix-free...
Martin Kronbichler [Mon, 31 Aug 2009 15:33:08 +0000 (15:33 +0000)]
Add a first version of the step-37 tutorial program that implements a matrix-free method for the Laplace equation and combines it with multigrid.

git-svn-id: https://svn.dealii.org/trunk@19355 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix two more typos.
Martin Kronbichler [Mon, 31 Aug 2009 13:39:49 +0000 (13:39 +0000)]
Fix two more typos.

git-svn-id: https://svn.dealii.org/trunk@19354 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAllow reinit without setting zeros in TableBase class.
Martin Kronbichler [Mon, 31 Aug 2009 13:05:08 +0000 (13:05 +0000)]
Allow reinit without setting zeros in TableBase class.

git-svn-id: https://svn.dealii.org/trunk@19353 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoImplement two more matrix-matrix multiplications: the case when B is transposed.
Martin Kronbichler [Mon, 31 Aug 2009 13:04:05 +0000 (13:04 +0000)]
Implement two more matrix-matrix multiplications: the case when B is transposed.

git-svn-id: https://svn.dealii.org/trunk@19352 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMake the initialize function in Chebyshev preconditioner unique.
Martin Kronbichler [Mon, 31 Aug 2009 13:02:30 +0000 (13:02 +0000)]
Make the initialize function in Chebyshev preconditioner unique.

git-svn-id: https://svn.dealii.org/trunk@19351 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSome more tiny comments changes.
Martin Kronbichler [Fri, 28 Aug 2009 10:42:01 +0000 (10:42 +0000)]
Some more tiny comments changes.

git-svn-id: https://svn.dealii.org/trunk@19350 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdate some obsolete comments.
Martin Kronbichler [Fri, 28 Aug 2009 08:36:24 +0000 (08:36 +0000)]
Update some obsolete comments.

git-svn-id: https://svn.dealii.org/trunk@19349 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFinish implementation of Chebyshev preconditioner.
Martin Kronbichler [Thu, 27 Aug 2009 15:18:38 +0000 (15:18 +0000)]
Finish implementation of Chebyshev preconditioner.

git-svn-id: https://svn.dealii.org/trunk@19348 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoadd initializers with BlockIndices
Guido Kanschat [Wed, 26 Aug 2009 18:09:32 +0000 (18:09 +0000)]
add initializers with BlockIndices

git-svn-id: https://svn.dealii.org/trunk@19347 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoadd functionality to FETools::compute_block_renumbering
Guido Kanschat [Wed, 26 Aug 2009 18:08:58 +0000 (18:08 +0000)]
add functionality to FETools::compute_block_renumbering

git-svn-id: https://svn.dealii.org/trunk@19346 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix one more place.
Wolfgang Bangerth [Wed, 26 Aug 2009 16:47:26 +0000 (16:47 +0000)]
Fix one more place.

git-svn-id: https://svn.dealii.org/trunk@19345 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUse better markup for comp(i) and base(i).
Wolfgang Bangerth [Wed, 26 Aug 2009 16:13:09 +0000 (16:13 +0000)]
Use better markup for comp(i) and base(i).

git-svn-id: https://svn.dealii.org/trunk@19344 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a few wrong indices, as pointed out by Till Heinemann.
Wolfgang Bangerth [Wed, 26 Aug 2009 16:12:03 +0000 (16:12 +0000)]
Fix a few wrong indices, as pointed out by Till Heinemann.

git-svn-id: https://svn.dealii.org/trunk@19343 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoEscape 'parallel'.
Wolfgang Bangerth [Wed, 26 Aug 2009 16:08:19 +0000 (16:08 +0000)]
Escape 'parallel'.

git-svn-id: https://svn.dealii.org/trunk@19342 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUse a different symbol (U_i) for the expansion coefficients, to
Wolfgang Bangerth [Wed, 26 Aug 2009 16:07:11 +0000 (16:07 +0000)]
Use a different symbol (U_i) for the expansion coefficients, to
differentiate it from the components u_i of the vector-valued solution u.

git-svn-id: https://svn.dealii.org/trunk@19341 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDon't include header files that aren't present any more in current Trilinos dev.
Wolfgang Bangerth [Tue, 25 Aug 2009 20:42:44 +0000 (20:42 +0000)]
Don't include header files that aren't present any more in current Trilinos dev.

git-svn-id: https://svn.dealii.org/trunk@19340 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoImprove wording.
Wolfgang Bangerth [Tue, 25 Aug 2009 19:51:32 +0000 (19:51 +0000)]
Improve wording.

git-svn-id: https://svn.dealii.org/trunk@19339 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoProvide one more instatiation.
Martin Kronbichler [Tue, 25 Aug 2009 14:23:59 +0000 (14:23 +0000)]
Provide one more instatiation.

git-svn-id: https://svn.dealii.org/trunk@19338 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoProvide an implemention for a Chebyshev polynomial preconditioner.
Martin Kronbichler [Tue, 25 Aug 2009 12:16:39 +0000 (12:16 +0000)]
Provide an implemention for a Chebyshev polynomial preconditioner.

git-svn-id: https://svn.dealii.org/trunk@19337 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoThe method Jacobi_step now uses vmult and other pre-defined functions instead of...
Martin Kronbichler [Tue, 25 Aug 2009 11:00:37 +0000 (11:00 +0000)]
The method Jacobi_step now uses vmult and other pre-defined functions instead of implementing the sweep by itselfs. This makes sure that the function gets parallelized by threads.

git-svn-id: https://svn.dealii.org/trunk@19336 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoThe first few operations in the CG algorithm can be written in a more compact form.
Martin Kronbichler [Tue, 25 Aug 2009 10:58:42 +0000 (10:58 +0000)]
The first few operations in the CG algorithm can be written in a more compact form.

git-svn-id: https://svn.dealii.org/trunk@19335 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSet one more parameter in AMG preconditioner setup.
Martin Kronbichler [Tue, 25 Aug 2009 10:56:51 +0000 (10:56 +0000)]
Set one more parameter in AMG preconditioner setup.

git-svn-id: https://svn.dealii.org/trunk@19334 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoPrint maximal velocity.
Wolfgang Bangerth [Mon, 24 Aug 2009 16:17:33 +0000 (16:17 +0000)]
Print maximal velocity.

git-svn-id: https://svn.dealii.org/trunk@19333 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRemove a file that is seriously outdated.
Wolfgang Bangerth [Mon, 24 Aug 2009 13:34:00 +0000 (13:34 +0000)]
Remove a file that is seriously outdated.

git-svn-id: https://svn.dealii.org/trunk@19332 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd explicit cast.
Wolfgang Bangerth [Fri, 21 Aug 2009 17:23:32 +0000 (17:23 +0000)]
Add explicit cast.

git-svn-id: https://svn.dealii.org/trunk@19331 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWrite a couple of paragraphs.
Wolfgang Bangerth [Fri, 21 Aug 2009 17:20:39 +0000 (17:20 +0000)]
Write a couple of paragraphs.

git-svn-id: https://svn.dealii.org/trunk@19330 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoChoose parameters correctly, at least for 2d.
Wolfgang Bangerth [Fri, 21 Aug 2009 17:17:51 +0000 (17:17 +0000)]
Choose parameters correctly, at least for 2d.

git-svn-id: https://svn.dealii.org/trunk@19329 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoadd
Wolfgang Bangerth [Fri, 21 Aug 2009 17:15:04 +0000 (17:15 +0000)]
add

git-svn-id: https://svn.dealii.org/trunk@19328 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoProvide parallelized versions of some more vector-vector operations like assignments...
Martin Kronbichler [Fri, 21 Aug 2009 15:39:07 +0000 (15:39 +0000)]
Provide parallelized versions of some more vector-vector operations like assignments, adds.

git-svn-id: https://svn.dealii.org/trunk@19327 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSince TBB 2.2 (which we have just imported), there is no longer a need to create...
Wolfgang Bangerth [Thu, 20 Aug 2009 23:44:16 +0000 (23:44 +0000)]
Since TBB 2.2 (which we have just imported), there is no longer a need to create by hand a scheduler object of type tbb::task_scheduler_init in each thread. Rather, the TBB can do that itself whenever necessary. Make use of that feature and get rid of code that was hard to get right in the first place.

git-svn-id: https://svn.dealii.org/trunk@19326 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoExtend hierarchy.
Wolfgang Bangerth [Thu, 20 Aug 2009 23:12:15 +0000 (23:12 +0000)]
Extend hierarchy.

git-svn-id: https://svn.dealii.org/trunk@19325 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDocument --with-cpu=native.
Wolfgang Bangerth [Thu, 20 Aug 2009 22:15:44 +0000 (22:15 +0000)]
Document --with-cpu=native.

git-svn-id: https://svn.dealii.org/trunk@19324 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDocument --with-cpu=native.
Wolfgang Bangerth [Thu, 20 Aug 2009 22:13:47 +0000 (22:13 +0000)]
Document --with-cpu=native.

git-svn-id: https://svn.dealii.org/trunk@19323 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix typo in aclocal.m4. Regenerate configure.
Wolfgang Bangerth [Thu, 20 Aug 2009 22:11:34 +0000 (22:11 +0000)]
Fix typo in aclocal.m4. Regenerate configure.

git-svn-id: https://svn.dealii.org/trunk@19322 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAllow --with-cpu=native.
Wolfgang Bangerth [Thu, 20 Aug 2009 21:54:00 +0000 (21:54 +0000)]
Allow --with-cpu=native.

git-svn-id: https://svn.dealii.org/trunk@19321 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSwitch to using the newer version of the TBB.
Wolfgang Bangerth [Thu, 20 Aug 2009 20:28:58 +0000 (20:28 +0000)]
Switch to using the newer version of the TBB.

git-svn-id: https://svn.dealii.org/trunk@19320 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoTake over adjustments to build system from previous versions of the TBB in our direct...
Wolfgang Bangerth [Thu, 20 Aug 2009 20:28:29 +0000 (20:28 +0000)]
Take over adjustments to build system from previous versions of the TBB in our directories.

git-svn-id: https://svn.dealii.org/trunk@19319 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRemove examples and tests directories.
Wolfgang Bangerth [Thu, 20 Aug 2009 20:19:06 +0000 (20:19 +0000)]
Remove examples and tests directories.

git-svn-id: https://svn.dealii.org/trunk@19318 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd new release TBB 2.2.
Wolfgang Bangerth [Thu, 20 Aug 2009 20:12:30 +0000 (20:12 +0000)]
Add new release TBB 2.2.

git-svn-id: https://svn.dealii.org/trunk@19317 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoalready FEFaceValuesBase has an integration dimension
Guido Kanschat [Wed, 19 Aug 2009 19:19:46 +0000 (19:19 +0000)]
already FEFaceValuesBase has an integration dimension

git-svn-id: https://svn.dealii.org/trunk@19316 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoEscape 'parallel' in a bunch of places.
Wolfgang Bangerth [Wed, 19 Aug 2009 18:11:07 +0000 (18:11 +0000)]
Escape 'parallel' in a bunch of places.

git-svn-id: https://svn.dealii.org/trunk@19315 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix determination of c_R in the program, and document our value.
Wolfgang Bangerth [Wed, 19 Aug 2009 18:08:53 +0000 (18:08 +0000)]
Fix determination of c_R in the program, and document our value.

git-svn-id: https://svn.dealii.org/trunk@19314 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoallow printing to deallog
Guido Kanschat [Wed, 19 Aug 2009 17:02:26 +0000 (17:02 +0000)]
allow printing to deallog

git-svn-id: https://svn.dealii.org/trunk@19313 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a bug in a formula.
Wolfgang Bangerth [Wed, 19 Aug 2009 14:57:17 +0000 (14:57 +0000)]
Fix a bug in a formula.

git-svn-id: https://svn.dealii.org/trunk@19312 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a small language problem.
Martin Kronbichler [Wed, 19 Aug 2009 11:40:10 +0000 (11:40 +0000)]
Fix a small language problem.

git-svn-id: https://svn.dealii.org/trunk@19311 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a compile problem.
Martin Kronbichler [Wed, 19 Aug 2009 07:26:11 +0000 (07:26 +0000)]
Fix a compile problem.

git-svn-id: https://svn.dealii.org/trunk@19310 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoremove reference to 3D in 2D
Guido Kanschat [Wed, 19 Aug 2009 04:57:06 +0000 (04:57 +0000)]
remove reference to 3D in 2D

git-svn-id: https://svn.dealii.org/trunk@19309 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoBack down again on the time step -- this wasn't the problem with stability.
Wolfgang Bangerth [Wed, 19 Aug 2009 03:16:25 +0000 (03:16 +0000)]
Back down again on the time step -- this wasn't the problem with stability.

git-svn-id: https://svn.dealii.org/trunk@19308 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRemove assertions. It is true that they are satisfied all the time but
Wolfgang Bangerth [Tue, 18 Aug 2009 21:24:31 +0000 (21:24 +0000)]
Remove assertions. It is true that they are satisfied all the time but
just not on very coarse meshes where sometimes we have quadrature
points inside the inner ring because we only use a Q1 mapping.

git-svn-id: https://svn.dealii.org/trunk@19307 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoBe more consistent in using sizeof(type) instead of sizeof(variable).
Wolfgang Bangerth [Tue, 18 Aug 2009 18:41:27 +0000 (18:41 +0000)]
Be more consistent in using sizeof(type) instead of sizeof(variable).

git-svn-id: https://svn.dealii.org/trunk@19306 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoEscape 'parallel'.
Wolfgang Bangerth [Tue, 18 Aug 2009 18:19:16 +0000 (18:19 +0000)]
Escape 'parallel'.

git-svn-id: https://svn.dealii.org/trunk@19305 0785d39b-7218-0410-832d-ea1e28bc413d


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.