]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
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

15 years agoFix link.
Wolfgang Bangerth [Tue, 18 Aug 2009 18:16:20 +0000 (18:16 +0000)]
Fix link.

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

15 years agoAdd pictures to the documentation.
Wolfgang Bangerth [Tue, 18 Aug 2009 12:49:00 +0000 (12:49 +0000)]
Add pictures to the documentation.

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

15 years agoRemove.
Wolfgang Bangerth [Tue, 18 Aug 2009 12:34:41 +0000 (12:34 +0000)]
Remove.

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

15 years agoAdd new test.
Wolfgang Bangerth [Tue, 18 Aug 2009 12:34:21 +0000 (12:34 +0000)]
Add new test.

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

15 years agoUse Dirichlet boundary conditions for temperature instead of natural conditions....
Martin Kronbichler [Tue, 18 Aug 2009 12:06:37 +0000 (12:06 +0000)]
Use Dirichlet boundary conditions for temperature instead of natural conditions. Use ConstraintMatrix for implementing this. Comment the things that have changed.

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

15 years agoUpdated version.
Wolfgang Bangerth [Tue, 18 Aug 2009 11:58:16 +0000 (11:58 +0000)]
Updated version.

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

15 years agoAdd one more check for inhomogeneous constraints. Correct one mistake in distribute_l...
Martin Kronbichler [Tue, 18 Aug 2009 11:46:07 +0000 (11:46 +0000)]
Add one more check for inhomogeneous constraints. Correct one mistake in distribute_local_to_global function.

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

15 years agoLink to the geodynamics demonstration suite.
Wolfgang Bangerth [Tue, 18 Aug 2009 00:04:55 +0000 (00:04 +0000)]
Link to the geodynamics demonstration suite.

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

15 years agoSet props correctly.
Wolfgang Bangerth [Tue, 18 Aug 2009 00:03:00 +0000 (00:03 +0000)]
Set props correctly.

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

15 years agoAdd.
Wolfgang Bangerth [Tue, 18 Aug 2009 00:02:34 +0000 (00:02 +0000)]
Add.

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

15 years agoWording change, set props.
Wolfgang Bangerth [Mon, 17 Aug 2009 23:18:05 +0000 (23:18 +0000)]
Wording change, set props.

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

15 years agoComment on the testcase shown.
Wolfgang Bangerth [Mon, 17 Aug 2009 22:14:54 +0000 (22:14 +0000)]
Comment on the testcase shown.

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

15 years agoBetter document what we were doing here.
Wolfgang Bangerth [Mon, 17 Aug 2009 20:39:30 +0000 (20:39 +0000)]
Better document what we were doing here.

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

15 years agoAlso escape 'parallel'.
Wolfgang Bangerth [Mon, 17 Aug 2009 20:27:54 +0000 (20:27 +0000)]
Also escape 'parallel'.

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

15 years agoEscape 'numbers'.
Wolfgang Bangerth [Mon, 17 Aug 2009 20:24:53 +0000 (20:24 +0000)]
Escape 'numbers'.

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

15 years agoFix grammar.
Wolfgang Bangerth [Mon, 17 Aug 2009 17:33:57 +0000 (17:33 +0000)]
Fix grammar.

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

15 years agoConeBoundary and GridGenerator::truncated_cone. Implementation by Markus Buerg.
Wolfgang Bangerth [Mon, 17 Aug 2009 17:26:47 +0000 (17:26 +0000)]
ConeBoundary and GridGenerator::truncated_cone. Implementation by Markus Buerg.

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

15 years agoStyle police.
Wolfgang Bangerth [Mon, 17 Aug 2009 16:03:43 +0000 (16:03 +0000)]
Style police.

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

15 years agoGrammar police.
Wolfgang Bangerth [Mon, 17 Aug 2009 15:49:57 +0000 (15:49 +0000)]
Grammar police.

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

15 years agoSet end time to 30 million years.
Wolfgang Bangerth [Mon, 17 Aug 2009 13:52:41 +0000 (13:52 +0000)]
Set end time to 30 million years.

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

15 years agoDiscuss end times.
Wolfgang Bangerth [Mon, 17 Aug 2009 13:51:21 +0000 (13:51 +0000)]
Discuss end times.

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

15 years agoSet end time.
Wolfgang Bangerth [Mon, 17 Aug 2009 13:46:57 +0000 (13:46 +0000)]
Set end time.

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

15 years agoChoose a reasonable end time. Leave TODOs.
Wolfgang Bangerth [Mon, 17 Aug 2009 03:06:10 +0000 (03:06 +0000)]
Choose a reasonable end time. Leave TODOs.

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

15 years agoFinish writing the testcase part.
Wolfgang Bangerth [Mon, 17 Aug 2009 02:46:52 +0000 (02:46 +0000)]
Finish writing the testcase part.

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

15 years agoFix more places where we referenced the Rayleigh number.
Wolfgang Bangerth [Mon, 17 Aug 2009 00:45:24 +0000 (00:45 +0000)]
Fix more places where we referenced the Rayleigh number.

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

15 years agoWe were incorrectly referring to something as the 'Rayleigh' number, but it wasn...
Wolfgang Bangerth [Sun, 16 Aug 2009 23:50:06 +0000 (23:50 +0000)]
We were incorrectly referring to something as the 'Rayleigh' number, but it wasn't actually. Correct this.

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

15 years agoUpdate.
Wolfgang Bangerth [Sun, 16 Aug 2009 18:07:17 +0000 (18:07 +0000)]
Update.

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

15 years agoFix a wording problem.
Wolfgang Bangerth [Sat, 15 Aug 2009 23:31:20 +0000 (23:31 +0000)]
Fix a wording problem.

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

15 years agoImplement the constant density sphere gravity model.
Wolfgang Bangerth [Sat, 15 Aug 2009 23:28:45 +0000 (23:28 +0000)]
Implement the constant density sphere gravity model.

git-svn-id: https://svn.dealii.org/trunk@19276 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.