]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
13 years agoFix a bug in FE_Nothing::get_name().
Wolfgang 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.
Wolfgang 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.
Wolfgang 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...
Wolfgang 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.
Wolfgang 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
Timo 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.
Toby D. 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...
Martin 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.
Wolfgang 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...
Martin 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.
Martin 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...
Timo 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
Andrea 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.
Katharina 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
Wolfgang 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 :-(.
Wolfgang 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
Wolfgang 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.
Markus 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
Martin 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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...
Martin 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.
Katharina 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.
Katharina 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Wolfgang 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.
Wolfgang 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...
Timo 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.
Timo 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...
Timo 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.
Timo 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.
Timo 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Markus 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.
Markus 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.
Markus 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...
Wolfgang 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.
Wolfgang 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
Timo 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
Baerbel Jannsen [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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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

13 years agoNo need to estimate the error in output_results if we're not going to do
Wolfgang Bangerth [Tue, 22 Feb 2011 03:49:02 +0000 (03:49 +0000)]
No need to estimate the error in output_results if we're not going to do
anything with it.

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

13 years agoAdd a reference to one of our modules.
Wolfgang Bangerth [Mon, 21 Feb 2011 04:27:27 +0000 (04:27 +0000)]
Add a reference to one of our modules.

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

13 years agoFix code.
Wolfgang Bangerth [Fri, 18 Feb 2011 22:45:12 +0000 (22:45 +0000)]
Fix code.

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

13 years agoRe-introduce setting old_old_stokes_solution = old_stokes_solution.
Wolfgang Bangerth [Fri, 18 Feb 2011 22:16:51 +0000 (22:16 +0000)]
Re-introduce setting old_old_stokes_solution = old_stokes_solution.

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

13 years agoAdd a newline to the end of the file.
Wolfgang Bangerth [Fri, 18 Feb 2011 20:58:26 +0000 (20:58 +0000)]
Add a newline to the end of the file.

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

13 years agoImplement two more views of the output in the Postprocessor class.
Wolfgang Bangerth [Fri, 18 Feb 2011 20:51:07 +0000 (20:51 +0000)]
Implement two more views of the output in the Postprocessor class.

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

13 years agoDo the next step. Doesn't work right now, so comment out.
Wolfgang Bangerth [Fri, 18 Feb 2011 19:47:48 +0000 (19:47 +0000)]
Do the next step. Doesn't work right now, so comment out.

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

13 years agoA tiny bit more infrastructure.
Wolfgang Bangerth [Fri, 18 Feb 2011 19:44:41 +0000 (19:44 +0000)]
A tiny bit more infrastructure.

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

13 years agoMake run with current setup.
Wolfgang Bangerth [Fri, 18 Feb 2011 19:43:19 +0000 (19:43 +0000)]
Make run with current setup.

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

13 years agoFix a problem with the FE_Nothing element.
Wolfgang Bangerth [Fri, 18 Feb 2011 18:44:17 +0000 (18:44 +0000)]
Fix a problem with the FE_Nothing element.

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

13 years agoNew test.
Wolfgang Bangerth [Fri, 18 Feb 2011 17:32:15 +0000 (17:32 +0000)]
New test.

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

13 years agoAdd an assertion.
Wolfgang Bangerth [Fri, 18 Feb 2011 17:24:55 +0000 (17:24 +0000)]
Add an assertion.

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

13 years agoNeed to also distribute system_rhs.
Wolfgang Bangerth [Fri, 18 Feb 2011 17:02:50 +0000 (17:02 +0000)]
Need to also distribute system_rhs.

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

13 years agoRemove debug output.
Wolfgang Bangerth [Fri, 18 Feb 2011 16:56:49 +0000 (16:56 +0000)]
Remove debug output.

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

13 years agoConvert to the hp framework.
Wolfgang Bangerth [Fri, 18 Feb 2011 14:11:54 +0000 (14:11 +0000)]
Convert to the hp framework.

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

13 years agoStep-44: Changed F vector and K matrix names. Changed residual definitions and calcs
Jean-Paul Pelteret [Fri, 18 Feb 2011 06:53:01 +0000 (06:53 +0000)]
Step-44: Changed F vector and K matrix names. Changed residual definitions and calcs

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

13 years agoMark up input parameters as we usually do.
Wolfgang Bangerth [Fri, 18 Feb 2011 02:53:44 +0000 (02:53 +0000)]
Mark up input parameters as we usually do.

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

13 years agoRemove header file that isn't needed.
Wolfgang Bangerth [Fri, 18 Feb 2011 02:20:36 +0000 (02:20 +0000)]
Remove header file that isn't needed.

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

13 years agoUse a more interesting testcase.
Wolfgang Bangerth [Fri, 18 Feb 2011 02:17:20 +0000 (02:17 +0000)]
Use a more interesting testcase.

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

13 years agoFix constraints.
Wolfgang Bangerth [Fri, 18 Feb 2011 02:06:54 +0000 (02:06 +0000)]
Fix constraints.

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

13 years agoFix assembly of matrix. Set up like lid-driven cavity.
Wolfgang Bangerth [Fri, 18 Feb 2011 01:53:30 +0000 (01:53 +0000)]
Fix assembly of matrix. Set up like lid-driven cavity.

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

13 years agoAdd a stripped down version of step-22 as a first step of a tutorial program that...
Wolfgang Bangerth [Fri, 18 Feb 2011 01:31:39 +0000 (01:31 +0000)]
Add a stripped down version of step-22 as a first step of a tutorial program that tests the FE_Nothing element.

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

13 years agoImplement a dummy version of the QIterated<0> constructor.
Wolfgang Bangerth [Thu, 17 Feb 2011 23:08:32 +0000 (23:08 +0000)]
Implement a dummy version of the QIterated<0> constructor.

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

13 years agoNew function: DataOutBase::write_visit_record.
Wolfgang Bangerth [Thu, 17 Feb 2011 15:14:59 +0000 (15:14 +0000)]
New function: DataOutBase::write_visit_record.

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

13 years agoFix TableBase<T,N>::operator= if T==bool.
Wolfgang Bangerth [Thu, 17 Feb 2011 04:05:05 +0000 (04:05 +0000)]
Fix TableBase<T,N>::operator= if T==bool.

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

13 years agoAdd VectorBase::minimal_value.
Wolfgang Bangerth [Wed, 16 Feb 2011 20:51:01 +0000 (20:51 +0000)]
Add VectorBase::minimal_value.

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

13 years agoAdd VectorBase::minimal_value.
Wolfgang Bangerth [Wed, 16 Feb 2011 20:50:19 +0000 (20:50 +0000)]
Add VectorBase::minimal_value.

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

13 years agoadapt interpolation functions in FETools to parallel PETSc vectors
Martin Steigemann [Wed, 16 Feb 2011 19:03:44 +0000 (19:03 +0000)]
adapt interpolation functions in FETools to parallel PETSc vectors

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

13 years agoadapt interpolation functions in FETools to parallel PETSc vectors
Martin Steigemann [Wed, 16 Feb 2011 19:01:49 +0000 (19:01 +0000)]
adapt interpolation functions in FETools to parallel PETSc vectors

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

13 years agoAdd a comment.
Wolfgang Bangerth [Wed, 16 Feb 2011 14:52:56 +0000 (14:52 +0000)]
Add a comment.

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

13 years agoUndo r23348 now that this isn't necessary any more.
Wolfgang Bangerth [Wed, 16 Feb 2011 14:49:45 +0000 (14:49 +0000)]
Undo r23348 now that this isn't necessary any more.

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

13 years agoUndo a few of the checks recently introduced since these operations
Wolfgang Bangerth [Wed, 16 Feb 2011 14:04:56 +0000 (14:04 +0000)]
Undo a few of the checks recently introduced since these operations
make sense even if ghosts are present.

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

13 years agoOne more.
Wolfgang Bangerth [Wed, 16 Feb 2011 13:24:07 +0000 (13:24 +0000)]
One more.

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

13 years agonew instances for MGDofHandler and hd::DofHandler
Baerbel Jannsen [Wed, 16 Feb 2011 11:50:56 +0000 (11:50 +0000)]
new instances for MGDofHandler and hd::DofHandler

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

13 years agoBeautify output.
Wolfgang Bangerth [Tue, 15 Feb 2011 19:29:50 +0000 (19:29 +0000)]
Beautify output.

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

13 years agotest CellsAndFaces
Guido Kanschat [Tue, 15 Feb 2011 18:38:43 +0000 (18:38 +0000)]
test CellsAndFaces

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

13 years agoFix a problem with colorize_hyper_shell which wasn't written in a particularly defens...
Wolfgang Bangerth [Tue, 15 Feb 2011 18:31:55 +0000 (18:31 +0000)]
Fix a problem with colorize_hyper_shell which wasn't written in a particularly defensive way and produced garbage with the new 96-cell hyper shell.

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

13 years agoremove console output
Guido Kanschat [Tue, 15 Feb 2011 18:07:14 +0000 (18:07 +0000)]
remove console output

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

13 years agoimplement Assembler::Functional::initialize_info
Guido Kanschat [Tue, 15 Feb 2011 17:58:58 +0000 (17:58 +0000)]
implement Assembler::Functional::initialize_info

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

13 years agotest Assembler::Functional
Guido Kanschat [Tue, 15 Feb 2011 17:58:08 +0000 (17:58 +0000)]
test Assembler::Functional

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

13 years ago...and remove debug output
Guido Kanschat [Tue, 15 Feb 2011 17:52:31 +0000 (17:52 +0000)]
...and remove debug output

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

13 years agoremove a problem that bind seems to create a copy of its arguments and does not use...
Guido Kanschat [Tue, 15 Feb 2011 17:52:02 +0000 (17:52 +0000)]
remove a problem that bind seems to create a copy of its arguments and does not use references

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