]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
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

18 years agoAdd doxygenized version of introduction
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

18 years agoRemove rules to generate html directly, since we don't do that any more. We use doxyg...
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

18 years agoThere are already no tutorial programs left that use the old results.html scheme...
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

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

18 years agoFix order of tags
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

18 years agoFix two more little things
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

18 years agoFix a good number of warnings that doxygen gives us
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

18 years agoRemove @cond/@endcond markers that have always confused doxygen
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

18 years agoRemove a directory I didn't even know was there...
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

18 years agoRemove data now found or generated from examples/step-XX/doc
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

18 years agoRemove data now found or generated from examples/step-XX/doc
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

18 years agoRemove now empty directories
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

18 years agoThe png files are now also stored under examples/step-XX/doc
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

18 years agoRemove intro.dox and results.dox files since those are now taken from examples/step...
bangerth [Sat, 22 Jul 2006 01:12:41 +0000 (01:12 +0000)]
Remove intro.dox and results.dox files since those are now taken from examples/step-XX/doc anyway and should not be duplicated

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

18 years agoWording fix
bangerth [Sat, 22 Jul 2006 01:10:42 +0000 (01:10 +0000)]
Wording fix

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

18 years agoTake over leicht's fix to the documentation from doc/tutorial/chapter-2.step-by-step...
bangerth [Sat, 22 Jul 2006 01:02:25 +0000 (01:02 +0000)]
Take over leicht's fix to the documentation from doc/tutorial/chapter-2.step-by-step/step-9.data, where it didn't belong any more

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

18 years agoAdd output file for gcc3.3
bangerth [Fri, 21 Jul 2006 14:32:56 +0000 (14:32 +0000)]
Add output file for gcc3.3

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

18 years agoAdd a simple way of getting the maxx solvers
bangerth [Thu, 20 Jul 2006 21:58:57 +0000 (21:58 +0000)]
Add a simple way of getting the maxx solvers

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

18 years agoRecord the subversion revision in the logfile.
bangerth [Thu, 20 Jul 2006 20:59:58 +0000 (20:59 +0000)]
Record the subversion revision in the logfile.

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

18 years agoscript for finding identical reference files
kanschat [Thu, 20 Jul 2006 10:28:27 +0000 (10:28 +0000)]
script for finding identical reference files

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

18 years agothis is what they should be now
kanschat [Thu, 20 Jul 2006 10:17:21 +0000 (10:17 +0000)]
this is what they should be now

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

18 years agoupdated reference files
kanschat [Wed, 19 Jul 2006 14:14:51 +0000 (14:14 +0000)]
updated reference files

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

18 years agoremove abort.cc and adjust reference files
kanschat [Wed, 19 Jul 2006 12:45:54 +0000 (12:45 +0000)]
remove abort.cc and adjust reference files

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

18 years agodrop a line into deallog if continuing after exception
kanschat [Wed, 19 Jul 2006 12:41:50 +0000 (12:41 +0000)]
drop a line into deallog if continuing after exception

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

18 years agonew reference file
kanschat [Wed, 19 Jul 2006 12:36:05 +0000 (12:36 +0000)]
new reference file

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

18 years agocheck CVS versions of these files in as binary now
kanschat [Tue, 18 Jul 2006 20:02:36 +0000 (20:02 +0000)]
check CVS versions of these files in as binary now

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

18 years agoremove files which should have been binary
kanschat [Tue, 18 Jul 2006 20:01:19 +0000 (20:01 +0000)]
remove files which should have been binary

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

18 years agothese files were binary, so let's see if the tests are ok now
kanschat [Tue, 18 Jul 2006 19:54:41 +0000 (19:54 +0000)]
these files were binary, so let's see if the tests are ok now

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

18 years agodo not use abort.o anymore
kanschat [Tue, 18 Jul 2006 19:07:45 +0000 (19:07 +0000)]
do not use abort.o anymore

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

18 years agoremove bug that avoided showing all exceptions in regression tests
kanschat [Tue, 18 Jul 2006 18:24:13 +0000 (18:24 +0000)]
remove bug that avoided showing all exceptions in regression tests

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

18 years agoaniso: doc updates for the anisotropic_branch
leicht [Fri, 14 Jul 2006 11:06:05 +0000 (11:06 +0000)]
aniso: doc updates for the anisotropic_branch

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

18 years agoundo last change
kanschat [Thu, 13 Jul 2006 14:51:12 +0000 (14:51 +0000)]
undo last change

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

18 years agoremove .cvsignore files
kanschat [Thu, 13 Jul 2006 14:36:57 +0000 (14:36 +0000)]
remove .cvsignore files

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

18 years agoremove .cvsignore files
kanschat [Thu, 13 Jul 2006 14:01:35 +0000 (14:01 +0000)]
remove .cvsignore files

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

18 years agoMake clear where we have to look up FEValues
bangerth [Thu, 13 Jul 2006 13:39:48 +0000 (13:39 +0000)]
Make clear where we have to look up FEValues

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

18 years agoMove some declarations to a place where they really belong
bangerth [Thu, 13 Jul 2006 13:39:03 +0000 (13:39 +0000)]
Move some declarations to a place where they really belong

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

18 years agoremove .cvsignore files
kanschat [Thu, 13 Jul 2006 13:16:33 +0000 (13:16 +0000)]
remove .cvsignore files

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

18 years agomime type of html files
kanschat [Thu, 13 Jul 2006 13:12:08 +0000 (13:12 +0000)]
mime type of html files

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

18 years agodelete directories due to conversion error
kanschat [Thu, 13 Jul 2006 13:00:43 +0000 (13:00 +0000)]
delete directories due to conversion error

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

18 years agodelete directory due to conversion error
kanschat [Thu, 13 Jul 2006 12:58:06 +0000 (12:58 +0000)]
delete directory due to conversion error

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