]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
23 years ago//TODO: briefly document classes and mark them deprecated
Wolfgang Bangerth [Thu, 8 Mar 2001 10:42:30 +0000 (10:42 +0000)]
//TODO: briefly document classes and mark them deprecated

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

23 years agoBring up to date w.r.t. the mapping branch.
Wolfgang Bangerth [Thu, 8 Mar 2001 10:41:04 +0000 (10:41 +0000)]
Bring up to date w.r.t. the mapping branch.

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

23 years agoClean-ups, annotations, etc.
Wolfgang Bangerth [Thu, 8 Mar 2001 10:35:32 +0000 (10:35 +0000)]
Clean-ups, annotations, etc.

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

23 years agoRemove special rules for files that no more exist.
Wolfgang Bangerth [Thu, 8 Mar 2001 10:33:07 +0000 (10:33 +0000)]
Remove special rules for files that no more exist.

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

23 years agoSome annotations.
Wolfgang Bangerth [Thu, 8 Mar 2001 08:11:58 +0000 (08:11 +0000)]
Some annotations.

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

23 years agoFix missing const.
Wolfgang Bangerth [Thu, 8 Mar 2001 07:28:07 +0000 (07:28 +0000)]
Fix missing const.

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

23 years agoAdd TODO.
Wolfgang Bangerth [Wed, 7 Mar 2001 19:40:58 +0000 (19:40 +0000)]
Add TODO.

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

23 years agoUpdate.
Wolfgang Bangerth [Wed, 7 Mar 2001 19:22:13 +0000 (19:22 +0000)]
Update.

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

23 years agoFix minor problem.
Wolfgang Bangerth [Wed, 7 Mar 2001 19:18:37 +0000 (19:18 +0000)]
Fix minor problem.

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

23 years agoMore annotations and clean-ups.
Wolfgang Bangerth [Wed, 7 Mar 2001 19:10:35 +0000 (19:10 +0000)]
More annotations and clean-ups.

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

23 years agoFix several bugs where by copy-paste some places were modified some
Wolfgang Bangerth [Wed, 7 Mar 2001 19:10:19 +0000 (19:10 +0000)]
Fix several bugs where by copy-paste some places were modified some
not. Many annotations, many TODOs. Major code merge is needed in
several places.

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

23 years agoAnnotation to one of the TODO items.
Wolfgang Bangerth [Wed, 7 Mar 2001 18:17:21 +0000 (18:17 +0000)]
Annotation to one of the TODO items.

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

23 years agoMake TODO target smarter.
Wolfgang Bangerth [Wed, 7 Mar 2001 18:09:10 +0000 (18:09 +0000)]
Make TODO target smarter.

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

23 years agoIndentation etc.
Wolfgang Bangerth [Wed, 7 Mar 2001 17:59:43 +0000 (17:59 +0000)]
Indentation etc.

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

23 years agoSmall changes.
Wolfgang Bangerth [Wed, 7 Mar 2001 17:56:14 +0000 (17:56 +0000)]
Small changes.

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

23 years agoFurther clean-ups.
Wolfgang Bangerth [Wed, 7 Mar 2001 17:53:20 +0000 (17:53 +0000)]
Further clean-ups.

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

23 years agoMake update_once and update_each protected.
Wolfgang Bangerth [Wed, 7 Mar 2001 17:27:23 +0000 (17:27 +0000)]
Make update_once and update_each protected.

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

23 years agoMove several functions from the .h to the .cc file as they are no
Wolfgang Bangerth [Wed, 7 Mar 2001 17:26:07 +0000 (17:26 +0000)]
Move several functions from the .h to the .cc file as they are no
longer templated on other types. Minor clean-ups. Fix a bug where the
wrong array was resized. Fix a bug where clone would not have worked
because of missing 'break's in a switch statement.

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

23 years agoFurther clean-ups. Fix the same bug two more times. Move matrices into own namespace...
Wolfgang Bangerth [Wed, 7 Mar 2001 16:46:41 +0000 (16:46 +0000)]
Further clean-ups. Fix the same bug two more times. Move matrices into own namespace to avoid name clashed with other variables of the same name, and reference them from a small FE_DGQ::Matrices class.

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

23 years agoIndentation change.
Wolfgang Bangerth [Wed, 7 Mar 2001 16:04:51 +0000 (16:04 +0000)]
Indentation change.

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

23 years agoFix reference to files.
Wolfgang Bangerth [Wed, 7 Mar 2001 15:32:37 +0000 (15:32 +0000)]
Fix reference to files.

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

23 years agoConform to indenting rules.
Wolfgang Bangerth [Wed, 7 Mar 2001 15:32:10 +0000 (15:32 +0000)]
Conform to indenting rules.

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

23 years agoFurther doc changes, slight modifications.
Wolfgang Bangerth [Wed, 7 Mar 2001 15:22:10 +0000 (15:22 +0000)]
Further doc changes, slight modifications.

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

23 years agoMove matrices definitions to own files that need not be included.
Wolfgang Bangerth [Wed, 7 Mar 2001 15:21:49 +0000 (15:21 +0000)]
Move matrices definitions to own files that need not be included.

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

23 years agoFurther clean-ups.
Wolfgang Bangerth [Wed, 7 Mar 2001 15:08:38 +0000 (15:08 +0000)]
Further clean-ups.

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

23 years agoEnclosing names that are the same in all space dims into unique
Wolfgang Bangerth [Wed, 7 Mar 2001 15:08:18 +0000 (15:08 +0000)]
Enclosing names that are the same in all space dims into unique
namespaces to avoid name clashes.

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

23 years agonew output files
Guido Kanschat [Wed, 7 Mar 2001 14:09:50 +0000 (14:09 +0000)]
new output files

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

23 years agonew dependency file
Guido Kanschat [Wed, 7 Mar 2001 14:08:41 +0000 (14:08 +0000)]
new dependency file

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

23 years agoRather pervasive clean-ups. Move some functions to private sections, fix two bugs...
Wolfgang Bangerth [Wed, 7 Mar 2001 13:57:11 +0000 (13:57 +0000)]
Rather pervasive clean-ups. Move some functions to private sections, fix two bugs where compute_2nd was called multiply.

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

23 years agomapping merge
Guido Kanschat [Wed, 7 Mar 2001 13:30:09 +0000 (13:30 +0000)]
mapping merge

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

23 years agoseparate rule for abort
Guido Kanschat [Wed, 7 Mar 2001 12:59:01 +0000 (12:59 +0000)]
separate rule for abort

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

23 years agooutput changed
Guido Kanschat [Wed, 7 Mar 2001 12:23:17 +0000 (12:23 +0000)]
output changed

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

23 years agoTensorProductPolynomials keep their own copy of Polynomials.
Ralf Hartmann [Wed, 7 Mar 2001 11:05:23 +0000 (11:05 +0000)]
TensorProductPolynomials keep their own copy of Polynomials.

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

23 years agoTensorProductPolynomials keep their own copy of Polynomials.
Ralf Hartmann [Wed, 7 Mar 2001 10:46:23 +0000 (10:46 +0000)]
TensorProductPolynomials keep their own copy of Polynomials.

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

23 years agoDoc fix.
Ralf Hartmann [Wed, 7 Mar 2001 10:42:20 +0000 (10:42 +0000)]
Doc fix.

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

23 years agoBring step-7 up to date with mapping branch changes.
Wolfgang Bangerth [Wed, 7 Mar 2001 09:55:50 +0000 (09:55 +0000)]
Bring step-7 up to date with mapping branch changes.

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

23 years agoImproved handling of exceptions (paths removed)
Guido Kanschat [Wed, 7 Mar 2001 09:54:24 +0000 (09:54 +0000)]
Improved handling of exceptions (paths removed)

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

23 years agomissing files
Guido Kanschat [Tue, 6 Mar 2001 22:58:16 +0000 (22:58 +0000)]
missing files

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

23 years agoget_degree and minor clean-ups.
Wolfgang Bangerth [Tue, 6 Mar 2001 16:46:46 +0000 (16:46 +0000)]
get_degree and minor clean-ups.

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

23 years agoRemove unnecessary include.
Wolfgang Bangerth [Tue, 6 Mar 2001 16:41:40 +0000 (16:41 +0000)]
Remove unnecessary include.

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

23 years agoget_degree and minor clean-ups.
Wolfgang Bangerth [Tue, 6 Mar 2001 16:32:29 +0000 (16:32 +0000)]
get_degree and minor clean-ups.

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

23 years agoMake some functions public again.
Wolfgang Bangerth [Tue, 6 Mar 2001 16:09:25 +0000 (16:09 +0000)]
Make some functions public again.

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

23 years agoTypo fix.
Wolfgang Bangerth [Tue, 6 Mar 2001 16:04:22 +0000 (16:04 +0000)]
Typo fix.

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

23 years agoAdd changes after 3.1
Wolfgang Bangerth [Tue, 6 Mar 2001 15:04:53 +0000 (15:04 +0000)]
Add changes after 3.1

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

23 years agomapping merge and normalize
Guido Kanschat [Tue, 6 Mar 2001 14:48:29 +0000 (14:48 +0000)]
mapping merge and normalize

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

23 years agonew versions from LEO
Guido Kanschat [Tue, 6 Mar 2001 14:34:06 +0000 (14:34 +0000)]
new versions from LEO

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

23 years agoFirst version
Guido Kanschat [Tue, 6 Mar 2001 13:29:18 +0000 (13:29 +0000)]
First version

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

23 years agoWork in changes due to the mapping.
Ralf Hartmann [Tue, 6 Mar 2001 13:20:54 +0000 (13:20 +0000)]
Work in changes due to the mapping.

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

23 years agoRemove obsolete Id lines.
Ralf Hartmann [Tue, 6 Mar 2001 13:07:11 +0000 (13:07 +0000)]
Remove obsolete Id lines.

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

23 years agomapping merge
Guido Kanschat [Tue, 6 Mar 2001 12:20:49 +0000 (12:20 +0000)]
mapping merge

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

23 years agoRemoved.
Ralf Hartmann [Tue, 6 Mar 2001 11:51:58 +0000 (11:51 +0000)]
Removed.

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

23 years agoMerge with mapping-branch.
Ralf Hartmann [Tue, 6 Mar 2001 10:32:37 +0000 (10:32 +0000)]
Merge with mapping-branch.

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

23 years agoMerge with mapping-branch.
Wolfgang Bangerth [Tue, 6 Mar 2001 10:30:36 +0000 (10:30 +0000)]
Merge with mapping-branch.

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

23 years agoEmpty.
Ralf Hartmann [Tue, 6 Mar 2001 10:24:44 +0000 (10:24 +0000)]
Empty.

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

23 years agoEmpty.
Ralf Hartmann [Tue, 6 Mar 2001 10:00:10 +0000 (10:00 +0000)]
Empty.

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

23 years agomerge mapping
Guido Kanschat [Tue, 6 Mar 2001 09:58:36 +0000 (09:58 +0000)]
merge mapping

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

23 years agomerge mapping step 2
Guido Kanschat [Tue, 6 Mar 2001 09:52:07 +0000 (09:52 +0000)]
merge mapping step 2

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

23 years agomerge mapping step 1
Guido Kanschat [Tue, 6 Mar 2001 09:47:11 +0000 (09:47 +0000)]
merge mapping step 1

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

23 years agosecond derivatives of cosine function
Guido Kanschat [Mon, 5 Mar 2001 17:49:45 +0000 (17:49 +0000)]
second derivatives of cosine function

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

23 years agoNews on Logstream and Tensor
Guido Kanschat [Mon, 5 Mar 2001 12:06:02 +0000 (12:06 +0000)]
News on Logstream and Tensor

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

23 years agoSource reformatted
Guido Kanschat [Mon, 5 Mar 2001 12:01:58 +0000 (12:01 +0000)]
Source reformatted

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

23 years agoOutput of first and second derivatives
Guido Kanschat [Mon, 5 Mar 2001 11:52:43 +0000 (11:52 +0000)]
Output of first and second derivatives

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

23 years ago<< for tensors of arbitrary rank
Guido Kanschat [Mon, 5 Mar 2001 11:16:05 +0000 (11:16 +0000)]
<< for tensors of arbitrary rank

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

23 years agoDoc clarification.
Wolfgang Bangerth [Mon, 5 Mar 2001 09:43:55 +0000 (09:43 +0000)]
Doc clarification.

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

23 years agoFix missing std::
Wolfgang Bangerth [Fri, 2 Mar 2001 10:17:31 +0000 (10:17 +0000)]
Fix missing std::

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

23 years agoChoose different weights for the new point on a quad and in the
Wolfgang Bangerth [Fri, 2 Mar 2001 09:54:59 +0000 (09:54 +0000)]
Choose different weights for the new point on a quad and in the
interior of a hex.

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

23 years agoSmall doc update.
Wolfgang Bangerth [Thu, 1 Mar 2001 10:04:53 +0000 (10:04 +0000)]
Small doc update.

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

23 years agoAdd missing include file 'map'
Guido Kanschat [Wed, 28 Feb 2001 12:02:03 +0000 (12:02 +0000)]
Add missing include file 'map'

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

23 years agoFix more missing std::
Wolfgang Bangerth [Wed, 28 Feb 2001 10:32:35 +0000 (10:32 +0000)]
Fix more missing std::

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

23 years agoFix std::
Wolfgang Bangerth [Wed, 28 Feb 2001 10:30:37 +0000 (10:30 +0000)]
Fix std::

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

23 years agoFix missing std::
Wolfgang Bangerth [Wed, 28 Feb 2001 10:17:18 +0000 (10:17 +0000)]
Fix missing std::

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

23 years agoFix missing std::
Wolfgang Bangerth [Wed, 28 Feb 2001 10:03:33 +0000 (10:03 +0000)]
Fix missing std::

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

23 years agoDoc update on MT-safeness.
Wolfgang Bangerth [Tue, 27 Feb 2001 17:16:45 +0000 (17:16 +0000)]
Doc update on MT-safeness.

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

23 years agoInclude missing header.
Ralf Hartmann [Tue, 27 Feb 2001 15:13:56 +0000 (15:13 +0000)]
Include missing header.

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

23 years agoUndo patch.
Wolfgang Bangerth [Tue, 27 Feb 2001 14:40:06 +0000 (14:40 +0000)]
Undo patch.

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

23 years agomissing Id-tag added
Guido Kanschat [Tue, 27 Feb 2001 13:52:36 +0000 (13:52 +0000)]
missing Id-tag added

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

23 years agoMicro indentation fix.
Wolfgang Bangerth [Tue, 27 Feb 2001 12:53:03 +0000 (12:53 +0000)]
Micro indentation fix.

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

23 years agoExtract gnuplot from performance results
Guido Kanschat [Tue, 27 Feb 2001 12:52:48 +0000 (12:52 +0000)]
Extract gnuplot from performance results

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

23 years agoFix trivial bug.
Wolfgang Bangerth [Tue, 27 Feb 2001 12:00:31 +0000 (12:00 +0000)]
Fix trivial bug.

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

23 years agologging off time differences
Guido Kanschat [Tue, 27 Feb 2001 10:06:38 +0000 (10:06 +0000)]
logging off time differences

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

23 years agoDerive sparse direct solvers from Subscriptor.
Wolfgang Bangerth [Tue, 27 Feb 2001 08:47:13 +0000 (08:47 +0000)]
Derive sparse direct solvers from Subscriptor.

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

23 years agoDoFTools::compute_intergrid_constraints
Wolfgang Bangerth [Tue, 27 Feb 2001 08:33:45 +0000 (08:33 +0000)]
DoFTools::compute_intergrid_constraints

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

23 years agounderflow in LogStreem removed
Guido Kanschat [Mon, 26 Feb 2001 20:56:01 +0000 (20:56 +0000)]
underflow in LogStreem removed

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

23 years agoFix quadratic memory behaviour of compute_intergrid_constraints to linear.
Wolfgang Bangerth [Mon, 26 Feb 2001 19:41:46 +0000 (19:41 +0000)]
Fix quadratic memory behaviour of compute_intergrid_constraints to linear.

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

23 years agoLess dependencies between include files.
Wolfgang Bangerth [Mon, 26 Feb 2001 13:01:39 +0000 (13:01 +0000)]
Less dependencies between include files.

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

23 years agoWork around a bug in gcc 2.95 that prevented the compilation of tria_boundary.cc
Wolfgang Bangerth [Mon, 26 Feb 2001 13:00:40 +0000 (13:00 +0000)]
Work around a bug in gcc 2.95 that prevented the compilation of tria_boundary.cc

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

23 years ago.
Wolfgang Bangerth [Mon, 26 Feb 2001 11:05:36 +0000 (11:05 +0000)]
.

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

23 years agoChange the way a default object is created. A reference is assigned
Wolfgang Bangerth [Mon, 26 Feb 2001 10:58:23 +0000 (10:58 +0000)]
Change the way a default object is created. A reference is assigned
the address of a temporary. I am puzzled how this could ever have
worked, but it seems it has for about three years now...

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

23 years agoDoc fixes.
Wolfgang Bangerth [Sat, 24 Feb 2001 21:18:20 +0000 (21:18 +0000)]
Doc fixes.

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

23 years agoAudit the code for the use of at_boundary, and check whether we should rather be...
Wolfgang Bangerth [Fri, 23 Feb 2001 09:41:03 +0000 (09:41 +0000)]
Audit the code for the use of at_boundary, and check whether we should rather be using has_boundary_lines. Add comments at various places.

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

23 years agoMake (un)subscription thread safe. This generated false exceptions in
Wolfgang Bangerth [Fri, 23 Feb 2001 09:17:06 +0000 (09:17 +0000)]
Make (un)subscription thread safe. This generated false exceptions in
some rare cases (hmph, very untractable things...)

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

23 years agoSmall doc update.
Wolfgang Bangerth [Fri, 23 Feb 2001 09:14:06 +0000 (09:14 +0000)]
Small doc update.

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

23 years agoperformance test
Guido Kanschat [Thu, 22 Feb 2001 21:12:53 +0000 (21:12 +0000)]
performance test

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

23 years agoFix a quite annoying bug: -D__EXTENSION__ was defined if checked for
Wolfgang Bangerth [Thu, 22 Feb 2001 18:09:59 +0000 (18:09 +0000)]
Fix a quite annoying bug: -D__EXTENSION__ was defined if checked for
before the MT block, but not if after. defining it in MT mode led to
compiler errors in system header files. Arg!!!!

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

23 years agoFix inadvertantly checked-in change.
Wolfgang Bangerth [Thu, 22 Feb 2001 12:50:18 +0000 (12:50 +0000)]
Fix inadvertantly checked-in change.

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

23 years agoFix std::
Wolfgang Bangerth [Thu, 22 Feb 2001 12:48:49 +0000 (12:48 +0000)]
Fix std::

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

23 years agoFix std::
Wolfgang Bangerth [Thu, 22 Feb 2001 12:38:03 +0000 (12:38 +0000)]
Fix std::

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

23 years agocount_dofs_per_component
Wolfgang Bangerth [Thu, 22 Feb 2001 11:50:33 +0000 (11:50 +0000)]
count_dofs_per_component

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

23 years agocount_dofs_per_component
Wolfgang Bangerth [Thu, 22 Feb 2001 10:49:40 +0000 (10:49 +0000)]
count_dofs_per_component

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

23 years agoresidual not used anymore
Guido Kanschat [Thu, 22 Feb 2001 10:38:02 +0000 (10:38 +0000)]
residual not used anymore

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