]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
13 years agostep-32: simplify temperature calculation.
Timo Heister [Sun, 23 Jan 2011 21:38:17 +0000 (21:38 +0000)]
step-32: simplify temperature calculation.

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

13 years agodelete file not needed.
Timo Heister [Sun, 23 Jan 2011 10:27:49 +0000 (10:27 +0000)]
delete file not needed.

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

13 years agoConvert the type returned by the various memory_consumption functions to std::size_t.
Wolfgang Bangerth [Sun, 23 Jan 2011 06:03:57 +0000 (06:03 +0000)]
Convert the type returned by the various memory_consumption functions to std::size_t.

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

13 years agoRemove several year old debug outputs.
Wolfgang Bangerth [Sat, 22 Jan 2011 23:45:40 +0000 (23:45 +0000)]
Remove several year old debug outputs.

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

13 years agoUse MPI_UNSIGNED instead of MPI_INT where appropriate.
Wolfgang Bangerth [Sat, 22 Jan 2011 20:52:13 +0000 (20:52 +0000)]
Use MPI_UNSIGNED instead of MPI_INT where appropriate.

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

13 years agoChange a bunch of places where we accidentally used 'unsigned int' instead of types...
Wolfgang Bangerth [Sat, 22 Jan 2011 20:37:16 +0000 (20:37 +0000)]
Change a bunch of places where we accidentally used 'unsigned int' instead of types::subdomain_id_t. Also: The DoFTools::fe_is_primitive function happened to return an unsigned int -- when I suppose it should have been a bool.

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

13 years agoFix typo. Also make a couple of minor style changes.
Wolfgang Bangerth [Sat, 22 Jan 2011 20:35:44 +0000 (20:35 +0000)]
Fix typo. Also make a couple of minor style changes.

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

13 years agoMake Makefiles look uniform again, as they appear to have drifted apart slightly.
Wolfgang Bangerth [Sat, 22 Jan 2011 18:32:29 +0000 (18:32 +0000)]
Make Makefiles look uniform again, as they appear to have drifted apart slightly.

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

13 years agoAlso try mpicxx when using --enable-mpi for ./configure.
Wolfgang Bangerth [Sat, 22 Jan 2011 13:06:16 +0000 (13:06 +0000)]
Also try mpicxx when using --enable-mpi for ./configure.

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

13 years agoDon't use GCC flags when not using GCC.
Wolfgang Bangerth [Sat, 22 Jan 2011 12:53:13 +0000 (12:53 +0000)]
Don't use GCC flags when not using GCC.

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

13 years agoMake clear what kind of operation we want in calling compress().
Wolfgang Bangerth [Fri, 21 Jan 2011 22:29:03 +0000 (22:29 +0000)]
Make clear what kind of operation we want in calling compress().

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

13 years agoChoose an initial temperature distribution that has constant values at the inner...
Wolfgang Bangerth [Fri, 21 Jan 2011 22:28:31 +0000 (22:28 +0000)]
Choose an initial temperature distribution that has constant values at the inner and outer boundary.

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

13 years agoProperly indent preprocessor statements.
Wolfgang Bangerth [Fri, 21 Jan 2011 22:27:25 +0000 (22:27 +0000)]
Properly indent preprocessor statements.

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

13 years agoLet TrilinosWrappers::MPI::BlockVector::compress take the same argument as TrilinosWr...
Wolfgang Bangerth [Fri, 21 Jan 2011 22:26:42 +0000 (22:26 +0000)]
Let TrilinosWrappers::MPI::BlockVector::compress take the same argument as TrilinosWrappers::MPI::Vector::compress already did.

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

13 years agoNew small test case to assess distribute in ConstraintMatrix with Trilinos vectors.
Martin Kronbichler [Fri, 21 Jan 2011 17:35:37 +0000 (17:35 +0000)]
New small test case to assess distribute in ConstraintMatrix with Trilinos vectors.

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

13 years agoMinor grammar changes.
Wolfgang Bangerth [Fri, 21 Jan 2011 16:39:50 +0000 (16:39 +0000)]
Minor grammar changes.

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

13 years agodoc: trilinos up to 10.6.2 contains bugs.
Timo Heister [Fri, 21 Jan 2011 13:53:50 +0000 (13:53 +0000)]
doc: trilinos up to 10.6.2 contains bugs.

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

13 years agoRemove two coefficients that aren't used right now.
Wolfgang Bangerth [Thu, 20 Jan 2011 18:50:32 +0000 (18:50 +0000)]
Remove two coefficients that aren't used right now.

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

13 years agoRather than working with the gradients of the velocity in computing the viscous heati...
Wolfgang Bangerth [Thu, 20 Jan 2011 18:45:12 +0000 (18:45 +0000)]
Rather than working with the gradients of the velocity in computing the viscous heating, use the strain rate right away when extracting this sort of information from the solution.

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

13 years agoImplement internal heating of the mantle from radiogenic decay and by viscous friction.
Wolfgang Bangerth [Thu, 20 Jan 2011 15:11:17 +0000 (15:11 +0000)]
Implement internal heating of the mantle from radiogenic decay and by viscous friction.

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

13 years agofix test output.
Timo Heister [Thu, 20 Jan 2011 08:42:16 +0000 (08:42 +0000)]
fix test output.

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

13 years agofix off one by one error in ConstraintMatrix.
Timo Heister [Thu, 20 Jan 2011 08:34:47 +0000 (08:34 +0000)]
fix off one by one error in ConstraintMatrix.

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

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


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.