]>
https://gitweb.dealii.org/ - dealii-svn.git/log
bangerth [Thu, 10 Feb 2011 00:03:00 +0000 (00:03 +0000)]
Use 'qmake --unix' so that we get a unix makefile even on Mac OS X.
git-svn-id: https://svn.dealii.org/trunk@23322
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 23:59:36 +0000 (23:59 +0000)]
Use 'mktemp' in a portable way: on OS X, mktemp requires a template argument,
but if we give a template, linux requires providing a path. So specify a
template, and use ${TMPDIR:-/tmp} as this path (i.e. use TMPDIR if it is set,
and /tmp otherwise).
git-svn-id: https://svn.dealii.org/trunk@23321
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 17:25:38 +0000 (17:25 +0000)]
Do not only check for presence of the libz.so file, but also for zlib.h.
git-svn-id: https://svn.dealii.org/trunk@23320
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 17:18:06 +0000 (17:18 +0000)]
Minor edit.
git-svn-id: https://svn.dealii.org/trunk@23319
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 17:02:49 +0000 (17:02 +0000)]
Write a results section.
git-svn-id: https://svn.dealii.org/trunk@23318
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 16:56:39 +0000 (16:56 +0000)]
Finish writing.
git-svn-id: https://svn.dealii.org/trunk@23317
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 15:46:38 +0000 (15:46 +0000)]
Give a bit of an introduction to the library's documentation.
git-svn-id: https://svn.dealii.org/trunk@23316
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 15:39:57 +0000 (15:39 +0000)]
Augment documentation.
git-svn-id: https://svn.dealii.org/trunk@23315
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 15:30:57 +0000 (15:30 +0000)]
Compute restriction and prolongation matrices for DGQ elements also if dim<spacedim.
git-svn-id: https://svn.dealii.org/trunk@23314
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 15:26:38 +0000 (15:26 +0000)]
Say a couple more things.
git-svn-id: https://svn.dealii.org/trunk@23313
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 15:08:04 +0000 (15:08 +0000)]
Remove some commented out code that should have been removed months ago.
git-svn-id: https://svn.dealii.org/trunk@23312
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 14:39:18 +0000 (14:39 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@23311
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 14:27:12 +0000 (14:27 +0000)]
Document previous patch.
git-svn-id: https://svn.dealii.org/trunk@23310
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 14:19:48 +0000 (14:19 +0000)]
Set properties correctly.
git-svn-id: https://svn.dealii.org/trunk@23309
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 Feb 2011 14:15:50 +0000 (14:15 +0000)]
Fix a problem with refining surfaces.
git-svn-id: https://svn.dealii.org/trunk@23308
0785d39b -7218-0410-832d-
ea1e28bc413d
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.