]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoMake notation consistent with the way we discuss this in the video
bangerth [Thu, 21 Feb 2013 20:12:44 +0000 (20:12 +0000)]
Make notation consistent with the way we discuss this in the video
lecture on the topic.

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

11 years agoThe implementation of Tvmult was complete garbage. Fix it.
bangerth [Thu, 21 Feb 2013 20:03:54 +0000 (20:03 +0000)]
The implementation of Tvmult was complete garbage. Fix it.

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

11 years agoMention step-43.
bangerth [Thu, 21 Feb 2013 20:01:53 +0000 (20:01 +0000)]
Mention step-43.

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

11 years agoMake notation consistent with the way we discuss this in the video
bangerth [Thu, 21 Feb 2013 20:00:36 +0000 (20:00 +0000)]
Make notation consistent with the way we discuss this in the video
lecture on the topic. Also fix a bug in the description of the testcase.

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

11 years agocommit again because of an wrong revert
frohne [Thu, 21 Feb 2013 16:32:58 +0000 (16:32 +0000)]
commit again because of an wrong revert

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

11 years agofix yield and cell_number as unsigned int instead of double
frohne [Thu, 21 Feb 2013 16:28:13 +0000 (16:28 +0000)]
fix yield and cell_number as unsigned int instead of double

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

11 years agoAugment documentation.
bangerth [Thu, 21 Feb 2013 12:38:10 +0000 (12:38 +0000)]
Augment documentation.

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

11 years agoAvoid use of deprecated constructor.
bangerth [Thu, 21 Feb 2013 02:47:35 +0000 (02:47 +0000)]
Avoid use of deprecated constructor.

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

11 years agoImprove formatting.
bangerth [Thu, 21 Feb 2013 02:47:24 +0000 (02:47 +0000)]
Improve formatting.

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

11 years agoAvoid use of deprecated variable.
bangerth [Thu, 21 Feb 2013 02:46:08 +0000 (02:46 +0000)]
Avoid use of deprecated variable.

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

11 years agoBe consistent in what we deprecate and if it's deprecated in a comment then do so...
bangerth [Thu, 21 Feb 2013 02:45:45 +0000 (02:45 +0000)]
Be consistent in what we deprecate and if it's deprecated in a comment then do so as an attribute to the declaration as well.

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

11 years agoadd computing_timer.disable_output()
frohne [Thu, 21 Feb 2013 01:13:15 +0000 (01:13 +0000)]
add computing_timer.disable_output()

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

11 years agochanging the functions for computation time
frohne [Thu, 21 Feb 2013 00:38:41 +0000 (00:38 +0000)]
changing the functions for computation time

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

11 years agoBetter align.
bangerth [Thu, 21 Feb 2013 00:14:14 +0000 (00:14 +0000)]
Better align.

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

11 years agoSomething more.
bangerth [Thu, 21 Feb 2013 00:08:20 +0000 (00:08 +0000)]
Something more.

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

11 years agoProvide more explanation for the Tvmult function.
bangerth [Thu, 21 Feb 2013 00:07:11 +0000 (00:07 +0000)]
Provide more explanation for the Tvmult function.

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

11 years agoRemove more unused stuff.
bangerth [Thu, 21 Feb 2013 00:01:52 +0000 (00:01 +0000)]
Remove more unused stuff.

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

11 years agoRemove the Tvmult function. In fact, there was no such function
bangerth [Wed, 20 Feb 2013 23:58:34 +0000 (23:58 +0000)]
Remove the Tvmult function. In fact, there was no such function
anyway: Its declaration and implementation had been commented out all
along. We can always re-add if anyone finds a need for it.

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

11 years agofix the computation of cell_constitution for the parallel case
frohne [Wed, 20 Feb 2013 22:28:57 +0000 (22:28 +0000)]
fix the computation of cell_constitution for the parallel case

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

11 years agoadd some notes
heister [Wed, 20 Feb 2013 16:39:30 +0000 (16:39 +0000)]
add some notes

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

11 years agostep-49: some text fixes
heister [Wed, 20 Feb 2013 15:12:34 +0000 (15:12 +0000)]
step-49: some text fixes

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

11 years agoFix compilation of the ARPACK interfaces.
bangerth [Wed, 20 Feb 2013 14:08:54 +0000 (14:08 +0000)]
Fix compilation of the ARPACK interfaces.

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

11 years agoMove some code out of a loop where it is only called in the first iteration as this...
kronbichler [Wed, 20 Feb 2013 09:14:33 +0000 (09:14 +0000)]
Move some code out of a loop where it is only called in the first iteration as this enhances code readability.

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

11 years agoadd test
heister [Tue, 19 Feb 2013 23:02:36 +0000 (23:02 +0000)]
add test

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

11 years agoadd test
heister [Tue, 19 Feb 2013 23:02:20 +0000 (23:02 +0000)]
add test

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

11 years agonew constructor/reinit for PETScWrappers::MPI::BlockVector using IndexSets
heister [Tue, 19 Feb 2013 22:49:52 +0000 (22:49 +0000)]
new constructor/reinit for PETScWrappers::MPI::BlockVector using IndexSets

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

11 years agomake a bunch of constructors 'explicit'
heister [Tue, 19 Feb 2013 22:47:18 +0000 (22:47 +0000)]
make a bunch of constructors 'explicit'

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

11 years agomake a bunch of constructors 'explicit'
heister [Tue, 19 Feb 2013 22:44:35 +0000 (22:44 +0000)]
make a bunch of constructors 'explicit'

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

11 years agorevert accidental whitespace change
heister [Tue, 19 Feb 2013 19:18:17 +0000 (19:18 +0000)]
revert accidental whitespace change

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

11 years agoadd PETScWrappers::*Matrix::add(other, factor) with test. Patch by Jose Javier Munoz...
heister [Tue, 19 Feb 2013 19:17:13 +0000 (19:17 +0000)]
add PETScWrappers::*Matrix::add(other, factor) with test. Patch by Jose Javier Munoz Criollo

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

11 years agoadd a second example for an obstacle (a ball); break the damping loop for j=1 in...
frohne [Tue, 19 Feb 2013 18:36:34 +0000 (18:36 +0000)]
add a second example for an obstacle (a ball); break the damping loop for j=1 in solve_newton()

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

11 years agofix of the output for cell_constitution
frohne [Tue, 19 Feb 2013 17:07:29 +0000 (17:07 +0000)]
fix of the output for cell_constitution

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

11 years agoupdate test
heister [Tue, 19 Feb 2013 16:29:08 +0000 (16:29 +0000)]
update test

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

11 years agoupdate ignores
heister [Tue, 19 Feb 2013 16:27:12 +0000 (16:27 +0000)]
update ignores

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

11 years agodeprecate update_ghost_values()
heister [Tue, 19 Feb 2013 16:25:37 +0000 (16:25 +0000)]
deprecate update_ghost_values()

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

11 years agostep-40: do not call update_ghost_values
heister [Tue, 19 Feb 2013 16:25:19 +0000 (16:25 +0000)]
step-40: do not call update_ghost_values

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

11 years agomention step-49 in changes
heister [Tue, 19 Feb 2013 16:24:46 +0000 (16:24 +0000)]
mention step-49 in changes

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

11 years agoinclude step-49 in toc/graph
heister [Tue, 19 Feb 2013 16:23:42 +0000 (16:23 +0000)]
include step-49 in toc/graph

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

11 years agostep-49: misc stuff in docu
heister [Tue, 19 Feb 2013 16:20:47 +0000 (16:20 +0000)]
step-49: misc stuff in docu

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

11 years agoupdate styles of headers in doxygen documentation to have different styles of h3...
heister [Tue, 19 Feb 2013 16:20:22 +0000 (16:20 +0000)]
update styles of headers in doxygen documentation to have different styles of h3 vs h4

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

11 years agostep-49: small fixes
heister [Tue, 19 Feb 2013 15:58:33 +0000 (15:58 +0000)]
step-49: small fixes

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

11 years agoupdate changes
heister [Tue, 19 Feb 2013 15:55:34 +0000 (15:55 +0000)]
update changes

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

11 years agoBuild deal.II itself without deprecation warnings.
bangerth [Tue, 19 Feb 2013 15:51:25 +0000 (15:51 +0000)]
Build deal.II itself without deprecation warnings.

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

11 years agoAvoid deprecated class names.
bangerth [Tue, 19 Feb 2013 15:25:50 +0000 (15:25 +0000)]
Avoid deprecated class names.

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

11 years agoRemove unused variables.
bangerth [Tue, 19 Feb 2013 15:17:45 +0000 (15:17 +0000)]
Remove unused variables.

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

11 years agoAdd something to the documentation.
bangerth [Tue, 19 Feb 2013 04:26:24 +0000 (04:26 +0000)]
Add something to the documentation.

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

11 years agoadditional output for the cell constitution (plastic, elastic, ...)
frohne [Tue, 19 Feb 2013 01:38:44 +0000 (01:38 +0000)]
additional output for the cell constitution (plastic, elastic, ...)

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

11 years agosimplified formulation of a projection with linear hardening before and in section...
frohne [Tue, 19 Feb 2013 00:59:58 +0000 (00:59 +0000)]
simplified formulation of a projection with linear hardening before and in section for linearization of the constitutive law

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

11 years agocorrection of description of the linear hardening implementation and solving of an...
frohne [Mon, 18 Feb 2013 21:16:37 +0000 (21:16 +0000)]
correction of description of the linear hardening implementation and solving of an elastic problem for a better start solution

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

11 years agoMake doxygen happier.
bangerth [Mon, 18 Feb 2013 03:50:18 +0000 (03:50 +0000)]
Make doxygen happier.

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

11 years agoFix doxygen markup.
bangerth [Mon, 18 Feb 2013 03:43:04 +0000 (03:43 +0000)]
Fix doxygen markup.

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

11 years agoMinor doc update.
bangerth [Mon, 18 Feb 2013 00:19:06 +0000 (00:19 +0000)]
Minor doc update.

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

11 years agoMake doxygen not complain.
bangerth [Mon, 18 Feb 2013 00:18:14 +0000 (00:18 +0000)]
Make doxygen not complain.

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

11 years agoMarkup fix.
bangerth [Mon, 18 Feb 2013 00:16:10 +0000 (00:16 +0000)]
Markup fix.

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

11 years agoMore markup fixes.
bangerth [Mon, 18 Feb 2013 00:15:45 +0000 (00:15 +0000)]
More markup fixes.

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

11 years agoFix issues with erroneously placed 'typename's.
bangerth [Sun, 17 Feb 2013 23:38:38 +0000 (23:38 +0000)]
Fix issues with erroneously placed 'typename's.

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

11 years agowork on step-49
heister [Sun, 17 Feb 2013 18:47:46 +0000 (18:47 +0000)]
work on step-49

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

11 years agoupdate step-49
heister [Sun, 17 Feb 2013 18:07:40 +0000 (18:07 +0000)]
update step-49

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

11 years agofix test
heister [Sun, 17 Feb 2013 18:06:43 +0000 (18:06 +0000)]
fix test

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

11 years agofix vector being a ghosted vectors by accident
heister [Sun, 17 Feb 2013 14:16:47 +0000 (14:16 +0000)]
fix vector being a ghosted vectors by accident

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

11 years agoupdate test to highlight bug in PETScWrappers
heister [Sun, 17 Feb 2013 14:16:04 +0000 (14:16 +0000)]
update test to highlight bug in PETScWrappers

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

11 years agofix test output
heister [Sun, 17 Feb 2013 14:15:08 +0000 (14:15 +0000)]
fix test output

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

11 years agoupdate step-49
heister [Sun, 17 Feb 2013 06:08:31 +0000 (06:08 +0000)]
update step-49

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

11 years agoupdate step-49
heister [Sun, 17 Feb 2013 05:58:40 +0000 (05:58 +0000)]
update step-49

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

11 years agofix bug in extrude_triangulation
heister [Sun, 17 Feb 2013 05:46:13 +0000 (05:46 +0000)]
fix bug in extrude_triangulation

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

11 years agoadd test for extrude_triangulation
heister [Sun, 17 Feb 2013 05:45:49 +0000 (05:45 +0000)]
add test for extrude_triangulation

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

11 years agoremove useless directory in tests
heister [Sun, 17 Feb 2013 05:39:10 +0000 (05:39 +0000)]
remove useless directory in tests

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

11 years agointroduce GridGenerator::extrude_triangulation
heister [Sun, 17 Feb 2013 05:34:31 +0000 (05:34 +0000)]
introduce GridGenerator::extrude_triangulation

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

11 years agoupdate tests
heister [Sun, 17 Feb 2013 00:28:20 +0000 (00:28 +0000)]
update tests

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

11 years agofix step-40
heister [Sat, 16 Feb 2013 21:42:04 +0000 (21:42 +0000)]
fix step-40

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

11 years agoupdate test output
heister [Sat, 16 Feb 2013 21:34:12 +0000 (21:34 +0000)]
update test output

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

11 years agoupdate changelog
heister [Sat, 16 Feb 2013 21:27:24 +0000 (21:27 +0000)]
update changelog

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

11 years agoadditional ghost check
heister [Sat, 16 Feb 2013 21:24:36 +0000 (21:24 +0000)]
additional ghost check

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

11 years agoupdate test
heister [Sat, 16 Feb 2013 21:23:43 +0000 (21:23 +0000)]
update test

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

11 years agocheck if ghosted vectors are really ghosted
heister [Sat, 16 Feb 2013 21:20:26 +0000 (21:20 +0000)]
check if ghosted vectors are really ghosted

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

11 years agoCorrectly handle ghosted PETSc vectors and make ghosted vectors read-only
heister [Sat, 16 Feb 2013 21:03:23 +0000 (21:03 +0000)]
Correctly handle ghosted PETSc vectors and make ghosted vectors read-only

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

11 years agofix tests (throw in assert change)
heister [Fri, 15 Feb 2013 23:17:04 +0000 (23:17 +0000)]
fix tests (throw in assert change)

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

11 years agoadd test that disallows editing ghosted vectors (failing)
heister [Fri, 15 Feb 2013 23:16:44 +0000 (23:16 +0000)]
add test that disallows editing ghosted vectors (failing)

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

11 years agoremove test that is no longer needed
heister [Fri, 15 Feb 2013 23:16:05 +0000 (23:16 +0000)]
remove test that is no longer needed

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

11 years agoMinor markup fixes.
bangerth [Fri, 15 Feb 2013 23:06:19 +0000 (23:06 +0000)]
Minor markup fixes.

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

11 years agoFix up one comment.
bangerth [Fri, 15 Feb 2013 23:05:41 +0000 (23:05 +0000)]
Fix up one comment.

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

11 years agomove error checks further to the top so we can fail earlier
heister [Fri, 15 Feb 2013 23:03:50 +0000 (23:03 +0000)]
move error checks further to the top so we can fail earlier

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

11 years agofix tests (throw in assert change)
heister [Fri, 15 Feb 2013 23:03:03 +0000 (23:03 +0000)]
fix tests (throw in assert change)

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

11 years agofix tests (throw in assert change)
heister [Fri, 15 Feb 2013 22:53:46 +0000 (22:53 +0000)]
fix tests (throw in assert change)

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

11 years agoupdate ignores
heister [Fri, 15 Feb 2013 22:33:54 +0000 (22:33 +0000)]
update ignores

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

11 years agofix tests (throw in assert change)
heister [Fri, 15 Feb 2013 22:32:12 +0000 (22:32 +0000)]
fix tests (throw in assert change)

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

11 years agofix tests (throw in assert change)
heister [Fri, 15 Feb 2013 22:31:47 +0000 (22:31 +0000)]
fix tests (throw in assert change)

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

11 years agofix tests (throw in assert change)
heister [Fri, 15 Feb 2013 22:11:33 +0000 (22:11 +0000)]
fix tests (throw in assert change)

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

11 years agofix tests (throw in assert change)
heister [Fri, 15 Feb 2013 22:11:25 +0000 (22:11 +0000)]
fix tests (throw in assert change)

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

11 years agoFix link to picture that's now permanently online.
bangerth [Fri, 15 Feb 2013 21:53:23 +0000 (21:53 +0000)]
Fix link to picture that's now permanently online.

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

11 years agoGerman symbol -> HTML equivalent.
bangerth [Fri, 15 Feb 2013 17:19:50 +0000 (17:19 +0000)]
German symbol -> HTML equivalent.

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

11 years agoImprove file markup and formulas.
bangerth [Fri, 15 Feb 2013 17:17:05 +0000 (17:17 +0000)]
Improve file markup and formulas.

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

11 years agoPatch by Felix Gruber: Consistently use @code...@endcode.
bangerth [Fri, 15 Feb 2013 14:19:01 +0000 (14:19 +0000)]
Patch by Felix Gruber: Consistently use @code...@endcode.

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

11 years agoPatch by Felix Gruber: Fix many typos.
bangerth [Fri, 15 Feb 2013 14:13:54 +0000 (14:13 +0000)]
Patch by Felix Gruber: Fix many typos.

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

11 years agoupdate test
heister [Fri, 15 Feb 2013 05:23:40 +0000 (05:23 +0000)]
update test

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

11 years agorepair test and no longer call update_ghost_values()
heister [Fri, 15 Feb 2013 05:19:15 +0000 (05:19 +0000)]
repair test and no longer call update_ghost_values()

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

11 years agoadd test to check assignment between ghosted vectors
heister [Fri, 15 Feb 2013 05:17:47 +0000 (05:17 +0000)]
add test to check assignment between ghosted vectors

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

11 years agooperator= automatically calls update_ghost_values() in PETSc.
heister [Fri, 15 Feb 2013 05:10:00 +0000 (05:10 +0000)]
operator= automatically calls update_ghost_values() in PETSc.

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

11 years agofor regression tests: if abort() is disabled in assert(), throw the exception instead...
heister [Fri, 15 Feb 2013 05:08:26 +0000 (05:08 +0000)]
for regression tests: if abort() is disabled in assert(), throw the exception instead of ignoring it. This allows us to properly test for failing conditions. This commit will break a couple of tests that need to be adapted by hand.

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

11 years agoIn 1d, VectorTools::interpolate_boundary_values still assumed the old scheme where...
bangerth [Thu, 14 Feb 2013 20:41:17 +0000 (20:41 +0000)]
In 1d, VectorTools::interpolate_boundary_values still assumed the old scheme where we have only zero boundary indicator on the left and one on the right. Fix this.

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