]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoTest vector reinitialization.
kronbichler [Wed, 30 Mar 2011 14:32:01 +0000 (14:32 +0000)]
Test vector reinitialization.

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

13 years agoCircumvent case where one processor has no data.
kronbichler [Wed, 30 Mar 2011 14:17:25 +0000 (14:17 +0000)]
Circumvent case where one processor has no data.

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

13 years agoSimplify assertions in add() operations: The local size must fit, otherwise we get...
kronbichler [Wed, 30 Mar 2011 14:16:22 +0000 (14:16 +0000)]
Simplify assertions in add() operations: The local size must fit, otherwise we get segfaults. But that is all we need.

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

13 years agoFix border case where some processors have zero vector sizes.
kronbichler [Wed, 30 Mar 2011 13:30:30 +0000 (13:30 +0000)]
Fix border case where some processors have zero vector sizes.

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

13 years agoUpdate docs. Remove several parenthetical remarks.
bangerth [Tue, 29 Mar 2011 08:54:54 +0000 (08:54 +0000)]
Update docs. Remove several parenthetical remarks.

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

13 years agoMake work with gcc-4.6.
kronbichler [Mon, 28 Mar 2011 09:24:26 +0000 (09:24 +0000)]
Make work with gcc-4.6.

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

13 years agoMake compile with gcc-4.6. Avoid some warnings about unused variables.
kronbichler [Mon, 28 Mar 2011 09:21:39 +0000 (09:21 +0000)]
Make compile with gcc-4.6. Avoid some warnings about unused variables.

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

13 years agoAllow comments at the end of a line of other stuff, rather than throwing away the...
bangerth [Sun, 27 Mar 2011 08:53:33 +0000 (08:53 +0000)]
Allow comments at the end of a line of other stuff, rather than throwing away the whole line.

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

13 years agoSwitch on source browser.
bangerth [Sun, 27 Mar 2011 08:51:34 +0000 (08:51 +0000)]
Switch on source browser.

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

13 years agoFix wording.
bangerth [Sun, 27 Mar 2011 08:50:22 +0000 (08:50 +0000)]
Fix wording.

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

13 years agoFix doc markup.
bangerth [Sun, 27 Mar 2011 08:49:29 +0000 (08:49 +0000)]
Fix doc markup.

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

13 years agoFix formula.
bangerth [Sun, 27 Mar 2011 08:49:02 +0000 (08:49 +0000)]
Fix formula.

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

13 years agoMove comment about the implementation to the function that actually does the
bangerth [Fri, 25 Mar 2011 01:40:53 +0000 (01:40 +0000)]
Move comment about the implementation to the function that actually does the
(internal) implementation, rather than leaving it with the general class.

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

13 years agoadd auxiliary functions
kanschat [Wed, 23 Mar 2011 21:41:54 +0000 (21:41 +0000)]
add auxiliary functions

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

13 years agostep-32: in 2d we want the 12er hyber shell, not the 96er
heister [Wed, 23 Mar 2011 09:01:03 +0000 (09:01 +0000)]
step-32: in 2d we want the 12er hyber shell, not the 96er

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

13 years agoReplace ExcInternalError by more accurate ExcImpossibleInDim
kanschat [Tue, 22 Mar 2011 19:10:30 +0000 (19:10 +0000)]
Replace ExcInternalError by more accurate ExcImpossibleInDim

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

13 years agoFixed annoying little bug
heltai [Tue, 22 Mar 2011 18:25:55 +0000 (18:25 +0000)]
Fixed annoying little bug

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

13 years agocrash in refining a 12 cell shell
heister [Tue, 22 Mar 2011 12:31:27 +0000 (12:31 +0000)]
crash in refining a 12 cell shell

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

13 years agoTrilinos expects a valid pointer for constant modes also when there is no data owned...
kronbichler [Tue, 22 Mar 2011 10:15:14 +0000 (10:15 +0000)]
Trilinos expects a valid pointer for constant modes also when there is no data owned locally.

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

13 years agoAdd documentation.
bangerth [Mon, 21 Mar 2011 16:51:59 +0000 (16:51 +0000)]
Add documentation.

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

13 years agoAdd documentation.
bangerth [Mon, 21 Mar 2011 16:47:31 +0000 (16:47 +0000)]
Add documentation.

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

13 years agoChanges updated.
buerg [Fri, 18 Mar 2011 15:41:56 +0000 (15:41 +0000)]
Changes updated.

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

13 years agoAdjust.
bangerth [Fri, 18 Mar 2011 01:23:28 +0000 (01:23 +0000)]
Adjust.

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

13 years agoFix bug in get_face_interpolation_matrix.
buerg [Thu, 17 Mar 2011 19:57:18 +0000 (19:57 +0000)]
Fix bug in get_face_interpolation_matrix.

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

13 years agoUpdated test results.
buerg [Thu, 17 Mar 2011 16:18:49 +0000 (16:18 +0000)]
Updated test results.

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

13 years agoFix several bugs.
buerg [Thu, 17 Mar 2011 11:03:10 +0000 (11:03 +0000)]
Fix several bugs.

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

13 years agoFix bug in hp_quad_dof_identities.
buerg [Wed, 16 Mar 2011 15:33:54 +0000 (15:33 +0000)]
Fix bug in hp_quad_dof_identities.

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

13 years agoTypo.
kronbichler [Tue, 15 Mar 2011 08:05:42 +0000 (08:05 +0000)]
Typo.

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

13 years agoForgot to disable Trilinos and PETSc in case we do not use them.
kronbichler [Tue, 15 Mar 2011 07:43:30 +0000 (07:43 +0000)]
Forgot to disable Trilinos and PETSc in case we do not use them.

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

13 years agoAdd some more instantiations for Trilinos and PETSc matrices.
kronbichler [Tue, 15 Mar 2011 06:48:13 +0000 (06:48 +0000)]
Add some more instantiations for Trilinos and PETSc matrices.

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

13 years agoList additional copyright years.
bangerth [Thu, 10 Mar 2011 14:54:29 +0000 (14:54 +0000)]
List additional copyright years.

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

13 years agoAlso interpolate displacement boundary.
bangerth [Thu, 10 Mar 2011 00:39:14 +0000 (00:39 +0000)]
Also interpolate displacement boundary.

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

13 years agoAdd a suggestion for extensions.
bangerth [Thu, 10 Mar 2011 00:04:07 +0000 (00:04 +0000)]
Add a suggestion for extensions.

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

13 years agoQualify a statement.
bangerth [Wed, 9 Mar 2011 21:07:37 +0000 (21:07 +0000)]
Qualify a statement.

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

13 years agoAdd ConditionalOStream::get_stream(). Use it.
bangerth [Wed, 9 Mar 2011 15:33:07 +0000 (15:33 +0000)]
Add ConditionalOStream::get_stream(). Use it.

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

13 years agoMake the discretization run time parameters and allow for locally conservative discre...
bangerth [Wed, 9 Mar 2011 12:43:38 +0000 (12:43 +0000)]
Make the discretization run time parameters and allow for locally conservative discretizations. Adjust a couple things when the input file is missing to avoid strange exceptions.

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

13 years agoNew test.
bangerth [Tue, 8 Mar 2011 14:51:45 +0000 (14:51 +0000)]
New test.

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

13 years agoFix copy-n-pasto.
bangerth [Tue, 8 Mar 2011 14:43:50 +0000 (14:43 +0000)]
Fix copy-n-pasto.

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

13 years agoDocument and test the change to FESystem previously checked in.
bangerth [Tue, 8 Mar 2011 04:48:38 +0000 (04:48 +0000)]
Document and test the change to FESystem previously checked in.

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

13 years agoRelax the conditions under which we don't return unit_face_support_points a bit.
bangerth [Tue, 8 Mar 2011 04:16:25 +0000 (04:16 +0000)]
Relax the conditions under which we don't return unit_face_support_points a bit.

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

13 years agoAdd an assertion.
bangerth [Mon, 7 Mar 2011 21:24:09 +0000 (21:24 +0000)]
Add an assertion.

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

13 years agoFixed sign error in step-29
allmaras [Mon, 7 Mar 2011 20:34:37 +0000 (20:34 +0000)]
Fixed sign error in step-29

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

13 years agoFix a bug in FE_Nothing::get_name().
bangerth [Mon, 7 Mar 2011 15:00:17 +0000 (15:00 +0000)]
Fix a bug in FE_Nothing::get_name().

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

13 years agoMinor grammar edits.
bangerth [Mon, 7 Mar 2011 14:34:08 +0000 (14:34 +0000)]
Minor grammar edits.

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

13 years agoMore tests.
bangerth [Sat, 5 Mar 2011 19:33:24 +0000 (19:33 +0000)]
More tests.

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

13 years agoFix several bugs that stood in the way of making the things with FE_Nothing that...
bangerth [Sat, 5 Mar 2011 19:32:49 +0000 (19:32 +0000)]
Fix several bugs that stood in the way of making the things with FE_Nothing that didn't work last week work.

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

13 years agoRe-insert an assertion.
bangerth [Sat, 5 Mar 2011 19:30:40 +0000 (19:30 +0000)]
Re-insert an assertion.

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

13 years agofix PETSc stuff introduced by me the other day with version < 3
heister [Thu, 3 Mar 2011 17:16:40 +0000 (17:16 +0000)]
fix PETSc stuff introduced by me the other day with version < 3

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

13 years agoCorrect cut&paste bug in doc.
young [Wed, 2 Mar 2011 19:17:07 +0000 (19:17 +0000)]
Correct cut&paste bug in doc.

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

13 years agoCleanup: replace Teuchos::rcp by shared_ptr in one place to be consistent with the...
kronbichler [Wed, 2 Mar 2011 17:10:07 +0000 (17:10 +0000)]
Cleanup: replace Teuchos::rcp by shared_ptr in one place to be consistent with the rest of Trilinos part. Move one Trilinos header file to .cc file.

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

13 years agoRegenerate.
bangerth [Wed, 2 Mar 2011 17:06:50 +0000 (17:06 +0000)]
Regenerate.

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

13 years agoInitialize one variable to zero to eliminate a compiler/profiler warning on some...
kronbichler [Wed, 2 Mar 2011 17:04:59 +0000 (17:04 +0000)]
Initialize one variable to zero to eliminate a compiler/profiler warning on some systems.

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

13 years agoDisable Trilinos when explicitly saying so also when TRILINOS_DIR is set.
kronbichler [Wed, 2 Mar 2011 17:01:11 +0000 (17:01 +0000)]
Disable Trilinos when explicitly saying so also when TRILINOS_DIR is set.

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

13 years agoCleanup and clarify documentation of ParameterHandler and DataOut and simplify the...
heister [Wed, 2 Mar 2011 16:49:33 +0000 (16:49 +0000)]
Cleanup and clarify documentation of ParameterHandler and DataOut and simplify the usage in step-29.

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

13 years agoChose a quadrature formula compatible with the fe_degree
bonito [Tue, 1 Mar 2011 22:48:03 +0000 (22:48 +0000)]
Chose a quadrature formula compatible with the fe_degree

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

13 years agoRemove unused variables.
kormann [Sun, 27 Feb 2011 08:44:49 +0000 (08:44 +0000)]
Remove unused variables.

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

13 years agoConsistently use a higher order mapping in all places I could
bangerth [Sat, 26 Feb 2011 23:38:45 +0000 (23:38 +0000)]
Consistently use a higher order mapping in all places I could
find. Add some more debug output that unfortunately shows that we
still do not get the divergence down very far.

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

13 years agoUndo r23436 since it breaks all sorts of tests :-(.
bangerth [Fri, 25 Feb 2011 18:35:25 +0000 (18:35 +0000)]
Undo r23436 since it breaks all sorts of tests :-(.

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

13 years agoChange geometry slightly. Impose no-slip boundary conditions on the
bangerth [Fri, 25 Feb 2011 00:36:44 +0000 (00:36 +0000)]
Change geometry slightly. Impose no-slip boundary conditions on the
interface.

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

13 years agoAdd missing instantiation of interpolate_boundary_values.
buerg [Thu, 24 Feb 2011 16:59:37 +0000 (16:59 +0000)]
Add missing instantiation of interpolate_boundary_values.

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

13 years agocorrect path for generating documentation with doxygen
steigemann [Thu, 24 Feb 2011 07:12:12 +0000 (07:12 +0000)]
correct path for generating documentation with doxygen

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

13 years agoFix test.
bangerth [Thu, 24 Feb 2011 03:19:34 +0000 (03:19 +0000)]
Fix test.

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

13 years agoHandle constraints between FE_Q and FE_Nothing.
bangerth [Thu, 24 Feb 2011 02:43:43 +0000 (02:43 +0000)]
Handle constraints between FE_Q and FE_Nothing.

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

13 years agoAdd a test that currently fails so that I can look at it at home.
bangerth [Thu, 24 Feb 2011 02:38:22 +0000 (02:38 +0000)]
Add a test that currently fails so that I can look at it at home.

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

13 years agoIndent a couple lines.
bangerth [Thu, 24 Feb 2011 00:38:32 +0000 (00:38 +0000)]
Indent a couple lines.

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

13 years agoput all classes for the parameterGUI in a namespace and add parameterGUI documentatio...
steigemann [Wed, 23 Feb 2011 23:32:17 +0000 (23:32 +0000)]
put all classes for the parameterGUI in a namespace and add parameterGUI documentation to the doxygen flow

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

13 years agoTest of get_fe_from_name for FE_Q with Gauss-Lobatto points.
kormann [Wed, 23 Feb 2011 18:52:28 +0000 (18:52 +0000)]
Test of get_fe_from_name for FE_Q with Gauss-Lobatto points.

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

13 years agoImplement get_fe_from_name for FE_Q with Gauss-Lobatto points.
kormann [Wed, 23 Feb 2011 18:51:21 +0000 (18:51 +0000)]
Implement get_fe_from_name for FE_Q with Gauss-Lobatto points.

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

13 years agoMove test that now works.
bangerth [Wed, 23 Feb 2011 16:47:13 +0000 (16:47 +0000)]
Move test that now works.

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

13 years agoResolve a couple issues with the new no_requirements flag.
bangerth [Wed, 23 Feb 2011 16:44:11 +0000 (16:44 +0000)]
Resolve a couple issues with the new no_requirements flag.

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

13 years agoResolve a couple issues with the new no_requirements flag.
bangerth [Wed, 23 Feb 2011 16:44:04 +0000 (16:44 +0000)]
Resolve a couple issues with the new no_requirements flag.

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

13 years agoAdd output directory.
bangerth [Wed, 23 Feb 2011 15:44:01 +0000 (15:44 +0000)]
Add output directory.

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

13 years agoRevert accidental change.
bangerth [Wed, 23 Feb 2011 15:41:28 +0000 (15:41 +0000)]
Revert accidental change.

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

13 years agoAugment documentation. Other simple mods.
bangerth [Wed, 23 Feb 2011 15:35:13 +0000 (15:35 +0000)]
Augment documentation. Other simple mods.

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

13 years agoNew test.
bangerth [Wed, 23 Feb 2011 15:17:13 +0000 (15:17 +0000)]
New test.

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

13 years agoMake it run with the hp elements. The solution is still wrong, though.
bangerth [Wed, 23 Feb 2011 15:03:01 +0000 (15:03 +0000)]
Make it run with the hp elements. The solution is still wrong, though.

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

13 years agoHandle the new no_requirements case.
bangerth [Wed, 23 Feb 2011 14:30:36 +0000 (14:30 +0000)]
Handle the new no_requirements case.

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

13 years agoIntroduce another code for face domination to satisfy what FE_Nothing is about.
bangerth [Wed, 23 Feb 2011 14:19:29 +0000 (14:19 +0000)]
Introduce another code for face domination to satisfy what FE_Nothing is about.

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

13 years agoBe explicit that not being able to build the parameter_gui is only a warning.
bangerth [Wed, 23 Feb 2011 12:13:51 +0000 (12:13 +0000)]
Be explicit that not being able to build the parameter_gui is only a warning.

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

13 years agoRemove unused variable.
bangerth [Wed, 23 Feb 2011 12:08:05 +0000 (12:08 +0000)]
Remove unused variable.

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

13 years agoSuppress output when building the parameter GUI in much the same way as we
bangerth [Wed, 23 Feb 2011 12:06:04 +0000 (12:06 +0000)]
Suppress output when building the parameter GUI in much the same way as we
always do.

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

13 years agoDo not use deal.II compile flags, they make no sense here.
bangerth [Wed, 23 Feb 2011 11:47:32 +0000 (11:47 +0000)]
Do not use deal.II compile flags, they make no sense here.

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

13 years agoApply fix also for PETScWrappers::SparseMatrix in the same way it was done for MPI...
heister [Wed, 23 Feb 2011 10:00:23 +0000 (10:00 +0000)]
Apply fix also for PETScWrappers::SparseMatrix in the same way it was done for MPI::SparseMatrix.

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

13 years agocleanup test and make it pass.
heister [Tue, 22 Feb 2011 23:48:32 +0000 (23:48 +0000)]
cleanup test and make it pass.

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

13 years agoFixed: PETScWrappers:MPI:SparseMatrix and apply_boundary_values() produced an error...
heister [Tue, 22 Feb 2011 23:47:14 +0000 (23:47 +0000)]
Fixed: PETScWrappers:MPI:SparseMatrix and apply_boundary_values() produced an error in debug mode about non-existant SparsityPattern entries. Reason: clear_rows() also eliminated the whole row in the PETSc-internal SparsityPattern, which resulted in an error in the next assembly process.

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

13 years agomake sure the test fails and also test with one cpu.
heister [Tue, 22 Feb 2011 21:23:21 +0000 (21:23 +0000)]
make sure the test fails and also test with one cpu.

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

13 years agoPETSc test for SparseMatrix::clear_rows. Fails right now.
heister [Tue, 22 Feb 2011 21:22:02 +0000 (21:22 +0000)]
PETSc test for SparseMatrix::clear_rows. Fails right now.

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

13 years agoUse different pressure scaling.
bangerth [Tue, 22 Feb 2011 19:33:51 +0000 (19:33 +0000)]
Use different pressure scaling.

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

13 years agoMinor edits.
bangerth [Tue, 22 Feb 2011 18:01:35 +0000 (18:01 +0000)]
Minor edits.

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

13 years agoFix spelling.
bangerth [Tue, 22 Feb 2011 17:58:28 +0000 (17:58 +0000)]
Fix spelling.

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

13 years agoExclude FESystem from checks.
buerg [Tue, 22 Feb 2011 15:20:21 +0000 (15:20 +0000)]
Exclude FESystem from checks.

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

13 years agoTests for the project_boundary_values_*_conforming functions.
buerg [Tue, 22 Feb 2011 13:54:49 +0000 (13:54 +0000)]
Tests for the project_boundary_values_*_conforming functions.

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

13 years agoFunction to interpolate Dirichlet boundary values for Raviart-Thomas elements.
buerg [Tue, 22 Feb 2011 13:48:15 +0000 (13:48 +0000)]
Function to interpolate Dirichlet boundary values for Raviart-Thomas elements.

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

13 years agoMake ./configure and friends deal with Trilinos headers and libraries that come from...
bangerth [Tue, 22 Feb 2011 13:46:35 +0000 (13:46 +0000)]
Make ./configure and friends deal with Trilinos headers and libraries that come from Debian's packages.

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

13 years agoRemove -unix from qmake.
bangerth [Tue, 22 Feb 2011 13:40:42 +0000 (13:40 +0000)]
Remove -unix from qmake.

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

13 years agostep-32: calculate and output l2 divergence error for testing
heister [Tue, 22 Feb 2011 10:32:28 +0000 (10:32 +0000)]
step-32: calculate and output l2 divergence error for testing

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

13 years agoa "t" added
janssen [Tue, 22 Feb 2011 09:16:23 +0000 (09:16 +0000)]
a "t" added

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

13 years agoAdd a link to an appropriate place of the documentation.
bangerth [Tue, 22 Feb 2011 05:11:35 +0000 (05:11 +0000)]
Add a link to an appropriate place of the documentation.

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

13 years agoAdd a section on visualizing vector-valued data.
bangerth [Tue, 22 Feb 2011 05:02:07 +0000 (05:02 +0000)]
Add a section on visualizing vector-valued data.

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

13 years agoProperly write formulas.
bangerth [Tue, 22 Feb 2011 04:59:40 +0000 (04:59 +0000)]
Properly write formulas.

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