]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
21 years agoFix typo.
wolf [Fri, 15 Nov 2002 01:19:38 +0000 (01:19 +0000)]
Fix typo.

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

21 years agoFix some things for standard conforming compilers.
wolf [Fri, 15 Nov 2002 00:36:26 +0000 (00:36 +0000)]
Fix some things for standard conforming compilers.

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

21 years agoAdd
wolf [Thu, 14 Nov 2002 22:59:02 +0000 (22:59 +0000)]
Add
  template <>
  Quadrature<0>::~Quadrature ()
  {};

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

21 years agoUpdate for gcc2.96.
wolf [Thu, 14 Nov 2002 22:39:51 +0000 (22:39 +0000)]
Update for gcc2.96.

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

21 years agoUse deal_II_numbers::PI instead of M_PI
wolf [Thu, 14 Nov 2002 22:36:10 +0000 (22:36 +0000)]
Use deal_II_numbers::PI instead of M_PI

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

21 years agoTake floating point round-off into consideration.
wolf [Thu, 14 Nov 2002 22:10:30 +0000 (22:10 +0000)]
Take floating point round-off into consideration.

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

21 years agoMake DEAL_II_USE_MT a true variable with a value, not only something that can be...
wolf [Thu, 14 Nov 2002 21:21:42 +0000 (21:21 +0000)]
Make DEAL_II_USE_MT a true variable with a value, not only something that can be tested for existence with the preprocessor.

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

21 years agoClarify.
wolf [Thu, 14 Nov 2002 21:15:01 +0000 (21:15 +0000)]
Clarify.

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

21 years agoMake DEAL_II_USE_MT a true variable with a value, not only something that can be...
wolf [Thu, 14 Nov 2002 21:12:40 +0000 (21:12 +0000)]
Make DEAL_II_USE_MT a true variable with a value, not only something that can be tested for existence with the preprocessor.

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

21 years agopoint evaluation implemented, not tested
guido [Thu, 14 Nov 2002 07:48:38 +0000 (07:48 +0000)]
point evaluation implemented, not tested

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

21 years agoRetry pthread_create if the error code simply was EAGAIN.
wolf [Wed, 13 Nov 2002 22:58:14 +0000 (22:58 +0000)]
Retry pthread_create if the error code simply was EAGAIN.

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

21 years agoOptimize SparseMatrix in multithreaded mode, when only one thread is required.
wolf [Wed, 13 Nov 2002 19:15:58 +0000 (19:15 +0000)]
Optimize SparseMatrix in multithreaded mode, when only one thread is required.

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

21 years agoAdd a TODO.
wolf [Tue, 12 Nov 2002 23:31:28 +0000 (23:31 +0000)]
Add a TODO.

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

21 years agoDetect icc on Linux and windows.
wolf [Tue, 12 Nov 2002 18:25:30 +0000 (18:25 +0000)]
Detect icc on Linux and windows.

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

21 years agoFix the test. Add output.
wolf [Tue, 12 Nov 2002 16:32:39 +0000 (16:32 +0000)]
Fix the test. Add output.

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

21 years agoAdd test denis_1.
wolf [Tue, 12 Nov 2002 16:08:33 +0000 (16:08 +0000)]
Add test denis_1.

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

21 years agoFix names.
wolf [Tue, 12 Nov 2002 16:05:52 +0000 (16:05 +0000)]
Fix names.

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

21 years agoDoc fix.
wolf [Mon, 11 Nov 2002 22:20:25 +0000 (22:20 +0000)]
Doc fix.

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

21 years agoAlso use EXEEXT for executables.
wolf [Mon, 11 Nov 2002 21:29:50 +0000 (21:29 +0000)]
Also use EXEEXT for executables.

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

21 years agoUse $(OBJEXT) instead of plain .o
wolf [Mon, 11 Nov 2002 21:11:53 +0000 (21:11 +0000)]
Use $(OBJEXT) instead of plain .o

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

21 years agoUse local systems default suffix for object files.
wolf [Mon, 11 Nov 2002 17:38:32 +0000 (17:38 +0000)]
Use local systems default suffix for object files.

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

21 years agoUse local systems default suffix for object files.
wolf [Mon, 11 Nov 2002 17:16:23 +0000 (17:16 +0000)]
Use local systems default suffix for object files.

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

21 years agoCheck in temporary fix.
wolf [Mon, 11 Nov 2002 15:58:10 +0000 (15:58 +0000)]
Check in temporary fix.

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

21 years agoFix a quoting problem.
wolf [Mon, 11 Nov 2002 15:22:24 +0000 (15:22 +0000)]
Fix a quoting problem.

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

21 years agoCheck the proper state of the ofstreams before using them for output.
hartmann [Mon, 11 Nov 2002 14:01:43 +0000 (14:01 +0000)]
Check the proper state of the ofstreams before using them for output.

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

21 years agocheck the proper state of the ofstreams before using them for output.
hartmann [Mon, 11 Nov 2002 13:59:43 +0000 (13:59 +0000)]
check the proper state of the ofstreams before using them for output.

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

21 years agoAdd step-15 in its initial stages.
wolf [Fri, 8 Nov 2002 23:49:28 +0000 (23:49 +0000)]
Add step-15 in its initial stages.

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

21 years agoMention other persons.
wolf [Fri, 8 Nov 2002 23:24:44 +0000 (23:24 +0000)]
Mention other persons.

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

21 years agoSome minor changes necessary for PGCC4.
wolf [Fri, 8 Nov 2002 23:19:34 +0000 (23:19 +0000)]
Some minor changes necessary for PGCC4.

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

21 years agoanna_5
wolf [Fri, 8 Nov 2002 16:12:48 +0000 (16:12 +0000)]
anna_5

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

21 years agoAdd the bits subdir to the targets.
wolf [Fri, 8 Nov 2002 15:38:20 +0000 (15:38 +0000)]
Add the bits subdir to the targets.

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

21 years agoMove the small tests that test just a single function and are actually boiled down...
wolf [Fri, 8 Nov 2002 15:36:05 +0000 (15:36 +0000)]
Move the small tests that test just a single function and are actually boiled down examples of failures in the library at one point in time, to the directory _bits_.

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

21 years agonew SlitHyperSingularityFunction, yet to be tested
guido [Thu, 7 Nov 2002 18:36:05 +0000 (18:36 +0000)]
new SlitHyperSingularityFunction, yet to be tested

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

21 years agocolorize for slit domain
guido [Thu, 7 Nov 2002 09:43:07 +0000 (09:43 +0000)]
colorize for slit domain

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

21 years agoHeadline class
guido [Sun, 3 Nov 2002 12:59:25 +0000 (12:59 +0000)]
Headline class

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

21 years agoFix an abort I was getting on some code.
wolf [Thu, 31 Oct 2002 17:32:32 +0000 (17:32 +0000)]
Fix an abort I was getting on some code.

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

21 years agoCommit a minor doc change that somehow survived for some time in my tree.
wolf [Thu, 31 Oct 2002 17:32:00 +0000 (17:32 +0000)]
Commit a minor doc change that somehow survived for some time in my tree.

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

21 years agoCalm down a warning in 1d about "(unsigned < 0) is always false". This
wolf [Tue, 29 Oct 2002 16:06:21 +0000 (16:06 +0000)]
Calm down a warning in 1d about "(unsigned < 0) is always false". This
code cannot be reached in 1d.

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

21 years agoPrevious results were obviously wrong, present ones are correct.
wolf [Tue, 29 Oct 2002 00:00:44 +0000 (00:00 +0000)]
Previous results were obviously wrong, present ones are correct.

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

21 years ago Fixed: Vectors could not be given as input and output vectors to the
wolf [Mon, 28 Oct 2002 19:31:09 +0000 (19:31 +0000)]
 Fixed: Vectors could not be given as input and output vectors to the
       <code class="class">SolutionTransfer</code> class at the same time, but
       this was not checked. An assertion has now been added to ensure this
       requirement.

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

21 years agoFix a missing std::
wolf [Sat, 26 Oct 2002 01:19:58 +0000 (01:19 +0000)]
Fix a missing std::

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

21 years agoDon't use space in configuration names.
wolf [Fri, 25 Oct 2002 17:07:39 +0000 (17:07 +0000)]
Don't use space in configuration names.

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

21 years agogandalf-gcc-cvs-head.cfg
wolf [Fri, 25 Oct 2002 17:03:26 +0000 (17:03 +0000)]
gandalf-gcc-cvs-head.cfg

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

21 years agoiterator in BlockSparseMatrix
guido [Fri, 25 Oct 2002 15:42:39 +0000 (15:42 +0000)]
iterator in BlockSparseMatrix

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

21 years agoiterator
guido [Fri, 25 Oct 2002 15:42:06 +0000 (15:42 +0000)]
iterator

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

21 years agoFurther unify appearance of navbars.
wolf [Fri, 25 Oct 2002 13:33:23 +0000 (13:33 +0000)]
Further unify appearance of navbars.

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

21 years agowrong iterators removed again
guido [Fri, 25 Oct 2002 11:48:39 +0000 (11:48 +0000)]
wrong iterators removed again

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

21 years agoIterators that cannot work added
guido [Fri, 25 Oct 2002 11:44:33 +0000 (11:44 +0000)]
Iterators that cannot work added

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

21 years agoPhony value type added
guido [Fri, 25 Oct 2002 11:42:34 +0000 (11:42 +0000)]
Phony value type added

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

21 years agoblue
guido [Thu, 24 Oct 2002 07:20:56 +0000 (07:20 +0000)]
blue

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

21 years agoUse &lt; and &gt; instead of < and >, resp.
hartmann [Wed, 23 Oct 2002 17:04:00 +0000 (17:04 +0000)]
Use &lt; and &gt; instead of < and >, resp.

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

21 years agoblack head
guido [Wed, 23 Oct 2002 14:37:26 +0000 (14:37 +0000)]
black head

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

21 years agofixed the Tecplot output support to be compatible with the Table class. Also switche...
benkirk [Wed, 23 Oct 2002 14:25:30 +0000 (14:25 +0000)]
fixed the Tecplot output support to be compatible with the Table class.  Also switched to vectors instead of pointers in the TecplotMacros class

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

21 years agoSpecial-case interior dofs in has_support_on_face.
wolf [Tue, 22 Oct 2002 15:43:21 +0000 (15:43 +0000)]
Special-case interior dofs in has_support_on_face.

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

21 years agoCheck systems.
wolf [Tue, 22 Oct 2002 14:58:45 +0000 (14:58 +0000)]
Check systems.

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

21 years agoFix has_support_on_face for non-primitive elements.
wolf [Tue, 22 Oct 2002 14:58:16 +0000 (14:58 +0000)]
Fix has_support_on_face for non-primitive elements.

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

21 years agoGo back to previous state, since Makefile.rules is now fixed.
wolf [Tue, 22 Oct 2002 14:34:48 +0000 (14:34 +0000)]
Go back to previous state, since Makefile.rules is now fixed.

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

21 years agoLink properly.
wolf [Tue, 22 Oct 2002 14:31:52 +0000 (14:31 +0000)]
Link properly.

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

21 years agoSame at other place.
wolf [Tue, 22 Oct 2002 14:13:04 +0000 (14:13 +0000)]
Same at other place.

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

21 years agoDon't call fill if source is empty.
wolf [Tue, 22 Oct 2002 14:12:28 +0000 (14:12 +0000)]
Don't call fill if source is empty.

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

21 years agoThe assertion that filling empty matrices is not allowed, got applied
wolf [Tue, 22 Oct 2002 13:47:03 +0000 (13:47 +0000)]
The assertion that filling empty matrices is not allowed, got applied
to the clear instead of the fill function. Fix this.

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

21 years agored for h2?
guido [Tue, 22 Oct 2002 13:44:32 +0000 (13:44 +0000)]
red for h2?

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

21 years agoColor definition removed
guido [Tue, 22 Oct 2002 13:44:21 +0000 (13:44 +0000)]
Color definition removed

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

21 years agostyle for h1
guido [Tue, 22 Oct 2002 13:41:31 +0000 (13:41 +0000)]
style for h1

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

21 years agoDon't be verbose when linking statically.
wolf [Mon, 21 Oct 2002 22:05:20 +0000 (22:05 +0000)]
Don't be verbose when linking statically.

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

21 years agoAck, first check, then check in...
wolf [Mon, 21 Oct 2002 22:04:22 +0000 (22:04 +0000)]
Ack, first check, then check in...

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

21 years agoOK, Nedelec is now also ok for 3d.
wolf [Mon, 21 Oct 2002 22:04:06 +0000 (22:04 +0000)]
OK, Nedelec is now also ok for 3d.

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

21 years agoFix has_support_on_face for 3d.
wolf [Mon, 21 Oct 2002 21:59:15 +0000 (21:59 +0000)]
Fix has_support_on_face for 3d.

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

21 years agoFix has_support_on_face for FE_Q. Have a testcase for this function and a number...
wolf [Mon, 21 Oct 2002 21:25:06 +0000 (21:25 +0000)]
Fix has_support_on_face for FE_Q. Have a testcase for this function and a number of finite elements. Results are hand-checked and are ok except for the Nedelec-Element which is presently wrong in 3d.

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

21 years agonew tests for support on faces
guido [Mon, 21 Oct 2002 20:25:06 +0000 (20:25 +0000)]
new tests for support on faces

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

21 years agoI strongly object to complicated tests being performed before simple ones just becaus...
guido [Mon, 21 Oct 2002 20:04:11 +0000 (20:04 +0000)]
I strongly object to complicated tests being performed before simple ones just because of alphabetical order

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

21 years agoTest has_support_on_face
guido [Mon, 21 Oct 2002 19:58:35 +0000 (19:58 +0000)]
Test has_support_on_face

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

21 years agoObvious bugs in has_support_on_face removed
guido [Mon, 21 Oct 2002 19:58:18 +0000 (19:58 +0000)]
Obvious bugs in has_support_on_face removed

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

21 years agoAdd this-> in many places where two-stage name lookup requires them.
wolf [Mon, 21 Oct 2002 14:37:57 +0000 (14:37 +0000)]
Add this-> in many places where two-stage name lookup requires them.

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

21 years agoDisable -ggdb by using -g instead where necessary. This presently holds for Mac OS...
wolf [Mon, 21 Oct 2002 14:35:31 +0000 (14:35 +0000)]
Disable -ggdb by using -g instead where necessary. This presently holds for Mac OS X, for which -ggdb cannot even compile an empty program.

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

21 years agoSort order in which testcases are executed.
wolf [Mon, 21 Oct 2002 14:33:53 +0000 (14:33 +0000)]
Sort order in which testcases are executed.

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

21 years agoUse Table of vector of vectors where possible.
wolf [Mon, 21 Oct 2002 14:32:44 +0000 (14:32 +0000)]
Use Table of vector of vectors where possible.

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

21 years agoThe old results were wrong. DoFRenumbering::component_wise simply ignored the given...
wolf [Mon, 21 Oct 2002 14:21:10 +0000 (14:21 +0000)]
The old results were wrong. DoFRenumbering::component_wise simply ignored the given order of components, which was not what was intended.

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

21 years agoInstead of setting or clearing the first_cell flag at mostly arbitrary places, do...
wolf [Mon, 21 Oct 2002 14:19:54 +0000 (14:19 +0000)]
Instead of setting or clearing the first_cell flag at mostly arbitrary places, do this centralized from the FEValues object.

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

21 years agoUse Table objects instead of vectors of vectors.
wolf [Mon, 21 Oct 2002 14:17:31 +0000 (14:17 +0000)]
Use Table objects instead of vectors of vectors.

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

21 years agoFix typo.
wolf [Mon, 21 Oct 2002 14:16:45 +0000 (14:16 +0000)]
Fix typo.

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

21 years agoMake DoFTools::extract_dofs and DoFTools::count_dofs_per_component work with non...
wolf [Fri, 18 Oct 2002 14:55:42 +0000 (14:55 +0000)]
Make DoFTools::extract_dofs and DoFTools::count_dofs_per_component work with non-primitive elements.

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

21 years agoFix name of program.
wolf [Fri, 18 Oct 2002 14:31:26 +0000 (14:31 +0000)]
Fix name of program.

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

21 years agoDo as much as the Standard of C++ allows.
wolf [Thu, 17 Oct 2002 22:04:26 +0000 (22:04 +0000)]
Do as much as the Standard of C++ allows.

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

21 years agoBring some things up to date.
wolf [Thu, 17 Oct 2002 20:26:23 +0000 (20:26 +0000)]
Bring some things up to date.

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

21 years agoPlace separators.
wolf [Thu, 17 Oct 2002 20:20:04 +0000 (20:20 +0000)]
Place separators.

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

21 years agoThe order in which components are to be sorted in
wolf [Thu, 17 Oct 2002 20:12:09 +0000 (20:12 +0000)]
The order in which components are to be sorted in
DoFRenumbering::component_wise was not honored. Fix this.

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

21 years agoAs anna_1, but renumber in opposit direction.
wolf [Thu, 17 Oct 2002 19:59:45 +0000 (19:59 +0000)]
As anna_1, but renumber in opposit direction.

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

21 years agoRun also in 3d.
wolf [Thu, 17 Oct 2002 19:55:32 +0000 (19:55 +0000)]
Run also in 3d.

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

21 years agoFix header.
wolf [Thu, 17 Oct 2002 19:42:22 +0000 (19:42 +0000)]
Fix header.

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

21 years agoDisable shared libs on Mac OS X.
wolf [Thu, 17 Oct 2002 19:30:28 +0000 (19:30 +0000)]
Disable shared libs on Mac OS X.

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

21 years agoFix copyright notice.
wolf [Thu, 17 Oct 2002 19:26:00 +0000 (19:26 +0000)]
Fix copyright notice.

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

21 years agoExtend DoFRenumbering::component_wise for the case of non-primitive elements.
wolf [Thu, 17 Oct 2002 18:47:20 +0000 (18:47 +0000)]
Extend DoFRenumbering::component_wise for the case of non-primitive elements.

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

21 years agoAdd the anna_1 test.
wolf [Thu, 17 Oct 2002 18:43:30 +0000 (18:43 +0000)]
Add the anna_1 test.

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

21 years agoAdd (face_)?system_to_base_index functions.
wolf [Thu, 17 Oct 2002 18:19:47 +0000 (18:19 +0000)]
Add (face_)?system_to_base_index functions.

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

21 years agoAdd obviously forgotten function.
wolf [Thu, 17 Oct 2002 16:28:41 +0000 (16:28 +0000)]
Add obviously forgotten function.

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

21 years agoFiniteElement::element_multiplicity
wolf [Thu, 17 Oct 2002 15:35:31 +0000 (15:35 +0000)]
FiniteElement::element_multiplicity

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

21 years agoUch, better first compile, then check in, even if these are trivial additions.
wolf [Thu, 17 Oct 2002 15:34:07 +0000 (15:34 +0000)]
Uch, better first compile, then check in, even if these are trivial additions.

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

21 years agoMake element_multiplicity a function that is available from the FE base class, instea...
wolf [Thu, 17 Oct 2002 15:29:25 +0000 (15:29 +0000)]
Make element_multiplicity a function that is available from the FE base class, instead of only the FESystem class.

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

21 years agoDoc update.
wolf [Thu, 17 Oct 2002 14:56:44 +0000 (14:56 +0000)]
Doc update.

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