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

15 years agoUndo include file change from r19268. mpi.h cannot be included if we do not use MPI.
Martin Kronbichler [Sat, 15 Aug 2009 09:42:27 +0000 (09:42 +0000)]
Undo include file change from r19268. mpi.h cannot be included if we do not use MPI.

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

15 years agoWrite a decent part of the testcase section. Much to go, though.
Wolfgang Bangerth [Sat, 15 Aug 2009 05:29:06 +0000 (05:29 +0000)]
Write a decent part of the testcase section. Much to go, though.

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

15 years agoBreak out the function that computes the gravity vector.
Wolfgang Bangerth [Sat, 15 Aug 2009 05:16:35 +0000 (05:16 +0000)]
Break out the function that computes the gravity vector.

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

15 years agoChange things so that the gravity vector actually points down, rather than up.
Wolfgang Bangerth [Sat, 15 Aug 2009 04:43:27 +0000 (04:43 +0000)]
Change things so that the gravity vector actually points down, rather than up.

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

15 years agoFix math error.
Wolfgang Bangerth [Sat, 15 Aug 2009 01:45:20 +0000 (01:45 +0000)]
Fix math error.

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

15 years agoSwitch to circular/spherical shell testcase.
Wolfgang Bangerth [Fri, 14 Aug 2009 21:44:12 +0000 (21:44 +0000)]
Switch to circular/spherical shell testcase.

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

15 years agoClarify a detail.
Wolfgang Bangerth [Fri, 14 Aug 2009 21:33:05 +0000 (21:33 +0000)]
Clarify a detail.

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

15 years agoUtilities::System::job_supports_mpi.
Wolfgang Bangerth [Fri, 14 Aug 2009 21:27:59 +0000 (21:27 +0000)]
Utilities::System::job_supports_mpi.

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

15 years agoLeave notes.
Wolfgang Bangerth [Fri, 14 Aug 2009 18:32:07 +0000 (18:32 +0000)]
Leave notes.

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

15 years agoUse standard name for variables.
Wolfgang Bangerth [Fri, 14 Aug 2009 17:59:11 +0000 (17:59 +0000)]
Use standard name for variables.

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

15 years agoCall compress() on the rhs vector in project_initial_temperature. This
Wolfgang Bangerth [Fri, 14 Aug 2009 17:57:52 +0000 (17:57 +0000)]
Call compress() on the rhs vector in project_initial_temperature. This
didn't appear to matter so far because we always projected a zero
function, but if the initial temperature is spatially variable we get
very hard to track down errors without this call :-(

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

15 years agoUse 'beta' instead of 'β' in a heading as it appears to confuse doxygen.
Wolfgang Bangerth [Fri, 14 Aug 2009 16:15:16 +0000 (16:15 +0000)]
Use 'beta' instead of 'β' in a heading as it appears to confuse doxygen.

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

15 years agoAdd three more references.
Wolfgang Bangerth [Fri, 14 Aug 2009 16:06:04 +0000 (16:06 +0000)]
Add three more references.

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

15 years agoAdd these directories as they are necessary for a number of math related functions.
Wolfgang Bangerth [Fri, 14 Aug 2009 15:58:48 +0000 (15:58 +0000)]
Add these directories as they are necessary for a number of math related functions.

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

15 years agoEscape "parallel" in two places.
Martin Kronbichler [Fri, 14 Aug 2009 13:48:46 +0000 (13:48 +0000)]
Escape "parallel" in two places.

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

15 years agoFix one TODO.
Wolfgang Bangerth [Fri, 14 Aug 2009 00:15:24 +0000 (00:15 +0000)]
Fix one TODO.

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

15 years agoFix a couple of places where output_results needed to be adjusted.
Wolfgang Bangerth [Thu, 13 Aug 2009 16:32:31 +0000 (16:32 +0000)]
Fix a couple of places where output_results needed to be adjusted.

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

15 years agoFix copyright year.
Wolfgang Bangerth [Thu, 13 Aug 2009 15:18:06 +0000 (15:18 +0000)]
Fix copyright year.

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

15 years agoAdd some more results.
Wolfgang Bangerth [Thu, 13 Aug 2009 15:05:34 +0000 (15:05 +0000)]
Add some more results.

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

15 years agoAlso output partition information.
Wolfgang Bangerth [Thu, 13 Aug 2009 14:46:07 +0000 (14:46 +0000)]
Also output partition information.

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

15 years agoUse proper function name.
Wolfgang Bangerth [Thu, 13 Aug 2009 14:39:45 +0000 (14:39 +0000)]
Use proper function name.

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

15 years agoMake output_results not const, so that we can use computing_timer in there.
Wolfgang Bangerth [Thu, 13 Aug 2009 14:38:55 +0000 (14:38 +0000)]
Make output_results not const, so that we can use computing_timer in there.

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

15 years agoTime output_results. A couple more minor text edits.
Wolfgang Bangerth [Thu, 13 Aug 2009 14:36:29 +0000 (14:36 +0000)]
Time output_results. A couple more minor text edits.

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

15 years agoMinor text editing in a couple of places. Move one block in output_results
Wolfgang Bangerth [Thu, 13 Aug 2009 14:01:07 +0000 (14:01 +0000)]
Minor text editing in a couple of places. Move one block in output_results
into the part that is only worked on by one of the processors.

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

15 years agoSome web browsers (like Firefox) seem to not understand that the images should not...
Martin Kronbichler [Thu, 13 Aug 2009 09:37:14 +0000 (09:37 +0000)]
Some web browsers (like Firefox) seem to not understand that the images should not take more than 49 precent of available text width, so the second image is completely unvisible to me. Put them in a vertical array instead.

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

15 years agoFinished writing in-code comments.
Martin Kronbichler [Thu, 13 Aug 2009 09:34:58 +0000 (09:34 +0000)]
Finished writing in-code comments.

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

15 years agoSay what problem we are solving.
Wolfgang Bangerth [Wed, 12 Aug 2009 23:22:00 +0000 (23:22 +0000)]
Say what problem we are solving.

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

15 years agoAdd some initial results.
Wolfgang Bangerth [Wed, 12 Aug 2009 16:43:16 +0000 (16:43 +0000)]
Add some initial results.

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

15 years agoAdd some more comments.
Martin Kronbichler [Wed, 12 Aug 2009 16:13:05 +0000 (16:13 +0000)]
Add some more comments.

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

15 years agoImprove some comments.
Martin Kronbichler [Wed, 12 Aug 2009 15:38:07 +0000 (15:38 +0000)]
Improve some comments.

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

15 years agoDocument setup_dofs.
Wolfgang Bangerth [Wed, 12 Aug 2009 15:21:25 +0000 (15:21 +0000)]
Document setup_dofs.

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

15 years agoDocument the setup_*_matrix functions.
Wolfgang Bangerth [Wed, 12 Aug 2009 14:57:58 +0000 (14:57 +0000)]
Document the setup_*_matrix functions.

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

15 years agoAdd a couple of sentences. Strip all trailing whitespace.
Wolfgang Bangerth [Wed, 12 Aug 2009 14:41:18 +0000 (14:41 +0000)]
Add a couple of sentences. Strip all trailing whitespace.

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

15 years agoLeave myself a TODO.
Wolfgang Bangerth [Wed, 12 Aug 2009 14:40:09 +0000 (14:40 +0000)]
Leave myself a TODO.

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