]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
15 years agoUse correct output of block_info.
kronbichler [Thu, 17 Sep 2009 16:40:49 +0000 (16:40 +0000)]
Use correct output of block_info.

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

15 years agoWrote an internal find_constraint function so that the implementation gets a bit...
kronbichler [Thu, 17 Sep 2009 16:38:20 +0000 (16:38 +0000)]
Wrote an internal find_constraint function so that the implementation gets a bit more handy in some places.

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

15 years agoLagrange polynomials of degree larger than 10
kanschat [Wed, 16 Sep 2009 18:55:58 +0000 (18:55 +0000)]
Lagrange polynomials of degree larger than 10

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

15 years agoadd multilevel paper as describing deal.II
kanschat [Wed, 16 Sep 2009 18:55:08 +0000 (18:55 +0000)]
add multilevel paper as describing deal.II

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

15 years agoMinor code edits.
bangerth [Wed, 16 Sep 2009 14:12:33 +0000 (14:12 +0000)]
Minor code edits.

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

15 years agoMinor updates to docs. Don't declare functions inline that are only used in
bangerth [Wed, 16 Sep 2009 14:09:56 +0000 (14:09 +0000)]
Minor updates to docs. Don't declare functions inline that are only used in
this single file -- compilers are much better at figuring out what to inline
than humans anyway, and within a single file there is no difference in
external/internalness of functions.

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

15 years agoAdd note.
bangerth [Wed, 16 Sep 2009 12:11:54 +0000 (12:11 +0000)]
Add note.

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

15 years agoMinor edit.
bangerth [Wed, 16 Sep 2009 12:09:29 +0000 (12:09 +0000)]
Minor edit.

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

15 years ago Added the implementation section
salgado [Tue, 15 Sep 2009 18:52:10 +0000 (18:52 +0000)]
 Added the implementation section

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

15 years agoThere was a small typo.
salgado [Tue, 15 Sep 2009 18:36:35 +0000 (18:36 +0000)]
There was a small typo.

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

15 years ago# deal with HSL; this should have been $(lib-contrib-hsl) but for a long time we
bangerth [Tue, 15 Sep 2009 18:00:49 +0000 (18:00 +0000)]
# deal with HSL; this should have been $(lib-contrib-hsl) but for a long time we
# accidentally had $(lib-hsl) -- so we simply make both symbols available

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

15 years agoSet F77FLAGS in the correct place.
bangerth [Tue, 15 Sep 2009 13:32:29 +0000 (13:32 +0000)]
Set F77FLAGS in the correct place.

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

15 years agoChanged graphics to png format and trimmed the unwanted whitespace
salgado [Mon, 14 Sep 2009 17:39:32 +0000 (17:39 +0000)]
Changed graphics to png format and trimmed the unwanted whitespace

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

15 years agochange behavior of size()
kanschat [Sun, 13 Sep 2009 20:02:03 +0000 (20:02 +0000)]
change behavior of size()

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

15 years agowrong compare file
kanschat [Sun, 13 Sep 2009 19:57:03 +0000 (19:57 +0000)]
wrong compare file

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

15 years agonew NamedData and NamedSelection classes
kanschat [Sun, 13 Sep 2009 19:56:31 +0000 (19:56 +0000)]
new NamedData and NamedSelection classes

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

15 years agonew NamedData and NamedSelection classes
kanschat [Sun, 13 Sep 2009 19:55:57 +0000 (19:55 +0000)]
new NamedData and NamedSelection classes

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

15 years agoextend cosine to vector valued
kanschat [Sun, 13 Sep 2009 17:47:26 +0000 (17:47 +0000)]
extend cosine to vector valued

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

15 years agonew class BlockInfo
kanschat [Sun, 13 Sep 2009 17:38:36 +0000 (17:38 +0000)]
new class BlockInfo

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

15 years agonew class BlockInfo
kanschat [Sun, 13 Sep 2009 17:37:30 +0000 (17:37 +0000)]
new class BlockInfo

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

15 years agoadd container type to MGDoFAccessor
kanschat [Sun, 13 Sep 2009 16:59:35 +0000 (16:59 +0000)]
add container type to MGDoFAccessor

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

15 years agoCorrect number.
bangerth [Sun, 13 Sep 2009 03:53:47 +0000 (03:53 +0000)]
Correct number.

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

15 years agoRevert to end_time = 1e9.
bangerth [Sun, 13 Sep 2009 00:02:31 +0000 (00:02 +0000)]
Revert to end_time = 1e9.

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

15 years agoAdd comment.
bangerth [Sat, 12 Sep 2009 22:32:45 +0000 (22:32 +0000)]
Add comment.

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

15 years agoMake clear what goes on the right hand side of the Stokes equations, namely the force...
bangerth [Sat, 12 Sep 2009 22:30:30 +0000 (22:30 +0000)]
Make clear what goes on the right hand side of the Stokes equations, namely the force density due to gravity that depends on the rock density, not a temperature. Also shift the pressure so that it is never negative.

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

15 years agoTalk about what one would have to change to get the pressure right.
bangerth [Sat, 12 Sep 2009 04:41:02 +0000 (04:41 +0000)]
Talk about what one would have to change to get the pressure right.

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

15 years agoMade the program not crash in debug mode....
salgado [Fri, 11 Sep 2009 17:40:26 +0000 (17:40 +0000)]
Made the program not crash in debug mode....
I forgot to remove one line that I tought I was going to use...

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

15 years agoNote that the equation is decoupled.
bangerth [Fri, 11 Sep 2009 03:43:45 +0000 (03:43 +0000)]
Note that the equation is decoupled.

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

15 years agoSmall comments.
bangerth [Fri, 11 Sep 2009 03:37:02 +0000 (03:37 +0000)]
Small comments.

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

15 years agoRemove a marker -- the link comes out just right.
bangerth [Fri, 11 Sep 2009 03:22:44 +0000 (03:22 +0000)]
Remove a marker -- the link comes out just right.

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

15 years agoMinor edits up to the beginning of the main class.
bangerth [Fri, 11 Sep 2009 03:19:57 +0000 (03:19 +0000)]
Minor edits up to the beginning of the main class.

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

15 years agoBy default, run in debug mode.
bangerth [Fri, 11 Sep 2009 03:19:37 +0000 (03:19 +0000)]
By default, run in debug mode.

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

15 years agoSet properties.
bangerth [Fri, 11 Sep 2009 02:48:00 +0000 (02:48 +0000)]
Set properties.

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

15 years agoMinor editorial changes.
bangerth [Fri, 11 Sep 2009 02:45:38 +0000 (02:45 +0000)]
Minor editorial changes.

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

15 years agoSearch for pictures in step-35.
bangerth [Fri, 11 Sep 2009 01:44:03 +0000 (01:44 +0000)]
Search for pictures in step-35.

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

15 years agoFix a couple things. Explain more.
bangerth [Fri, 11 Sep 2009 00:36:33 +0000 (00:36 +0000)]
Fix a couple things. Explain more.

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

15 years agoCorrect a few formulas.
bangerth [Fri, 11 Sep 2009 00:15:03 +0000 (00:15 +0000)]
Correct a few formulas.

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

15 years agoWrite a couple more paragraphs.
bangerth [Fri, 11 Sep 2009 00:13:01 +0000 (00:13 +0000)]
Write a couple more paragraphs.

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

15 years agoAlso use -m64 for 64-bit code on Mac OS X if necessary.
bangerth [Thu, 10 Sep 2009 23:56:45 +0000 (23:56 +0000)]
Also use -m64 for 64-bit code on Mac OS X if necessary.

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

15 years agoComment on the correct form of the equations which includes the lithostatic pressure.
bangerth [Thu, 10 Sep 2009 20:32:40 +0000 (20:32 +0000)]
Comment on the correct form of the equations which includes the lithostatic pressure.

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

15 years agoDocumentation made
salgado [Thu, 10 Sep 2009 20:22:36 +0000 (20:22 +0000)]
Documentation made

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

15 years agoUse correct way to describe a library.
bangerth [Thu, 10 Sep 2009 02:34:12 +0000 (02:34 +0000)]
Use correct way to describe a library.

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

15 years agoFix a typo in an href.
bangerth [Wed, 9 Sep 2009 20:48:28 +0000 (20:48 +0000)]
Fix a typo in an href.

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

15 years agoFinal version
salgado [Wed, 9 Sep 2009 17:48:52 +0000 (17:48 +0000)]
Final version

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

15 years agoThe final parameter handler
salgado [Wed, 9 Sep 2009 16:28:01 +0000 (16:28 +0000)]
The final parameter handler

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

15 years agogit-svn-id: https://svn.dealii.org/trunk@19423 0785d39b-7218-0410-832d-ea1e28bc413d
salgado [Wed, 9 Sep 2009 15:47:12 +0000 (15:47 +0000)]
git-svn-id: https://svn.dealii.org/trunk@19423 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNew parameter file
salgado [Wed, 9 Sep 2009 15:46:46 +0000 (15:46 +0000)]
New parameter file

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

15 years agoEverything is working. I will run one more example and
salgado [Wed, 9 Sep 2009 15:24:59 +0000 (15:24 +0000)]
Everything is working. I will run one more example and
what will be left to do is just write the doc...

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

15 years agoGone through the text and fixed some small things.
kronbichler [Wed, 9 Sep 2009 14:38:49 +0000 (14:38 +0000)]
Gone through the text and fixed some small things.

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

15 years agoUpdate with images.
bangerth [Tue, 8 Sep 2009 20:51:55 +0000 (20:51 +0000)]
Update with images.

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

15 years agoEverything is computing fine. I will add the vorticity to the plot
salgado [Tue, 8 Sep 2009 17:11:54 +0000 (17:11 +0000)]
Everything is computing fine. I will add the vorticity to the plot
method and we should be good to go...

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

15 years agoCircumvent boost bind compiler bug.
kronbichler [Tue, 8 Sep 2009 14:28:13 +0000 (14:28 +0000)]
Circumvent boost bind compiler bug.

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

15 years agoFix testcase to use optimization.
bangerth [Tue, 8 Sep 2009 14:19:05 +0000 (14:19 +0000)]
Fix testcase to use optimization.

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

15 years agoRegenerate.
bangerth [Tue, 8 Sep 2009 13:43:25 +0000 (13:43 +0000)]
Regenerate.

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

15 years agoCheck for a compiler bug on Mac OS X.
bangerth [Tue, 8 Sep 2009 13:42:24 +0000 (13:42 +0000)]
Check for a compiler bug on Mac OS X.

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

15 years agoUse a smarter implementation of a parallel = operator. Work around a problem with...
kronbichler [Tue, 8 Sep 2009 12:45:17 +0000 (12:45 +0000)]
Use a smarter implementation of a parallel = operator. Work around a problem with the g++ on MacOSX.

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

15 years agoFix memory consumption.
kronbichler [Tue, 8 Sep 2009 06:40:01 +0000 (06:40 +0000)]
Fix memory consumption.

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

15 years agoWrite documentation.
bangerth [Tue, 8 Sep 2009 03:36:05 +0000 (03:36 +0000)]
Write documentation.

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

15 years agoOnly compute error indicators locally.
bangerth [Tue, 8 Sep 2009 03:24:04 +0000 (03:24 +0000)]
Only compute error indicators locally.

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

15 years agoFound a smarter way to set the diagonal.
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
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...
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.
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.
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...
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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...
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.
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.
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.
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.
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.
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.
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.
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.
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.
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!
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.
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.
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.
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.
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...
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
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.
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.
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.
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.
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.
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


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.