]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
16 years agoOne more.
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

16 years agoAdd one section
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

16 years agoAdd a bit to Guido's essay on update flags. Link to from other places.
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

16 years agoFix some return types of functions.
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

16 years agoUpdate list of instantiations.
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

16 years agoUpdate
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

16 years agoImplement complex-valued block vectors.
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

16 years agoFix up the norm type of PETSc vectors.
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

16 years agoDefine the scalar product the other way around.
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

16 years agoAdd to documentation.
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

16 years agoMake comment for namespace invisible for doxygen since it produces an unwarranted...
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

16 years agoupdate some more output files.
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

16 years agoUpdate a few output files.
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

16 years agoFix up test output differences that are caused by the checkin of the complex vector...
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

16 years agoProvide the ability to say NumberTraits<T>::is_complex.
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

16 years agoRename complex-vector* to complex_vector* to stay consistent with our usual naming...
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

16 years agoRemove a testcase that doesn't make sense for complex vectors.
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

16 years agoImplement the ability for Vector<T> to work on std::complex vectors.
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

16 years agoFix a comment
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

16 years agoDo it right
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

16 years agoIgnore local files
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

16 years agoUse correct output file.
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

16 years agoAdd tests for numbers::is_finite for complex arguments.
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

16 years agoAdd NumberTraits::abs as well as a variant of numbers::is_finite for complex<float>.
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

16 years agoFixed: Vector::operator/= should have checked that the argument is non-zero, but...
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

16 years agoUse a better way to see whether two vectors are the same.
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

16 years agoProvide the first few parts of numbers::NumberTraits
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

16 years agoLeave a TODO to eventually remove this namespace alias
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

16 years agoRename namespace dealii::deal_II_numbers into namespace dealii::numbers.
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

16 years agoRe-indent
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

16 years agoAdd a nicer graph using a more sophisticated visualization program.
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

16 years agoAdd an xref.
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

16 years agoFix reference
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

16 years agoxref to the tutorial.
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

16 years agoRemove std::fill of an array that now is empty.
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

16 years agoFix a typo.
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

16 years agomake sure derivative degrees of freedom at the boundary do not cause problems
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

16 years agoStreamline and remove old compilers that we haven't tested on in a long time.
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

16 years agoLink to the authors file from the navbar.
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

16 years agoFix stray parenthesis.
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

16 years agoList tutorial program authors.
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

16 years agoxref step-29
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

16 years agoFix number.
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

16 years agoSome small changes about step-29
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

16 years agothis assertion was wrong for a sparsity pattern of size zero
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

16 years agoadd FilteredMatrix::clear()
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

16 years agoIgnore certain files.
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

16 years agoSet props.
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

16 years agoAdd first header.
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

16 years agoAdd a newline to the end of the file and finish the sentence that was checked in...
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

16 years agoAlso link with 3d.
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

16 years agoFix double reference (program2doxygen introduces the second one).
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

16 years agoRe-scale pictures.
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

16 years agoadd
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

16 years agoImprove link and spacing.
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

16 years agoWork on a number of the comments, though the program already was in very good shape.
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

16 years agoLink to step-29
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

16 years agoThe entry on primitive FEs was pretty much devoid of an actual description...
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

16 years agoBetter line wrap.
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

16 years agodocument last changes
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

16 years agoUse the Timer class rather than handwritten calls to clock().
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

16 years agotest FilteredMatrix
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

16 years agoadd scaled matrix and impreove FilteredMatrix
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

16 years agoLink to tutorial programs where the Timer class is used.
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

16 years agoBy default, do not produce a preamble for UCD output files (both mesh and data) since...
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

16 years agotest BlockIndices
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

16 years agoadd BlockIndices::block_start
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

16 years agoLink in step-29.
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

16 years agoLink in step-29.
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

16 years agoAdd step-29 directory to list.
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

16 years agoFix a number of small issues.
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

16 years agoFix output
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

16 years agoAdd RT tests for hp. The corresponding functions in the RT element are currently...
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

16 years agoFix the properties of all these files.
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

16 years agoFix an actual bug: wrong index
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

16 years agoFix a number of issues.
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

16 years agoUpdated step-29 with commented source code and results
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

16 years agoBoundary projection for RT
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

16 years agotemporary fix for boundary projection in 3D
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

16 years agoreenter test for dof on THIS face
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

16 years agoadd testing of face values
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

16 years agoOn Mac OS X, link with the Accelerate or vecLib frameworks instead of individual...
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

16 years agoFix a comment.
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

16 years agoFix the bug that we only re-set the rhs vector to zero if we were building the matrix...
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

16 years agoOnly rebuild the matrix when necessary.
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

16 years agoAccelerate the solver by a factor of 6 by preconditioning the Schur complement with...
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

16 years agoReduce required accuracy of solvers somewhat.
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

16 years agoAdd a few code snippets that I will later use to discuss a few aspects.
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

16 years agoEnable running more than one time step again.
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

16 years agoUse a better refinement algorithm. Re-structure the code that refines the mesh up...
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

16 years agoFix a bug where we were using the wrong FEValues object to calculate the temperature...
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

16 years agoFix the same typo another time.
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

16 years agoAdd refinement between time steps. There's a subtle bug right now, which will have...
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

16 years agoFix a typo.
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

16 years agoMake the code that does local refinement actually work.
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

16 years agoAdded is_finite() function for complex numbers
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

16 years agoBy default don't stop latex if there are errors.
bangerth [Fri, 19 Oct 2007 19:08:10 +0000 (19:08 +0000)]
By default don't stop latex if there are errors.

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

16 years agorely more on precollected dofs
kanschat [Fri, 19 Oct 2007 06:03:43 +0000 (06:03 +0000)]
rely more on precollected dofs

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

16 years agoA first step towards adaptive meshes. Still have to implement the rhs for mesh size...
bangerth [Fri, 19 Oct 2007 03:29:32 +0000 (03:29 +0000)]
A first step towards adaptive meshes. Still have to implement the rhs for mesh size changes.

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

16 years agoadd SparseMatrix::print_pattern
kanschat [Fri, 19 Oct 2007 02:24:40 +0000 (02:24 +0000)]
add SparseMatrix::print_pattern

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