]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
19 years agoadd classname to SmartPointer
Guido Kanschat [Mon, 28 Mar 2005 17:40:11 +0000 (17:40 +0000)]
add classname to SmartPointer

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

19 years agoAdd a class implementing symmetric tensors of rank 2.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:31:03 +0000 (17:31 +0000)]
Add a class implementing symmetric tensors of rank 2.

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

19 years agoReword the documentation that seems to be a left-over from 1997.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:27:54 +0000 (17:27 +0000)]
Reword the documentation that seems to be a left-over from 1997.

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

19 years agoOne more fix.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:25:44 +0000 (17:25 +0000)]
One more fix.

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

19 years agoReword the documentation that seems to be a left-over from 1997.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:25:14 +0000 (17:25 +0000)]
Reword the documentation that seems to be a left-over from 1997.

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

19 years agoThere is no point in passing doubles by reference.
Wolfgang Bangerth [Mon, 28 Mar 2005 17:04:43 +0000 (17:04 +0000)]
There is no point in passing doubles by reference.

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

19 years agoReindent comments.
Wolfgang Bangerth [Mon, 28 Mar 2005 16:59:00 +0000 (16:59 +0000)]
Reindent comments.

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

19 years agoThe problem icc had was that the class both declared an enter() function, but
Wolfgang Bangerth [Fri, 25 Mar 2005 16:30:41 +0000 (16:30 +0000)]
The problem icc had was that the class both declared an enter() function, but
then also made a function of the same signature visible in this class. My
initial attempt removed the function and replaced it with a using declaration,
which however in the sense of gcc conflicted with the other using declaration
(old vs new-style). Resolve this by only removing the new function -- it
called the old one anyway, and there already was a using declaration.

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

19 years agoUndo last checkin, since it makes other compilers fail.
Wolfgang Bangerth [Fri, 25 Mar 2005 16:10:25 +0000 (16:10 +0000)]
Undo last checkin, since it makes other compilers fail.

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

19 years agoGuido was right that -strict_ansi is a nightmare. On some systems, icc
deal [Thu, 24 Mar 2005 22:16:43 +0000 (22:16 +0000)]
Guido was right that -strict_ansi is a nightmare. On some systems, icc
apparently uses preinstalled gcc header files. No idea why it does so,
but while it can compile them it can't do so when -strict_ansi is set
-- the result is that basically nothing can be compiled with this flag...

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

19 years agoWork around a problem in icc7 that complained at the definition of the
deal [Thu, 24 Mar 2005 20:26:55 +0000 (20:26 +0000)]
Work around a problem in icc7 that complained at the definition of the
enter() function that an inherited function can't be defined. This is,
of course, bogus...

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

19 years agoMkae sure the .cc file is printed in the =========optimized======== line.
Wolfgang Bangerth [Thu, 24 Mar 2005 20:22:29 +0000 (20:22 +0000)]
Mkae sure the .cc file is printed in the =========optimized======== line.

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

19 years agoDon't use N and T, but write "N" and "T" directly.
deal [Thu, 24 Mar 2005 20:11:28 +0000 (20:11 +0000)]
Don't use N and T, but write "N" and "T" directly.

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

19 years agoAdd a few this-> here and there. Fix one other bug as well.
deal [Thu, 24 Mar 2005 20:01:58 +0000 (20:01 +0000)]
Add a few this-> here and there. Fix one other bug as well.

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

19 years agoAdd a few this-> here and there.
deal [Thu, 24 Mar 2005 20:00:36 +0000 (20:00 +0000)]
Add a few this-> here and there.

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

19 years agoFix typos.
deal [Thu, 24 Mar 2005 19:59:01 +0000 (19:59 +0000)]
Fix typos.

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

19 years agoRemove a semicolon that gcc4 barfs about.
deal [Thu, 24 Mar 2005 19:58:21 +0000 (19:58 +0000)]
Remove a semicolon that gcc4 barfs about.

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

19 years agoF-cycle and eliminated solve
Guido Kanschat [Thu, 24 Mar 2005 16:57:15 +0000 (16:57 +0000)]
F-cycle and eliminated solve

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

19 years agoFix debug output and eliminate redundant coarse level solve
Guido Kanschat [Thu, 24 Mar 2005 16:53:31 +0000 (16:53 +0000)]
Fix debug output and eliminate redundant coarse level solve

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

19 years agoRemove from mainline for the time being.
oliver [Wed, 23 Mar 2005 21:07:36 +0000 (21:07 +0000)]
Remove from mainline for the time being.

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

19 years agoAdd Q- and MappingCollection on mainline.
oliver [Wed, 23 Mar 2005 21:04:34 +0000 (21:04 +0000)]
Add Q- and MappingCollection on mainline.

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

19 years agoRemove from mainline for the time being.
oliver [Wed, 23 Mar 2005 21:00:21 +0000 (21:00 +0000)]
Remove from mainline for the time being.

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

19 years agoAdd class MappingCollection on mainline.
oliver [Wed, 23 Mar 2005 20:58:22 +0000 (20:58 +0000)]
Add class MappingCollection on mainline.

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

19 years agoRemove from mainline for the time being.
oliver [Wed, 23 Mar 2005 20:54:53 +0000 (20:54 +0000)]
Remove from mainline for the time being.

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

19 years agoAdd header for QCollection class on mainline.
oliver [Wed, 23 Mar 2005 20:51:29 +0000 (20:51 +0000)]
Add header for QCollection class on mainline.

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

19 years agoadditional output
Guido Kanschat [Wed, 23 Mar 2005 15:26:02 +0000 (15:26 +0000)]
additional output

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

19 years agobugs fixed
Guido Kanschat [Wed, 23 Mar 2005 15:22:44 +0000 (15:22 +0000)]
bugs fixed

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

19 years agoanother exception
Guido Kanschat [Wed, 23 Mar 2005 14:41:17 +0000 (14:41 +0000)]
another exception

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

19 years agomissing void!
Guido Kanschat [Wed, 23 Mar 2005 14:34:36 +0000 (14:34 +0000)]
missing void!

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

19 years agoin thread_management.h, a namespace modifier for the call of distance was missing...
rschulz [Wed, 23 Mar 2005 09:05:27 +0000 (09:05 +0000)]
in thread_management.h, a namespace modifier for the call of distance was missing. It is now std::distance.

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

19 years agostarting LAPACK matrix
Guido Kanschat [Wed, 23 Mar 2005 03:49:05 +0000 (03:49 +0000)]
starting LAPACK matrix

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

19 years agofirst real version
Guido Kanschat [Wed, 23 Mar 2005 03:47:49 +0000 (03:47 +0000)]
first real version

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

19 years agomore exceptions
Guido Kanschat [Wed, 23 Mar 2005 02:57:32 +0000 (02:57 +0000)]
more exceptions

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

19 years agoExcEmptyObject
Guido Kanschat [Wed, 23 Mar 2005 00:50:40 +0000 (00:50 +0000)]
ExcEmptyObject

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

19 years agotwo exotic exceptions replaced
Guido Kanschat [Wed, 23 Mar 2005 00:48:46 +0000 (00:48 +0000)]
two exotic exceptions replaced

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

19 years agoExcZero
Guido Kanschat [Wed, 23 Mar 2005 00:45:56 +0000 (00:45 +0000)]
ExcZero

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

19 years agoFrobenius norm
Guido Kanschat [Tue, 22 Mar 2005 21:58:39 +0000 (21:58 +0000)]
Frobenius norm

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

19 years agomore documentation update for doxygen
Guido Kanschat [Tue, 22 Mar 2005 21:57:18 +0000 (21:57 +0000)]
more documentation update for doxygen

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

19 years agoAssertLIB macros for blas, lapack and umfpack
Guido Kanschat [Tue, 22 Mar 2005 16:03:04 +0000 (16:03 +0000)]
AssertLIB macros for blas, lapack and umfpack

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

19 years agoExceptions for optional libraries added
Guido Kanschat [Tue, 22 Mar 2005 15:29:11 +0000 (15:29 +0000)]
Exceptions for optional libraries added

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

19 years agoAlignment seems to look better now. Still, we should check if it is ok
Guido Kanschat [Tue, 22 Mar 2005 15:20:37 +0000 (15:20 +0000)]
Alignment seems to look better now. Still, we should check if it is ok
with long return types

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

19 years agostarting on it
Guido Kanschat [Tue, 22 Mar 2005 03:26:30 +0000 (03:26 +0000)]
starting on it

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

19 years agofinal? BlockMatrixArray
Guido Kanschat [Tue, 22 Mar 2005 01:09:04 +0000 (01:09 +0000)]
final? BlockMatrixArray

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

19 years agofinal? BlockMatrixArray
Guido Kanschat [Tue, 22 Mar 2005 01:03:04 +0000 (01:03 +0000)]
final? BlockMatrixArray

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

19 years agocomparison operators added
Guido Kanschat [Tue, 22 Mar 2005 00:07:14 +0000 (00:07 +0000)]
comparison operators added

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

19 years agocomparison operators added
Guido Kanschat [Mon, 21 Mar 2005 23:20:41 +0000 (23:20 +0000)]
comparison operators added

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

19 years agoAdd an exception.
Wolfgang Bangerth [Mon, 21 Mar 2005 21:04:09 +0000 (21:04 +0000)]
Add an exception.

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

19 years agoUpdate docs.
Wolfgang Bangerth [Mon, 21 Mar 2005 21:03:19 +0000 (21:03 +0000)]
Update docs.

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

19 years agoOne more problem.
Wolfgang Bangerth [Sun, 20 Mar 2005 22:28:18 +0000 (22:28 +0000)]
One more problem.

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

19 years agoAugment documentation.
Wolfgang Bangerth [Sun, 20 Mar 2005 21:26:03 +0000 (21:26 +0000)]
Augment documentation.

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

19 years agoW- and F-cycles running
Guido Kanschat [Sat, 19 Mar 2005 05:09:29 +0000 (05:09 +0000)]
W- and F-cycles running

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

19 years agoWrong place.
Wolfgang Bangerth [Sat, 19 Mar 2005 00:24:15 +0000 (00:24 +0000)]
Wrong place.

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

19 years ago.
Wolfgang Bangerth [Sat, 19 Mar 2005 00:22:47 +0000 (00:22 +0000)]
.

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

19 years agoUndo changes to author's affiliations.
Wolfgang Bangerth [Sat, 19 Mar 2005 00:03:35 +0000 (00:03 +0000)]
Undo changes to author's affiliations.

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

19 years agoState in more detail where people worked over time.
Wolfgang Bangerth [Fri, 18 Mar 2005 23:19:54 +0000 (23:19 +0000)]
State in more detail where people worked over time.

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

19 years ago.
Ralf Hartmann [Fri, 18 Mar 2005 09:25:40 +0000 (09:25 +0000)]
.

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

19 years agoFix a typo.
Wolfgang Bangerth [Fri, 18 Mar 2005 04:02:23 +0000 (04:02 +0000)]
Fix a typo.

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

19 years agoAdd a paragraph about complex-valued problems.
Wolfgang Bangerth [Thu, 17 Mar 2005 14:40:30 +0000 (14:40 +0000)]
Add a paragraph about complex-valued problems.

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

19 years agoSubscriptor change
Guido Kanschat [Thu, 17 Mar 2005 03:45:54 +0000 (03:45 +0000)]
Subscriptor change

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

19 years agocombine all documentation in deal.II
Guido Kanschat [Thu, 17 Mar 2005 01:36:56 +0000 (01:36 +0000)]
combine all documentation in deal.II

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

19 years agochanges in BlockMatrixArray
Guido Kanschat [Thu, 17 Mar 2005 00:15:05 +0000 (00:15 +0000)]
changes in BlockMatrixArray

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

19 years agoreinit
Guido Kanschat [Thu, 17 Mar 2005 00:14:19 +0000 (00:14 +0000)]
reinit

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

19 years agohelper function
Guido Kanschat [Thu, 17 Mar 2005 00:14:09 +0000 (00:14 +0000)]
helper function

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

19 years agofix swap function
Guido Kanschat [Thu, 17 Mar 2005 00:13:31 +0000 (00:13 +0000)]
fix swap function

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

19 years agoMake it compile with gcc2.95.3
Ralf Hartmann [Wed, 16 Mar 2005 20:05:25 +0000 (20:05 +0000)]
Make it compile with gcc2.95.3

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

19 years agoid for SmartPointer
Guido Kanschat [Wed, 16 Mar 2005 19:52:43 +0000 (19:52 +0000)]
id for SmartPointer

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

19 years agoMerge GeometryInfo for dim=1,2,3.
Ralf Hartmann [Wed, 16 Mar 2005 19:48:08 +0000 (19:48 +0000)]
Merge GeometryInfo for dim=1,2,3.

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

19 years agoMake it compile with gcc3.4.3
Ralf Hartmann [Wed, 16 Mar 2005 19:12:30 +0000 (19:12 +0000)]
Make it compile with gcc3.4.3

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

19 years agomissing id
Guido Kanschat [Wed, 16 Mar 2005 18:43:58 +0000 (18:43 +0000)]
missing id

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

19 years agoMention function parser.
Wolfgang Bangerth [Wed, 16 Mar 2005 17:36:59 +0000 (17:36 +0000)]
Mention function parser.

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

19 years agoAdd Luca's work on the function parser.
Wolfgang Bangerth [Wed, 16 Mar 2005 17:31:55 +0000 (17:31 +0000)]
Add Luca's work on the function parser.

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

19 years agoAdd a few more problems that people have solved over time.
Wolfgang Bangerth [Wed, 16 Mar 2005 16:48:41 +0000 (16:48 +0000)]
Add a few more problems that people have solved over time.

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

19 years agotypeid for SmartPointer
Guido Kanschat [Wed, 16 Mar 2005 16:17:50 +0000 (16:17 +0000)]
typeid for SmartPointer

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

19 years agoThe place of the annotated license has changed.
Wolfgang Bangerth [Wed, 16 Mar 2005 15:17:00 +0000 (15:17 +0000)]
The place of the annotated license has changed.

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

19 years agoNew identification strings
Guido Kanschat [Wed, 16 Mar 2005 03:20:56 +0000 (03:20 +0000)]
New identification strings

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

19 years agoWhy is DEAL_II_USE_MT defined to zero?
Guido Kanschat [Tue, 15 Mar 2005 21:35:45 +0000 (21:35 +0000)]
Why is DEAL_II_USE_MT defined to zero?

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

19 years agoThe namespace qualified ::Table<2,T> needed by the Sun compiler offended gcc 3.3.3
Guido Kanschat [Tue, 15 Mar 2005 21:06:15 +0000 (21:06 +0000)]
The namespace qualified ::Table<2,T> needed by the Sun compiler offended gcc 3.3.3

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

19 years agonew define DEAL_VOLATILE
Guido Kanschat [Tue, 15 Mar 2005 21:00:44 +0000 (21:00 +0000)]
new define DEAL_VOLATILE

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

19 years agomatrix scalar product and matrix norm, VectorMemory
Guido Kanschat [Tue, 15 Mar 2005 20:59:44 +0000 (20:59 +0000)]
matrix scalar product and matrix norm, VectorMemory

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

19 years agoadd vector memory
Guido Kanschat [Tue, 15 Mar 2005 20:53:10 +0000 (20:53 +0000)]
add vector memory

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

19 years agoMake the correct class a friend.
Wolfgang Bangerth [Tue, 15 Mar 2005 17:27:15 +0000 (17:27 +0000)]
Make the correct class a friend.

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

19 years agoAdd namespace qualification, even if not stricly necessary here.
Wolfgang Bangerth [Tue, 15 Mar 2005 17:22:48 +0000 (17:22 +0000)]
Add namespace qualification, even if not stricly necessary here.

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

19 years agoReindent.
Wolfgang Bangerth [Tue, 15 Mar 2005 17:17:02 +0000 (17:17 +0000)]
Reindent.

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

19 years agoMove a few functions into an anonymous namespace that used to be static. Add a single...
Wolfgang Bangerth [Tue, 15 Mar 2005 17:15:54 +0000 (17:15 +0000)]
Move a few functions into an anonymous namespace that used to be static. Add a single cast at a place where it may be necessary.

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

19 years agoCast a few arguments to their correct type in the return type.
Wolfgang Bangerth [Tue, 15 Mar 2005 17:13:28 +0000 (17:13 +0000)]
Cast a few arguments to their correct type in the return type.

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

19 years agoInline functions don't need to be static.
Wolfgang Bangerth [Tue, 15 Mar 2005 16:53:12 +0000 (16:53 +0000)]
Inline functions don't need to be static.

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

19 years ago.
Wolfgang Bangerth [Tue, 15 Mar 2005 14:36:22 +0000 (14:36 +0000)]
.

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

19 years agoSimplify code in Triangulation<3>::create_triangulation function.
Ralf Hartmann [Tue, 15 Mar 2005 10:03:23 +0000 (10:03 +0000)]
Simplify code in Triangulation<3>::create_triangulation function.

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

19 years agoAdd missing clear_despite_subscriptions function calls.
Ralf Hartmann [Tue, 15 Mar 2005 09:49:51 +0000 (09:49 +0000)]
Add missing clear_despite_subscriptions function calls.

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

19 years agoRe-create reference on andromeda, as it seems to be different on different machines.
Ralf Hartmann [Tue, 15 Mar 2005 09:26:39 +0000 (09:26 +0000)]
Re-create reference on andromeda, as it seems to be different on different machines.

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

19 years agoDocumentation improved for Doxygen
Guido Kanschat [Tue, 15 Mar 2005 03:40:44 +0000 (03:40 +0000)]
Documentation improved for Doxygen
Stale Exceptions removed

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

19 years agoNoDoc added
Guido Kanschat [Tue, 15 Mar 2005 03:29:00 +0000 (03:29 +0000)]
NoDoc added

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

19 years agoNoDoc added with no improvement
Guido Kanschat [Tue, 15 Mar 2005 03:28:39 +0000 (03:28 +0000)]
NoDoc added with no improvement

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

19 years agotypo
Guido Kanschat [Tue, 15 Mar 2005 03:14:00 +0000 (03:14 +0000)]
typo

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

19 years agoExcWrong... replaced by ExcDimensionMismatch, since this even tells me
Guido Kanschat [Tue, 15 Mar 2005 02:40:05 +0000 (02:40 +0000)]
ExcWrong... replaced by ExcDimensionMismatch, since this even tells me
the wrong numbers

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

19 years agoOutput detailed compiler version.
Wolfgang Bangerth [Tue, 15 Mar 2005 00:13:31 +0000 (00:13 +0000)]
Output detailed compiler version.

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

19 years ago.
Wolfgang Bangerth [Tue, 15 Mar 2005 00:11:14 +0000 (00:11 +0000)]
.

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

19 years agoAdd statement about newer compilers.
Wolfgang Bangerth [Tue, 15 Mar 2005 00:10:54 +0000 (00:10 +0000)]
Add statement about newer compilers.

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

19 years agoAlso figure out the detailed version number of the compiler.
Wolfgang Bangerth [Tue, 15 Mar 2005 00:10:07 +0000 (00:10 +0000)]
Also figure out the detailed version number of the compiler.

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

19 years agoThere is no gcc 3.5 version, this has been renamed 4.0. Also set
Wolfgang Bangerth [Mon, 14 Mar 2005 23:51:27 +0000 (23:51 +0000)]
There is no gcc 3.5 version, this has been renamed 4.0. Also set
GXX_VERSION_DETAILED as a variable that contains the version of the compiler
in more detail, including the dot version.

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