]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
18 years agoMake test a bit smaller in 3d -- it used >900MB of memory there. The error message...
bangerth [Sun, 30 Jul 2006 15:50:46 +0000 (15:50 +0000)]
Make test a bit smaller in 3d -- it used >900MB of memory there. The error message we get is the same, though.

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

18 years agoAdd test results for this system
bangerth [Sun, 30 Jul 2006 15:47:11 +0000 (15:47 +0000)]
Add test results for this system

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

18 years agoUse int2type from ::internal, rather than re-inventing it.
bangerth [Sun, 30 Jul 2006 15:27:05 +0000 (15:27 +0000)]
Use int2type from ::internal, rather than re-inventing it.

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

18 years agoFix an issue with static functions
bangerth [Sun, 30 Jul 2006 15:21:53 +0000 (15:21 +0000)]
Fix an issue with static functions

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

18 years agoNew test, which L_2 projects a polynomial function
kayser-herold [Sat, 29 Jul 2006 23:43:28 +0000 (23:43 +0000)]
New test, which L_2 projects a polynomial function
to a hp FE discretisation and afterwards evaluates
the L_2 norm of the error. The L_2 norm of the error
should be in the range of the FP accuracy.

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

18 years agoCreated a comment, which sketches the basic principle for creating
kayser-herold [Sat, 29 Jul 2006 23:24:35 +0000 (23:24 +0000)]
Created a comment, which sketches the basic principle for creating
the hp-hanging node constraints in a case, where the lowest order
element is on the refined side of the face. Furthermore a little
logical error was fixed. In the previous version, it could happen
that the procedure for building the constraints runs into the
second part which is only suited for interfaces with equal h but
different p in a case, where h and p differ.

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

18 years agoAdded a testcase for the hanging_node_constraints in the hp-case and
kayser-herold [Sat, 29 Jul 2006 23:18:13 +0000 (23:18 +0000)]
Added a testcase for the hanging_node_constraints in the hp-case and
modified test step-3c to work properly in the hp-setting.

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

18 years agoAnother test that presently produces wrong results
kayser-herold [Sat, 29 Jul 2006 22:02:39 +0000 (22:02 +0000)]
Another test that presently produces wrong results

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

18 years agoAdd another test that checks how rt gradients, not values, scale. Result looks correct.
kayser-herold [Sat, 29 Jul 2006 22:01:09 +0000 (22:01 +0000)]
Add another test that checks how rt gradients, not values, scale. Result looks correct.

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

18 years agoCheck same with FEFaceValues. Results are presently wrong (no scaling, when it should...
kayser-herold [Sat, 29 Jul 2006 21:59:18 +0000 (21:59 +0000)]
Check same with FEFaceValues. Results are presently wrong (no scaling, when it should be 1/h

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

18 years agoCheck same with FEFaceValues. Results are presently wrong (no scaling, when it should...
kayser-herold [Sat, 29 Jul 2006 21:59:02 +0000 (21:59 +0000)]
Check same with FEFaceValues. Results are presently wrong (no scaling, when it should be 1/h

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

18 years agoCommit correct results
kayser-herold [Sat, 29 Jul 2006 21:55:56 +0000 (21:55 +0000)]
Commit correct results

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

18 years agoObserve the RT element's values scale with 1/h
kayser-herold [Sat, 29 Jul 2006 21:55:28 +0000 (21:55 +0000)]
Observe the RT element's values scale with 1/h

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

18 years agoAdded functionality which corrects some errors in the
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

18 years agoRelax test. Check in correct output
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

18 years agoAdd a number of forward declarations
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

18 years agoFix one template argument that also happens to avoid an internal compiler error...
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

18 years agoRemove two include files no longer needed
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

18 years agoCome up with a better assertion.
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

18 years agoLeave a couple of TODOs.
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

18 years agoUndo probably accidental checkin
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

18 years agoCorrected a few errors and inserted a branch into
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

18 years agoMerge a number of functions that were previously in existence 6 times but could be...
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

18 years agoA few minor changes. Leave a few TODOs.
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

18 years agoFix a few things that not all tex installations seem to grok alright.
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

18 years agoRename graphics files to conform to the usual naming conventions.
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

18 years agoAdd reference files
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

18 years agoAnother, more complicated test
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

18 years agoAnother, more complicated test
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

18 years agoTypo fix
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

18 years agoSet properties
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

18 years agoAdd another, now real hp, testcase
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

18 years agoDon't make function static to avoid warnings in 1d and 3d about an unused static...
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

18 years agoA few minor fixes to the new do_make_hanging_node_constraints method.
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

18 years agoCheck in correct output
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

18 years agoProperly set svn:ignore flags
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

18 years agoImplement the kelly estimator for hp::DoFHandler as well.
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

18 years agoFix TableHandler::write_tex to take an ostream, instead of an ofstream
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

18 years agoFirst steps to adjusting Kelly to hp DoFHandler
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

18 years agoRemove now unused variable
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

18 years agoImplemented a new version of DoFTools::make_hanging_node_constraints,
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

18 years agoImplement unification of DoFs
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

18 years agoImplement unification of DoFs
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

18 years agoAdd int2type
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

18 years agoClarify docs. Fix one place where a check was forgotten
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

18 years agoAdded a method "hp_constraints_are_implemented" which returns a flag
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

18 years agoFix outdated docs
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

18 years agoSimplify code a bit in one place
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

18 years agoSet properties
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

18 years agoAdd new test
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

18 years agoSimply code a bit
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

18 years agoMove a few functions that are really trivial into the header file for simple inlining...
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

18 years agoAdd FiniteElementBase::n_dofs_per_object<structdim>
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

18 years agoUpdate svn:ignore properties
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

18 years agoAdd another test
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

18 years agoimplement hp quad constraints
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

18 years agoImprove algorithm a bit by adding a safety check. Fix one bug where we referenced...
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

18 years agoImprove wording of error message for indices 1 and 2
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

18 years agoSplit out the functions that compute dof identities, to deal with the fact that they...
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

18 years agoFixed a bug in the face/subface interpolation procedures. These do not
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

18 years agoImplement line dof identities
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

18 years agoSimply return 0 in n_active_fe_indices for objects that are unused
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

18 years agoBugfix in testcode. Added a generic results file for this test case.
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

18 years agoImplement line dof identities
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

18 years agoAdd test
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

18 years agoNew test
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

18 years agoAdded another testcase for the FE::face_to_equivalent_cell_index
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

18 years agoThe FiniteElement class was extended by two methods, which create
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

18 years agoProvide nth_active_fe_index.
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

18 years agoProvide nth_active_fe_index.
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

18 years agoProvide nth_active_fe_index. Simplify implementation of n_active_fe_indices, since...
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

18 years agoReindent
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

18 years agoReindent. Fix a few typos.
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

18 years agoReindent the whole file
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

18 years agoAdd a todo, reindent in two places
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

18 years agoReindent file
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

18 years agoFix a few thinkos in the code. Remove debug output
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

18 years agoFirst part of the implementation of hp vertex dof equivalences
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

18 years agoAdd functions to compute vertex dof equivalences
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

18 years agoAdd a few infrastructure functions to query vertex dofs and associated information
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

18 years agoAdd safety checks
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

18 years agoRemove generated files
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

18 years agoMinor improvements
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

18 years agoSet svn:ignore
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

18 years agoRemove executables that were inadvertantly added
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

18 years agoAdd step-23, 24, and 25 in its present, partly undocumented, form
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

18 years agoAdd step-23, 24, and 25 in its present, partly undocumented, form
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

18 years agoClicking on pictures doesn't do anything any more, now that we use doxygen
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

18 years agoWork around one problem
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

18 years agoAdjust paths for moved tutorial programs
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

18 years agoRemove now unneeded directory
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

18 years agoMove the tutorial subdirectory into the doxygen/ directory, since that is where the...
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

18 years agoAdd a reference to a figure.
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

18 years agoAdd documentation
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

18 years agoRemove image directory. Images that can be rescued have already been moved to doxygen...
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

18 years agoCreate a directory with images and use it as input for doxygen. Move existing images...
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

18 years agoIgnore .so files
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

18 years agoFix typo.
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

18 years agoThe last intro.html file was also converted, so remove the mechanisms to deal with...
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

18 years agoRemove old tex/html version of introduction
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


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.