]>
https://gitweb.dealii.org/ - dealii-svn.git/log
kayser-herold [Sat, 29 Jul 2006 20:40:45 +0000 (20:40 +0000)]
Added functionality which corrects some errors in the
code for the Raviart-Thomas and ABF elements. The first
correction is a sign change of the Face-DoFs, which is
required to work on more complicated domains. This fix
is currently only applied in the 2D case. The second
correction is related to the coordinate transformation
from the reference element to the global coordinate
system. This transformation now becomes the Piola
transformation, which according to Brezzi/Fortin 1992
is the correct one for subspaces of H_div.
git-svn-id: https://svn.dealii.org/trunk@13504
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 20:33:53 +0000 (20:33 +0000)]
Relax test. Check in correct output
git-svn-id: https://svn.dealii.org/trunk@13503
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 20:27:12 +0000 (20:27 +0000)]
Add a number of forward declarations
git-svn-id: https://svn.dealii.org/trunk@13502
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 20:17:31 +0000 (20:17 +0000)]
Fix one template argument that also happens to avoid an internal compiler error...
git-svn-id: https://svn.dealii.org/trunk@13501
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 20:09:30 +0000 (20:09 +0000)]
Remove two include files no longer needed
git-svn-id: https://svn.dealii.org/trunk@13500
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 20:06:10 +0000 (20:06 +0000)]
Come up with a better assertion.
git-svn-id: https://svn.dealii.org/trunk@13499
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 20:05:47 +0000 (20:05 +0000)]
Leave a couple of TODOs.
git-svn-id: https://svn.dealii.org/trunk@13498
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 19:36:48 +0000 (19:36 +0000)]
Undo probably accidental checkin
git-svn-id: https://svn.dealii.org/trunk@13497
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Sat, 29 Jul 2006 19:30:46 +0000 (19:30 +0000)]
Corrected a few errors and inserted a branch into
do_make_hanging_node_constraints (3D), which goes
into the new hp capable version of the code, when
the FiniteElement supports it the new concept.
git-svn-id: https://svn.dealii.org/trunk@13496
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 04:48:45 +0000 (04:48 +0000)]
Merge a number of functions that were previously in existence 6 times but could be written as one relatively straightforward.
git-svn-id: https://svn.dealii.org/trunk@13495
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 04:47:59 +0000 (04:47 +0000)]
A few minor changes. Leave a few TODOs.
git-svn-id: https://svn.dealii.org/trunk@13494
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 04:00:40 +0000 (04:00 +0000)]
Fix a few things that not all tex installations seem to grok alright.
git-svn-id: https://svn.dealii.org/trunk@13493
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 03:42:29 +0000 (03:42 +0000)]
Rename graphics files to conform to the usual naming conventions.
git-svn-id: https://svn.dealii.org/trunk@13492
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 29 Jul 2006 02:58:11 +0000 (02:58 +0000)]
Add reference files
git-svn-id: https://svn.dealii.org/trunk@13491
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 23:54:56 +0000 (23:54 +0000)]
Another, more complicated test
git-svn-id: https://svn.dealii.org/trunk@13490
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 23:53:31 +0000 (23:53 +0000)]
Another, more complicated test
git-svn-id: https://svn.dealii.org/trunk@13489
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 23:53:17 +0000 (23:53 +0000)]
Typo fix
git-svn-id: https://svn.dealii.org/trunk@13488
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 23:46:48 +0000 (23:46 +0000)]
Set properties
git-svn-id: https://svn.dealii.org/trunk@13487
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 23:45:55 +0000 (23:45 +0000)]
Add another, now real hp, testcase
git-svn-id: https://svn.dealii.org/trunk@13486
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 23:36:09 +0000 (23:36 +0000)]
Don't make function static to avoid warnings in 1d and 3d about an unused static function. Rather, put it into an anonymous namespace
git-svn-id: https://svn.dealii.org/trunk@13485
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Fri, 28 Jul 2006 23:27:15 +0000 (23:27 +0000)]
A few minor fixes to the new do_make_hanging_node_constraints method.
git-svn-id: https://svn.dealii.org/trunk@13484
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 22:40:22 +0000 (22:40 +0000)]
Check in correct output
git-svn-id: https://svn.dealii.org/trunk@13483
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 22:31:39 +0000 (22:31 +0000)]
Properly set svn:ignore flags
git-svn-id: https://svn.dealii.org/trunk@13482
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 22:12:12 +0000 (22:12 +0000)]
Implement the kelly estimator for hp::DoFHandler as well.
git-svn-id: https://svn.dealii.org/trunk@13481
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 22:03:26 +0000 (22:03 +0000)]
Fix TableHandler::write_tex to take an ostream, instead of an ofstream
git-svn-id: https://svn.dealii.org/trunk@13480
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 21:00:42 +0000 (21:00 +0000)]
First steps to adjusting Kelly to hp DoFHandler
git-svn-id: https://svn.dealii.org/trunk@13479
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Fri, 28 Jul 2006 20:22:59 +0000 (20:22 +0000)]
Remove now unused variable
git-svn-id: https://svn.dealii.org/trunk@13478
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Fri, 28 Jul 2006 20:06:05 +0000 (20:06 +0000)]
Implemented a new version of DoFTools::make_hanging_node_constraints,
which is able to deal with situations that can occur in the context
of the hpDoFHandler. It is a first 2D implementation and probably needs
further optimisation.
git-svn-id: https://svn.dealii.org/trunk@13477
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 17:18:02 +0000 (17:18 +0000)]
Implement unification of DoFs
git-svn-id: https://svn.dealii.org/trunk@13476
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 17:17:39 +0000 (17:17 +0000)]
Implement unification of DoFs
git-svn-id: https://svn.dealii.org/trunk@13475
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 17:17:15 +0000 (17:17 +0000)]
Add int2type
git-svn-id: https://svn.dealii.org/trunk@13474
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 16:51:11 +0000 (16:51 +0000)]
Clarify docs. Fix one place where a check was forgotten
git-svn-id: https://svn.dealii.org/trunk@13473
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Fri, 28 Jul 2006 16:46:00 +0000 (16:46 +0000)]
Added a method "hp_constraints_are_implemented" which returns a flag
indicating wheter the FiniteElement already supports the new style
of hanging node matrices.
git-svn-id: https://svn.dealii.org/trunk@13472
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 16:04:43 +0000 (16:04 +0000)]
Fix outdated docs
git-svn-id: https://svn.dealii.org/trunk@13471
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 15:59:09 +0000 (15:59 +0000)]
Simplify code a bit in one place
git-svn-id: https://svn.dealii.org/trunk@13470
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 15:50:28 +0000 (15:50 +0000)]
Set properties
git-svn-id: https://svn.dealii.org/trunk@13469
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 15:49:23 +0000 (15:49 +0000)]
Add new test
git-svn-id: https://svn.dealii.org/trunk@13468
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 15:31:29 +0000 (15:31 +0000)]
Simply code a bit
git-svn-id: https://svn.dealii.org/trunk@13467
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 28 Jul 2006 15:17:44 +0000 (15:17 +0000)]
Move a few functions that are really trivial into the header file for simple inlining. Also avoids cumbersome explicit instantiation.
git-svn-id: https://svn.dealii.org/trunk@13466
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Fri, 28 Jul 2006 15:16:17 +0000 (15:16 +0000)]
Add FiniteElementBase::n_dofs_per_object<structdim>
git-svn-id: https://svn.dealii.org/trunk@13465
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 22:11:23 +0000 (22:11 +0000)]
Update svn:ignore properties
git-svn-id: https://svn.dealii.org/trunk@13464
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 22:04:07 +0000 (22:04 +0000)]
Add another test
git-svn-id: https://svn.dealii.org/trunk@13463
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 21:56:59 +0000 (21:56 +0000)]
implement hp quad constraints
git-svn-id: https://svn.dealii.org/trunk@13462
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 21:48:12 +0000 (21:48 +0000)]
Improve algorithm a bit by adding a safety check. Fix one bug where we referenced dofs_per_line when it should have been dofs_per_quad
git-svn-id: https://svn.dealii.org/trunk@13461
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 21:35:29 +0000 (21:35 +0000)]
Improve wording of error message for indices 1 and 2
git-svn-id: https://svn.dealii.org/trunk@13460
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 20:37:07 +0000 (20:37 +0000)]
Split out the functions that compute dof identities, to deal with the fact that they do not all hold for all dimensions
git-svn-id: https://svn.dealii.org/trunk@13459
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:38:45 +0000 (19:38 +0000)]
Fixed a bug in the face/subface interpolation procedures. These do not
have any useful meaning in 1D. Now there is an empty
implementation for the 1D case.
git-svn-id: https://svn.dealii.org/trunk@13458
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:38:05 +0000 (19:38 +0000)]
Implement line dof identities
git-svn-id: https://svn.dealii.org/trunk@13457
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:36:55 +0000 (19:36 +0000)]
Simply return 0 in n_active_fe_indices for objects that are unused
git-svn-id: https://svn.dealii.org/trunk@13456
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:36:28 +0000 (19:36 +0000)]
Bugfix in testcode. Added a generic results file for this test case.
git-svn-id: https://svn.dealii.org/trunk@13455
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:36:22 +0000 (19:36 +0000)]
Implement line dof identities
git-svn-id: https://svn.dealii.org/trunk@13454
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:34:17 +0000 (19:34 +0000)]
Add test
git-svn-id: https://svn.dealii.org/trunk@13453
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:22:39 +0000 (19:22 +0000)]
New test
git-svn-id: https://svn.dealii.org/trunk@13452
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 19:10:33 +0000 (19:10 +0000)]
Added another testcase for the FE::face_to_equivalent_cell_index
method. The test verifies that the method gives the same results
as the FE::face_to_cell_index method.
git-svn-id: https://svn.dealii.org/trunk@13451
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Thu, 27 Jul 2006 16:32:30 +0000 (16:32 +0000)]
The FiniteElement class was extended by two methods, which create
interpolation matrices between element faces. These functions will
be needed for the hp FE method.
git-svn-id: https://svn.dealii.org/trunk@13450
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 16:22:17 +0000 (16:22 +0000)]
Provide nth_active_fe_index.
git-svn-id: https://svn.dealii.org/trunk@13449
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 16:21:52 +0000 (16:21 +0000)]
Provide nth_active_fe_index.
git-svn-id: https://svn.dealii.org/trunk@13448
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 16:20:40 +0000 (16:20 +0000)]
Provide nth_active_fe_index. Simplify implementation of n_active_fe_indices, since the result is predictable for non-hp DoFHandlers.
git-svn-id: https://svn.dealii.org/trunk@13447
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 15:27:43 +0000 (15:27 +0000)]
Reindent
git-svn-id: https://svn.dealii.org/trunk@13446
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 15:09:14 +0000 (15:09 +0000)]
Reindent. Fix a few typos.
git-svn-id: https://svn.dealii.org/trunk@13445
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 15:05:09 +0000 (15:05 +0000)]
Reindent the whole file
git-svn-id: https://svn.dealii.org/trunk@13444
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 15:03:14 +0000 (15:03 +0000)]
Add a todo, reindent in two places
git-svn-id: https://svn.dealii.org/trunk@13443
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 15:01:37 +0000 (15:01 +0000)]
Reindent file
git-svn-id: https://svn.dealii.org/trunk@13442
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 03:58:56 +0000 (03:58 +0000)]
Fix a few thinkos in the code. Remove debug output
git-svn-id: https://svn.dealii.org/trunk@13441
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 00:40:02 +0000 (00:40 +0000)]
First part of the implementation of hp vertex dof equivalences
git-svn-id: https://svn.dealii.org/trunk@13440
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 00:39:44 +0000 (00:39 +0000)]
Add functions to compute vertex dof equivalences
git-svn-id: https://svn.dealii.org/trunk@13439
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 27 Jul 2006 00:39:12 +0000 (00:39 +0000)]
Add a few infrastructure functions to query vertex dofs and associated information
git-svn-id: https://svn.dealii.org/trunk@13438
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 26 Jul 2006 23:44:06 +0000 (23:44 +0000)]
Add safety checks
git-svn-id: https://svn.dealii.org/trunk@13437
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 26 Jul 2006 22:39:19 +0000 (22:39 +0000)]
Remove generated files
git-svn-id: https://svn.dealii.org/trunk@13436
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 17:00:06 +0000 (17:00 +0000)]
Minor improvements
git-svn-id: https://svn.dealii.org/trunk@13435
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 16:24:10 +0000 (16:24 +0000)]
Set svn:ignore
git-svn-id: https://svn.dealii.org/trunk@13434
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 16:21:41 +0000 (16:21 +0000)]
Remove executables that were inadvertantly added
git-svn-id: https://svn.dealii.org/trunk@13433
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 16:21:03 +0000 (16:21 +0000)]
Add step-23, 24, and 25 in its present, partly undocumented, form
git-svn-id: https://svn.dealii.org/trunk@13432
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 16:13:04 +0000 (16:13 +0000)]
Add step-23, 24, and 25 in its present, partly undocumented, form
git-svn-id: https://svn.dealii.org/trunk@13431
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:49:35 +0000 (15:49 +0000)]
Clicking on pictures doesn't do anything any more, now that we use doxygen
git-svn-id: https://svn.dealii.org/trunk@13430
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:47:50 +0000 (15:47 +0000)]
Work around one problem
git-svn-id: https://svn.dealii.org/trunk@13429
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:37:21 +0000 (15:37 +0000)]
Adjust paths for moved tutorial programs
git-svn-id: https://svn.dealii.org/trunk@13428
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:21:17 +0000 (15:21 +0000)]
Remove now unneeded directory
git-svn-id: https://svn.dealii.org/trunk@13427
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:20:09 +0000 (15:20 +0000)]
Move the tutorial subdirectory into the doxygen/ directory, since that is where the data is consumed
git-svn-id: https://svn.dealii.org/trunk@13426
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:11:31 +0000 (15:11 +0000)]
Add a reference to a figure.
git-svn-id: https://svn.dealii.org/trunk@13425
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:04:45 +0000 (15:04 +0000)]
Add documentation
git-svn-id: https://svn.dealii.org/trunk@13424
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:02:27 +0000 (15:02 +0000)]
Remove image directory. Images that can be rescued have already been moved to doxygen/images
git-svn-id: https://svn.dealii.org/trunk@13423
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 15:01:46 +0000 (15:01 +0000)]
Create a directory with images and use it as input for doxygen. Move existing images there.
git-svn-id: https://svn.dealii.org/trunk@13422
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 14:16:22 +0000 (14:16 +0000)]
Ignore .so files
git-svn-id: https://svn.dealii.org/trunk@13421
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 14:15:23 +0000 (14:15 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@13420
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 14:01:53 +0000 (14:01 +0000)]
The last intro.html file was also converted, so remove the mechanisms to deal with it. It's all doxygen now.
git-svn-id: https://svn.dealii.org/trunk@13419
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 14:00:10 +0000 (14:00 +0000)]
Remove old tex/html version of introduction
git-svn-id: https://svn.dealii.org/trunk@13418
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 13:59:29 +0000 (13:59 +0000)]
Add doxygenized version of introduction
git-svn-id: https://svn.dealii.org/trunk@13417
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 11:52:02 +0000 (11:52 +0000)]
Remove rules to generate html directly, since we don't do that any more. We use doxygen instead now
git-svn-id: https://svn.dealii.org/trunk@13416
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 24 Jul 2006 11:41:27 +0000 (11:41 +0000)]
There are already no tutorial programs left that use the old results.html scheme. All use results.dox now.
git-svn-id: https://svn.dealii.org/trunk@13415
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 12:57:39 +0000 (12:57 +0000)]
Undo accidental checkin
git-svn-id: https://svn.dealii.org/trunk@13414
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 12:56:47 +0000 (12:56 +0000)]
Fix order of tags
git-svn-id: https://svn.dealii.org/trunk@13413
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 12:46:56 +0000 (12:46 +0000)]
Fix two more little things
git-svn-id: https://svn.dealii.org/trunk@13412
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 12:46:04 +0000 (12:46 +0000)]
Fix a good number of warnings that doxygen gives us
git-svn-id: https://svn.dealii.org/trunk@13411
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 12:37:30 +0000 (12:37 +0000)]
Remove @cond/@endcond markers that have always confused doxygen
git-svn-id: https://svn.dealii.org/trunk@13410
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 12:26:15 +0000 (12:26 +0000)]
Remove a directory I didn't even know was there...
git-svn-id: https://svn.dealii.org/trunk@13409
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 01:26:33 +0000 (01:26 +0000)]
Remove data now found or generated from examples/step-XX/doc
git-svn-id: https://svn.dealii.org/trunk@13408
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 01:25:46 +0000 (01:25 +0000)]
Remove data now found or generated from examples/step-XX/doc
git-svn-id: https://svn.dealii.org/trunk@13407
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 01:23:42 +0000 (01:23 +0000)]
Remove now empty directories
git-svn-id: https://svn.dealii.org/trunk@13406
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 22 Jul 2006 01:21:56 +0000 (01:21 +0000)]
The png files are now also stored under examples/step-XX/doc
git-svn-id: https://svn.dealii.org/trunk@13405
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.