]>
https://gitweb.dealii.org/ - dealii-svn.git/log
bangerth [Sat, 10 Nov 2007 16:21:27 +0000 (16:21 +0000)]
add
git-svn-id: https://svn.dealii.org/trunk@15466
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 10 Nov 2007 16:19:25 +0000 (16:19 +0000)]
add
git-svn-id: https://svn.dealii.org/trunk@15465
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 10 Nov 2007 16:16:02 +0000 (16:16 +0000)]
Add output files.
git-svn-id: https://svn.dealii.org/trunk@15464
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 9 Nov 2007 23:30:46 +0000 (23:30 +0000)]
Only diploma, not phd.
git-svn-id: https://svn.dealii.org/trunk@15463
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 9 Nov 2007 23:30:03 +0000 (23:30 +0000)]
One more.
git-svn-id: https://svn.dealii.org/trunk@15462
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 9 Nov 2007 23:27:00 +0000 (23:27 +0000)]
Add one section
git-svn-id: https://svn.dealii.org/trunk@15461
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 7 Nov 2007 22:59:17 +0000 (22:59 +0000)]
Add a bit to Guido's essay on update flags. Link to from other places.
git-svn-id: https://svn.dealii.org/trunk@15458
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 6 Nov 2007 22:07:35 +0000 (22:07 +0000)]
Fix some return types of functions.
git-svn-id: https://svn.dealii.org/trunk@15457
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 6 Nov 2007 22:06:49 +0000 (22:06 +0000)]
Update list of instantiations.
git-svn-id: https://svn.dealii.org/trunk@15456
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 6 Nov 2007 22:06:27 +0000 (22:06 +0000)]
Update
git-svn-id: https://svn.dealii.org/trunk@15455
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 6 Nov 2007 21:20:29 +0000 (21:20 +0000)]
Implement complex-valued block vectors.
git-svn-id: https://svn.dealii.org/trunk@15454
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 6 Nov 2007 21:20:06 +0000 (21:20 +0000)]
Fix up the norm type of PETSc vectors.
git-svn-id: https://svn.dealii.org/trunk@15453
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 6 Nov 2007 03:33:06 +0000 (03:33 +0000)]
Define the scalar product the other way around.
git-svn-id: https://svn.dealii.org/trunk@15452
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 23:14:01 +0000 (23:14 +0000)]
Add to documentation.
git-svn-id: https://svn.dealii.org/trunk@15451
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 23:13:30 +0000 (23:13 +0000)]
Make comment for namespace invisible for doxygen since it produces an unwarranted warning that there is a duplicate documentation.
git-svn-id: https://svn.dealii.org/trunk@15450
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 15:02:32 +0000 (15:02 +0000)]
update some more output files.
git-svn-id: https://svn.dealii.org/trunk@15449
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 14:58:57 +0000 (14:58 +0000)]
Update a few output files.
git-svn-id: https://svn.dealii.org/trunk@15448
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 14:29:04 +0000 (14:29 +0000)]
Fix up test output differences that are caused by the checkin of the complex vector stuff yesterday. That patch contained the removal of hand unrolled loops and replaced them with straight loops that the compiler can unroll itself (compiler technology has improved in the last 10 years since we wrote that code). This changes the order of addition, which is non-commutative in floating point arithmetic and thereby changed round-off.
git-svn-id: https://svn.dealii.org/trunk@15447
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 04:05:53 +0000 (04:05 +0000)]
Provide the ability to say NumberTraits<T>::is_complex.
git-svn-id: https://svn.dealii.org/trunk@15446
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 03:55:55 +0000 (03:55 +0000)]
Rename complex-vector* to complex_vector* to stay consistent with our usual naming conventions.
git-svn-id: https://svn.dealii.org/trunk@15445
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 03:49:28 +0000 (03:49 +0000)]
Remove a testcase that doesn't make sense for complex vectors.
git-svn-id: https://svn.dealii.org/trunk@15444
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 5 Nov 2007 03:43:52 +0000 (03:43 +0000)]
Implement the ability for Vector<T> to work on std::complex vectors.
git-svn-id: https://svn.dealii.org/trunk@15443
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 22:21:06 +0000 (22:21 +0000)]
Fix a comment
git-svn-id: https://svn.dealii.org/trunk@15442
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 20:12:24 +0000 (20:12 +0000)]
Do it right
git-svn-id: https://svn.dealii.org/trunk@15441
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 20:11:54 +0000 (20:11 +0000)]
Ignore local files
git-svn-id: https://svn.dealii.org/trunk@15440
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 20:03:55 +0000 (20:03 +0000)]
Use correct output file.
git-svn-id: https://svn.dealii.org/trunk@15439
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 05:45:08 +0000 (05:45 +0000)]
Add tests for numbers::is_finite for complex arguments.
git-svn-id: https://svn.dealii.org/trunk@15438
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 05:34:29 +0000 (05:34 +0000)]
Add NumberTraits::abs as well as a variant of numbers::is_finite for complex<float>.
git-svn-id: https://svn.dealii.org/trunk@15437
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 05:19:32 +0000 (05:19 +0000)]
Fixed: Vector::operator/= should have checked that the argument is non-zero, but it checks that it is positive. This is of course bogus.
git-svn-id: https://svn.dealii.org/trunk@15436
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 4 Nov 2007 00:08:09 +0000 (00:08 +0000)]
Use a better way to see whether two vectors are the same.
git-svn-id: https://svn.dealii.org/trunk@15435
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 3 Nov 2007 23:58:37 +0000 (23:58 +0000)]
Provide the first few parts of numbers::NumberTraits
git-svn-id: https://svn.dealii.org/trunk@15434
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 3 Nov 2007 04:39:48 +0000 (04:39 +0000)]
Leave a TODO to eventually remove this namespace alias
git-svn-id: https://svn.dealii.org/trunk@15433
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 3 Nov 2007 03:08:43 +0000 (03:08 +0000)]
Rename namespace dealii::deal_II_numbers into namespace dealii::numbers.
git-svn-id: https://svn.dealii.org/trunk@15432
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 3 Nov 2007 02:12:00 +0000 (02:12 +0000)]
Re-indent
git-svn-id: https://svn.dealii.org/trunk@15431
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 1 Nov 2007 23:19:41 +0000 (23:19 +0000)]
Add a nicer graph using a more sophisticated visualization program.
git-svn-id: https://svn.dealii.org/trunk@15429
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 1 Nov 2007 22:17:14 +0000 (22:17 +0000)]
Add an xref.
git-svn-id: https://svn.dealii.org/trunk@15428
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 1 Nov 2007 22:14:39 +0000 (22:14 +0000)]
Fix reference
git-svn-id: https://svn.dealii.org/trunk@15427
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 1 Nov 2007 22:11:54 +0000 (22:11 +0000)]
xref to the tutorial.
git-svn-id: https://svn.dealii.org/trunk@15426
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 1 Nov 2007 22:11:36 +0000 (22:11 +0000)]
Remove std::fill of an array that now is empty.
git-svn-id: https://svn.dealii.org/trunk@15425
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 1 Nov 2007 22:11:11 +0000 (22:11 +0000)]
Fix a typo.
git-svn-id: https://svn.dealii.org/trunk@15424
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 31 Oct 2007 21:44:17 +0000 (21:44 +0000)]
make sure derivative degrees of freedom at the boundary do not cause problems
git-svn-id: https://svn.dealii.org/trunk@15423
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 31 Oct 2007 19:13:18 +0000 (19:13 +0000)]
Streamline and remove old compilers that we haven't tested on in a long time.
git-svn-id: https://svn.dealii.org/trunk@15422
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 31 Oct 2007 19:11:28 +0000 (19:11 +0000)]
Link to the authors file from the navbar.
git-svn-id: https://svn.dealii.org/trunk@15421
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 31 Oct 2007 19:09:56 +0000 (19:09 +0000)]
Fix stray parenthesis.
git-svn-id: https://svn.dealii.org/trunk@15420
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 31 Oct 2007 19:04:22 +0000 (19:04 +0000)]
List tutorial program authors.
git-svn-id: https://svn.dealii.org/trunk@15419
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 31 Oct 2007 18:59:59 +0000 (18:59 +0000)]
xref step-29
git-svn-id: https://svn.dealii.org/trunk@15418
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 31 Oct 2007 18:59:24 +0000 (18:59 +0000)]
Fix number.
git-svn-id: https://svn.dealii.org/trunk@15417
0785d39b -7218-0410-832d-
ea1e28bc413d
allmaras [Wed, 31 Oct 2007 16:35:40 +0000 (16:35 +0000)]
Some small changes about step-29
git-svn-id: https://svn.dealii.org/trunk@15416
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 31 Oct 2007 16:01:43 +0000 (16:01 +0000)]
this assertion was wrong for a sparsity pattern of size zero
git-svn-id: https://svn.dealii.org/trunk@15415
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 31 Oct 2007 15:56:03 +0000 (15:56 +0000)]
add FilteredMatrix::clear()
git-svn-id: https://svn.dealii.org/trunk@15414
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 31 Oct 2007 00:05:38 +0000 (00:05 +0000)]
Ignore certain files.
git-svn-id: https://svn.dealii.org/trunk@15413
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 23:56:32 +0000 (23:56 +0000)]
Set props.
git-svn-id: https://svn.dealii.org/trunk@15412
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 23:55:21 +0000 (23:55 +0000)]
Add first header.
git-svn-id: https://svn.dealii.org/trunk@15411
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 23:52:11 +0000 (23:52 +0000)]
Add a newline to the end of the file and finish the sentence that was checked in by accident before.
git-svn-id: https://svn.dealii.org/trunk@15410
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 23:51:06 +0000 (23:51 +0000)]
Also link with 3d.
git-svn-id: https://svn.dealii.org/trunk@15409
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 23:50:34 +0000 (23:50 +0000)]
Fix double reference (program2doxygen introduces the second one).
git-svn-id: https://svn.dealii.org/trunk@15408
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 23:49:41 +0000 (23:49 +0000)]
Re-scale pictures.
git-svn-id: https://svn.dealii.org/trunk@15407
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 22:59:39 +0000 (22:59 +0000)]
add
git-svn-id: https://svn.dealii.org/trunk@15406
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 22:49:39 +0000 (22:49 +0000)]
Improve link and spacing.
git-svn-id: https://svn.dealii.org/trunk@15405
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 22:48:37 +0000 (22:48 +0000)]
Work on a number of the comments, though the program already was in very good shape.
git-svn-id: https://svn.dealii.org/trunk@15404
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 22:40:19 +0000 (22:40 +0000)]
Link to step-29
git-svn-id: https://svn.dealii.org/trunk@15403
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 22:30:58 +0000 (22:30 +0000)]
The entry on primitive FEs was pretty much devoid of an actual description...
git-svn-id: https://svn.dealii.org/trunk@15402
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 22:21:40 +0000 (22:21 +0000)]
Better line wrap.
git-svn-id: https://svn.dealii.org/trunk@15401
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 30 Oct 2007 20:27:09 +0000 (20:27 +0000)]
document last changes
git-svn-id: https://svn.dealii.org/trunk@15400
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 20:23:45 +0000 (20:23 +0000)]
Use the Timer class rather than handwritten calls to clock().
git-svn-id: https://svn.dealii.org/trunk@15399
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 30 Oct 2007 20:23:41 +0000 (20:23 +0000)]
test FilteredMatrix
git-svn-id: https://svn.dealii.org/trunk@15398
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 30 Oct 2007 20:23:25 +0000 (20:23 +0000)]
add scaled matrix and impreove FilteredMatrix
git-svn-id: https://svn.dealii.org/trunk@15397
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 20:21:31 +0000 (20:21 +0000)]
Link to tutorial programs where the Timer class is used.
git-svn-id: https://svn.dealii.org/trunk@15396
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 19:00:57 +0000 (19:00 +0000)]
By default, do not produce a preamble for UCD output files (both mesh and data) since some graphical programs don't grok that and, instead of giving an error message, simply refuse to load the file. It is therefore fairly complicated to find out what is going on.
git-svn-id: https://svn.dealii.org/trunk@15395
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 30 Oct 2007 16:31:19 +0000 (16:31 +0000)]
test BlockIndices
git-svn-id: https://svn.dealii.org/trunk@15394
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 30 Oct 2007 16:30:43 +0000 (16:30 +0000)]
add BlockIndices::block_start
git-svn-id: https://svn.dealii.org/trunk@15393
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 03:46:06 +0000 (03:46 +0000)]
Link in step-29.
git-svn-id: https://svn.dealii.org/trunk@15389
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 03:40:34 +0000 (03:40 +0000)]
Link in step-29.
git-svn-id: https://svn.dealii.org/trunk@15388
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 03:39:23 +0000 (03:39 +0000)]
Add step-29 directory to list.
git-svn-id: https://svn.dealii.org/trunk@15387
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 30 Oct 2007 03:38:35 +0000 (03:38 +0000)]
Fix a number of small issues.
git-svn-id: https://svn.dealii.org/trunk@15386
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 29 Oct 2007 03:47:05 +0000 (03:47 +0000)]
Fix output
git-svn-id: https://svn.dealii.org/trunk@15385
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 29 Oct 2007 03:44:59 +0000 (03:44 +0000)]
Add RT tests for hp. The corresponding functions in the RT element are currently not implemented, so this isn't going to work.
git-svn-id: https://svn.dealii.org/trunk@15384
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 28 Oct 2007 23:19:29 +0000 (23:19 +0000)]
Fix the properties of all these files.
git-svn-id: https://svn.dealii.org/trunk@15383
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 26 Oct 2007 01:07:16 +0000 (01:07 +0000)]
Fix an actual bug: wrong index
git-svn-id: https://svn.dealii.org/trunk@15380
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 26 Oct 2007 01:05:13 +0000 (01:05 +0000)]
Fix a number of issues.
git-svn-id: https://svn.dealii.org/trunk@15379
0785d39b -7218-0410-832d-
ea1e28bc413d
allmaras [Thu, 25 Oct 2007 22:57:24 +0000 (22:57 +0000)]
Updated step-29 with commented source code and results
git-svn-id: https://svn.dealii.org/trunk@15378
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 24 Oct 2007 20:11:24 +0000 (20:11 +0000)]
Boundary projection for RT
git-svn-id: https://svn.dealii.org/trunk@15377
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 24 Oct 2007 19:53:13 +0000 (19:53 +0000)]
temporary fix for boundary projection in 3D
boundary mass matrix must be reprogrammed in order to allow for transformed shape functions
git-svn-id: https://svn.dealii.org/trunk@15376
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 24 Oct 2007 19:35:25 +0000 (19:35 +0000)]
reenter test for dof on THIS face
git-svn-id: https://svn.dealii.org/trunk@15375
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 23 Oct 2007 15:19:09 +0000 (15:19 +0000)]
add testing of face values
git-svn-id: https://svn.dealii.org/trunk@15373
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 23 Oct 2007 00:31:43 +0000 (00:31 +0000)]
On Mac OS X, link with the Accelerate or vecLib frameworks instead of individual blas or lapack libraries
git-svn-id: https://svn.dealii.org/trunk@15367
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 22 Oct 2007 21:45:05 +0000 (21:45 +0000)]
Fix a comment.
git-svn-id: https://svn.dealii.org/trunk@15366
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 22 Oct 2007 19:12:50 +0000 (19:12 +0000)]
Fix the bug that we only re-set the rhs vector to zero if we were building the matrix, instead of every time. Disable adaptivity again for the moment since it is too fragile. Do output only every few steps.
git-svn-id: https://svn.dealii.org/trunk@15365
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 22 Oct 2007 18:59:34 +0000 (18:59 +0000)]
Only rebuild the matrix when necessary.
git-svn-id: https://svn.dealii.org/trunk@15364
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 22 Oct 2007 18:45:20 +0000 (18:45 +0000)]
Accelerate the solver by a factor of 6 by preconditioning the Schur complement with the mass matrix :-) -- thanks, Guido
git-svn-id: https://svn.dealii.org/trunk@15363
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 22 Oct 2007 18:41:53 +0000 (18:41 +0000)]
Reduce required accuracy of solvers somewhat.
git-svn-id: https://svn.dealii.org/trunk@15362
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 22 Oct 2007 18:39:49 +0000 (18:39 +0000)]
Add a few code snippets that I will later use to discuss a few aspects.
git-svn-id: https://svn.dealii.org/trunk@15361
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 22 Oct 2007 18:37:59 +0000 (18:37 +0000)]
Enable running more than one time step again.
git-svn-id: https://svn.dealii.org/trunk@15360
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 21 Oct 2007 06:16:36 +0000 (06:16 +0000)]
Use a better refinement algorithm. Re-structure the code that refines the mesh up front.
Also, add the term <T, div(u) q> to the bilinear form for the T-equation. This term is zero on the continuous level, but isn't on the discrete level.
git-svn-id: https://svn.dealii.org/trunk@15359
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 21 Oct 2007 04:15:55 +0000 (04:15 +0000)]
Fix a bug where we were using the wrong FEValues object to calculate the temperature of a neighboring cell. Break a few overly long lines. Switch refinement back on.
git-svn-id: https://svn.dealii.org/trunk@15358
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 20 Oct 2007 01:08:56 +0000 (01:08 +0000)]
Fix the same typo another time.
git-svn-id: https://svn.dealii.org/trunk@15357
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 20 Oct 2007 01:08:09 +0000 (01:08 +0000)]
Add refinement between time steps. There's a subtle bug right now, which will have to be figured out, so de-activate this for the moment.
git-svn-id: https://svn.dealii.org/trunk@15356
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 20 Oct 2007 00:46:48 +0000 (00:46 +0000)]
Fix a typo.
git-svn-id: https://svn.dealii.org/trunk@15355
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 20 Oct 2007 00:30:31 +0000 (00:30 +0000)]
Make the code that does local refinement actually work.
git-svn-id: https://svn.dealii.org/trunk@15354
0785d39b -7218-0410-832d-
ea1e28bc413d
allmaras [Fri, 19 Oct 2007 20:09:51 +0000 (20:09 +0000)]
Added is_finite() function for complex numbers
git-svn-id: https://svn.dealii.org/trunk@15353
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.