]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
21 years agoMake variables unsigned.
wolf [Fri, 21 Feb 2003 23:12:15 +0000 (23:12 +0000)]
Make variables unsigned.

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

21 years agoReindent.
wolf [Fri, 21 Feb 2003 23:10:33 +0000 (23:10 +0000)]
Reindent.

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

21 years agoReplace assert(c) by Assert(c,...)
wolf [Fri, 21 Feb 2003 23:09:42 +0000 (23:09 +0000)]
Replace assert(c) by Assert(c,...)

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

21 years agoRead in a much much bigger grid and compute some kind of check-sum.
wolf [Fri, 21 Feb 2003 22:09:58 +0000 (22:09 +0000)]
Read in a much much bigger grid and compute some kind of check-sum.

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

21 years agoNumbers change with Mike's new scheme.
wolf [Fri, 21 Feb 2003 21:24:26 +0000 (21:24 +0000)]
Numbers change with Mike's new scheme.

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

21 years agoMichael's new reordering scheme.
wolf [Fri, 21 Feb 2003 21:10:51 +0000 (21:10 +0000)]
Michael's new reordering scheme.

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

21 years agoMerge Michaels new reorientation scheme from the respective branch.
wolf [Fri, 21 Feb 2003 20:36:30 +0000 (20:36 +0000)]
Merge Michaels new reorientation scheme from the respective branch.

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

21 years agoRemove unnecessary stuff.
wolf [Fri, 21 Feb 2003 20:23:35 +0000 (20:23 +0000)]
Remove unnecessary stuff.

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

21 years agoMention Michael A.
wolf [Fri, 21 Feb 2003 16:27:50 +0000 (16:27 +0000)]
Mention Michael A.

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

21 years agoUndo last change. While technically correct and preventing an ICE in gcc CVS, it...
wolf [Fri, 21 Feb 2003 16:13:36 +0000 (16:13 +0000)]
Undo last change. While technically correct and preventing an ICE in gcc CVS, it generates an ICE in gcc2.96. Umpf. I think it will be fixed in 3.4 soon, so let's lean on the side of 2.96.

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

21 years agoDon't mark an array that is initialized with non-const elements as
wolf [Fri, 21 Feb 2003 15:31:16 +0000 (15:31 +0000)]
Don't mark an array that is initialized with non-const elements as
static (spotted by Anna).

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

21 years agoGridIn::read_xda
wolf [Fri, 21 Feb 2003 15:06:22 +0000 (15:06 +0000)]
GridIn::read_xda

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

21 years agoWork around a bug in present gcc 3.4 CVS.
wolf [Thu, 20 Feb 2003 17:58:31 +0000 (17:58 +0000)]
Work around a bug in present gcc 3.4 CVS.

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

21 years agoDisable same warning for icc as for cxx previously (both EDG based,
wolf [Thu, 20 Feb 2003 16:27:03 +0000 (16:27 +0000)]
Disable same warning for icc as for cxx previously (both EDG based,
after all)

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

21 years agoNewer g77 don't write "GNU F77" any more.
wolf [Thu, 20 Feb 2003 16:16:05 +0000 (16:16 +0000)]
Newer g77 don't write "GNU F77" any more.

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

21 years agoFix namespace scoping.
wolf [Thu, 20 Feb 2003 16:11:14 +0000 (16:11 +0000)]
Fix namespace scoping.

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

21 years agoRegenerate.
wolf [Thu, 20 Feb 2003 16:07:40 +0000 (16:07 +0000)]
Regenerate.

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

21 years agoDisable one warning for cxx.
wolf [Thu, 20 Feb 2003 16:06:48 +0000 (16:06 +0000)]
Disable one warning for cxx.

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

21 years agoRemove unnecessary semicolons.
wolf [Thu, 20 Feb 2003 15:59:20 +0000 (15:59 +0000)]
Remove unnecessary semicolons.

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

21 years agolinks to multigrid
guido [Thu, 20 Feb 2003 07:37:07 +0000 (07:37 +0000)]
links to multigrid

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

21 years agoWarning about continuous elements
guido [Thu, 20 Feb 2003 07:32:58 +0000 (07:32 +0000)]
Warning about continuous elements

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

21 years agomultigrid always there
guido [Thu, 20 Feb 2003 07:29:40 +0000 (07:29 +0000)]
multigrid always there

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

21 years agoexperiment with FAS removed
guido [Thu, 20 Feb 2003 07:25:23 +0000 (07:25 +0000)]
experiment with FAS removed

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

21 years agoFix some things that icc wants to see.
wolf [Thu, 20 Feb 2003 01:02:22 +0000 (01:02 +0000)]
Fix some things that icc wants to see.

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

21 years agoCanonicalize order of include files.
wolf [Thu, 20 Feb 2003 00:02:48 +0000 (00:02 +0000)]
Canonicalize order of include files.

Remove debug output remnants.

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

21 years agoCanonicalize order of include files.
wolf [Thu, 20 Feb 2003 00:01:29 +0000 (00:01 +0000)]
Canonicalize order of include files.

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

21 years agoMove some details into namespace internal.
wolf [Thu, 20 Feb 2003 00:00:48 +0000 (00:00 +0000)]
Move some details into namespace internal.

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

21 years agoSparseLUDecomposition classes have now unified interfaces. The old interface is now...
hartmann [Wed, 19 Feb 2003 18:00:03 +0000 (18:00 +0000)]
SparseLUDecomposition classes have now unified interfaces. The old interface is now deprecated.

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

21 years agoIdenting region.
hartmann [Wed, 19 Feb 2003 17:50:12 +0000 (17:50 +0000)]
Identing region.

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

21 years agoNew initialize functions.
hartmann [Wed, 19 Feb 2003 17:39:29 +0000 (17:39 +0000)]
New initialize functions.

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

21 years agoAdd initialize and clear functions in order to unify the interface of preconditioners...
hartmann [Wed, 19 Feb 2003 17:39:03 +0000 (17:39 +0000)]
Add initialize and clear functions in order to unify the interface of preconditioners. Reinit, decompose, apply_decompose functions are now deprecated. Large parts of doc changed.

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

21 years agoupdate to present state.
wolf [Wed, 19 Feb 2003 17:18:13 +0000 (17:18 +0000)]
update to present state.

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

21 years agoTest the second set of make_boundary_sparsity_pattern functions.
wolf [Wed, 19 Feb 2003 17:15:59 +0000 (17:15 +0000)]
Test the second set of make_boundary_sparsity_pattern functions.

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

21 years agoRe-indent.
wolf [Wed, 19 Feb 2003 16:49:03 +0000 (16:49 +0000)]
Re-indent.

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

21 years agoCheck make_boundary_sparsity_pattern.
wolf [Wed, 19 Feb 2003 16:45:37 +0000 (16:45 +0000)]
Check make_boundary_sparsity_pattern.

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

21 years agoAdd missing "typename". Document typedef.
wolf [Wed, 19 Feb 2003 15:05:16 +0000 (15:05 +0000)]
Add missing "typename". Document typedef.

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

21 years agoComplaints of icc handled
guido [Wed, 19 Feb 2003 13:33:10 +0000 (13:33 +0000)]
Complaints of icc handled

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

21 years agoAdd doc to field.
wolf [Wed, 19 Feb 2003 01:33:05 +0000 (01:33 +0000)]
Add doc to field.

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

21 years agoAdd missing "typename".
wolf [Wed, 19 Feb 2003 01:31:58 +0000 (01:31 +0000)]
Add missing "typename".

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

21 years agoAdded a comment about introducing the DoFHandler as template parameter
oliver [Tue, 18 Feb 2003 23:12:17 +0000 (23:12 +0000)]
Added a comment about introducing the DoFHandler as template parameter
at several places...

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

21 years agoCheck for DoFTools::count_boundary_dofs, which presently on mainline still is DoFHand...
wolf [Tue, 18 Feb 2003 20:01:36 +0000 (20:01 +0000)]
Check for DoFTools::count_boundary_dofs, which presently on mainline still is DoFHandler::n_boundary_dofs, but is already renamed on the hp_branch.

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

21 years agoMove DoFHandler::n_boundary_dofs to DoFTools::count_boundary_dofs.
wolf [Tue, 18 Feb 2003 19:53:03 +0000 (19:53 +0000)]
Move DoFHandler::n_boundary_dofs to DoFTools::count_boundary_dofs.

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

21 years agoMove DoFLevel class to namespace internal.
wolf [Tue, 18 Feb 2003 17:28:30 +0000 (17:28 +0000)]
Move DoFLevel class to namespace internal.

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

21 years agoRemove from mainline for the time being.
wolf [Tue, 18 Feb 2003 17:15:21 +0000 (17:15 +0000)]
Remove from mainline for the time being.

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

21 years agoAdd on mainline.
wolf [Tue, 18 Feb 2003 17:13:51 +0000 (17:13 +0000)]
Add on mainline.

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

21 years agoRemove from mainline.
wolf [Tue, 18 Feb 2003 17:06:20 +0000 (17:06 +0000)]
Remove from mainline.

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

21 years agoAdd these files for now. They will be deleted again quickly on mainline, but will...
wolf [Tue, 18 Feb 2003 17:05:13 +0000 (17:05 +0000)]
Add these files for now. They will be deleted again quickly on mainline, but will be developed on th hp_branch.

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

21 years agoRemove from mainline.
wolf [Tue, 18 Feb 2003 17:00:49 +0000 (17:00 +0000)]
Remove from mainline.

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

21 years agoAdd these files for now. They will be deleted again quickly on mainline, but will...
wolf [Tue, 18 Feb 2003 16:59:49 +0000 (16:59 +0000)]
Add these files for now. They will be deleted again quickly on mainline, but will be developed on th hp_branch.

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

21 years agoAdd some this->. However, the file is so broken that it will still not
wolf [Tue, 18 Feb 2003 15:54:21 +0000 (15:54 +0000)]
Add some this->. However, the file is so broken that it will still not
compile presently :-(

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

21 years agoClearify exception. Identing region.
hartmann [Tue, 18 Feb 2003 11:42:37 +0000 (11:42 +0000)]
Clearify exception. Identing region.

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

21 years agoAdd initialize function. First step towards unification of preconditioners.
hartmann [Tue, 18 Feb 2003 11:40:49 +0000 (11:40 +0000)]
Add initialize function. First step towards unification of preconditioners.

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

21 years agoAdd initialize function. decompose function is deprecated. Step towards unification...
hartmann [Tue, 18 Feb 2003 10:46:29 +0000 (10:46 +0000)]
Add initialize function. decompose function is deprecated. Step towards unification of preconditioners.

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

21 years agoInclude AdditionData class that includes the strengthen_diagonal parameter.
hartmann [Tue, 18 Feb 2003 10:44:24 +0000 (10:44 +0000)]
Include AdditionData class that includes the strengthen_diagonal parameter.

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

21 years agoInclude missing const.
hartmann [Tue, 18 Feb 2003 10:36:12 +0000 (10:36 +0000)]
Include missing const.

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

21 years agoSmall differences in floating point leads to seemingly weird ordering of output....
deal [Tue, 18 Feb 2003 00:55:52 +0000 (00:55 +0000)]
Small differences in floating point leads to seemingly weird ordering of output. Oh well...

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

21 years agoDon't name ignored function args.
wolf [Tue, 18 Feb 2003 00:49:58 +0000 (00:49 +0000)]
Don't name ignored function args.

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

21 years agoSatisfy unhappy compiler.
wolf [Tue, 18 Feb 2003 00:46:43 +0000 (00:46 +0000)]
Satisfy unhappy compiler.

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

21 years agoAck, this file is and needs to be included more than once.
wolf [Tue, 18 Feb 2003 00:44:23 +0000 (00:44 +0000)]
Ack, this file is and needs to be included more than once.

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

21 years agoAdd include guards.
wolf [Mon, 17 Feb 2003 21:41:45 +0000 (21:41 +0000)]
Add include guards.

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

21 years agoHeader was wrong.
wolf [Mon, 17 Feb 2003 21:40:50 +0000 (21:40 +0000)]
Header was wrong.

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

21 years agoAdd the usual header to this file.
wolf [Mon, 17 Feb 2003 21:38:02 +0000 (21:38 +0000)]
Add the usual header to this file.

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

21 years agoInclude cmath since apparently necessary.
wolf [Mon, 17 Feb 2003 21:36:34 +0000 (21:36 +0000)]
Include cmath since apparently necessary.

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

21 years agoFix comment.
wolf [Mon, 17 Feb 2003 19:46:15 +0000 (19:46 +0000)]
Fix comment.

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

21 years agoAdd missing instantiations.
hartmann [Mon, 17 Feb 2003 16:53:55 +0000 (16:53 +0000)]
Add missing instantiations.

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

21 years agoFix another bug with non-primitive elements.
wolf [Mon, 17 Feb 2003 15:59:20 +0000 (15:59 +0000)]
Fix another bug with non-primitive elements.

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

21 years agoRemove obsolete *_simple functions.
hartmann [Mon, 17 Feb 2003 15:02:17 +0000 (15:02 +0000)]
Remove obsolete *_simple functions.

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

21 years agoDoc update. Remove obsolete *_simple functions.
hartmann [Mon, 17 Feb 2003 14:59:51 +0000 (14:59 +0000)]
Doc update. Remove obsolete *_simple functions.

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

21 years agonew statistics in SparseMatrixEZ
guido [Mon, 17 Feb 2003 12:38:20 +0000 (12:38 +0000)]
new statistics in SparseMatrixEZ

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

21 years agoDouble libraries fixed
guido [Mon, 17 Feb 2003 12:36:46 +0000 (12:36 +0000)]
Double libraries fixed

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

21 years agoSparseMatrixEZ added to binary libs
guido [Mon, 17 Feb 2003 10:03:36 +0000 (10:03 +0000)]
SparseMatrixEZ added to binary libs

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

21 years agomerged
guido [Mon, 17 Feb 2003 10:01:36 +0000 (10:01 +0000)]
merged

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

21 years agoDoc fix.
hartmann [Mon, 17 Feb 2003 08:16:15 +0000 (08:16 +0000)]
Doc fix.

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

21 years agoRemove stray semicolons.
wolf [Mon, 17 Feb 2003 00:12:16 +0000 (00:12 +0000)]
Remove stray semicolons.

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

21 years agoAdd one sentence.
wolf [Mon, 17 Feb 2003 00:11:48 +0000 (00:11 +0000)]
Add one sentence.

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

21 years agoRemove binaries as well.
wolf [Mon, 17 Feb 2003 00:11:38 +0000 (00:11 +0000)]
Remove binaries as well.

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

21 years agoRecognize newer gccs as well.
wolf [Mon, 17 Feb 2003 00:11:19 +0000 (00:11 +0000)]
Recognize newer gccs as well.

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

21 years agoFix an assortment of bugs associated with non-primitive elements.
wolf [Mon, 17 Feb 2003 00:07:04 +0000 (00:07 +0000)]
Fix an assortment of bugs associated with non-primitive elements.

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

21 years agoDon't segfault if constraint matrix is empty.
wolf [Mon, 17 Feb 2003 00:06:28 +0000 (00:06 +0000)]
Don't segfault if constraint matrix is empty.

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

21 years ago.
wolf [Mon, 17 Feb 2003 00:06:01 +0000 (00:06 +0000)]
.

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

21 years agoDon't build hanging node constraints if base element doesn't do so.
wolf [Mon, 17 Feb 2003 00:05:14 +0000 (00:05 +0000)]
Don't build hanging node constraints if base element doesn't do so.

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

21 years agoUpdate some comments. Add constraints_are_implemented.
wolf [Mon, 17 Feb 2003 00:03:26 +0000 (00:03 +0000)]
Update some comments. Add constraints_are_implemented.

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

21 years agoUpdate some comments.
wolf [Mon, 17 Feb 2003 00:02:34 +0000 (00:02 +0000)]
Update some comments.

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

21 years ago.
wolf [Mon, 17 Feb 2003 00:02:12 +0000 (00:02 +0000)]
.

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

21 years agoFix comments.
wolf [Mon, 17 Feb 2003 00:01:20 +0000 (00:01 +0000)]
Fix comments.

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

21 years agoIndent
wolf [Sun, 16 Feb 2003 23:57:17 +0000 (23:57 +0000)]
Indent

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

21 years agoAdd tests for most of the functions in DoFTools
wolf [Sun, 16 Feb 2003 23:56:00 +0000 (23:56 +0000)]
Add tests for most of the functions in DoFTools

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

21 years agoFix differences in floating point output.
deal [Sat, 15 Feb 2003 01:46:33 +0000 (01:46 +0000)]
Fix differences in floating point output.

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

21 years agoTemplatize on dofhandler type.
wolf [Fri, 14 Feb 2003 22:48:57 +0000 (22:48 +0000)]
Templatize on dofhandler type.

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

21 years agoAdd SFINAE check.
wolf [Fri, 14 Feb 2003 22:46:52 +0000 (22:46 +0000)]
Add SFINAE check.

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

21 years agoClarify one point.
wolf [Fri, 14 Feb 2003 18:43:14 +0000 (18:43 +0000)]
Clarify one point.

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

21 years agoadded Hierarchical test. changed (val != values[k]).
brian [Fri, 14 Feb 2003 18:28:45 +0000 (18:28 +0000)]
added Hierarchical test. changed (val != values[k]).

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

21 years agoadded test for Hierarchical. Also changed test (val != values[k]) to allow
brian [Fri, 14 Feb 2003 18:11:46 +0000 (18:11 +0000)]
added test for Hierarchical.  Also changed test (val != values[k]) to allow
for some difference in the last decimal place.  Results for Hierarchical have been
spot checked.

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

21 years agoMove the classes declaring the iterator typedefs into namespace internal, to a differ...
wolf [Fri, 14 Feb 2003 17:52:04 +0000 (17:52 +0000)]
Move the classes declaring the iterator typedefs into namespace internal, to a different file, and rename them from *DimensionInfo to *IteratorSelector, since this is what they do.

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

21 years agoRemove files from mainline again. Will use them on hp_branch, though.
wolf [Fri, 14 Feb 2003 17:48:34 +0000 (17:48 +0000)]
Remove files from mainline again. Will use them on hp_branch, though.

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

21 years agoAdd these files to mainline. Will delete them shortly after again, but creating them...
wolf [Fri, 14 Feb 2003 17:46:44 +0000 (17:46 +0000)]
Add these files to mainline. Will delete them shortly after again, but creating them on mainline rather than on a branch makes things simple to merge afterwards.

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

21 years agoFix doc tag.
wolf [Fri, 14 Feb 2003 16:35:45 +0000 (16:35 +0000)]
Fix doc tag.

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

21 years agoMove some parts of accessor implementations into namespace internal. Shouldn't be...
wolf [Fri, 14 Feb 2003 16:35:26 +0000 (16:35 +0000)]
Move some parts of accessor implementations into namespace internal. Shouldn't be a problem for applications since they shouldn't use these classes directly, but removes these cluttering classes from the class index in the doc.

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

21 years agoFix typos.
wolf [Fri, 14 Feb 2003 16:17:15 +0000 (16:17 +0000)]
Fix typos.

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

21 years agoCheck in file with 1.000 replaced by 1.00, since this is what we get on the sparc...
deal [Fri, 14 Feb 2003 15:49:42 +0000 (15:49 +0000)]
Check in file with 1.000 replaced by 1.00, since this is what we get on the sparc. No real changes otherwise.

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