]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoFix number.
bangerth [Wed, 9 Feb 2011 13:29:40 +0000 (13:29 +0000)]
Fix number.

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

13 years agoMore of an intro than just a sentence.
bangerth [Tue, 8 Feb 2011 21:23:51 +0000 (21:23 +0000)]
More of an intro than just a sentence.

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

13 years agoSo if we really need to introduce CompressedSparsityPattern already in
bangerth [Tue, 8 Feb 2011 20:54:56 +0000 (20:54 +0000)]
So if we really need to introduce CompressedSparsityPattern already in
step-2 (which I don't think we need), then shouldn't we at least do
this in both places where SparsityPattern is used?

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

13 years agoAdd a paragraph of possible extensions.
bangerth [Tue, 8 Feb 2011 15:15:03 +0000 (15:15 +0000)]
Add a paragraph of possible extensions.

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

13 years agoUse a slightly different preconditioner: the diagonal part of the
bangerth [Tue, 8 Feb 2011 14:41:04 +0000 (14:41 +0000)]
Use a slightly different preconditioner: the diagonal part of the
eps:eps form, instead of the (already diagonal) grad:grad form. This
doesn't make a difference here, but cut the number of inner iterations
in Jennifer's (nonlinear) testcase using BiCGStab by approximately 1/4
(e.g. from 40 to 30).

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

13 years agoMake VectorTools::compute_mean_value and VectorTools::integrate_difference also work...
bangerth [Mon, 7 Feb 2011 16:31:37 +0000 (16:31 +0000)]
Make VectorTools::compute_mean_value and VectorTools::integrate_difference also work in parallel.

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

13 years agoGrammar fail.
bangerth [Sun, 6 Feb 2011 22:40:00 +0000 (22:40 +0000)]
Grammar fail.

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

13 years agostep-32: rescale 3d starting value to avoid artifacts at the +/- z poles
heister [Sun, 6 Feb 2011 20:38:55 +0000 (20:38 +0000)]
step-32: rescale 3d starting value to avoid artifacts at the +/- z poles

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

13 years agoMake a number of things runtime parameters that we can read from an input file.
bangerth [Sun, 6 Feb 2011 17:20:58 +0000 (17:20 +0000)]
Make a number of things runtime parameters that we can read from an input file.

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

13 years agoimplement mean_value() for PETScWrappers::MPI::Vector.
heister [Sun, 6 Feb 2011 16:38:39 +0000 (16:38 +0000)]
implement mean_value() for PETScWrappers::MPI::Vector.

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

13 years agostep-32: smaller step size in 3d.
heister [Sun, 6 Feb 2011 16:16:11 +0000 (16:16 +0000)]
step-32: smaller step size in 3d.

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

13 years agoAvoid deadlock in Utilities:MPI_InitFinalize when an exception is being thrown.
heister [Sun, 6 Feb 2011 15:57:49 +0000 (15:57 +0000)]
Avoid deadlock in Utilities:MPI_InitFinalize when an exception is being thrown.

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

13 years agoStep-44: Removed static keyword from FEValues object in error_dil(). Added correct...
pelteret [Sat, 5 Feb 2011 21:52:37 +0000 (21:52 +0000)]
Step-44: Removed static keyword from FEValues object in error_dil(). Added correct parameters file.

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

13 years agoSet -rpath for Trilinos. This doesn't currently help since the Trilinos libs
bangerth [Sat, 5 Feb 2011 18:02:56 +0000 (18:02 +0000)]
Set -rpath for Trilinos. This doesn't currently help since the Trilinos libs
aren't compiled with -rpath themselves (so their references to each other
fail) but it is still a step in the right direction.

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

13 years agoFix another place with the same problem.
bangerth [Sat, 5 Feb 2011 16:44:26 +0000 (16:44 +0000)]
Fix another place with the same problem.

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

13 years agoThe expander program can only handle block comments that start and end in a
bangerth [Sat, 5 Feb 2011 16:33:58 +0000 (16:33 +0000)]
The expander program can only handle block comments that start and end in a
single line, but this file had one that didn't. I wonder how that never was a
problem over the last couple of weeks...

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

13 years agoPut NSF notice in a @note.
bangerth [Sat, 5 Feb 2011 16:31:38 +0000 (16:31 +0000)]
Put NSF notice in a @note.

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

13 years agoModified acknolwedgments
bonito [Sat, 5 Feb 2011 15:37:50 +0000 (15:37 +0000)]
Modified acknolwedgments

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

13 years agoadded support
bonito [Sat, 5 Feb 2011 15:25:52 +0000 (15:25 +0000)]
added support

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

13 years agoUpdate a comment.
bangerth [Sat, 5 Feb 2011 06:35:30 +0000 (06:35 +0000)]
Update a comment.

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

13 years agoGrammar fix.
bangerth [Sat, 5 Feb 2011 02:40:22 +0000 (02:40 +0000)]
Grammar fix.

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

13 years agoDocument the extent of space savings when compressing data.
bangerth [Sat, 5 Feb 2011 00:25:42 +0000 (00:25 +0000)]
Document the extent of space savings when compressing data.

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

13 years agostep-32: credit myself.
heister [Fri, 4 Feb 2011 14:11:56 +0000 (14:11 +0000)]
step-32: credit myself.

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

13 years agoMake compilation die if expand_instantiations fails.
bangerth [Mon, 31 Jan 2011 23:35:30 +0000 (23:35 +0000)]
Make compilation die if expand_instantiations fails.

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

13 years agoAdd one more.
bangerth [Mon, 31 Jan 2011 18:34:34 +0000 (18:34 +0000)]
Add one more.

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

13 years agoUndo previous check-in for this file -- it resulted from a patch that was accidentall...
bangerth [Mon, 31 Jan 2011 17:30:33 +0000 (17:30 +0000)]
Undo previous check-in for this file -- it resulted from a patch that was accidentally not committed yet.

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

13 years agoFix stupid mistake: one can't assume that blocks are less than 32k :-(
bangerth [Mon, 31 Jan 2011 17:28:57 +0000 (17:28 +0000)]
Fix stupid mistake: one can't assume that blocks are less than 32k :-(

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

13 years agoUse output from c0541.
bangerth [Mon, 31 Jan 2011 15:41:05 +0000 (15:41 +0000)]
Use output from c0541.

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

13 years agoRemoved rogue 5D from slepc_solver
young [Mon, 31 Jan 2011 12:07:25 +0000 (12:07 +0000)]
Removed rogue 5D from slepc_solver

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

13 years agoFixed dangerous bug in index counter
young [Mon, 31 Jan 2011 11:21:36 +0000 (11:21 +0000)]
Fixed dangerous bug in index counter

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

13 years agoFollow the usual naming convection: use "boundary" instead of "bdry".
bangerth [Mon, 31 Jan 2011 03:40:41 +0000 (03:40 +0000)]
Follow the usual naming convection: use "boundary" instead of "bdry".

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

13 years agoDocumentation changes.
buerg [Sun, 30 Jan 2011 07:21:51 +0000 (07:21 +0000)]
Documentation changes.

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

13 years agoUndo r23269 since one can't compile the library any more since that change.
bangerth [Sat, 29 Jan 2011 03:24:41 +0000 (03:24 +0000)]
Undo r23269 since one can't compile the library any more since that change.

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

13 years agoUpdate.
bangerth [Fri, 28 Jan 2011 19:48:13 +0000 (19:48 +0000)]
Update.

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

13 years agoLink the library first on the local file system, and then move the result into its...
bangerth [Fri, 28 Jan 2011 18:50:38 +0000 (18:50 +0000)]
Link the library first on the local file system, and then move the result into its final destination.

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

13 years agoWrite data in VTU format compressed, if possible.
bangerth [Fri, 28 Jan 2011 18:48:06 +0000 (18:48 +0000)]
Write data in VTU format compressed, if possible.

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

13 years agoFixed interface for MUMPS.
buerg [Fri, 28 Jan 2011 16:30:59 +0000 (16:30 +0000)]
Fixed interface for MUMPS.

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

13 years agoExtrapolate Stokes solution since this reduces the number of iterations in the linear...
kronbichler [Thu, 27 Jan 2011 14:07:20 +0000 (14:07 +0000)]
Extrapolate Stokes solution since this reduces the number of iterations in the linear solver.

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

13 years agoAdd another one.
bangerth [Thu, 27 Jan 2011 00:26:59 +0000 (00:26 +0000)]
Add another one.

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

13 years agofix test and also check if all machines think the vector is ghosted.
heister [Wed, 26 Jan 2011 14:38:34 +0000 (14:38 +0000)]
fix test and also check if all machines think the vector is ghosted.

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

13 years agointroduce has_ghost_elements() for Trilinos and PETSc vectors.
heister [Wed, 26 Jan 2011 14:25:45 +0000 (14:25 +0000)]
introduce has_ghost_elements() for Trilinos and PETSc vectors.

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

13 years agostep-31: simplify min/max calculation.
heister [Wed, 26 Jan 2011 12:54:01 +0000 (12:54 +0000)]
step-31: simplify min/max calculation.

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

13 years agostep-32: correct comment and cleanup calculation of get_extrapolated_temperature_range().
heister [Wed, 26 Jan 2011 08:02:09 +0000 (08:02 +0000)]
step-32: correct comment and cleanup calculation of get_extrapolated_temperature_range().

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

13 years agoRestore original behavior.
bangerth [Tue, 25 Jan 2011 14:38:23 +0000 (14:38 +0000)]
Restore original behavior.

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

13 years agotypo in publications.
heister [Tue, 25 Jan 2011 13:55:45 +0000 (13:55 +0000)]
typo in publications.

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

13 years agoArg. Fix conditionals.
bangerth [Tue, 25 Jan 2011 04:46:39 +0000 (04:46 +0000)]
Arg. Fix conditionals.

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

13 years agoCheck in a first draft of the ability to write compressed VTU files. This
bangerth [Tue, 25 Jan 2011 04:37:54 +0000 (04:37 +0000)]
Check in a first draft of the ability to write compressed VTU files. This
isn't working right now, so it is disabled, but this way other people can
"throw an eye on it".

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

13 years agoFind out about endianness of the system we run on.
bangerth [Tue, 25 Jan 2011 04:36:54 +0000 (04:36 +0000)]
Find out about endianness of the system we run on.

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

13 years agoadd update_ghost_values to vector classes for compatibility with PETSc
steigemann [Mon, 24 Jan 2011 23:33:57 +0000 (23:33 +0000)]
add update_ghost_values to vector classes for compatibility with PETSc

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

13 years agoLeave a comment for when we document the program.
bangerth [Mon, 24 Jan 2011 05:05:11 +0000 (05:05 +0000)]
Leave a comment for when we document the program.

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

13 years agoAdjust use of whitespace.
bangerth [Mon, 24 Jan 2011 04:40:44 +0000 (04:40 +0000)]
Adjust use of whitespace.

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

13 years agoAvoid trailing space in output files.
bangerth [Mon, 24 Jan 2011 04:21:38 +0000 (04:21 +0000)]
Avoid trailing space in output files.

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

13 years agoAvoid trailing space in output files.
bangerth [Mon, 24 Jan 2011 04:20:15 +0000 (04:20 +0000)]
Avoid trailing space in output files.

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

13 years agoAvoid trailing space in output files.
bangerth [Mon, 24 Jan 2011 04:18:28 +0000 (04:18 +0000)]
Avoid trailing space in output files.

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

13 years agoAugment a comment.
bangerth [Mon, 24 Jan 2011 04:13:09 +0000 (04:13 +0000)]
Augment a comment.

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

13 years agostep-32: simplify temperature calculation.
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.
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.
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.
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.
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...
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.
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.
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.
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.
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().
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...
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.
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...
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.
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.
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.
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.
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...
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.
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.
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.
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.
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
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.
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.
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.
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.
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
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.
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()
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...
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.
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.
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.
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.
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.
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.
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.
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.
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...
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.
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
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.
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.
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


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.