]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoMake sure we also build ../include/deal.II/lac/lapack_templates.h in time.
bangerth [Sat, 6 Nov 2010 05:00:20 +0000 (05:00 +0000)]
Make sure we also build ../include/deal.II/lac/lapack_templates.h in time.

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

13 years agoRemove a mark of todos that I had long taken care of.
bangerth [Sat, 6 Nov 2010 04:59:22 +0000 (04:59 +0000)]
Remove a mark of todos that I had long taken care of.

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

13 years agocheck for more LAPACK
kanschat [Fri, 5 Nov 2010 18:33:01 +0000 (18:33 +0000)]
check for more LAPACK

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

13 years agoMake sure we build the .inst files as well.
bangerth [Fri, 5 Nov 2010 18:15:58 +0000 (18:15 +0000)]
Make sure we build the .inst files as well.

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

13 years agoPatch by Matrin Kronbichler: Make things work with Trilinos 9 again.
bangerth [Fri, 5 Nov 2010 16:58:28 +0000 (16:58 +0000)]
Patch by Matrin Kronbichler: Make things work with Trilinos 9 again.

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

13 years agostart some work on SVD
kanschat [Fri, 5 Nov 2010 15:30:06 +0000 (15:30 +0000)]
start some work on SVD

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

13 years agoA very minor correction to configure --help
young [Fri, 5 Nov 2010 11:32:00 +0000 (11:32 +0000)]
A very minor correction to configure --help

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

13 years agoEnsure that we only rebuild those parts of the Makefile that are really necessary...
bangerth [Fri, 5 Nov 2010 06:53:25 +0000 (06:53 +0000)]
Ensure that we only rebuild those parts of the Makefile that are really necessary. This didnt

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

13 years agoAdd a sentence.
bangerth [Thu, 4 Nov 2010 17:32:18 +0000 (17:32 +0000)]
Add a sentence.

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

13 years agoMore updated test results.
buerg [Thu, 4 Nov 2010 09:55:58 +0000 (09:55 +0000)]
More updated test results.

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

13 years agoFix typo in FE_Nedelec
buerg [Thu, 4 Nov 2010 07:08:55 +0000 (07:08 +0000)]
Fix typo in FE_Nedelec

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

13 years agoUpdate output: the location of the error message has moved from the .h file to the...
bangerth [Thu, 4 Nov 2010 06:45:04 +0000 (06:45 +0000)]
Update output: the location of the error message has moved from the .h file to the .cc file in r22506.

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

13 years agoMake sure we don't call GridTools::partition_triangulation on
bangerth [Thu, 4 Nov 2010 04:09:04 +0000 (04:09 +0000)]
Make sure we don't call GridTools::partition_triangulation on
parallel::distributed::Triangulation objects.

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

13 years agoRemove now no longer used third Makefile template.
bangerth [Thu, 4 Nov 2010 03:27:07 +0000 (03:27 +0000)]
Remove now no longer used third Makefile template.

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

13 years agoDocumentation fixes.
bangerth [Thu, 4 Nov 2010 03:26:37 +0000 (03:26 +0000)]
Documentation fixes.

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

13 years agoBring in synch with the Makefile.small template.
bangerth [Thu, 4 Nov 2010 03:26:19 +0000 (03:26 +0000)]
Bring in synch with the Makefile.small template.

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

13 years agoRevamp the whole business.
bangerth [Thu, 4 Nov 2010 03:21:24 +0000 (03:21 +0000)]
Revamp the whole business.

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

13 years agoUpdates for test results.
buerg [Wed, 3 Nov 2010 15:22:57 +0000 (15:22 +0000)]
Updates for test results.

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

13 years agoPolynomials_Nedelec: Renumbering polynomials
buerg [Wed, 3 Nov 2010 12:37:45 +0000 (12:37 +0000)]
Polynomials_Nedelec: Renumbering polynomials

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

13 years agoReference the glossary instead of repeating documentation.
bangerth [Wed, 3 Nov 2010 12:05:43 +0000 (12:05 +0000)]
Reference the glossary instead of repeating documentation.

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

13 years agoAdd an entry on boundary forms.
bangerth [Wed, 3 Nov 2010 11:43:11 +0000 (11:43 +0000)]
Add an entry on boundary forms.

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

13 years agoMake GridOut::write_gnuplot available for codim=1.
bangerth [Wed, 3 Nov 2010 11:30:11 +0000 (11:30 +0000)]
Make GridOut::write_gnuplot available for codim=1.

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

13 years agoAdd comment.
bangerth [Wed, 3 Nov 2010 11:22:53 +0000 (11:22 +0000)]
Add comment.

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

13 years agoFE_Nedelec: Renumbering of dofs on faces 2 and 3
buerg [Wed, 3 Nov 2010 10:56:23 +0000 (10:56 +0000)]
FE_Nedelec: Renumbering of dofs on faces 2 and 3

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

13 years agoRe-apply previous. It now compiles, links and should even work with some luck.
bangerth [Wed, 3 Nov 2010 03:34:27 +0000 (03:34 +0000)]
Re-apply previous. It now compiles, links and should even work with some luck.

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

13 years agoRevert changes back to r22586.
bangerth [Tue, 2 Nov 2010 22:58:19 +0000 (22:58 +0000)]
Revert changes back to r22586.

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

13 years agoFurther forward in the quest to make things work for codim=1.
bangerth [Tue, 2 Nov 2010 22:55:09 +0000 (22:55 +0000)]
Further forward in the quest to make things work for codim=1.

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

13 years agoAdd missing instantiations.
bangerth [Tue, 2 Nov 2010 22:41:31 +0000 (22:41 +0000)]
Add missing instantiations.

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

13 years agoMake the VectorTools::interpolate_boundary_values function available for the codim...
bangerth [Tue, 2 Nov 2010 22:31:58 +0000 (22:31 +0000)]
Make the VectorTools::interpolate_boundary_values function available for the codim=1 case.

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

13 years agoMake hp::FE{Subface,Face}Values available for the codim=1 case.
bangerth [Tue, 2 Nov 2010 22:31:07 +0000 (22:31 +0000)]
Make hp::FE{Subface,Face}Values available for the codim=1 case.

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

13 years agoReindent.
bangerth [Tue, 2 Nov 2010 22:19:12 +0000 (22:19 +0000)]
Reindent.

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

13 years agoAdjust to new directory structure.
bangerth [Tue, 2 Nov 2010 12:54:48 +0000 (12:54 +0000)]
Adjust to new directory structure.

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

13 years agoConvert to compiling only once.
bangerth [Tue, 2 Nov 2010 03:12:49 +0000 (03:12 +0000)]
Convert to compiling only once.

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

13 years agoAdd DIMENSIONS.
bangerth [Tue, 2 Nov 2010 03:11:46 +0000 (03:11 +0000)]
Add DIMENSIONS.

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

13 years agoAdd another test.
bangerth [Tue, 2 Nov 2010 02:52:48 +0000 (02:52 +0000)]
Add another test.

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

13 years agoDocument fix.
bangerth [Mon, 1 Nov 2010 21:40:32 +0000 (21:40 +0000)]
Document fix.

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

13 years agoAdd one more test and fix it in fe_values.cc.
bangerth [Mon, 1 Nov 2010 21:36:23 +0000 (21:36 +0000)]
Add one more test and fix it in fe_values.cc.

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

13 years agoAdd create and pattern_factory functions in parameter_handler.
rao [Mon, 1 Nov 2010 18:53:25 +0000 (18:53 +0000)]
Add create and pattern_factory functions in parameter_handler.

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

13 years agoRestored previous changes.
buerg [Mon, 1 Nov 2010 17:15:28 +0000 (17:15 +0000)]
Restored previous changes.

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

13 years agoRemove another file not needed.
bangerth [Mon, 1 Nov 2010 14:25:18 +0000 (14:25 +0000)]
Remove another file not needed.

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

13 years agoRemove another file that apparently no longer serves a purpose.
bangerth [Mon, 1 Nov 2010 14:22:55 +0000 (14:22 +0000)]
Remove another file that apparently no longer serves a purpose.

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

13 years agoRemove files no longer needed.
bangerth [Mon, 1 Nov 2010 14:21:53 +0000 (14:21 +0000)]
Remove files no longer needed.

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

13 years agoRemove directory no longer needed.
bangerth [Mon, 1 Nov 2010 14:21:24 +0000 (14:21 +0000)]
Remove directory no longer needed.

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

13 years agoLook over.
bangerth [Mon, 1 Nov 2010 14:13:55 +0000 (14:13 +0000)]
Look over.

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

13 years agoFix an issue with gcc 4.0.2.
bangerth [Mon, 1 Nov 2010 13:40:22 +0000 (13:40 +0000)]
Fix an issue with gcc 4.0.2.

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

13 years agoFixed some bugs in FE_Nedelec
buerg [Mon, 1 Nov 2010 13:39:22 +0000 (13:39 +0000)]
Fixed some bugs in FE_Nedelec

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

13 years agoFix oversight.
bangerth [Mon, 1 Nov 2010 13:15:28 +0000 (13:15 +0000)]
Fix oversight.

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

13 years agoRework and pretty up.
bangerth [Mon, 1 Nov 2010 13:09:34 +0000 (13:09 +0000)]
Rework and pretty up.

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

13 years agoIndent.
kronbichler [Mon, 1 Nov 2010 12:45:15 +0000 (12:45 +0000)]
Indent.

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

13 years agoCircumvent a compile problem with gcc4.0.2 by using operator () to access table data.
kronbichler [Mon, 1 Nov 2010 12:43:19 +0000 (12:43 +0000)]
Circumvent a compile problem with gcc4.0.2 by using operator () to access table data.

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

13 years agoCircumvent a compile problem with gcc4.0.2 by using other access to table data.
kronbichler [Mon, 1 Nov 2010 10:33:14 +0000 (10:33 +0000)]
Circumvent a compile problem with gcc4.0.2 by using other access to table data.

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

13 years agoImprove readability.
bangerth [Mon, 1 Nov 2010 04:03:48 +0000 (04:03 +0000)]
Improve readability.

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

13 years agoRedo the change Guido just reverted -- he came too late, I had already fixed it...
bangerth [Mon, 1 Nov 2010 03:48:41 +0000 (03:48 +0000)]
Redo the change Guido just reverted -- he came too late, I had already fixed it...

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

13 years agocheck in temporary functions in BlockList
kanschat [Mon, 1 Nov 2010 03:38:39 +0000 (03:38 +0000)]
check in temporary functions in BlockList

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

13 years agoundo commit that destroyed FullMatrix
kanschat [Mon, 1 Nov 2010 03:30:38 +0000 (03:30 +0000)]
undo commit that destroyed FullMatrix

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

13 years agoNow, for real. This only happens when we have LAPACK functions, so I can't
bangerth [Mon, 1 Nov 2010 03:15:16 +0000 (03:15 +0000)]
Now, for real. This only happens when we have LAPACK functions, so I can't
test it locally...

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

13 years agoMake things compile again :-(
bangerth [Mon, 1 Nov 2010 03:13:43 +0000 (03:13 +0000)]
Make things compile again :-(

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

13 years agoCross-link to Carsten's homepage.
bangerth [Mon, 1 Nov 2010 03:03:39 +0000 (03:03 +0000)]
Cross-link to Carsten's homepage.

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

13 years agoReview.
bangerth [Sat, 30 Oct 2010 03:48:04 +0000 (03:48 +0000)]
Review.

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

13 years agoOverhaul. Shorten.
bangerth [Sat, 30 Oct 2010 03:20:48 +0000 (03:20 +0000)]
Overhaul. Shorten.

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

13 years agoAdjust a bit.
bangerth [Sat, 30 Oct 2010 01:54:07 +0000 (01:54 +0000)]
Adjust a bit.

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

13 years agoList step-40.
bangerth [Sat, 30 Oct 2010 01:51:59 +0000 (01:51 +0000)]
List step-40.

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

13 years agoFix layout.
bangerth [Sat, 30 Oct 2010 01:48:36 +0000 (01:48 +0000)]
Fix layout.

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

13 years agoAdd step-40.
bangerth [Sat, 30 Oct 2010 01:47:27 +0000 (01:47 +0000)]
Add step-40.

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

13 years agoUse a std::vector instead of a plain pointer to store data in TableBase.
bangerth [Fri, 29 Oct 2010 23:04:43 +0000 (23:04 +0000)]
Use a std::vector instead of a plain pointer to store data in TableBase.

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

13 years agoAdd a few more basic types.
bangerth [Fri, 29 Oct 2010 22:55:08 +0000 (22:55 +0000)]
Add a few more basic types.

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

13 years agoFix compilation with Petsc 3.1
kronbichler [Fri, 29 Oct 2010 12:13:46 +0000 (12:13 +0000)]
Fix compilation with Petsc 3.1

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

13 years agoAdd a link.
bangerth [Fri, 29 Oct 2010 04:05:53 +0000 (04:05 +0000)]
Add a link.

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

13 years agoEdit.
bangerth [Fri, 29 Oct 2010 04:05:34 +0000 (04:05 +0000)]
Edit.

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

13 years agoRead over it top-to-bottom and bring up to date.
bangerth [Fri, 29 Oct 2010 04:03:35 +0000 (04:03 +0000)]
Read over it top-to-bottom and bring up to date.

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

13 years agoReorder targets.
bangerth [Fri, 29 Oct 2010 03:19:13 +0000 (03:19 +0000)]
Reorder targets.

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

13 years agoUse right frame for link.
bangerth [Fri, 29 Oct 2010 02:46:32 +0000 (02:46 +0000)]
Use right frame for link.

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

13 years agoUpdate documentation to mention a corner case that Seba found.
bangerth [Thu, 28 Oct 2010 23:53:11 +0000 (23:53 +0000)]
Update documentation to mention a corner case that Seba found.

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

13 years agoAdd another test.
bangerth [Thu, 28 Oct 2010 23:44:37 +0000 (23:44 +0000)]
Add another test.

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

13 years agoSet svn:ignore.
bangerth [Thu, 28 Oct 2010 16:00:28 +0000 (16:00 +0000)]
Set svn:ignore.

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

13 years agoSet properties.
bangerth [Thu, 28 Oct 2010 15:41:35 +0000 (15:41 +0000)]
Set properties.

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

13 years agoDisable if not using p4est.
bangerth [Thu, 28 Oct 2010 15:40:52 +0000 (15:40 +0000)]
Disable if not using p4est.

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

13 years agoMake sure the program is not compiled/run when not using PETSc or P4EST or when using...
bangerth [Thu, 28 Oct 2010 15:36:32 +0000 (15:36 +0000)]
Make sure the program is not compiled/run when not using PETSc or P4EST or when using threads.

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

13 years agoMake work with new directory structure.
bangerth [Thu, 28 Oct 2010 15:33:16 +0000 (15:33 +0000)]
Make work with new directory structure.

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

13 years agoReplace version with timers by a cleaned-up version.
bangerth [Thu, 28 Oct 2010 15:32:51 +0000 (15:32 +0000)]
Replace version with timers by a cleaned-up version.

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

13 years agoAdjust Makefiles a bit further.
bangerth [Thu, 28 Oct 2010 15:08:08 +0000 (15:08 +0000)]
Adjust Makefiles a bit further.

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

13 years agoBring Makefiles up to date.
bangerth [Thu, 28 Oct 2010 15:00:43 +0000 (15:00 +0000)]
Bring Makefiles up to date.

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

13 years agoMake compile again.
bangerth [Thu, 28 Oct 2010 14:53:24 +0000 (14:53 +0000)]
Make compile again.

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

13 years agoMove the path few people will use for include files to the end of the
bangerth [Thu, 28 Oct 2010 14:51:13 +0000 (14:51 +0000)]
Move the path few people will use for include files to the end of the
list because it requires opening files that don't exist before we move
on to try the next path.

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

13 years agoMinor updates.
bangerth [Thu, 28 Oct 2010 03:29:38 +0000 (03:29 +0000)]
Minor updates.

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

13 years agoFix typo.
bangerth [Wed, 27 Oct 2010 23:33:01 +0000 (23:33 +0000)]
Fix typo.

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

13 years agoAdjust to new directory structure.
bangerth [Wed, 27 Oct 2010 23:25:59 +0000 (23:25 +0000)]
Adjust to new directory structure.

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

13 years agotest tangential contiunity in a more intuitive way
kanschat [Wed, 27 Oct 2010 21:08:29 +0000 (21:08 +0000)]
test tangential contiunity in a more intuitive way

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

13 years agohanging nodes in 3D
kanschat [Wed, 27 Oct 2010 21:07:57 +0000 (21:07 +0000)]
hanging nodes in 3D

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

13 years agoRemove HTML tag that's invalid for doxygen.
bangerth [Wed, 27 Oct 2010 19:19:02 +0000 (19:19 +0000)]
Remove HTML tag that's invalid for doxygen.

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

13 years agoAlso list the p4est address and request that people cite their paper.
bangerth [Wed, 27 Oct 2010 18:47:16 +0000 (18:47 +0000)]
Also list the p4est address and request that people cite their paper.

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

13 years agoAlso list the p4est address and request that people cite their paper.
bangerth [Wed, 27 Oct 2010 18:46:38 +0000 (18:46 +0000)]
Also list the p4est address and request that people cite their paper.

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

13 years agoUpdate from Carsten's version.
bangerth [Wed, 27 Oct 2010 18:40:39 +0000 (18:40 +0000)]
Update from Carsten's version.

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

13 years agoUse the preprocessor to expand template instantiations, rather than doing it by hand.
bangerth [Wed, 27 Oct 2010 18:08:42 +0000 (18:08 +0000)]
Use the preprocessor to expand template instantiations, rather than doing it by hand.

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

13 years agoFix typo.
bangerth [Wed, 27 Oct 2010 14:59:39 +0000 (14:59 +0000)]
Fix typo.

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

13 years agoMinor cleanup.
bangerth [Wed, 27 Oct 2010 14:59:13 +0000 (14:59 +0000)]
Minor cleanup.

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

13 years agoOne more. Minor edits.
bangerth [Wed, 27 Oct 2010 14:36:02 +0000 (14:36 +0000)]
One more. Minor edits.

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

13 years agoA couple more.
bangerth [Wed, 27 Oct 2010 13:07:38 +0000 (13:07 +0000)]
A couple more.

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

13 years agoUpdate a couple entries.
bangerth [Wed, 27 Oct 2010 12:55:48 +0000 (12:55 +0000)]
Update a couple entries.

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

13 years agoAnnounce one-library changes.
bangerth [Wed, 27 Oct 2010 12:47:44 +0000 (12:47 +0000)]
Announce one-library changes.

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