]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
22 years agoAllow suppression of level indicator in eps gridout when writing cell numbers.
wolf [Fri, 14 Jun 2002 12:36:48 +0000 (12:36 +0000)]
Allow suppression of level indicator in eps gridout when writing cell numbers.

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

22 years agoRename plot_cell_numbers to write_cell_numbers, as this is the name
wolf [Fri, 14 Jun 2002 12:32:55 +0000 (12:32 +0000)]
Rename plot_cell_numbers to write_cell_numbers, as this is the name
already used for Gnuplot.

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

22 years agoNew test: grid_in.
wolf [Fri, 14 Jun 2002 12:24:13 +0000 (12:24 +0000)]
New test: grid_in.

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

22 years agoWhile we are at it, reduce net traffic
guido [Fri, 14 Jun 2002 11:29:00 +0000 (11:29 +0000)]
While we are at it, reduce net traffic

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

22 years agoMake cvs quiet
guido [Fri, 14 Jun 2002 11:28:36 +0000 (11:28 +0000)]
Make cvs quiet

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

22 years agoWindows in Twente
guido [Fri, 14 Jun 2002 11:07:05 +0000 (11:07 +0000)]
Windows in Twente

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

22 years agoCompiler version
guido [Fri, 14 Jun 2002 11:05:46 +0000 (11:05 +0000)]
Compiler version

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

22 years agoFix some things for cxx, add configuration for gcc.
wolf [Fri, 14 Jun 2002 10:55:05 +0000 (10:55 +0000)]
Fix some things for cxx, add configuration for gcc.

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

22 years agoAdd printable version of new report. Cross-link report anyway.
wolf [Fri, 14 Jun 2002 10:31:20 +0000 (10:31 +0000)]
Add printable version of new report. Cross-link report anyway.

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

22 years agoCommit report on assembling matrices.
wolf [Fri, 14 Jun 2002 10:11:23 +0000 (10:11 +0000)]
Commit report on assembling matrices.

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

22 years agoAdd a note about why we actually use CC here, rather than SHLIBLD, to link shared...
wolf [Fri, 14 Jun 2002 08:05:23 +0000 (08:05 +0000)]
Add a note about why we actually use CC here, rather than SHLIBLD, to link shared libs.

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

22 years agoLinking shared libraries should usually be done using the C++ compiler rather than...
wolf [Fri, 14 Jun 2002 08:04:16 +0000 (08:04 +0000)]
Linking shared libraries should usually be done using the C++ compiler rather than the C compiler, thus yesterdays change. However, it turns out (and I believe that past knowledge of this fact led to the use of CC in the first place) that this does not work for gcc2.95, although it does work for gcc3.0, gcc3.1, intel icc5.0 and 6.0, and pgcc4.0. For pgcc4.0, this is even necessary, as the C compiler alone cannot do this. Thus, have a new Makefile variable SHLIBLD, which we set and use for linking C++ shared libraries.

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

22 years agoAllow different size for u-vector
guido [Fri, 14 Jun 2002 07:08:41 +0000 (07:08 +0000)]
Allow different size for u-vector

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

22 years agoFix and update.
hartmann [Fri, 14 Jun 2002 06:38:05 +0000 (06:38 +0000)]
Fix and update.

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

22 years agoSmall change in additional Information.
hartmann [Thu, 13 Jun 2002 15:52:49 +0000 (15:52 +0000)]
Small change in additional Information.

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

22 years agoClarify output of ExcHangingNodesNotAllowed.
hartmann [Thu, 13 Jun 2002 15:38:41 +0000 (15:38 +0000)]
Clarify output of ExcHangingNodesNotAllowed.

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

22 years agoSmall fix.
hartmann [Thu, 13 Jun 2002 15:30:01 +0000 (15:30 +0000)]
Small fix.

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

22 years agoMake use of the interpolation_difference function. Adapt the comments.
hartmann [Thu, 13 Jun 2002 15:20:44 +0000 (15:20 +0000)]
Make use of the interpolation_difference function. Adapt the comments.

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

22 years agoMake it work with the new interpolate functions. Comments still do not match the...
hartmann [Thu, 13 Jun 2002 15:09:50 +0000 (15:09 +0000)]
Make it work with the new interpolate functions. Comments still do not match the code.

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

22 years agoRegenerate.
wolf [Thu, 13 Jun 2002 14:42:40 +0000 (14:42 +0000)]
Regenerate.

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

22 years agoGive KCC a second chance, if --version and -V are not supported.
wolf [Thu, 13 Jun 2002 14:42:34 +0000 (14:42 +0000)]
Give KCC a second chance, if --version and -V are not supported.

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

22 years agoRegenerate.
wolf [Thu, 13 Jun 2002 14:31:23 +0000 (14:31 +0000)]
Regenerate.

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

22 years agoSet flags for Kai C++
wolf [Thu, 13 Jun 2002 14:31:01 +0000 (14:31 +0000)]
Set flags for Kai C++

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

22 years agokai c++ doesn't use -V, but --version
wolf [Thu, 13 Jun 2002 14:30:30 +0000 (14:30 +0000)]
kai c++ doesn't use -V, but --version

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

22 years agoDon't even suggest that we support gcc2.96. Kick out the user right away.
wolf [Thu, 13 Jun 2002 14:18:13 +0000 (14:18 +0000)]
Don't even suggest that we support gcc2.96. Kick out the user right away.

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

22 years agoMore on gcc2.96.
wolf [Thu, 13 Jun 2002 14:17:28 +0000 (14:17 +0000)]
More on gcc2.96.

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

22 years agoAdd an assertion.
wolf [Thu, 13 Jun 2002 13:36:21 +0000 (13:36 +0000)]
Add an assertion.

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

22 years agoDo the right thing in 1d for has_support_on_face also for FE_DGQ
wolf [Thu, 13 Jun 2002 13:35:34 +0000 (13:35 +0000)]
Do the right thing in 1d for has_support_on_face also for FE_DGQ

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

22 years agoDo the right thing in 1d for has_support_on_face
wolf [Thu, 13 Jun 2002 13:30:51 +0000 (13:30 +0000)]
Do the right thing in 1d for has_support_on_face

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

22 years agoNew fe_tools_test.
hartmann [Thu, 13 Jun 2002 12:51:13 +0000 (12:51 +0000)]
New fe_tools_test.

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

22 years agoTests old and new interpolate, back_interpolate and interpolation_difference functions.
hartmann [Thu, 13 Jun 2002 12:50:19 +0000 (12:50 +0000)]
Tests old and new interpolate, back_interpolate and interpolation_difference functions.

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

22 years agoNew interpolate, back_interpolate and interpolation_difference functions with Constra...
hartmann [Thu, 13 Jun 2002 12:49:10 +0000 (12:49 +0000)]
New interpolate, back_interpolate and interpolation_difference functions with ConstraintMatrix arguments.

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

22 years agoUse CXX to link shared libraries.
wolf [Thu, 13 Jun 2002 11:59:21 +0000 (11:59 +0000)]
Use CXX to link shared libraries.

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

22 years agorand_r takes an unsigned int.
wolf [Thu, 13 Jun 2002 11:46:56 +0000 (11:46 +0000)]
rand_r takes an unsigned int.

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

22 years agoPgcc generates template instantiation files .ii and .ti. Don't display them from...
wolf [Thu, 13 Jun 2002 11:22:09 +0000 (11:22 +0000)]
Pgcc generates template instantiation files .ii and .ti. Don't display them from CVS.

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

22 years agoUse proper reference to type.
wolf [Thu, 13 Jun 2002 11:15:38 +0000 (11:15 +0000)]
Use proper reference to type.

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

22 years agoSet flags more correctly for pgcc.
wolf [Thu, 13 Jun 2002 10:56:27 +0000 (10:56 +0000)]
Set flags more correctly for pgcc.

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

22 years ago<: is a digraph, but we wanted < ::.
wolf [Thu, 13 Jun 2002 07:26:01 +0000 (07:26 +0000)]
<: is a digraph, but we wanted < ::.

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

22 years agossh1 was not found
guido [Wed, 12 Jun 2002 17:58:19 +0000 (17:58 +0000)]
ssh1 was not found

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

22 years agoobsolete comments removed
guido [Wed, 12 Jun 2002 17:01:33 +0000 (17:01 +0000)]
obsolete comments removed

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

22 years agomissing path
guido [Wed, 12 Jun 2002 16:53:30 +0000 (16:53 +0000)]
missing path

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

22 years agoWrite CONFIG line to local log file
guido [Wed, 12 Jun 2002 16:52:46 +0000 (16:52 +0000)]
Write CONFIG line to local log file

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

22 years agokeep results on failure and send all stderr to stdout
guido [Wed, 12 Jun 2002 16:14:39 +0000 (16:14 +0000)]
keep results on failure and send all stderr to stdout

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

22 years agoAvoid empty arrays.
wolf [Wed, 12 Jun 2002 14:15:54 +0000 (14:15 +0000)]
Avoid empty arrays.

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

22 years agoCorrect a strange piece of code, which I may be the author of...
wolf [Wed, 12 Jun 2002 13:48:49 +0000 (13:48 +0000)]
Correct a strange piece of code, which I may be the author of...

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

22 years agoSince DataOutBase is a private base class of DataOutInterface, which itself is a...
wolf [Wed, 12 Jun 2002 13:11:10 +0000 (13:11 +0000)]
Since DataOutBase is a private base class of DataOutInterface, which itself is a base class to DataOut*, we cannot reference the Patch local class using DataOutBase::Patch, since there private inheritance comes into play. However, since Patch is a public type, use ::DataOutBase::Patch, to indicate that we access it from outside, rather than through the inheritance tree.

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

22 years agoRemove seemingly unused function.
wolf [Wed, 12 Jun 2002 13:09:10 +0000 (13:09 +0000)]
Remove seemingly unused function.

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

22 years agopgcc4 rightfully complains that an instantiation requires a definition.
wolf [Wed, 12 Jun 2002 12:48:19 +0000 (12:48 +0000)]
pgcc4 rightfully complains that an instantiation requires a definition.

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

22 years agoReindent argument lines. (Only for a better appearance)
hartmann [Wed, 12 Jun 2002 12:13:07 +0000 (12:13 +0000)]
Reindent argument lines. (Only for a better appearance)

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

22 years agoTriangulation::clear_user_flags and .._pointers are now const. Constructors of DoFAcc...
hartmann [Wed, 12 Jun 2002 12:04:54 +0000 (12:04 +0000)]
Triangulation::clear_user_flags and .._pointers are now const. Constructors of DoFAccessor, TriaAccessor and TriaIterator now take pointers to const Triangulations. Constructor of DoFHandler takes a reference to a const Triangulation.

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

22 years agoThe clear_user_flags and clear_user_pointers functions are now const.
hartmann [Wed, 12 Jun 2002 11:54:49 +0000 (11:54 +0000)]
The clear_user_flags and clear_user_pointers functions are now const.

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

22 years agoThe constructors of all DoFAccessor, TriaAccessor and TriaIterator classes now take...
hartmann [Wed, 12 Jun 2002 11:53:30 +0000 (11:53 +0000)]
The constructors of all DoFAccessor, TriaAccessor and TriaIterator classes now take pointers to const Triangulations.

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

22 years agoThe constructor of DoFHandler now takes a reference to a const Triangulation.
hartmann [Wed, 12 Jun 2002 11:50:08 +0000 (11:50 +0000)]
The constructor of DoFHandler now takes a reference to a const Triangulation.

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

22 years agoscript for finding paths
guido [Wed, 12 Jun 2002 08:40:40 +0000 (08:40 +0000)]
script for finding paths

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

22 years agoTake over Anna's last change to the interpolation matrices.
wolf [Tue, 11 Jun 2002 17:00:03 +0000 (17:00 +0000)]
Take over Anna's last change to the interpolation matrices.

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

22 years agoTake over Anna's changes from the branch.
wolf [Tue, 11 Jun 2002 16:09:03 +0000 (16:09 +0000)]
Take over Anna's changes from the branch.

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

22 years agoOne-character fix.
deal [Tue, 11 Jun 2002 15:07:01 +0000 (15:07 +0000)]
One-character fix.

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

22 years agowrong account
guido [Tue, 11 Jun 2002 14:55:00 +0000 (14:55 +0000)]
wrong account

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

22 years agodec
guido [Tue, 11 Jun 2002 14:44:52 +0000 (14:44 +0000)]
dec

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

22 years agoicc tests
guido [Tue, 11 Jun 2002 13:38:00 +0000 (13:38 +0000)]
icc tests

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

22 years agopc configurations
guido [Tue, 11 Jun 2002 12:16:14 +0000 (12:16 +0000)]
pc configurations

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

22 years agoFill matrices since icc doesn't want to see them empty.
wolf [Tue, 11 Jun 2002 10:56:14 +0000 (10:56 +0000)]
Fill matrices since icc doesn't want to see them empty.

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

22 years agoMake argument const, as in the class declaration.
wolf [Tue, 11 Jun 2002 10:34:51 +0000 (10:34 +0000)]
Make argument const, as in the class declaration.

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

22 years agoMake argument const, as in the class declaration.
wolf [Tue, 11 Jun 2002 09:22:47 +0000 (09:22 +0000)]
Make argument const, as in the class declaration.

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

22 years agoYeah, fix that bug. Constraint matrices are annoying!!! The TODO was
wolf [Tue, 11 Jun 2002 08:58:44 +0000 (08:58 +0000)]
Yeah, fix that bug. Constraint matrices are annoying!!! The TODO was
long done, by the way.

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

22 years agoRegenerate data on Sun.
wolf [Mon, 10 Jun 2002 13:19:10 +0000 (13:19 +0000)]
Regenerate data on Sun.

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

22 years agoInclude <fe.h>
wolf [Mon, 10 Jun 2002 13:10:30 +0000 (13:10 +0000)]
Include <fe.h>

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

22 years agoCross-link to cgi script to generate build test results.
wolf [Mon, 10 Jun 2002 13:08:55 +0000 (13:08 +0000)]
Cross-link to cgi script to generate build test results.

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

22 years ago.
wolf [Mon, 10 Jun 2002 13:00:03 +0000 (13:00 +0000)]
.

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

22 years agoAdd this file.
wolf [Mon, 10 Jun 2002 12:52:47 +0000 (12:52 +0000)]
Add this file.

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

22 years agoNew results are correct. Previously, constraints were obviously computed incorrectly...
wolf [Mon, 10 Jun 2002 12:46:37 +0000 (12:46 +0000)]
New results are correct. Previously, constraints were obviously computed incorrectly for systems of systems.

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

22 years agoNew results are correct. Previously, constraints were obviously computed incorrectly...
wolf [Mon, 10 Jun 2002 12:45:30 +0000 (12:45 +0000)]
New results are correct. Previously, constraints were obviously computed incorrectly for systems of systems.

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

22 years agosyntax errors removed
guido [Mon, 10 Jun 2002 12:36:01 +0000 (12:36 +0000)]
syntax errors removed

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

22 years agoIn debug mode MappingQ1::transform_real_to_unit_cell now works also in 1 and 3 dimension.
hartmann [Mon, 10 Jun 2002 12:33:05 +0000 (12:33 +0000)]
In debug mode MappingQ1::transform_real_to_unit_cell now works also in 1 and 3 dimension.

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

22 years agoversion id added
guido [Mon, 10 Jun 2002 12:32:10 +0000 (12:32 +0000)]
version id added

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

22 years agofirst tests working
guido [Mon, 10 Jun 2002 12:21:31 +0000 (12:21 +0000)]
first tests working

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

22 years agoFix assertion in transform_real_to_unit_cell for 1d and 3d.
hartmann [Mon, 10 Jun 2002 11:23:56 +0000 (11:23 +0000)]
Fix assertion in transform_real_to_unit_cell for 1d and 3d.

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

22 years agoMerge the changes made to the branch named branch_non_trivial_fes up to the tag branc...
wolf [Mon, 10 Jun 2002 10:39:55 +0000 (10:39 +0000)]
Merge the changes made to the branch named branch_non_trivial_fes up to the tag branch_non_trivial_fes_mergepoints1. For the commit messages of individual changes, see the messages on this branch.

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

22 years agoSeems as if generation of dependency information was broken. Fix this.
wolf [Mon, 10 Jun 2002 10:20:25 +0000 (10:20 +0000)]
Seems as if generation of dependency information was broken. Fix this.

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

22 years agoSeems as if generation of dependency information was broken. Fix this.
wolf [Mon, 10 Jun 2002 10:17:57 +0000 (10:17 +0000)]
Seems as if generation of dependency information was broken. Fix this.

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

22 years agoAdd tests for transform_unit_to_real_cell and transform_real_to_unit_cell functions...
hartmann [Mon, 10 Jun 2002 09:25:52 +0000 (09:25 +0000)]
Add tests for transform_unit_to_real_cell and transform_real_to_unit_cell functions in 1d and 3d.

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

22 years agoPgcc does not work at all, but it does even less so if -A -Xa is given, since it...
wolf [Mon, 10 Jun 2002 09:02:53 +0000 (09:02 +0000)]
Pgcc does not work at all, but it does even less so if -A -Xa is given, since it then can't even understand its own include file.

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

22 years agoAdd scalar multiplication and division for tensors.
wolf [Mon, 10 Jun 2002 08:14:58 +0000 (08:14 +0000)]
Add scalar multiplication and division for tensors.

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

22 years agoBetter checking of what goes on in get_dof_indices on non-active cells. This is only...
wolf [Mon, 10 Jun 2002 08:13:42 +0000 (08:13 +0000)]
Better checking of what goes on in get_dof_indices on non-active cells. This is only useful for certain kinds of FEs, otherwise disallow it.

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

22 years agoAdd information about pgcc.
wolf [Mon, 10 Jun 2002 08:11:41 +0000 (08:11 +0000)]
Add information about pgcc.

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

22 years agoDoc update.
wolf [Mon, 10 Jun 2002 08:10:57 +0000 (08:10 +0000)]
Doc update.

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

22 years agoAvoid warning.
wolf [Mon, 10 Jun 2002 07:54:20 +0000 (07:54 +0000)]
Avoid warning.

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

22 years agoBug in PreconditionLACSolver::initialize removed
guido [Fri, 7 Jun 2002 14:11:46 +0000 (14:11 +0000)]
Bug in PreconditionLACSolver::initialize removed

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

22 years agoRegenerate output on SUN, to avoid trivial comparison errors.
wolf [Fri, 7 Jun 2002 12:33:54 +0000 (12:33 +0000)]
Regenerate output on SUN, to avoid trivial comparison errors.

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

22 years agoIntroducing target veryclean to remove libs
guido [Fri, 7 Jun 2002 09:54:40 +0000 (09:54 +0000)]
Introducing target veryclean to remove libs

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

22 years agotemplate to start a new changes file
guido [Fri, 7 Jun 2002 09:50:12 +0000 (09:50 +0000)]
template to start a new changes file

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

22 years agoIntroducing target veryclean to remove libs
guido [Fri, 7 Jun 2002 09:48:50 +0000 (09:48 +0000)]
Introducing target veryclean to remove libs

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

22 years ago.
wolf [Fri, 7 Jun 2002 08:02:14 +0000 (08:02 +0000)]
.

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

22 years agoMove into repository, so that it is possible to get these files via CVS. Have to...
wolf [Fri, 7 Jun 2002 08:01:48 +0000 (08:01 +0000)]
Move into repository, so that it is possible to get these files via CVS. Have to delete them again immediately to avoid copyright problems.

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

22 years agoFix java script so that validate-xref does not choke anymore.
wolf [Fri, 7 Jun 2002 06:54:10 +0000 (06:54 +0000)]
Fix java script so that validate-xref does not choke anymore.

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

22 years agotest before copy to avoid error
guido [Thu, 6 Jun 2002 14:32:23 +0000 (14:32 +0000)]
test before copy to avoid error

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

22 years agobug detection for gcc-2.95 on aix
guido [Thu, 6 Jun 2002 11:20:50 +0000 (11:20 +0000)]
bug detection for gcc-2.95 on aix

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

22 years agoreplace commands by variables
guido [Thu, 6 Jun 2002 11:19:49 +0000 (11:19 +0000)]
replace commands by variables

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

22 years agoSome items were not really improvements
guido [Thu, 6 Jun 2002 07:55:25 +0000 (07:55 +0000)]
Some items were not really improvements

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

22 years agoAnnounce new version.
wolf [Thu, 6 Jun 2002 07:04:06 +0000 (07:04 +0000)]
Announce new version.

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