]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
18 years agoWhittle down example program to run only 3 cycles. Redirect output. Output is checked...
Wolfgang Bangerth [Thu, 4 May 2006 15:28:07 +0000 (15:28 +0000)]
Whittle down example program to run only 3 cycles. Redirect output. Output is checked against examples/step-9

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

18 years agoDoc update.
Wolfgang Bangerth [Thu, 4 May 2006 14:24:37 +0000 (14:24 +0000)]
Doc update.

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

18 years agoremove unnecessary include
Guido Kanschat [Thu, 4 May 2006 09:50:07 +0000 (09:50 +0000)]
remove unnecessary include

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

18 years agoadd a todo
Guido Kanschat [Thu, 4 May 2006 09:49:35 +0000 (09:49 +0000)]
add a todo

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

18 years agoadd missing include file
Guido Kanschat [Thu, 4 May 2006 09:23:03 +0000 (09:23 +0000)]
add missing include file

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

18 years agoAdd a bunch of safety checks.
Wolfgang Bangerth [Thu, 4 May 2006 03:57:22 +0000 (03:57 +0000)]
Add a bunch of safety checks.

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

18 years agoAllow introspection into which fe indices are actually used on what objects. We'll...
Wolfgang Bangerth [Thu, 4 May 2006 03:51:29 +0000 (03:51 +0000)]
Allow introspection into which fe indices are actually used on what objects. We'll need this for hanging node constraints

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

18 years agoA few more safety checks.
Wolfgang Bangerth [Thu, 4 May 2006 02:32:54 +0000 (02:32 +0000)]
A few more safety checks.

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

18 years agoLeave TODO
Wolfgang Bangerth [Thu, 4 May 2006 02:08:40 +0000 (02:08 +0000)]
Leave TODO

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

18 years agoRemove a few unnecessary semicolons.
Wolfgang Bangerth [Thu, 4 May 2006 02:03:19 +0000 (02:03 +0000)]
Remove a few unnecessary semicolons.

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

18 years agoAdd an assertion to make sure we don't forget a case.
Wolfgang Bangerth [Thu, 4 May 2006 01:55:48 +0000 (01:55 +0000)]
Add an assertion to make sure we don't forget a case.

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

18 years agoA few more small changes. step-10 actually runs just fine
Wolfgang Bangerth [Wed, 3 May 2006 22:16:19 +0000 (22:16 +0000)]
A few more small changes. step-10 actually runs just fine

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

18 years agoFix a few minor issues
Wolfgang Bangerth [Wed, 3 May 2006 19:58:57 +0000 (19:58 +0000)]
Fix a few minor issues

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

18 years agoEscape a word from doxygenization.
Wolfgang Bangerth [Wed, 3 May 2006 19:54:07 +0000 (19:54 +0000)]
Escape a word from doxygenization.

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

18 years agoUse correct declaration for friend class.
Wolfgang Bangerth [Wed, 3 May 2006 19:49:13 +0000 (19:49 +0000)]
Use correct declaration for friend class.

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

18 years agoLink new report.
Wolfgang Bangerth [Wed, 3 May 2006 18:25:49 +0000 (18:25 +0000)]
Link new report.

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

18 years agoSlight documentation improvements
Wolfgang Bangerth [Wed, 3 May 2006 17:03:47 +0000 (17:03 +0000)]
Slight documentation improvements

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

18 years agoFix typos.
Wolfgang Bangerth [Wed, 3 May 2006 15:51:01 +0000 (15:51 +0000)]
Fix typos.

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

18 years agoFix typo in the documentation.
Wolfgang Bangerth [Wed, 3 May 2006 15:06:08 +0000 (15:06 +0000)]
Fix typo in the documentation.

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

18 years agoAdd more tests that all fail for various reasons at the moment.
Wolfgang Bangerth [Wed, 3 May 2006 15:04:28 +0000 (15:04 +0000)]
Add more tests that all fail for various reasons at the moment.

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

18 years agoMake the constructor explicit.
Wolfgang Bangerth [Wed, 3 May 2006 14:45:34 +0000 (14:45 +0000)]
Make the constructor explicit.

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

18 years agoSprinkle a few this-> here and there.
Wolfgang Bangerth [Wed, 3 May 2006 13:00:34 +0000 (13:00 +0000)]
Sprinkle a few this-> here and there.

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

18 years agoFix and reduce output
Wolfgang Bangerth [Wed, 3 May 2006 02:33:39 +0000 (02:33 +0000)]
Fix and reduce output

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

18 years agoRemove unused variable.
Wolfgang Bangerth [Wed, 3 May 2006 02:28:51 +0000 (02:28 +0000)]
Remove unused variable.

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

18 years agoAdd another test
Wolfgang Bangerth [Wed, 3 May 2006 02:26:26 +0000 (02:26 +0000)]
Add another test

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

18 years agoFix hp/step-5 by making sure we only access data once the respective tables
Wolfgang Bangerth [Wed, 3 May 2006 02:24:28 +0000 (02:24 +0000)]
Fix hp/step-5 by making sure we only access data once the respective tables
are there.

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

18 years agoAdd another test
Wolfgang Bangerth [Wed, 3 May 2006 02:11:50 +0000 (02:11 +0000)]
Add another test

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

18 years agoAd missing this->
Wolfgang Bangerth [Wed, 3 May 2006 01:58:32 +0000 (01:58 +0000)]
Ad missing this->

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

18 years agostep-3 now also runs in hp mode.
Wolfgang Bangerth [Tue, 2 May 2006 23:16:07 +0000 (23:16 +0000)]
step-3 now also runs in hp mode.

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

18 years agoFix a bug where we weren't asking for the right fe_index in hp mode.
Wolfgang Bangerth [Tue, 2 May 2006 23:13:34 +0000 (23:13 +0000)]
Fix a bug where we weren't asking for the right fe_index in hp mode.

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

18 years agoInstantiate interpolate_boundary_values for hp.
Wolfgang Bangerth [Tue, 2 May 2006 23:10:12 +0000 (23:10 +0000)]
Instantiate interpolate_boundary_values for hp.

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

18 years agoNew test, but doesn't work right now.
Wolfgang Bangerth [Tue, 2 May 2006 23:07:24 +0000 (23:07 +0000)]
New test, but doesn't work right now.

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

18 years agoOne more test
Wolfgang Bangerth [Tue, 2 May 2006 22:58:30 +0000 (22:58 +0000)]
One more test

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

18 years agoFix an off-by-one bug in a number of places.
Wolfgang Bangerth [Tue, 2 May 2006 22:41:06 +0000 (22:41 +0000)]
Fix an off-by-one bug in a number of places.

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

18 years agoNew tests
Wolfgang Bangerth [Tue, 2 May 2006 22:19:19 +0000 (22:19 +0000)]
New tests

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

18 years agoAdd a few safety checks.
Wolfgang Bangerth [Tue, 2 May 2006 22:18:13 +0000 (22:18 +0000)]
Add a few safety checks.

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

18 years agoDon't check the argument passed to set_active_fe_index since at that time no finite...
Wolfgang Bangerth [Tue, 2 May 2006 21:49:32 +0000 (21:49 +0000)]
Don't check the argument passed to set_active_fe_index since at that time no finite element collection may be associated with the hp::DoFHandler. Rather, check at the time we do distribute_dofs again.

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

18 years agoFix typos.
Wolfgang Bangerth [Tue, 2 May 2006 21:36:31 +0000 (21:36 +0000)]
Fix typos.

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

18 years agoNew tests
Wolfgang Bangerth [Tue, 2 May 2006 20:50:51 +0000 (20:50 +0000)]
New tests

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

18 years agoImplement reserve_space for all space dimensions.
Wolfgang Bangerth [Tue, 2 May 2006 20:46:57 +0000 (20:46 +0000)]
Implement reserve_space for all space dimensions.

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

18 years agoThis test now works -- hurray
Wolfgang Bangerth [Tue, 2 May 2006 20:46:24 +0000 (20:46 +0000)]
This test now works -- hurray

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

18 years agoAdd new test
Wolfgang Bangerth [Tue, 2 May 2006 19:57:24 +0000 (19:57 +0000)]
Add new test

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

18 years agoImplement distribute_dofs for 1d, 2d, 3d in the same way.
Wolfgang Bangerth [Tue, 2 May 2006 19:48:17 +0000 (19:48 +0000)]
Implement distribute_dofs for 1d, 2d, 3d in the same way.

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

18 years agoLeave 2 todos.
Wolfgang Bangerth [Tue, 2 May 2006 19:36:06 +0000 (19:36 +0000)]
Leave 2 todos.

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

18 years agoDo many of the same simplifications and cleanups that have already been done for...
Wolfgang Bangerth [Tue, 2 May 2006 18:52:22 +0000 (18:52 +0000)]
Do many of the same simplifications and cleanups that have already been done for the non-MG accessors in the last few days

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

18 years agoFinal changes and simplifications. Documentation updates.
Wolfgang Bangerth [Tue, 2 May 2006 15:28:40 +0000 (15:28 +0000)]
Final changes and simplifications. Documentation updates.

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

18 years agoRemove timestamp.
Wolfgang Bangerth [Tue, 2 May 2006 14:45:36 +0000 (14:45 +0000)]
Remove timestamp.

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

18 years agoAdd test output
Wolfgang Bangerth [Tue, 2 May 2006 14:44:55 +0000 (14:44 +0000)]
Add test output

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

18 years agoFix a number of issues to make the tests in hp/ run again.
Wolfgang Bangerth [Tue, 2 May 2006 14:43:26 +0000 (14:43 +0000)]
Fix a number of issues to make the tests in hp/ run again.

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

18 years agoMake compile again
Wolfgang Bangerth [Tue, 2 May 2006 13:31:18 +0000 (13:31 +0000)]
Make compile again

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

18 years agonew template structure for DataOut...
Guido Kanschat [Tue, 2 May 2006 06:18:17 +0000 (06:18 +0000)]
new template structure for DataOut...

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

18 years agoRename a few variables
Wolfgang Bangerth [Tue, 2 May 2006 02:50:21 +0000 (02:50 +0000)]
Rename a few variables

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

18 years agoClaim credit for significant contributions.
Wolfgang Bangerth [Tue, 2 May 2006 02:39:01 +0000 (02:39 +0000)]
Claim credit for significant contributions.

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

18 years agoMore documentation.
Wolfgang Bangerth [Tue, 2 May 2006 02:38:14 +0000 (02:38 +0000)]
More documentation.

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

18 years agoOnly access data to which we have access.
Wolfgang Bangerth [Tue, 2 May 2006 02:28:50 +0000 (02:28 +0000)]
Only access data to which we have access.

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

18 years agoMake more classes friends.
Wolfgang Bangerth [Tue, 2 May 2006 02:21:03 +0000 (02:21 +0000)]
Make more classes friends.

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

18 years agoFix an "ups"
Wolfgang Bangerth [Tue, 2 May 2006 02:15:32 +0000 (02:15 +0000)]
Fix an "ups"

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

18 years agoSplit out common functions that are needed for all space dimensions
Wolfgang Bangerth [Tue, 2 May 2006 02:01:15 +0000 (02:01 +0000)]
Split out common functions that are needed for all space dimensions

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

18 years agoAdd significant documentation.
Wolfgang Bangerth [Tue, 2 May 2006 01:49:55 +0000 (01:49 +0000)]
Add significant documentation.

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

18 years agoMore doc updates.
Wolfgang Bangerth [Tue, 2 May 2006 01:20:28 +0000 (01:20 +0000)]
More doc updates.

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

18 years agoSmall doc update.
Wolfgang Bangerth [Tue, 2 May 2006 01:19:18 +0000 (01:19 +0000)]
Small doc update.

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

18 years agoMove the stuff that is common to all space dimensions to their own file. This
Wolfgang Bangerth [Tue, 2 May 2006 01:18:13 +0000 (01:18 +0000)]
Move the stuff that is common to all space dimensions to their own file. This
worked by accident before.

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

18 years agoFor the moment, a last wave of restructuring and consolidation of code.
Wolfgang Bangerth [Mon, 1 May 2006 22:30:11 +0000 (22:30 +0000)]
For the moment, a last wave of restructuring and consolidation of code.

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

18 years agoMerge a bunch of code.
Wolfgang Bangerth [Mon, 1 May 2006 22:00:23 +0000 (22:00 +0000)]
Merge a bunch of code.

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

18 years agoMore moving around to allow sharing code between non-hp and hp accessors. Also move...
Wolfgang Bangerth [Mon, 1 May 2006 21:29:08 +0000 (21:29 +0000)]
More moving around to allow sharing code between non-hp and hp accessors. Also move control over the format for data storage to the classes that actually handle it

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

18 years agoRe-organize the inheritance structure of DoF accessor classes and unify some of the...
Wolfgang Bangerth [Mon, 1 May 2006 20:23:17 +0000 (20:23 +0000)]
Re-organize the inheritance structure of DoF accessor classes and unify some of the code found in these classes.

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

18 years agoAdd a couple of TODOs.
Wolfgang Bangerth [Mon, 1 May 2006 17:51:09 +0000 (17:51 +0000)]
Add a couple of TODOs.

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

18 years agoShuffle a few things around a bit more. Pretty much finish what needed to be done...
Wolfgang Bangerth [Mon, 1 May 2006 17:47:18 +0000 (17:47 +0000)]
Shuffle a few things around a bit more. Pretty much finish what needed to be done for hp.

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

18 years agoAdd a dummy operator[] to make generic programming for non-hp/hp
Wolfgang Bangerth [Mon, 1 May 2006 16:18:50 +0000 (16:18 +0000)]
Add a dummy operator[] to make generic programming for non-hp/hp
accessors simpler.

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

18 years agoA few more functions to access hp dofs
Wolfgang Bangerth [Fri, 28 Apr 2006 20:20:49 +0000 (20:20 +0000)]
A few more functions to access hp dofs

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

18 years agoAdd previously forgotten definitions of static variables.
Wolfgang Bangerth [Fri, 28 Apr 2006 19:47:51 +0000 (19:47 +0000)]
Add previously forgotten definitions of static variables.

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

18 years agoFix a stupid problem that prevented compilation and that was introduced in my last...
Wolfgang Bangerth [Fri, 28 Apr 2006 19:08:54 +0000 (19:08 +0000)]
Fix a stupid problem that prevented compilation and that was introduced in my last checkin. Make code a lot simpler actually.

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

18 years agofixed problem with 2nd derivatives on faces
Guido Kanschat [Fri, 28 Apr 2006 18:56:16 +0000 (18:56 +0000)]
fixed problem with 2nd derivatives on faces

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

18 years agoMove a few functions around to avoid the apparently troublesome anonymous namespace...
Wolfgang Bangerth [Fri, 28 Apr 2006 14:23:44 +0000 (14:23 +0000)]
Move a few functions around to avoid the apparently troublesome anonymous namespace in a header file.

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

18 years agoGuard a bunch of functions with deal_II_dimension==??? to make static linking possible.
Wolfgang Bangerth [Fri, 28 Apr 2006 14:01:07 +0000 (14:01 +0000)]
Guard a bunch of functions with deal_II_dimension==??? to make static linking possible.

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

18 years agoupdate to what is in .emacs of wolfgang.
Ralf Hartmann [Fri, 28 Apr 2006 06:30:34 +0000 (06:30 +0000)]
update to what is in .emacs of wolfgang.

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

18 years agoStart implementing accessing hp dofs.
Wolfgang Bangerth [Thu, 27 Apr 2006 21:11:17 +0000 (21:11 +0000)]
Start implementing accessing hp dofs.

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

18 years agoFix one typo.
Wolfgang Bangerth [Thu, 27 Apr 2006 20:59:06 +0000 (20:59 +0000)]
Fix one typo.

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

18 years agoAdded the "initialise_restriction" method, which currently is a copy
oliver [Thu, 27 Apr 2006 16:23:39 +0000 (16:23 +0000)]
Added the "initialise_restriction" method, which currently is a copy
of the same method from "FE_RT".

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

18 years agoImplemented the ABF functionality for the other "interpolate" method and
oliver [Thu, 27 Apr 2006 16:22:54 +0000 (16:22 +0000)]
Implemented the ABF functionality for the other "interpolate" method and
copied the "initialise_restriction" method from the FE_RT class.

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

18 years agoAdd fe_index to functions that need to distinguish between different finite elements...
Wolfgang Bangerth [Thu, 27 Apr 2006 16:03:55 +0000 (16:03 +0000)]
Add fe_index to functions that need to distinguish between different finite elements in the hp case.

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

18 years agoAdd hp::DoFHandler::default_fe_index
Wolfgang Bangerth [Thu, 27 Apr 2006 15:02:46 +0000 (15:02 +0000)]
Add hp::DoFHandler::default_fe_index

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

18 years agoAdd DoFHandler::default_fe_index
Wolfgang Bangerth [Thu, 27 Apr 2006 15:00:28 +0000 (15:00 +0000)]
Add DoFHandler::default_fe_index

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

18 years agoThe numbering generated by DoFTools::map_dofs_to_boundary_index has changed
Wolfgang Bangerth [Thu, 27 Apr 2006 05:52:02 +0000 (05:52 +0000)]
The numbering generated by DoFTools::map_dofs_to_boundary_index has changed

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

18 years ago <li> <p>
Wolfgang Bangerth [Thu, 27 Apr 2006 05:03:53 +0000 (05:03 +0000)]
  <li> <p>
       Changed: In order to facilitate the implementation of hp finite
       elements, the ordering of boundary DoFs returned by <code
       class="member">DoFTools::map_dof_to_boundary_indices</code> has been
       changed. Fortunately, this is a rarely used function so that the effect
       should be limited to only a few programs.
       <br>
       (WB 2006/04/26)
       </p>

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

18 years agoSplit off a few functions that will have to be implemented differently for hp and...
Wolfgang Bangerth [Thu, 27 Apr 2006 05:01:34 +0000 (05:01 +0000)]
Split off a few functions that will have to be implemented differently for hp and non-hp

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

18 years agoThe change to DoFTools::map_dof_to_boundary_indices reorders the mapping of dofs
Wolfgang Bangerth [Thu, 27 Apr 2006 04:06:42 +0000 (04:06 +0000)]
The change to DoFTools::map_dof_to_boundary_indices reorders the mapping of dofs

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

18 years agoFix omitted this->
Wolfgang Bangerth [Thu, 27 Apr 2006 02:14:16 +0000 (02:14 +0000)]
Fix omitted this->

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

18 years agoRewrite a few algorithms to only use get_fe() on cells, not faces, where it
Wolfgang Bangerth [Thu, 27 Apr 2006 02:01:34 +0000 (02:01 +0000)]
Rewrite a few algorithms to only use get_fe() on cells, not faces, where it
doesn't make much sense.

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

18 years agoReindent the whole file.
Wolfgang Bangerth [Wed, 26 Apr 2006 22:14:53 +0000 (22:14 +0000)]
Reindent the whole file.

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

18 years agoSplit out functions that are different between DoFHandler and hp::DoFHandler. The...
Wolfgang Bangerth [Wed, 26 Apr 2006 22:13:59 +0000 (22:13 +0000)]
Split out functions that are different between DoFHandler and hp::DoFHandler. The differences are still to be implemented, however.

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

18 years agoMove distribute_local_to_global from arbitrary accessors to cell accessors.
Wolfgang Bangerth [Wed, 26 Apr 2006 20:56:57 +0000 (20:56 +0000)]
Move distribute_local_to_global from arbitrary accessors to cell accessors.

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

18 years agoRemove an invalid assertion: we may have the case that the last few
Wolfgang Bangerth [Wed, 26 Apr 2006 17:12:31 +0000 (17:12 +0000)]
Remove an invalid assertion: we may have the case that the last few
vertices are all unused. See hp/hp_dof_handler for a case in point.

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

18 years agoOne more reindent.
Wolfgang Bangerth [Wed, 26 Apr 2006 16:08:43 +0000 (16:08 +0000)]
One more reindent.

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

18 years agoRe-indent.
Wolfgang Bangerth [Wed, 26 Apr 2006 15:52:52 +0000 (15:52 +0000)]
Re-indent.

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

18 years agoHandle allocating space for vertices in 2d.
Wolfgang Bangerth [Wed, 26 Apr 2006 15:47:04 +0000 (15:47 +0000)]
Handle allocating space for vertices in 2d.

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

18 years agoClean up a few things in the hp parts. For example, some functions
Wolfgang Bangerth [Wed, 26 Apr 2006 15:45:53 +0000 (15:45 +0000)]
Clean up a few things in the hp parts. For example, some functions
only make sense for dim==structdim.

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

18 years agoAdd necessary offsets field.
Wolfgang Bangerth [Wed, 26 Apr 2006 15:08:26 +0000 (15:08 +0000)]
Add necessary offsets field.

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

18 years agoMove us a step further towards hp for continuous elements.
Wolfgang Bangerth [Wed, 26 Apr 2006 04:49:49 +0000 (04:49 +0000)]
Move us a step further towards hp for continuous elements.

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

18 years agoTriangulation::clear_user_flags_XXX
Wolfgang Bangerth [Wed, 26 Apr 2006 04:19:34 +0000 (04:19 +0000)]
Triangulation::clear_user_flags_XXX

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