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