]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
26 years ago.
Wolfgang Bangerth [Fri, 8 May 1998 14:47:37 +0000 (14:47 +0000)]
.

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

26 years agoUpdate doc text markup.
Wolfgang Bangerth [Fri, 8 May 1998 12:21:42 +0000 (12:21 +0000)]
Update doc text markup.

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

26 years agoExample update. Compute maximum of second derivative for Chief Rannacher (fortunately...
Wolfgang Bangerth [Thu, 7 May 1998 18:09:45 +0000 (18:09 +0000)]
Example update. Compute maximum of second derivative for Chief Rannacher (fortunately an easy task ;-))

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

26 years agoAdd additional refinement strategy.
Wolfgang Bangerth [Thu, 7 May 1998 18:07:39 +0000 (18:07 +0000)]
Add additional refinement strategy.

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

26 years agoDoc update and add function parameter.
Wolfgang Bangerth [Thu, 7 May 1998 15:13:28 +0000 (15:13 +0000)]
Doc update and add function parameter.

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

26 years agoAdd geometry information to the library.
Wolfgang Bangerth [Thu, 7 May 1998 15:08:49 +0000 (15:08 +0000)]
Add geometry information to the library.

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

26 years agoMake dVector even more compatible to C++ standard vector<> class.
Wolfgang Bangerth [Thu, 7 May 1998 13:06:37 +0000 (13:06 +0000)]
Make dVector even more compatible to C++ standard vector<> class.

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

26 years agoMove the dVector class closer to the STL's vector<>.
Wolfgang Bangerth [Wed, 6 May 1998 16:03:56 +0000 (16:03 +0000)]
Move the dVector class closer to the STL's vector<>.

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

26 years ago.
Wolfgang Bangerth [Wed, 6 May 1998 15:38:51 +0000 (15:38 +0000)]
.

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

26 years ago.
Wolfgang Bangerth [Wed, 6 May 1998 15:38:25 +0000 (15:38 +0000)]
.

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

26 years agoTrivial bug fix.
Wolfgang Bangerth [Wed, 6 May 1998 15:37:52 +0000 (15:37 +0000)]
Trivial bug fix.

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

26 years agoExample update and trivial bug fix.
Wolfgang Bangerth [Wed, 6 May 1998 15:37:35 +0000 (15:37 +0000)]
Example update and trivial bug fix.

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

26 years agoExample update.
Wolfgang Bangerth [Wed, 6 May 1998 14:12:54 +0000 (14:12 +0000)]
Example update.

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

26 years agoFinish support for error estimator also on unstructured grids.
Wolfgang Bangerth [Wed, 6 May 1998 14:12:10 +0000 (14:12 +0000)]
Finish support for error estimator also on unstructured grids.

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

26 years agoFix trivial bug.
Wolfgang Bangerth [Wed, 6 May 1998 14:10:29 +0000 (14:10 +0000)]
Fix trivial bug.

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

26 years agoUse geometry information instead of hand-crafted values.
Wolfgang Bangerth [Wed, 6 May 1998 14:10:07 +0000 (14:10 +0000)]
Use geometry information instead of hand-crafted values.

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

26 years agoCleanup and code restructuring.
Wolfgang Bangerth [Tue, 5 May 1998 14:15:59 +0000 (14:15 +0000)]
Cleanup and code restructuring.

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

26 years agoAdd operator < to iterators, to allow a partial ordering which is needed if we want...
Wolfgang Bangerth [Tue, 5 May 1998 13:14:37 +0000 (13:14 +0000)]
Add operator < to iterators, to allow a partial ordering which is needed if we want to use associative containers with iterators as keys.

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

26 years agoDoc update.
Wolfgang Bangerth [Tue, 5 May 1998 13:13:50 +0000 (13:13 +0000)]
Doc update.

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

26 years agoStore face integrals with the faces, rather than with the cells. This is necessary...
Wolfgang Bangerth [Tue, 5 May 1998 13:12:56 +0000 (13:12 +0000)]
Store face integrals with the faces, rather than with the cells. This is necessary for hanging nodes.

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

26 years agoCleanup map<...> declarations.
Wolfgang Bangerth [Tue, 5 May 1998 11:31:05 +0000 (11:31 +0000)]
Cleanup map<...> declarations.

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

26 years agoAdd small script to strip off comments from ucd files (DealVision doesn't understand...
Wolfgang Bangerth [Tue, 5 May 1998 09:17:18 +0000 (09:17 +0000)]
Add small script to strip off comments from ucd files (DealVision doesn't understand 'em).

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

26 years agoAdd some new functions for the restriction of finite elements to subfaces. Fix a...
Wolfgang Bangerth [Tue, 5 May 1998 08:54:09 +0000 (08:54 +0000)]
Add some new functions for the restriction of finite elements to subfaces. Fix a small problem.

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

26 years agoSmall changes and doc update.
Wolfgang Bangerth [Tue, 5 May 1998 08:53:03 +0000 (08:53 +0000)]
Small changes and doc update.

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

26 years agoExample update.
Wolfgang Bangerth [Tue, 5 May 1998 08:52:01 +0000 (08:52 +0000)]
Example update.

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

26 years agoNext step towards restriction of finite elements to subfaces.
Wolfgang Bangerth [Mon, 4 May 1998 16:55:31 +0000 (16:55 +0000)]
Next step towards restriction of finite elements to subfaces.

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

26 years agoAdd support class for the projection of quadrature formula onto faces and subfaces.
Wolfgang Bangerth [Mon, 4 May 1998 16:45:21 +0000 (16:45 +0000)]
Add support class for the projection of quadrature formula onto faces and subfaces.

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

26 years agoAdd support class for the projection of quadrature formula onto faces and subfaces.
Wolfgang Bangerth [Mon, 4 May 1998 16:30:48 +0000 (16:30 +0000)]
Add support class for the projection of quadrature formula onto faces and subfaces.

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

26 years agoAdd adaptive refinement.
Wolfgang Bangerth [Mon, 4 May 1998 12:04:03 +0000 (12:04 +0000)]
Add adaptive refinement.

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

26 years agoExample update.
Wolfgang Bangerth [Mon, 4 May 1998 08:39:54 +0000 (08:39 +0000)]
Example update.

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

26 years ago.
Wolfgang Bangerth [Mon, 4 May 1998 08:39:34 +0000 (08:39 +0000)]
.

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

26 years agoNext step towards restriction of finite elements to subfaces.
Wolfgang Bangerth [Mon, 4 May 1998 08:39:09 +0000 (08:39 +0000)]
Next step towards restriction of finite elements to subfaces.

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

26 years agoAdd refinement strategies.
Wolfgang Bangerth [Mon, 4 May 1998 08:38:46 +0000 (08:38 +0000)]
Add refinement strategies.

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

26 years agoMostly doc updates.
Wolfgang Bangerth [Mon, 4 May 1998 08:37:13 +0000 (08:37 +0000)]
Mostly doc updates.

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

26 years agoDoc updates.
Wolfgang Bangerth [Mon, 4 May 1998 08:36:55 +0000 (08:36 +0000)]
Doc updates.

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

26 years agoOptimisations in the compress function by using standard algorithms and thinking...
Wolfgang Bangerth [Mon, 4 May 1998 08:36:03 +0000 (08:36 +0000)]
Optimisations in the compress function by using standard algorithms and thinking about what needs sorting and copying and what not.

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

26 years agoMake dVector look more like vector<double> classes.
Wolfgang Bangerth [Mon, 4 May 1998 08:34:50 +0000 (08:34 +0000)]
Make dVector look more like vector<double> classes.

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

26 years agoMostly doc updates and cleanup.
Wolfgang Bangerth [Mon, 4 May 1998 08:34:11 +0000 (08:34 +0000)]
Mostly doc updates and cleanup.

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

26 years agoAdd symbols script, which extracts information from the libraries.
Wolfgang Bangerth [Thu, 30 Apr 1998 14:17:04 +0000 (14:17 +0000)]
Add symbols script, which extracts information from the libraries.

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

26 years ago.
Wolfgang Bangerth [Thu, 30 Apr 1998 14:15:58 +0000 (14:15 +0000)]
.

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

26 years agoWrite out in ucd format.
Wolfgang Bangerth [Thu, 30 Apr 1998 14:15:40 +0000 (14:15 +0000)]
Write out in ucd format.

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

26 years agoDoc update.
Wolfgang Bangerth [Thu, 30 Apr 1998 14:15:08 +0000 (14:15 +0000)]
Doc update.

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

26 years agoMajor reorganisation to allow code sharing and make restriction of finite elements...
Wolfgang Bangerth [Thu, 30 Apr 1998 14:14:51 +0000 (14:14 +0000)]
Major reorganisation to allow code sharing and make restriction of finite elements to subfaces possible.

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

26 years agoMove diameter function to where it really belongs.
Wolfgang Bangerth [Thu, 30 Apr 1998 14:13:48 +0000 (14:13 +0000)]
Move diameter function to where it really belongs.

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

26 years agoFix problem when printing in ucd format: output each vertex's data only once.
Wolfgang Bangerth [Thu, 30 Apr 1998 10:20:23 +0000 (10:20 +0000)]
Fix problem when printing in ucd format: output each vertex's data only once.

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

26 years agoUse other quadrature formula when integrating over faces.
Wolfgang Bangerth [Wed, 29 Apr 1998 12:10:19 +0000 (12:10 +0000)]
Use other quadrature formula when integrating over faces.

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

26 years agoUse functionality to evaluate finite element functions and fix bugs in error estimator.
Wolfgang Bangerth [Wed, 29 Apr 1998 12:09:38 +0000 (12:09 +0000)]
Use functionality to evaluate finite element functions and fix bugs in error estimator.

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

26 years agoAdd functionality for the evaluation of finite element functions.
Wolfgang Bangerth [Wed, 29 Apr 1998 12:08:39 +0000 (12:08 +0000)]
Add functionality for the evaluation of finite element functions.

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

26 years agoDoc update and security check.
Wolfgang Bangerth [Wed, 29 Apr 1998 12:07:55 +0000 (12:07 +0000)]
Doc update and security check.

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

26 years ago.
Wolfgang Bangerth [Wed, 29 Apr 1998 12:07:27 +0000 (12:07 +0000)]
.

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

26 years agoFix small bug, add enhancement to the Quadrature class and add trace code to find...
Wolfgang Bangerth [Tue, 28 Apr 1998 16:10:26 +0000 (16:10 +0000)]
Fix small bug, add enhancement to the Quadrature class and add trace code to find problem :-((

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

26 years agoDoc update.
Wolfgang Bangerth [Tue, 28 Apr 1998 13:23:13 +0000 (13:23 +0000)]
Doc update.

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

26 years agoAdd default argument to the hyperball boundary class.
Wolfgang Bangerth [Tue, 28 Apr 1998 13:23:03 +0000 (13:23 +0000)]
Add default argument to the hyperball boundary class.

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

26 years agoSmall changes.
Wolfgang Bangerth [Tue, 28 Apr 1998 13:22:28 +0000 (13:22 +0000)]
Small changes.

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

26 years agoFix typo.
Wolfgang Bangerth [Tue, 28 Apr 1998 12:54:16 +0000 (12:54 +0000)]
Fix typo.

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

26 years agoAdd more statistics.
Wolfgang Bangerth [Tue, 28 Apr 1998 12:53:07 +0000 (12:53 +0000)]
Add more statistics.

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

26 years agoAdd error estimation. Works perfectly! :-))
Wolfgang Bangerth [Tue, 28 Apr 1998 12:32:03 +0000 (12:32 +0000)]
Add error estimation. Works perfectly! :-))

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

26 years agoUpdate doc.
Wolfgang Bangerth [Tue, 28 Apr 1998 12:31:05 +0000 (12:31 +0000)]
Update doc.

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

26 years agoSmall performance improvement.
Wolfgang Bangerth [Tue, 28 Apr 1998 12:30:43 +0000 (12:30 +0000)]
Small performance improvement.

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

26 years agoFix small problems.
Wolfgang Bangerth [Tue, 28 Apr 1998 12:30:00 +0000 (12:30 +0000)]
Fix small problems.

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

26 years agoFix trivial bug.
Wolfgang Bangerth [Tue, 28 Apr 1998 12:29:32 +0000 (12:29 +0000)]
Fix trivial bug.

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

26 years agoName change.
Wolfgang Bangerth [Mon, 27 Apr 1998 18:06:58 +0000 (18:06 +0000)]
Name change.

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

26 years agoFix typo.
Wolfgang Bangerth [Mon, 27 Apr 1998 18:06:24 +0000 (18:06 +0000)]
Fix typo.

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

26 years agoSlight performance optimization.
Wolfgang Bangerth [Mon, 27 Apr 1998 18:05:00 +0000 (18:05 +0000)]
Slight performance optimization.

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

26 years agoAdd first version of simple error estimator.
Wolfgang Bangerth [Mon, 27 Apr 1998 18:04:29 +0000 (18:04 +0000)]
Add first version of simple error estimator.

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

26 years agoStill changes for the support of integration along faces.
Wolfgang Bangerth [Mon, 27 Apr 1998 18:03:45 +0000 (18:03 +0000)]
Still changes for the support of integration along faces.

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

26 years agoAdd doc.
Wolfgang Bangerth [Mon, 27 Apr 1998 18:01:26 +0000 (18:01 +0000)]
Add doc.

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

26 years agoAdd first error estimator class.
Wolfgang Bangerth [Mon, 27 Apr 1998 13:00:48 +0000 (13:00 +0000)]
Add first error estimator class.

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

26 years ago.
Wolfgang Bangerth [Mon, 27 Apr 1998 11:57:13 +0000 (11:57 +0000)]
.

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

26 years agoAdd module to estimat errors.
Wolfgang Bangerth [Mon, 27 Apr 1998 11:56:50 +0000 (11:56 +0000)]
Add module to estimat errors.

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

26 years agoAdd output function.
Wolfgang Bangerth [Mon, 27 Apr 1998 09:32:59 +0000 (09:32 +0000)]
Add output function.

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

26 years ago.
Wolfgang Bangerth [Mon, 27 Apr 1998 09:32:18 +0000 (09:32 +0000)]
.

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

26 years agoSmall changes. Use Makefile template for each directory.
Wolfgang Bangerth [Mon, 27 Apr 1998 09:30:49 +0000 (09:30 +0000)]
Small changes. Use Makefile template for each directory.

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

26 years agoMajor reorganisation and support for restriction of finite elements to faces.
Wolfgang Bangerth [Mon, 27 Apr 1998 09:29:53 +0000 (09:29 +0000)]
Major reorganisation and support for restriction of finite elements to faces.

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

26 years agoSmall changes and doc updates. Changes some casts and use more obvious iterator syntax.
Wolfgang Bangerth [Mon, 27 Apr 1998 09:29:25 +0000 (09:29 +0000)]
Small changes and doc updates. Changes some casts and use more obvious iterator syntax.

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

26 years agoSmall changes and doc updates.
Wolfgang Bangerth [Mon, 27 Apr 1998 09:27:36 +0000 (09:27 +0000)]
Small changes and doc updates.

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

26 years agoAdd Makefile to all example subdirectories.
Wolfgang Bangerth [Fri, 24 Apr 1998 15:14:59 +0000 (15:14 +0000)]
Add Makefile to all example subdirectories.

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

26 years agoFirst step for restrictions of finite elements to faces.
Wolfgang Bangerth [Fri, 24 Apr 1998 14:54:21 +0000 (14:54 +0000)]
First step for restrictions of finite elements to faces.

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

26 years agoFile reorganization
Wolfgang Bangerth [Fri, 24 Apr 1998 14:30:35 +0000 (14:30 +0000)]
File reorganization

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

26 years agoAdd more support for curved boundaries and the integration on faces.
Wolfgang Bangerth [Fri, 24 Apr 1998 14:13:33 +0000 (14:13 +0000)]
Add more support for curved boundaries and the integration on faces.

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

26 years agoChange the way we specify which fields in FEValues need to be updated.
Wolfgang Bangerth [Fri, 24 Apr 1998 08:12:58 +0000 (08:12 +0000)]
Change the way we specify which fields in FEValues need to be updated.

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

26 years agoAdd new test case (an interesting one).
Wolfgang Bangerth [Fri, 24 Apr 1998 08:12:43 +0000 (08:12 +0000)]
Add new test case (an interesting one).

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

26 years ago.
Wolfgang Bangerth [Fri, 24 Apr 1998 08:12:15 +0000 (08:12 +0000)]
.

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

26 years agoDont use internal error detection mode, since we run into some problems using gcc2...
Wolfgang Bangerth [Fri, 24 Apr 1998 08:11:35 +0000 (08:11 +0000)]
Dont use internal error detection mode, since we run into some problems using gcc2.8 (?). Enable this again at the next possible time\!

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

26 years agoDo some cleanup and adaption to new C++ standard.
Wolfgang Bangerth [Thu, 23 Apr 1998 11:56:26 +0000 (11:56 +0000)]
Do some cleanup and adaption to new C++ standard.

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

26 years agoDoc update.
Wolfgang Bangerth [Tue, 21 Apr 1998 14:51:10 +0000 (14:51 +0000)]
Doc update.

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

26 years ago.
Wolfgang Bangerth [Tue, 21 Apr 1998 14:20:03 +0000 (14:20 +0000)]
.

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

26 years agoChange include file names to new C++ standard.
Wolfgang Bangerth [Tue, 21 Apr 1998 14:19:24 +0000 (14:19 +0000)]
Change include file names to new C++ standard.

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

26 years agoDoc update.
Wolfgang Bangerth [Tue, 21 Apr 1998 14:18:36 +0000 (14:18 +0000)]
Doc update.

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

26 years agoAdd two new operators.
Wolfgang Bangerth [Mon, 20 Apr 1998 14:48:38 +0000 (14:48 +0000)]
Add two new operators.

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

26 years agoSmall cleanups.
Wolfgang Bangerth [Mon, 20 Apr 1998 13:39:18 +0000 (13:39 +0000)]
Small cleanups.

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

26 years agoReplace unintuitive naming of function and small cleanups.
Wolfgang Bangerth [Mon, 20 Apr 1998 13:37:10 +0000 (13:37 +0000)]
Replace unintuitive naming of function and small cleanups.

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

26 years agoAdd a function computing the norm with respect to a matrix.
Wolfgang Bangerth [Wed, 15 Apr 1998 15:55:57 +0000 (15:55 +0000)]
Add a function computing the norm with respect to a matrix.

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

26 years ago.
Wolfgang Bangerth [Wed, 15 Apr 1998 14:10:35 +0000 (14:10 +0000)]
.

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

26 years agoAdd a new iterator type.
Wolfgang Bangerth [Wed, 15 Apr 1998 14:10:18 +0000 (14:10 +0000)]
Add a new iterator type.

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

26 years agoAdd virtual destructor.
Wolfgang Bangerth [Wed, 15 Apr 1998 14:09:37 +0000 (14:09 +0000)]
Add virtual destructor.

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

26 years agoFinish support for formatted output.
Wolfgang Bangerth [Wed, 15 Apr 1998 12:04:27 +0000 (12:04 +0000)]
Finish support for formatted output.

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

26 years agoAdd formatted print function to sparse matrices.
Wolfgang Bangerth [Wed, 15 Apr 1998 10:03:44 +0000 (10:03 +0000)]
Add formatted print function to sparse matrices.

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

26 years agoImplement copying and adding of sparse matrices.
Wolfgang Bangerth [Tue, 14 Apr 1998 16:16:26 +0000 (16:16 +0000)]
Implement copying and adding of sparse matrices.

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

26 years agoMake the assembler class more flexible (why didn't I think of that beforehand? The...
Wolfgang Bangerth [Tue, 14 Apr 1998 14:47:32 +0000 (14:47 +0000)]
Make the assembler class more flexible (why didn't I think of that beforehand? The old way it was pretty unusable...)

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