]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
13 years agoadd data for test.
Timo Heister [Thu, 20 Jan 2011 08:31:29 +0000 (08:31 +0000)]
add data for test.

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

13 years agofailing test for constraint_matrix
Timo Heister [Thu, 20 Jan 2011 08:29:30 +0000 (08:29 +0000)]
failing test for constraint_matrix

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

13 years agoIgnore GUI executable.
Wolfgang Bangerth [Wed, 19 Jan 2011 11:56:13 +0000 (11:56 +0000)]
Ignore GUI executable.

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

13 years agoUse correct output file.
Wolfgang Bangerth [Wed, 19 Jan 2011 01:11:28 +0000 (01:11 +0000)]
Use correct output file.

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

13 years agoFix a bug in DataOut::build_patches.
Wolfgang Bangerth [Wed, 19 Jan 2011 01:09:35 +0000 (01:09 +0000)]
Fix a bug in DataOut::build_patches.

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

13 years agoDocument r23211.
Wolfgang Bangerth [Wed, 19 Jan 2011 00:27:38 +0000 (00:27 +0000)]
Document r23211.

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

13 years agoThe previous incarnation of the script did not work for code that looks like
Wolfgang Bangerth [Wed, 19 Jan 2011 00:23:32 +0000 (00:23 +0000)]
The previous incarnation of the script did not work for code that looks like
this:
  void f (int /*value*/)
since it recognized the '/*' as the start of the block comment but did not
expect the '*/' on the same line. Consequently, it scanned forward to the next
place we have the '*/' marker, skipping all the text in between (or to the end
of the file).

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

13 years agofix test output.
Timo Heister [Mon, 17 Jan 2011 18:13:23 +0000 (18:13 +0000)]
fix test output.

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

13 years agoPETSc test for Precondition*::vmult()
Timo Heister [Mon, 17 Jan 2011 18:11:19 +0000 (18:11 +0000)]
PETSc test for Precondition*::vmult()

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

13 years agoRestructured the internals of PETScWrappers::Precondition* to allow a PETSc PC object...
Timo Heister [Mon, 17 Jan 2011 18:07:20 +0000 (18:07 +0000)]
Restructured the internals of PETScWrappers::Precondition* to allow a PETSc PC object to exist without a solver. New: Precondition*::vmult(), ::initialize(), and default constructors.

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

13 years agoRemove a file we haven't used in a long time.
Wolfgang Bangerth [Sun, 16 Jan 2011 22:31:13 +0000 (22:31 +0000)]
Remove a file we haven't used in a long time.

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

13 years agoAdjust list of maintainers.
Wolfgang Bangerth [Sun, 16 Jan 2011 22:30:56 +0000 (22:30 +0000)]
Adjust list of maintainers.

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

13 years agoAdjust list of maintainers.
Wolfgang Bangerth [Sun, 16 Jan 2011 22:30:38 +0000 (22:30 +0000)]
Adjust list of maintainers.

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

13 years agoUse proper template argument.
Wolfgang Bangerth [Sun, 16 Jan 2011 04:08:41 +0000 (04:08 +0000)]
Use proper template argument.

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

13 years agoAdd more specializations.
Wolfgang Bangerth [Sat, 15 Jan 2011 23:12:56 +0000 (23:12 +0000)]
Add more specializations.

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

13 years agoAdd a few instantiations.
Wolfgang Bangerth [Sat, 15 Jan 2011 21:36:28 +0000 (21:36 +0000)]
Add a few instantiations.

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

13 years agoUpdate.
Wolfgang Bangerth [Sat, 15 Jan 2011 21:28:40 +0000 (21:28 +0000)]
Update.

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

13 years agoCreate nodoc files completely without the doc/ directory.
Wolfgang Bangerth [Sat, 15 Jan 2011 20:46:38 +0000 (20:46 +0000)]
Create nodoc files completely without the doc/ directory.

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

13 years agoDo not substitute in files in the doc/ directory if the directory isn't there. This...
Wolfgang Bangerth [Sat, 15 Jan 2011 20:38:29 +0000 (20:38 +0000)]
Do not substitute in files in the doc/ directory if the directory isn't there. This may happen when people download the .nodoc tar files.

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

13 years agobetter document SolverPreOnly.
Timo Heister [Fri, 14 Jan 2011 21:04:06 +0000 (21:04 +0000)]
better document SolverPreOnly.

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

13 years agofix test output
Timo Heister [Fri, 14 Jan 2011 20:41:22 +0000 (20:41 +0000)]
fix test output

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

13 years agotest for PETScWrappers::SolverPreOnly.
Timo Heister [Fri, 14 Jan 2011 20:40:07 +0000 (20:40 +0000)]
test for PETScWrappers::SolverPreOnly.

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

13 years agoFix application of boundary values: Need to reset the matrix in every time step.
Martin Kronbichler [Fri, 14 Jan 2011 10:56:56 +0000 (10:56 +0000)]
Fix application of boundary values: Need to reset the matrix in every time step.

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

13 years agoIf intro.dox or results.dox ends in an enumeration that uses the doxygen
Wolfgang Bangerth [Fri, 14 Jan 2011 01:52:06 +0000 (01:52 +0000)]
If intro.dox or results.dox ends in an enumeration that uses the doxygen
shortcut way of only using dashes at the beginning of the line, and there is
no empty line at the end of the file, then the next heading is going to be
part of the enumeration item. We don't want that: avoid that by adding a
single empty line.

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

13 years agoAdd step-44 from Jean-Paul Pelteret and Andrew McBride.
Wolfgang Bangerth [Fri, 14 Jan 2011 00:07:03 +0000 (00:07 +0000)]
Add step-44 from Jean-Paul Pelteret and Andrew McBride.

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

13 years agoMake sure we index the right file for the plain one, even if the directory is
Wolfgang Bangerth [Thu, 13 Jan 2011 14:57:40 +0000 (14:57 +0000)]
Make sure we index the right file for the plain one, even if the directory is
called MADDs-1 and the program madds-1.cc.

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

13 years agoCorrect typo
Toby D. Young [Thu, 13 Jan 2011 14:06:31 +0000 (14:06 +0000)]
Correct typo

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

13 years agoExtended tensor operations contract3. Fixed a bug I put in one contract3 (embarressed)
Toby D. Young [Thu, 13 Jan 2011 12:44:41 +0000 (12:44 +0000)]
Extended tensor operations contract3. Fixed a bug I put in one contract3 (embarressed)

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

13 years agoFix silly typo.
Wolfgang Bangerth [Wed, 12 Jan 2011 16:53:02 +0000 (16:53 +0000)]
Fix silly typo.

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

13 years agoChange as Ralf suggested.
Wolfgang Bangerth [Wed, 12 Jan 2011 14:57:29 +0000 (14:57 +0000)]
Change as Ralf suggested.

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

13 years agoFix grammar.
Wolfgang Bangerth [Wed, 12 Jan 2011 14:36:08 +0000 (14:36 +0000)]
Fix grammar.

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

13 years agoFirst set of extended tensor operations
Toby D. Young [Wed, 12 Jan 2011 09:10:30 +0000 (09:10 +0000)]
First set of extended tensor operations

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

13 years agoAvoid a warning with signed vs unsigned comparison.
Wolfgang Bangerth [Wed, 12 Jan 2011 01:24:40 +0000 (01:24 +0000)]
Avoid a warning with signed vs unsigned comparison.

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

13 years agoUpdate the list of authors somewhat: Ralf Hartmann stepped down as maintainer.
Wolfgang Bangerth [Tue, 11 Jan 2011 20:36:56 +0000 (20:36 +0000)]
Update the list of authors somewhat: Ralf Hartmann stepped down as maintainer.

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

13 years agoAdded group doc slepc.h
Toby D. Young [Tue, 11 Jan 2011 12:04:58 +0000 (12:04 +0000)]
Added group doc slepc.h

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

13 years agoPatch by Aleksej Saushev: Make TBB compile also for NetBSD.
Wolfgang Bangerth [Tue, 11 Jan 2011 00:42:26 +0000 (00:42 +0000)]
Patch by Aleksej Saushev: Make TBB compile also for NetBSD.

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

13 years agoUpdate from upstream.
Wolfgang Bangerth [Mon, 10 Jan 2011 16:13:21 +0000 (16:13 +0000)]
Update from upstream.

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

13 years agoRemove svnmerge-integrated property that was accidentally merged with one of the...
Wolfgang Bangerth [Mon, 10 Jan 2011 14:51:52 +0000 (14:51 +0000)]
Remove svnmerge-integrated property that was accidentally merged with one of the branches.

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

13 years agoRemove svnmerge-integrated property that was accidentally merge with one of the branches.
Wolfgang Bangerth [Mon, 10 Jan 2011 14:50:56 +0000 (14:50 +0000)]
Remove svnmerge-integrated property that was accidentally merge with one of the branches.

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

13 years agoUsing == isn't portable with test. Use = instead.
Wolfgang Bangerth [Mon, 10 Jan 2011 14:12:11 +0000 (14:12 +0000)]
Using == isn't portable with test. Use = instead.

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

13 years agoUpdate.
Wolfgang Bangerth [Sun, 9 Jan 2011 23:02:30 +0000 (23:02 +0000)]
Update.

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

13 years agoFix date of release.
Wolfgang Bangerth [Sun, 9 Jan 2011 22:48:38 +0000 (22:48 +0000)]
Fix date of release.

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

13 years agoUpdate version number.
Wolfgang Bangerth [Fri, 7 Jan 2011 03:28:08 +0000 (03:28 +0000)]
Update version number.

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

13 years agoRe-add link to post-7.0 changes.
Wolfgang Bangerth [Fri, 7 Jan 2011 03:21:26 +0000 (03:21 +0000)]
Re-add link to post-7.0 changes.

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

13 years agoAdd a function previously forgotten to check in.
Wolfgang Bangerth [Fri, 7 Jan 2011 03:13:56 +0000 (03:13 +0000)]
Add a function previously forgotten to check in.

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

13 years agoUpdate version.
Wolfgang Bangerth [Fri, 7 Jan 2011 03:13:20 +0000 (03:13 +0000)]
Update version.

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

13 years agoRemove link to post-7.0 changes.
Wolfgang Bangerth [Fri, 7 Jan 2011 02:38:29 +0000 (02:38 +0000)]
Remove link to post-7.0 changes.

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

13 years agoDo first steps for the release.
Wolfgang Bangerth [Fri, 7 Jan 2011 02:37:14 +0000 (02:37 +0000)]
Do first steps for the release.

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

13 years agoadd warning
Guido Kanschat [Fri, 7 Jan 2011 00:50:19 +0000 (00:50 +0000)]
add warning

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

13 years agoadd warning
Guido Kanschat [Fri, 7 Jan 2011 00:48:27 +0000 (00:48 +0000)]
add warning

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

13 years agoMinor documentation updates
Guido Kanschat [Fri, 7 Jan 2011 00:23:16 +0000 (00:23 +0000)]
Minor documentation updates

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

13 years agoUpdate output.
Wolfgang Bangerth [Thu, 6 Jan 2011 22:34:05 +0000 (22:34 +0000)]
Update output.

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

13 years agoMove publications that haven't appeared yet into 2011.
Wolfgang Bangerth [Thu, 6 Jan 2011 20:23:11 +0000 (20:23 +0000)]
Move publications that haven't appeared yet into 2011.

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

13 years agoMany updates to the list.
Wolfgang Bangerth [Thu, 6 Jan 2011 17:06:59 +0000 (17:06 +0000)]
Many updates to the list.

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

13 years agogit-svn-id: https://svn.dealii.org/trunk@23137 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Thu, 6 Jan 2011 15:55:00 +0000 (15:55 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23137 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agoLast commit
Andrea Bonito [Thu, 6 Jan 2011 15:28:26 +0000 (15:28 +0000)]
Last commit

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

13 years agogit-svn-id: https://svn.dealii.org/trunk@23135 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Thu, 6 Jan 2011 15:21:36 +0000 (15:21 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23135 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23134 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 21:15:13 +0000 (21:15 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23134 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23133 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 21:11:49 +0000 (21:11 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23133 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23132 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 21:10:24 +0000 (21:10 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23132 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23131 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 21:03:51 +0000 (21:03 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23131 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23130 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 21:02:26 +0000 (21:02 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23130 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23129 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 20:56:29 +0000 (20:56 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23129 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23128 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 20:36:39 +0000 (20:36 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23128 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agogit-svn-id: https://svn.dealii.org/trunk@23127 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Wed, 5 Jan 2011 20:35:23 +0000 (20:35 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23127 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agoStep-38: correct surface formulas
Andrea Bonito [Wed, 5 Jan 2011 20:20:33 +0000 (20:20 +0000)]
Step-38: correct surface formulas

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

13 years agoAdjust code to current style in the tutorial program.
Wolfgang Bangerth [Wed, 5 Jan 2011 14:15:12 +0000 (14:15 +0000)]
Adjust code to current style in the tutorial program.

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

13 years agoComment out name of the component parameter to RHS::value.
Wolfgang Bangerth [Wed, 5 Jan 2011 00:49:23 +0000 (00:49 +0000)]
Comment out name of the component parameter to RHS::value.

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

13 years agoStep-38: additional typo
Andrea Bonito [Tue, 4 Jan 2011 20:26:03 +0000 (20:26 +0000)]
Step-38: additional typo

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

13 years agogit-svn-id: https://svn.dealii.org/trunk@23122 0785d39b-7218-0410-832d-ea1e28bc413d
Andrea Bonito [Tue, 4 Jan 2011 15:43:01 +0000 (15:43 +0000)]
git-svn-id: https://svn.dealii.org/trunk@23122 0785d39b-7218-0410-832d-ea1e28bc413d

13 years agotypo
Andrea Bonito [Tue, 4 Jan 2011 15:34:28 +0000 (15:34 +0000)]
typo

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

13 years agoModified the intro, the code needs to be fixed accordingly
Andrea Bonito [Tue, 4 Jan 2011 15:26:23 +0000 (15:26 +0000)]
Modified the intro, the code needs to be fixed accordingly

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

13 years agoSome more text.
Wolfgang Bangerth [Tue, 4 Jan 2011 04:33:20 +0000 (04:33 +0000)]
Some more text.

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

13 years agosome more corrections, not done yet
Andrea Bonito [Tue, 4 Jan 2011 03:05:32 +0000 (03:05 +0000)]
some more corrections, not done yet

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

13 years agoAdditional modifs in step-38
Andrea Bonito [Mon, 3 Jan 2011 22:56:54 +0000 (22:56 +0000)]
Additional modifs in step-38

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

13 years agostep-38 some modifs
Andrea Bonito [Mon, 3 Jan 2011 22:41:07 +0000 (22:41 +0000)]
step-38 some modifs

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

13 years agoFix a problem where the update_neighbors function in the Triangulation class needed...
Wolfgang Bangerth [Mon, 3 Jan 2011 18:10:50 +0000 (18:10 +0000)]
Fix a problem where the update_neighbors function in the Triangulation class needed to learn about the newly introduced direction_flag used in codim-one meshes.

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

13 years agoPut something into the location of the executable even if we can't
Wolfgang Bangerth [Mon, 3 Jan 2011 16:31:07 +0000 (16:31 +0000)]
Put something into the location of the executable even if we can't
actually build it.

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

13 years agoOrder correctly.
Wolfgang Bangerth [Mon, 3 Jan 2011 07:05:02 +0000 (07:05 +0000)]
Order correctly.

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

13 years agoMention step-38.
Wolfgang Bangerth [Mon, 3 Jan 2011 06:54:56 +0000 (06:54 +0000)]
Mention step-38.

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

13 years agoInclude step-38.
Wolfgang Bangerth [Mon, 3 Jan 2011 06:44:49 +0000 (06:44 +0000)]
Include step-38.

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

13 years agoChange kind of program.
Wolfgang Bangerth [Mon, 3 Jan 2011 06:39:55 +0000 (06:39 +0000)]
Change kind of program.

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

13 years agoAlso include 'kind' files in dependencies.
Wolfgang Bangerth [Mon, 3 Jan 2011 06:39:25 +0000 (06:39 +0000)]
Also include 'kind' files in dependencies.

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

13 years agoLink to step-34.
Wolfgang Bangerth [Mon, 3 Jan 2011 06:38:25 +0000 (06:38 +0000)]
Link to step-34.

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

13 years agoLink to step-38.
Wolfgang Bangerth [Mon, 3 Jan 2011 06:38:09 +0000 (06:38 +0000)]
Link to step-38.

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

13 years agoFinish documentation.
Wolfgang Bangerth [Mon, 3 Jan 2011 06:28:39 +0000 (06:28 +0000)]
Finish documentation.

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

13 years agoMore minor markup edits.
Wolfgang Bangerth [Mon, 3 Jan 2011 01:22:08 +0000 (01:22 +0000)]
More minor markup edits.

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

13 years agoSome more text.
Wolfgang Bangerth [Mon, 3 Jan 2011 01:21:25 +0000 (01:21 +0000)]
Some more text.

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

13 years agoReindent a couple places.
Wolfgang Bangerth [Mon, 3 Jan 2011 01:18:16 +0000 (01:18 +0000)]
Reindent a couple places.

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

13 years agoUse more HTML-like markup.
Wolfgang Bangerth [Mon, 3 Jan 2011 01:16:45 +0000 (01:16 +0000)]
Use more HTML-like markup.

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

13 years agoMinor edits.
Wolfgang Bangerth [Mon, 3 Jan 2011 00:58:22 +0000 (00:58 +0000)]
Minor edits.

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

13 years agoMinor addition to authoship.
Wolfgang Bangerth [Sun, 2 Jan 2011 23:15:41 +0000 (23:15 +0000)]
Minor addition to authoship.

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

13 years agoCorrect an untruth.
Wolfgang Bangerth [Sun, 2 Jan 2011 23:14:48 +0000 (23:14 +0000)]
Correct an untruth.

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

13 years agoFix description.
Wolfgang Bangerth [Sun, 2 Jan 2011 23:11:33 +0000 (23:11 +0000)]
Fix description.

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

13 years agoFinish introduction.
Wolfgang Bangerth [Sun, 2 Jan 2011 23:10:00 +0000 (23:10 +0000)]
Finish introduction.

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

13 years agoDiscuss the issues with the exact solution and the remainder of the testcase.
Wolfgang Bangerth [Sun, 2 Jan 2011 22:58:23 +0000 (22:58 +0000)]
Discuss the issues with the exact solution and the remainder of the testcase.

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

13 years agoA bit more.
Wolfgang Bangerth [Sat, 1 Jan 2011 03:27:36 +0000 (03:27 +0000)]
A bit more.

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

13 years agoUpdate a reference.
Wolfgang Bangerth [Fri, 31 Dec 2010 21:41:47 +0000 (21:41 +0000)]
Update a reference.

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

13 years agoMention the new GUI.
Wolfgang Bangerth [Fri, 31 Dec 2010 21:41:03 +0000 (21:41 +0000)]
Mention the new GUI.

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

13 years agoCorrect condition in an Assert.
Wolfgang Bangerth [Fri, 31 Dec 2010 13:25:01 +0000 (13:25 +0000)]
Correct condition in an Assert.

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