]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
13 years agoRemove parts we don't need.
Wolfgang Bangerth [Tue, 17 May 2011 01:21:24 +0000 (01:21 +0000)]
Remove parts we don't need.

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

13 years agoRemove parts we don't need.
Wolfgang Bangerth [Tue, 17 May 2011 00:22:09 +0000 (00:22 +0000)]
Remove parts we don't need.

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

13 years agoAdd.
Wolfgang Bangerth [Tue, 17 May 2011 00:18:19 +0000 (00:18 +0000)]
Add.

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

13 years agoAdd boost::signals library.
Wolfgang Bangerth [Mon, 16 May 2011 20:29:27 +0000 (20:29 +0000)]
Add boost::signals library.

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

13 years agoNew test that currently fails.
Wolfgang Bangerth [Mon, 16 May 2011 14:23:08 +0000 (14:23 +0000)]
New test that currently fails.

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

13 years agoAdded tetst for persistent triangulation
Luca Heltai [Mon, 16 May 2011 10:50:02 +0000 (10:50 +0000)]
Added tetst for persistent triangulation

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

13 years agoAdded support of codim one meshes to PersistentTriangulation
Luca Heltai [Mon, 16 May 2011 10:48:56 +0000 (10:48 +0000)]
Added support of codim one meshes to PersistentTriangulation

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

13 years agoUpdate.
Wolfgang Bangerth [Sun, 15 May 2011 19:46:17 +0000 (19:46 +0000)]
Update.

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

13 years agoRemove a test I accidentally added in an unrelated commit :-(
Wolfgang Bangerth [Fri, 13 May 2011 05:10:25 +0000 (05:10 +0000)]
Remove a test I accidentally added in an unrelated commit :-(

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

13 years agoAdd missing header file.
Wolfgang Bangerth [Thu, 12 May 2011 18:35:42 +0000 (18:35 +0000)]
Add missing header file.

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

13 years agocopy the Vector back to a BlockVector in least_squares for BlockVector
Baerbel Jannsen [Thu, 12 May 2011 11:15:46 +0000 (11:15 +0000)]
copy the Vector back to a BlockVector in least_squares for BlockVector

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

13 years agoImplement VectorTools::compute_mean_value for dim!=spacedim.
Wolfgang Bangerth [Thu, 12 May 2011 03:10:56 +0000 (03:10 +0000)]
Implement VectorTools::compute_mean_value for dim!=spacedim.

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

13 years agoFix typo.
Wolfgang Bangerth [Thu, 12 May 2011 02:31:56 +0000 (02:31 +0000)]
Fix typo.

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

13 years agoOne more.
Wolfgang Bangerth [Tue, 10 May 2011 16:53:32 +0000 (16:53 +0000)]
One more.

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

13 years agoAdd a test that currently fails.
Wolfgang Bangerth [Tue, 10 May 2011 16:27:44 +0000 (16:27 +0000)]
Add a test that currently fails.

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

13 years agoAdd a note and clean up code.
Wolfgang Bangerth [Tue, 10 May 2011 15:59:06 +0000 (15:59 +0000)]
Add a note and clean up code.

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

13 years agoAdd something to the documentation.
Wolfgang Bangerth [Tue, 10 May 2011 15:57:01 +0000 (15:57 +0000)]
Add something to the documentation.

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

13 years agoFix a bug where we get column indices wrong in TrilinosWrappers::SparseMatrix::print.
Wolfgang Bangerth [Tue, 10 May 2011 15:27:04 +0000 (15:27 +0000)]
Fix a bug where we get column indices wrong in TrilinosWrappers::SparseMatrix::print.

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

13 years agoFix a problem where we look up elements in a matrix using the row map instead of...
Wolfgang Bangerth [Mon, 9 May 2011 22:45:32 +0000 (22:45 +0000)]
Fix a problem where we look up elements in a matrix using the row map instead of the proper column map. This manifests only if the matrix is rectangular.

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

13 years agoBetter document.
Wolfgang Bangerth [Sun, 8 May 2011 23:11:53 +0000 (23:11 +0000)]
Better document.

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

13 years agoImprove wording of documentation.
Wolfgang Bangerth [Wed, 4 May 2011 16:16:41 +0000 (16:16 +0000)]
Improve wording of documentation.

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

13 years agoPatch by Martin Genet: Better doxygen markup.
Wolfgang Bangerth [Wed, 4 May 2011 03:07:19 +0000 (03:07 +0000)]
Patch by Martin Genet: Better doxygen markup.

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

13 years agoNew test for previous commit.
Wolfgang Bangerth [Tue, 3 May 2011 22:51:59 +0000 (22:51 +0000)]
New test for previous commit.

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

13 years agoPatch by Martin Genet: Make SparseDirectUMFPACK work with SparseMatrixEZ as well.
Wolfgang Bangerth [Tue, 3 May 2011 22:35:11 +0000 (22:35 +0000)]
Patch by Martin Genet: Make SparseDirectUMFPACK work with SparseMatrixEZ as well.

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

13 years agoFix poor phrasing and wrong information in a couple of places.
Wolfgang Bangerth [Mon, 2 May 2011 14:28:50 +0000 (14:28 +0000)]
Fix poor phrasing and wrong information in a couple of places.

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

13 years agoProvide better crossreferencing in the documentation.
Wolfgang Bangerth [Mon, 2 May 2011 14:25:19 +0000 (14:25 +0000)]
Provide better crossreferencing in the documentation.

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

13 years agoAnnounce step-46.
Wolfgang Bangerth [Sun, 1 May 2011 04:17:03 +0000 (04:17 +0000)]
Announce step-46.

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

13 years agoAdd some more notes by Thomas Wick.
Wolfgang Bangerth [Sun, 1 May 2011 03:51:52 +0000 (03:51 +0000)]
Add some more notes by Thomas Wick.

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

13 years agoIncorporate several of Thomas Wick's suggestions.
Wolfgang Bangerth [Fri, 29 Apr 2011 14:03:25 +0000 (14:03 +0000)]
Incorporate several of Thomas Wick's suggestions.

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

13 years agoUpdate.
Wolfgang Bangerth [Fri, 29 Apr 2011 01:49:52 +0000 (01:49 +0000)]
Update.

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

13 years agoProperly escape dollar signs.
Wolfgang Bangerth [Fri, 29 Apr 2011 01:48:37 +0000 (01:48 +0000)]
Properly escape dollar signs.

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

13 years agoUpdate publication record
Toby D. Young [Thu, 28 Apr 2011 16:55:23 +0000 (16:55 +0000)]
Update publication record

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

13 years agoFix awkward wording.
Wolfgang Bangerth [Thu, 28 Apr 2011 13:57:40 +0000 (13:57 +0000)]
Fix awkward wording.

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

13 years agoAdd a note taken pretty much verbatim from an email by Joshua White.
Wolfgang Bangerth [Thu, 28 Apr 2011 13:33:23 +0000 (13:33 +0000)]
Add a note taken pretty much verbatim from an email by Joshua White.

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

13 years agoFix wording.
Wolfgang Bangerth [Thu, 28 Apr 2011 13:29:46 +0000 (13:29 +0000)]
Fix wording.

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

13 years agoMake compile.
Martin Kronbichler [Thu, 28 Apr 2011 11:18:56 +0000 (11:18 +0000)]
Make compile.

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

13 years agoFix compile error with DoFTools::Coupling.
Martin Kronbichler [Thu, 28 Apr 2011 09:45:38 +0000 (09:45 +0000)]
Fix compile error with DoFTools::Coupling.

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

13 years agoDocument last change.
Wolfgang Bangerth [Thu, 28 Apr 2011 03:34:43 +0000 (03:34 +0000)]
Document last change.

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

13 years agoMake DoFTools a namespace, rather than a class with all public, static member functions.
Wolfgang Bangerth [Thu, 28 Apr 2011 03:34:42 +0000 (03:34 +0000)]
Make DoFTools a namespace, rather than a class with all public, static member functions.

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

13 years agoRevamp computing the sparsity pattern.
Wolfgang Bangerth [Wed, 27 Apr 2011 15:28:10 +0000 (15:28 +0000)]
Revamp computing the sparsity pattern.

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

13 years agoImplement DoFTools::make_flux_sparsity_pattern for hp DoFHandlers.
Wolfgang Bangerth [Wed, 27 Apr 2011 15:27:52 +0000 (15:27 +0000)]
Implement DoFTools::make_flux_sparsity_pattern for hp DoFHandlers.

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

13 years agoFix p4est test results. Bugs are fixed starting p4est 0.3.3.8.
Timo Heister [Tue, 26 Apr 2011 08:35:53 +0000 (08:35 +0000)]
Fix p4est test results. Bugs are fixed starting p4est 0.3.3.8.

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

13 years agoImprove the wording of the note.
Wolfgang Bangerth [Mon, 25 Apr 2011 03:40:01 +0000 (03:40 +0000)]
Improve the wording of the note.

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

13 years agoList funding.
Wolfgang Bangerth [Mon, 25 Apr 2011 00:52:08 +0000 (00:52 +0000)]
List funding.

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

13 years agoAlso mention memory consumption.
Wolfgang Bangerth [Mon, 25 Apr 2011 00:40:20 +0000 (00:40 +0000)]
Also mention memory consumption.

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

13 years agoUpdate the pictures after fixing the problem with the pressure boundary values on...
Wolfgang Bangerth [Mon, 25 Apr 2011 00:38:15 +0000 (00:38 +0000)]
Update the pictures after fixing the problem with the pressure boundary values on the interface.

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

13 years agoUpdate results section.
Wolfgang Bangerth [Mon, 25 Apr 2011 00:36:25 +0000 (00:36 +0000)]
Update results section.

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

13 years agoOnly treat velocity, not pressure components.
Wolfgang Bangerth [Mon, 25 Apr 2011 00:23:11 +0000 (00:23 +0000)]
Only treat velocity, not pressure components.

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

13 years agoFix minor problem.
Wolfgang Bangerth [Mon, 25 Apr 2011 00:10:13 +0000 (00:10 +0000)]
Fix minor problem.

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

13 years agoMinor edit.
Wolfgang Bangerth [Mon, 25 Apr 2011 00:01:13 +0000 (00:01 +0000)]
Minor edit.

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

13 years agoFinish writing documentation.
Wolfgang Bangerth [Mon, 25 Apr 2011 00:00:59 +0000 (00:00 +0000)]
Finish writing documentation.

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

13 years agoFix formula markup.
Wolfgang Bangerth [Sun, 24 Apr 2011 19:29:44 +0000 (19:29 +0000)]
Fix formula markup.

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

13 years agoDiscuss one other point.
Wolfgang Bangerth [Sun, 24 Apr 2011 18:56:01 +0000 (18:56 +0000)]
Discuss one other point.

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

13 years agoA couple more lines.
Wolfgang Bangerth [Sun, 24 Apr 2011 04:36:29 +0000 (04:36 +0000)]
A couple more lines.

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

13 years agoFix a problem where the hp::DoFHandler got confused with a new triangulation.
Wolfgang Bangerth [Sun, 24 Apr 2011 04:28:19 +0000 (04:28 +0000)]
Fix a problem where the hp::DoFHandler got confused with a new triangulation.

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

13 years agoReindent a couple places.
Wolfgang Bangerth [Sun, 24 Apr 2011 04:03:19 +0000 (04:03 +0000)]
Reindent a couple places.

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

13 years agoRename function.
Wolfgang Bangerth [Sat, 23 Apr 2011 03:40:47 +0000 (03:40 +0000)]
Rename function.

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

13 years agoDocument what to do with setting the fe index.
Wolfgang Bangerth [Sat, 23 Apr 2011 03:38:27 +0000 (03:38 +0000)]
Document what to do with setting the fe index.

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

13 years agoUse abstract names for the subdomains.
Wolfgang Bangerth [Sat, 23 Apr 2011 03:31:58 +0000 (03:31 +0000)]
Use abstract names for the subdomains.

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

13 years agoMake it more abstract.
Wolfgang Bangerth [Sat, 23 Apr 2011 03:28:51 +0000 (03:28 +0000)]
Make it more abstract.

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

13 years agoGet it closer to what we want.
Wolfgang Bangerth [Sat, 23 Apr 2011 03:24:26 +0000 (03:24 +0000)]
Get it closer to what we want.

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

13 years agoSome more cleanups, a few more comments.
Wolfgang Bangerth [Sat, 23 Apr 2011 03:18:46 +0000 (03:18 +0000)]
Some more cleanups, a few more comments.

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

13 years agoCross link to the material_id tags.
Wolfgang Bangerth [Sat, 23 Apr 2011 03:01:38 +0000 (03:01 +0000)]
Cross link to the material_id tags.

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

13 years agoAdd a section on the material_id.
Wolfgang Bangerth [Sat, 23 Apr 2011 01:15:04 +0000 (01:15 +0000)]
Add a section on the material_id.

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

13 years agoAdd a note on the equations.
Wolfgang Bangerth [Sat, 23 Apr 2011 00:52:09 +0000 (00:52 +0000)]
Add a note on the equations.

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

13 years agoLink in step-46.
Wolfgang Bangerth [Fri, 22 Apr 2011 23:45:53 +0000 (23:45 +0000)]
Link in step-46.

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

13 years agoReindent.
Wolfgang Bangerth [Fri, 22 Apr 2011 23:32:10 +0000 (23:32 +0000)]
Reindent.

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

13 years agoRemove a few unneeded include files.
Wolfgang Bangerth [Fri, 22 Apr 2011 23:31:18 +0000 (23:31 +0000)]
Remove a few unneeded include files.

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

13 years agoCommit forgotten changed output file.
Wolfgang Bangerth [Fri, 22 Apr 2011 23:20:25 +0000 (23:20 +0000)]
Commit forgotten changed output file.

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

13 years agoFix accidental checkin of a merge commit.
Wolfgang Bangerth [Fri, 22 Apr 2011 21:41:27 +0000 (21:41 +0000)]
Fix accidental checkin of a merge commit.

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

13 years agoAdd a testcase for which the results have been verified to be correct.
Wolfgang Bangerth [Fri, 22 Apr 2011 21:34:46 +0000 (21:34 +0000)]
Add a testcase for which the results have been verified to be correct.

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

13 years agoUpdate documentation.
Wolfgang Bangerth [Fri, 22 Apr 2011 21:26:41 +0000 (21:26 +0000)]
Update documentation.

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

13 years agoTest the new operator*(SymmetricTensor,Tensor) introduced in r23580.
Wolfgang Bangerth [Fri, 22 Apr 2011 13:54:29 +0000 (13:54 +0000)]
Test the new operator*(SymmetricTensor,Tensor) introduced in r23580.

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

13 years agoChoose a better FE field for which the divergence is not always a vector of type...
Wolfgang Bangerth [Fri, 22 Apr 2011 04:39:56 +0000 (04:39 +0000)]
Choose a better FE field for which the divergence is not always a vector of type (a,a) or (a,a,a).

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

13 years agoFix a bug in FEValuesViews::SymmetricTensor::divergence. At least I believe so.
Wolfgang Bangerth [Fri, 22 Apr 2011 04:07:07 +0000 (04:07 +0000)]
Fix a bug in FEValuesViews::SymmetricTensor::divergence. At least I believe so.

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

13 years agoAdjust whitespace.
Wolfgang Bangerth [Thu, 21 Apr 2011 14:06:31 +0000 (14:06 +0000)]
Adjust whitespace.

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

13 years agoDiscuss 3d results.
Wolfgang Bangerth [Thu, 21 Apr 2011 14:06:05 +0000 (14:06 +0000)]
Discuss 3d results.

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

13 years agoMake run in 3d as well.
Wolfgang Bangerth [Wed, 20 Apr 2011 15:19:52 +0000 (15:19 +0000)]
Make run in 3d as well.

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

13 years agoFinish writing intro and results sections. Re-scale pictures.
Wolfgang Bangerth [Wed, 20 Apr 2011 14:21:36 +0000 (14:21 +0000)]
Finish writing intro and results sections. Re-scale pictures.

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

13 years agoAdd.
Wolfgang Bangerth [Wed, 20 Apr 2011 13:40:39 +0000 (13:40 +0000)]
Add.

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

13 years agoExtend timeout: this should fix two failing tests now that the system has been upgrad...
Wolfgang Bangerth [Wed, 20 Apr 2011 11:41:28 +0000 (11:41 +0000)]
Extend timeout: this should fix two failing tests now that the system has been upgraded to a newer kernel.

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

13 years agoImplement the missing rest (in particular integrating over refined faces).
Wolfgang Bangerth [Tue, 19 Apr 2011 21:54:53 +0000 (21:54 +0000)]
Implement the missing rest (in particular integrating over refined faces).

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

13 years agoSplit out setting the subdomain indicators. Use both velocity and displacement to...
Wolfgang Bangerth [Tue, 19 Apr 2011 14:26:54 +0000 (14:26 +0000)]
Split out setting the subdomain indicators. Use both velocity and displacement to refine the mesh.

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

13 years agoWrite the rest of the intro. Add a section to the results.
Wolfgang Bangerth [Tue, 19 Apr 2011 14:04:48 +0000 (14:04 +0000)]
Write the rest of the intro. Add a section to the results.

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

13 years agoBreak out the assembly of the interface term into its own function. This will make...
Wolfgang Bangerth [Tue, 19 Apr 2011 03:22:02 +0000 (03:22 +0000)]
Break out the assembly of the interface term into its own function. This will make it simpler to deal with adaptively refined interfaces.

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

13 years agoFix sign of interface term.
Wolfgang Bangerth [Tue, 19 Apr 2011 00:22:05 +0000 (00:22 +0000)]
Fix sign of interface term.

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

13 years agoCompute correct sparsity pattern. Use proper coupling term. Copy local contribution...
Wolfgang Bangerth [Tue, 19 Apr 2011 00:12:15 +0000 (00:12 +0000)]
Compute correct sparsity pattern. Use proper coupling term. Copy local contribution into global matrix.

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

13 years agoAugment documentation.
Wolfgang Bangerth [Tue, 19 Apr 2011 00:11:23 +0000 (00:11 +0000)]
Augment documentation.

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

13 years agoMinor step forward.
Wolfgang Bangerth [Mon, 18 Apr 2011 23:45:22 +0000 (23:45 +0000)]
Minor step forward.

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

13 years agoAbstract the question of whether a cell is fluid or solid.
Wolfgang Bangerth [Mon, 18 Apr 2011 03:23:14 +0000 (03:23 +0000)]
Abstract the question of whether a cell is fluid or solid.

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

13 years agoMove distribute_local_to_global to the correct position.
Wolfgang Bangerth [Mon, 18 Apr 2011 03:18:19 +0000 (03:18 +0000)]
Move distribute_local_to_global to the correct position.

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

13 years agoUse the right index space in the right space.
Wolfgang Bangerth [Sun, 17 Apr 2011 21:17:31 +0000 (21:17 +0000)]
Use the right index space in the right space.

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

13 years agoFix a problem where FEFaceValues with FESystems that contain FE_Nothings would crash...
Wolfgang Bangerth [Sun, 17 Apr 2011 20:42:21 +0000 (20:42 +0000)]
Fix a problem where FEFaceValues with FESystems that contain FE_Nothings would crash. The solution is to remove an optimization that was added by Ralf in 2001 but that apparently never triggered; it sits in a piece of code that only gets executed with FEValues objects where sub-objects set their update_each to update_default. I don't think there were any occasions where this could have happened before with any of the usual elements, FE_Nothing being the first one where this could be the case.

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

13 years agoMake compile without std c++0x.
Martin Kronbichler [Fri, 15 Apr 2011 15:49:20 +0000 (15:49 +0000)]
Make compile without std c++0x.

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

13 years agoFix memory leak in Polynomials::Hierarchical by using shared_ptr.
Martin Kronbichler [Fri, 15 Apr 2011 14:24:18 +0000 (14:24 +0000)]
Fix memory leak in Polynomials::Hierarchical by using shared_ptr.

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

13 years agoAdd a paragraph.
Wolfgang Bangerth [Fri, 15 Apr 2011 12:17:14 +0000 (12:17 +0000)]
Add a paragraph.

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

13 years agoUpdate to tut 44.
Andrew McBride [Fri, 15 Apr 2011 07:19:18 +0000 (07:19 +0000)]
Update to tut 44.

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

13 years agoStep-44: Altered order of instantiation.
Jean-Paul Pelteret [Thu, 14 Apr 2011 19:13:46 +0000 (19:13 +0000)]
Step-44: Altered order of instantiation.

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

13 years agoStep-44: Moved assembly static condensation outside linear solver function
Jean-Paul Pelteret [Thu, 14 Apr 2011 17:37:09 +0000 (17:37 +0000)]
Step-44:  Moved assembly static condensation outside linear solver function

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

13 years agoAdd one more paragraph.
Wolfgang Bangerth [Thu, 14 Apr 2011 13:34:07 +0000 (13:34 +0000)]
Add one more paragraph.

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