]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
14 years agoAdd a default constructor for an empty type.
Wolfgang Bangerth [Mon, 28 Jun 2010 14:52:40 +0000 (14:52 +0000)]
Add a default constructor for an empty type.

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

14 years agoRemove instantiations that are also in mesh_worker.cc.
Wolfgang Bangerth [Mon, 28 Jun 2010 12:46:17 +0000 (12:46 +0000)]
Remove instantiations that are also in mesh_worker.cc.

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

14 years agoFix wrong ordering of degrees of freedom locations on faces.
Wolfgang Bangerth [Mon, 28 Jun 2010 03:37:49 +0000 (03:37 +0000)]
Fix wrong ordering of degrees of freedom locations on faces.

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

14 years agofacebook
Guido Kanschat [Mon, 28 Jun 2010 00:16:49 +0000 (00:16 +0000)]
facebook

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

14 years agoAdd.
Wolfgang Bangerth [Sun, 27 Jun 2010 23:44:11 +0000 (23:44 +0000)]
Add.

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

14 years agoOne more place.
Wolfgang Bangerth [Sun, 27 Jun 2010 04:03:35 +0000 (04:03 +0000)]
One more place.

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

14 years agoEscape variables.
Wolfgang Bangerth [Sun, 27 Jun 2010 02:54:10 +0000 (02:54 +0000)]
Escape variables.

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

14 years agoWork around a problem with doxygen 1.6.[23]:
Wolfgang Bangerth [Sun, 27 Jun 2010 02:29:02 +0000 (02:29 +0000)]
Work around a problem with doxygen 1.6.[23]:

# We have to fix up one case after doxygen runs: doxygen versions
# 1.6.2 and 1.6.3 (and only these versions) create output files for
# @page commands that contain underscores where the underscore is
# escaped by a second underscore (e.g. "step__1.html" instead of
# "step_1.html"). While all internal links from the doxygen output are
# correct, the links we have from the handwritten html files won't
# work any more this way. The simplest way to avoid this is to simply
# copy all such files to their alternative (traditional) name so that
# the external links still work (they will link to a different but
# equal file).

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

14 years agoEscape a word.
Wolfgang Bangerth [Sat, 26 Jun 2010 02:24:20 +0000 (02:24 +0000)]
Escape a word.

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

14 years agoPatch from Marc Secanell: Avoid warnings with certain compilers about unused variables.
Wolfgang Bangerth [Fri, 25 Jun 2010 20:25:02 +0000 (20:25 +0000)]
Patch from Marc Secanell: Avoid warnings with certain compilers about unused variables.

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

14 years agoOne more.
Wolfgang Bangerth [Fri, 25 Jun 2010 20:16:11 +0000 (20:16 +0000)]
One more.

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

14 years agoA few more.
Wolfgang Bangerth [Fri, 25 Jun 2010 20:08:33 +0000 (20:08 +0000)]
A few more.

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

14 years agoOne more.
Wolfgang Bangerth [Fri, 25 Jun 2010 19:56:10 +0000 (19:56 +0000)]
One more.

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

14 years agoFix a number of places where doxygen 1.7.1 complains about invalid markup.
Wolfgang Bangerth [Fri, 25 Jun 2010 19:52:09 +0000 (19:52 +0000)]
Fix a number of places where doxygen 1.7.1 complains about invalid markup.

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

14 years agoreduce size or graphs back to old value and do not include template relations
Guido Kanschat [Fri, 25 Jun 2010 19:00:01 +0000 (19:00 +0000)]
reduce size or graphs back to old value and do not include template relations

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

14 years ago# doxygen version 1.7.1 and later have the habit of thinking that
Wolfgang Bangerth [Fri, 25 Jun 2010 18:48:28 +0000 (18:48 +0000)]
# doxygen version 1.7.1 and later have the habit of thinking that
# everything that starts with "file:" is the beginning of a link,
# but we occasionally use this in our tutorials in the form
# "...this functionality is declared in the following header file:",
# where it leads to a non-functional link. We can avoid the problem
# by replacing a "file:" at the end of a line with the text
# "file :", which doxygen doesn't recognize:

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

14 years agoDo not have dots in doxygen page names.
Wolfgang Bangerth [Fri, 25 Jun 2010 18:33:03 +0000 (18:33 +0000)]
Do not have dots in doxygen page names.

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

14 years agostart example for theta timestepping
Guido Kanschat [Fri, 25 Jun 2010 15:35:50 +0000 (15:35 +0000)]
start example for theta timestepping

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

14 years agoFix comment marker for something that shouldn't be commented by doxygen.
Wolfgang Bangerth [Fri, 25 Jun 2010 03:33:25 +0000 (03:33 +0000)]
Fix comment marker for something that shouldn't be commented by doxygen.

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

14 years agoFix wrong number of program.
Wolfgang Bangerth [Thu, 24 Jun 2010 23:30:18 +0000 (23:30 +0000)]
Fix wrong number of program.

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

14 years agoFix grammar in another place as well.
Wolfgang Bangerth [Thu, 24 Jun 2010 23:13:57 +0000 (23:13 +0000)]
Fix grammar in another place as well.

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

14 years agoFix grammar.
Wolfgang Bangerth [Thu, 24 Jun 2010 23:13:12 +0000 (23:13 +0000)]
Fix grammar.

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

14 years agoUpdate after bumping version number.
Wolfgang Bangerth [Thu, 24 Jun 2010 22:43:39 +0000 (22:43 +0000)]
Update after bumping version number.

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

14 years agoUpgrade version.
Wolfgang Bangerth [Thu, 24 Jun 2010 22:37:11 +0000 (22:37 +0000)]
Upgrade version.

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

14 years agoAdd entry for 6.3.
Wolfgang Bangerth [Thu, 24 Jun 2010 22:20:51 +0000 (22:20 +0000)]
Add entry for 6.3.

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

14 years agoFirst steps for release.
Wolfgang Bangerth [Thu, 24 Jun 2010 22:13:26 +0000 (22:13 +0000)]
First steps for release.

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

14 years agoRegenerate deal.dox based on ../news/*.h.
Wolfgang Bangerth [Thu, 24 Jun 2010 22:11:14 +0000 (22:11 +0000)]
Regenerate deal.dox based on ../news/*.h.

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

14 years agoadd more on MeshWorker and step39
Guido Kanschat [Thu, 24 Jun 2010 22:08:51 +0000 (22:08 +0000)]
add more on MeshWorker and step39

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

14 years agoFix one more markup issue.
Wolfgang Bangerth [Thu, 24 Jun 2010 22:07:58 +0000 (22:07 +0000)]
Fix one more markup issue.

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

14 years agoMinor adjustments.
Wolfgang Bangerth [Thu, 24 Jun 2010 21:48:34 +0000 (21:48 +0000)]
Minor adjustments.

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

14 years agoFix typos.
Wolfgang Bangerth [Thu, 24 Jun 2010 21:44:00 +0000 (21:44 +0000)]
Fix typos.

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

14 years agoRemove superfluous brace.
Wolfgang Bangerth [Thu, 24 Jun 2010 21:43:00 +0000 (21:43 +0000)]
Remove superfluous brace.

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

14 years agoAdd another comment.
Wolfgang Bangerth [Thu, 24 Jun 2010 21:39:44 +0000 (21:39 +0000)]
Add another comment.

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

14 years agoWork around the ML HAVE_INTTYPES_H problem also at compile time.
Wolfgang Bangerth [Thu, 24 Jun 2010 21:36:22 +0000 (21:36 +0000)]
Work around the ML HAVE_INTTYPES_H problem also at compile time.

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

14 years agoUpdate.
Wolfgang Bangerth [Thu, 24 Jun 2010 21:35:39 +0000 (21:35 +0000)]
Update.

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

14 years agoMeshWorker in news
Guido Kanschat [Thu, 24 Jun 2010 21:31:44 +0000 (21:31 +0000)]
MeshWorker in news

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

14 years agoadd links to step 39
Guido Kanschat [Thu, 24 Jun 2010 21:27:47 +0000 (21:27 +0000)]
add links to step 39

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

14 years agosome documentation on making maps
Guido Kanschat [Thu, 24 Jun 2010 21:00:58 +0000 (21:00 +0000)]
some documentation on making maps

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

14 years agoavoid dependence on neato
Guido Kanschat [Thu, 24 Jun 2010 20:50:28 +0000 (20:50 +0000)]
avoid dependence on neato

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

14 years agoextend introduction
Guido Kanschat [Thu, 24 Jun 2010 20:50:07 +0000 (20:50 +0000)]
extend introduction

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

14 years agoMake sure we can configure with Trilinos despite their silly HAVE_INTTYPES_H convention.
Wolfgang Bangerth [Thu, 24 Jun 2010 19:55:09 +0000 (19:55 +0000)]
Make sure we can configure with Trilinos despite their silly HAVE_INTTYPES_H convention.

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

14 years agoRemove SolverBlock and PreconditionBlock from TrilinosWrappers to make deal.II compat...
Martin Kronbichler [Thu, 24 Jun 2010 18:10:33 +0000 (18:10 +0000)]
Remove SolverBlock and PreconditionBlock from TrilinosWrappers to make deal.II compatible with Trilinos v. 10.2. Use deal.II solvers with block matrices in that case.

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

14 years agoadd formulas
Guido Kanschat [Thu, 24 Jun 2010 15:11:25 +0000 (15:11 +0000)]
add formulas

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

14 years agostart intro
Guido Kanschat [Thu, 24 Jun 2010 14:56:42 +0000 (14:56 +0000)]
start intro

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

14 years agoFix a problem with an unused variable that the compiler complains about.
Wolfgang Bangerth [Thu, 24 Jun 2010 14:55:56 +0000 (14:55 +0000)]
Fix a problem with an unused variable that the compiler complains about.

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

14 years agoFix a problem with an unused variable that the compiler complains about.
Wolfgang Bangerth [Thu, 24 Jun 2010 14:55:21 +0000 (14:55 +0000)]
Fix a problem with an unused variable that the compiler complains about.

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

14 years agoFix a few more markup problems.
Wolfgang Bangerth [Thu, 24 Jun 2010 14:46:00 +0000 (14:46 +0000)]
Fix a few more markup problems.

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

14 years agoFix a couple markups.
Wolfgang Bangerth [Thu, 24 Jun 2010 14:37:26 +0000 (14:37 +0000)]
Fix a couple markups.

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

14 years agoUpdate text.
Wolfgang Bangerth [Thu, 24 Jun 2010 14:24:13 +0000 (14:24 +0000)]
Update text.

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

14 years agoAnnounce step-37.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:53:08 +0000 (13:53 +0000)]
Announce step-37.

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

14 years agoAnnounce step-37.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:51:38 +0000 (13:51 +0000)]
Announce step-37.

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

14 years agoAdd.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:47:33 +0000 (13:47 +0000)]
Add.

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

14 years agoTalk about connection to step-16.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:47:14 +0000 (13:47 +0000)]
Talk about connection to step-16.

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

14 years agoList step-45.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:38:17 +0000 (13:38 +0000)]
List step-45.

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

14 years agoTalk about an alternative way of doing things.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:29:15 +0000 (13:29 +0000)]
Talk about an alternative way of doing things.

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

14 years agoUpdate a couple publications.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:25:37 +0000 (13:25 +0000)]
Update a couple publications.

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

14 years agoProperly align formula.
Wolfgang Bangerth [Thu, 24 Jun 2010 13:18:38 +0000 (13:18 +0000)]
Properly align formula.

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

14 years agoAdjust indices.
Wolfgang Bangerth [Thu, 24 Jun 2010 12:20:53 +0000 (12:20 +0000)]
Adjust indices.

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

14 years agoSome new refs.
Ralf Hartmann [Thu, 24 Jun 2010 09:19:54 +0000 (09:19 +0000)]
Some new refs.

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

14 years agoDocumentation and style changes.
Markus Buerg [Thu, 24 Jun 2010 08:23:10 +0000 (08:23 +0000)]
Documentation and style changes.

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

14 years agoCorrect output.
Wolfgang Bangerth [Thu, 24 Jun 2010 03:32:54 +0000 (03:32 +0000)]
Correct output.

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

14 years agoFinish comments. Adjust right hand side and solution picture.
Wolfgang Bangerth [Thu, 24 Jun 2010 03:02:55 +0000 (03:02 +0000)]
Finish comments. Adjust right hand side and solution picture.

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

14 years agoSplit out periodicity computation into its own function.
Wolfgang Bangerth [Thu, 24 Jun 2010 02:17:05 +0000 (02:17 +0000)]
Split out periodicity computation into its own function.

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

14 years agoAdd forgotten comment.
Wolfgang Bangerth [Thu, 24 Jun 2010 02:03:34 +0000 (02:03 +0000)]
Add forgotten comment.

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

14 years agoAdd a cross reference.
Wolfgang Bangerth [Thu, 24 Jun 2010 01:56:27 +0000 (01:56 +0000)]
Add a cross reference.

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

14 years agoFix mathematical description.
Wolfgang Bangerth [Thu, 24 Jun 2010 01:42:12 +0000 (01:42 +0000)]
Fix mathematical description.

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

14 years agoUse intermediate compressed sparsity pattern.
Wolfgang Bangerth [Thu, 24 Jun 2010 01:39:13 +0000 (01:39 +0000)]
Use intermediate compressed sparsity pattern.

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

14 years agoRename function.
Wolfgang Bangerth [Thu, 24 Jun 2010 01:36:42 +0000 (01:36 +0000)]
Rename function.

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

14 years agoFix markup problem.
Wolfgang Bangerth [Thu, 24 Jun 2010 01:34:26 +0000 (01:34 +0000)]
Fix markup problem.

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

14 years agoGo through most of the code.
Wolfgang Bangerth [Wed, 23 Jun 2010 23:42:10 +0000 (23:42 +0000)]
Go through most of the code.

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

14 years agoOne more xref.
Wolfgang Bangerth [Wed, 23 Jun 2010 23:38:34 +0000 (23:38 +0000)]
One more xref.

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

14 years agoAlso uses step-6.
Wolfgang Bangerth [Wed, 23 Jun 2010 23:38:09 +0000 (23:38 +0000)]
Also uses step-6.

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

14 years agoRename a few variables.
Wolfgang Bangerth [Wed, 23 Jun 2010 23:27:26 +0000 (23:27 +0000)]
Rename a few variables.

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

14 years agoMake compile without trouble.
Wolfgang Bangerth [Wed, 23 Jun 2010 23:20:23 +0000 (23:20 +0000)]
Make compile without trouble.

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

14 years agoMinor adjustment.
Wolfgang Bangerth [Wed, 23 Jun 2010 23:16:55 +0000 (23:16 +0000)]
Minor adjustment.

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

14 years agoSlightly update.
Wolfgang Bangerth [Wed, 23 Jun 2010 23:13:39 +0000 (23:13 +0000)]
Slightly update.

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

14 years agoDon't commit wrong results...
Wolfgang Bangerth [Wed, 23 Jun 2010 22:52:36 +0000 (22:52 +0000)]
Don't commit wrong results...

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

14 years agoList step-45.
Wolfgang Bangerth [Wed, 23 Jun 2010 22:48:49 +0000 (22:48 +0000)]
List step-45.

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

14 years agoAdd.
Wolfgang Bangerth [Wed, 23 Jun 2010 22:48:23 +0000 (22:48 +0000)]
Add.

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

14 years agoAdd.
Wolfgang Bangerth [Wed, 23 Jun 2010 22:44:23 +0000 (22:44 +0000)]
Add.

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

14 years agoAdd required files.
Wolfgang Bangerth [Wed, 23 Jun 2010 22:42:17 +0000 (22:42 +0000)]
Add required files.

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

14 years agoA couple more.
Wolfgang Bangerth [Wed, 23 Jun 2010 17:04:49 +0000 (17:04 +0000)]
A couple more.

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

14 years agoMore papers.
Wolfgang Bangerth [Wed, 23 Jun 2010 16:51:52 +0000 (16:51 +0000)]
More papers.

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

14 years agoA few updates.
Wolfgang Bangerth [Wed, 23 Jun 2010 16:41:15 +0000 (16:41 +0000)]
A few updates.

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

14 years agoOne more paper.
Wolfgang Bangerth [Wed, 23 Jun 2010 16:24:59 +0000 (16:24 +0000)]
One more paper.

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

14 years agoCapitalize capital.
Wolfgang Bangerth [Wed, 23 Jun 2010 16:12:33 +0000 (16:12 +0000)]
Capitalize capital.

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

14 years agoAdd a few more.
Wolfgang Bangerth [Wed, 23 Jun 2010 16:11:43 +0000 (16:11 +0000)]
Add a few more.

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

14 years agoRemove comments in file.
Wolfgang Bangerth [Wed, 23 Jun 2010 16:07:15 +0000 (16:07 +0000)]
Remove comments in file.

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

14 years agoUpdate.
Wolfgang Bangerth [Wed, 23 Jun 2010 16:04:48 +0000 (16:04 +0000)]
Update.

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

14 years agofix one publication.
Timo Heister [Wed, 23 Jun 2010 14:40:38 +0000 (14:40 +0000)]
fix one publication.

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

14 years agoAlso update.
Wolfgang Bangerth [Wed, 23 Jun 2010 13:59:32 +0000 (13:59 +0000)]
Also update.

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

14 years agoUpdate.
Wolfgang Bangerth [Wed, 23 Jun 2010 13:58:58 +0000 (13:58 +0000)]
Update.

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

14 years agoOne more cross reference.
Wolfgang Bangerth [Wed, 23 Jun 2010 13:40:05 +0000 (13:40 +0000)]
One more cross reference.

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

14 years agoBetter links.
Wolfgang Bangerth [Wed, 23 Jun 2010 13:38:45 +0000 (13:38 +0000)]
Better links.

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

14 years agoAugment text a bit.
Wolfgang Bangerth [Wed, 23 Jun 2010 13:37:07 +0000 (13:37 +0000)]
Augment text a bit.

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

14 years agoAugment text a bit.
Wolfgang Bangerth [Wed, 23 Jun 2010 13:36:27 +0000 (13:36 +0000)]
Augment text a bit.

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

14 years agotest Indexset read/write.
Timo Heister [Tue, 22 Jun 2010 21:59:31 +0000 (21:59 +0000)]
test Indexset read/write.

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

14 years agoimplement reading/writing IndexSet from file.
Timo Heister [Tue, 22 Jun 2010 21:58:56 +0000 (21:58 +0000)]
implement reading/writing IndexSet from file.

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

14 years agoRemove file that is now no longer needed.
Wolfgang Bangerth [Tue, 22 Jun 2010 21:24:42 +0000 (21:24 +0000)]
Remove file that is now no longer needed.

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

14 years agoNot happy with layout. Change this again.
Wolfgang Bangerth [Tue, 22 Jun 2010 21:24:02 +0000 (21:24 +0000)]
Not happy with layout. Change this again.

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