]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Wed, 22 Jul 1998 08:26:16 +0000 (08:26 +0000)]
Separate the linear mapping from the rest of the finite element stuff. This is a Good Thing (TM) since most otehr parts of the library don't need specifics about a finite element, but only the general FiniteElement class.
git-svn-id: https://svn.dealii.org/trunk@452
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 22 Jul 1998 07:48:05 +0000 (07:48 +0000)]
Make numbering of lines in create_triangulation a bit more intuitive.
git-svn-id: https://svn.dealii.org/trunk@451
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 21 Jul 1998 08:53:37 +0000 (08:53 +0000)]
Implement a matrix scalar product for the dFMatrix class.
git-svn-id: https://svn.dealii.org/trunk@450
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 20 Jul 1998 03:37:26 +0000 (03:37 +0000)]
Add some functionality to the finite element class and its siblings.
git-svn-id: https://svn.dealii.org/trunk@449
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 18 Jul 1998 14:40:40 +0000 (14:40 +0000)]
Fix small problem.
git-svn-id: https://svn.dealii.org/trunk@448
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 16 Jul 1998 16:08:17 +0000 (16:08 +0000)]
Implement a faster scheme to compute the FEValues by storing the values and gradients of the transformation basis fnctions at teh quadrature points only once at the initialization rather than on each cell.
git-svn-id: https://svn.dealii.org/trunk@447
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 15 Jul 1998 11:41:43 +0000 (11:41 +0000)]
Fix doc.
git-svn-id: https://svn.dealii.org/trunk@446
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 13 Jul 1998 14:12:52 +0000 (14:12 +0000)]
Make timer work correctly on Linux where the number of CLOCKS_PER_SECOND is not 1e6 but rather 1e3.
git-svn-id: https://svn.dealii.org/trunk@445
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 13 Jul 1998 14:02:47 +0000 (14:02 +0000)]
Fix omission of forward declaration.
git-svn-id: https://svn.dealii.org/trunk@444
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 13 Jul 1998 14:01:58 +0000 (14:01 +0000)]
Separate the linear mapping from the elements implemented as of yet.
git-svn-id: https://svn.dealii.org/trunk@443
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 10 Jul 1998 16:42:11 +0000 (16:42 +0000)]
Add one security check.
git-svn-id: https://svn.dealii.org/trunk@442
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 10 Jul 1998 16:39:41 +0000 (16:39 +0000)]
More performance tweaks.
git-svn-id: https://svn.dealii.org/trunk@441
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 8 Jul 1998 12:56:44 +0000 (12:56 +0000)]
Implement performance tweeks for Jacobi preconditioning.
git-svn-id: https://svn.dealii.org/trunk@440
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 8 Jul 1998 12:54:22 +0000 (12:54 +0000)]
Remove profiling facility.
git-svn-id: https://svn.dealii.org/trunk@439
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 7 Jul 1998 14:13:59 +0000 (14:13 +0000)]
Implement a version of SSOR which is 40 per cent faster than the old version.
git-svn-id: https://svn.dealii.org/trunk@438
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 6 Jul 1998 09:00:31 +0000 (09:00 +0000)]
Cleanup.
git-svn-id: https://svn.dealii.org/trunk@437
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 6 Jul 1998 07:51:06 +0000 (07:51 +0000)]
Fix bug in Jacobi preconditioning.
git-svn-id: https://svn.dealii.org/trunk@436
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 3 Jul 1998 09:12:55 +0000 (09:12 +0000)]
Aim at equilibrating cell sizes at the transition from the inner part of the triangulation of the circle to the radial cells.
git-svn-id: https://svn.dealii.org/trunk@435
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 3 Jul 1998 09:11:25 +0000 (09:11 +0000)]
Update example to also use higher order elements.
git-svn-id: https://svn.dealii.org/trunk@434
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 3 Jul 1998 06:50:14 +0000 (06:50 +0000)]
Add some 'const' declarations and change the naming of some functions a bit.
git-svn-id: https://svn.dealii.org/trunk@433
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 2 Jul 1998 17:52:50 +0000 (17:52 +0000)]
Remove again quintic element, since it didn't worl in the first place, would not be used in the near future anyway, can easily be generated by the maple scripts used for the other elements and needs unnecessary amounts of computing time when compiled (source was 450k for this file and one function had 1000+ local variables, etc).
git-svn-id: https://svn.dealii.org/trunk@432
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 2 Jul 1998 16:16:41 +0000 (16:16 +0000)]
Implement quitic elements in 1d and 2d.
git-svn-id: https://svn.dealii.org/trunk@431
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 2 Jul 1998 11:39:46 +0000 (11:39 +0000)]
Fix simple problem.
git-svn-id: https://svn.dealii.org/trunk@430
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 2 Jul 1998 11:39:23 +0000 (11:39 +0000)]
Implement quartic elements in 1d.
git-svn-id: https://svn.dealii.org/trunk@429
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 2 Jul 1998 08:41:37 +0000 (08:41 +0000)]
Add functionality to get quadrature formulae in higher dimensions by tensor product of formulae in lower dimensions.
git-svn-id: https://svn.dealii.org/trunk@428
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 2 Jul 1998 08:41:19 +0000 (08:41 +0000)]
Fix more or less apparent bug.
git-svn-id: https://svn.dealii.org/trunk@427
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 1 Jul 1998 11:09:03 +0000 (11:09 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@426
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 1 Jul 1998 10:53:37 +0000 (10:53 +0000)]
Fix apparent bug which shows up for elements of degree 3 or higher.
git-svn-id: https://svn.dealii.org/trunk@425
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 1 Jul 1998 10:52:50 +0000 (10:52 +0000)]
Fix missing template <> specification.
git-svn-id: https://svn.dealii.org/trunk@424
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 1 Jul 1998 10:52:30 +0000 (10:52 +0000)]
Fix of obvious bugs.
git-svn-id: https://svn.dealii.org/trunk@423
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 30 Jun 1998 17:56:04 +0000 (17:56 +0000)]
Reformatting.
git-svn-id: https://svn.dealii.org/trunk@422
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 30 Jun 1998 14:15:55 +0000 (14:15 +0000)]
Implement cubic (1d and 2d) and quartic (2d) elements. Add doc snippet.
git-svn-id: https://svn.dealii.org/trunk@421
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 30 Jun 1998 14:03:57 +0000 (14:03 +0000)]
Implement cubic (1d and 2d) and quartic (2d) elements.
git-svn-id: https://svn.dealii.org/trunk@420
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 29 Jun 1998 19:53:33 +0000 (19:53 +0000)]
Start implementation of cubic elements.
git-svn-id: https://svn.dealii.org/trunk@419
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 29 Jun 1998 19:53:14 +0000 (19:53 +0000)]
Fix redundancy.
git-svn-id: https://svn.dealii.org/trunk@418
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 29 Jun 1998 11:13:22 +0000 (11:13 +0000)]
Fix a silly bug. Seems as if this part of the program has never been tested.
git-svn-id: https://svn.dealii.org/trunk@417
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 29 Jun 1998 11:12:57 +0000 (11:12 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@416
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 29 Jun 1998 11:12:36 +0000 (11:12 +0000)]
Add the two missing functions and fix trivial bug.
git-svn-id: https://svn.dealii.org/trunk@415
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 26 Jun 1998 16:20:19 +0000 (16:20 +0000)]
Further on the road with implementation of quadratic elements.
git-svn-id: https://svn.dealii.org/trunk@414
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 26 Jun 1998 12:24:15 +0000 (12:24 +0000)]
Split fe_lib.cc into linear and quadratic elements.
git-svn-id: https://svn.dealii.org/trunk@413
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 25 Jun 1998 15:00:42 +0000 (15:00 +0000)]
Some further changes for (bi-)quadratic elements.
git-svn-id: https://svn.dealii.org/trunk@412
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 25 Jun 1998 11:20:23 +0000 (11:20 +0000)]
Start of implementation of (bi-)quadratic elements.
git-svn-id: https://svn.dealii.org/trunk@411
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 25 Jun 1998 11:19:23 +0000 (11:19 +0000)]
Cosmetic changes.
git-svn-id: https://svn.dealii.org/trunk@410
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jun 1998 09:48:55 +0000 (09:48 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@409
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jun 1998 09:48:45 +0000 (09:48 +0000)]
Doc updates.
git-svn-id: https://svn.dealii.org/trunk@408
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jun 1998 09:48:25 +0000 (09:48 +0000)]
Implement a rudimentary version of output for POVRAY.
git-svn-id: https://svn.dealii.org/trunk@407
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jun 1998 09:47:50 +0000 (09:47 +0000)]
Fix some really nasty bugs which came to the surface with the implementation of coarsening. Some of them should have wasted large amounts of memory :-(
git-svn-id: https://svn.dealii.org/trunk@406
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 13 Jun 1998 12:30:10 +0000 (12:30 +0000)]
Move some code around to make kdoc more happy.
git-svn-id: https://svn.dealii.org/trunk@405
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 13 Jun 1998 12:20:06 +0000 (12:20 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@404
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 13 Jun 1998 12:19:37 +0000 (12:19 +0000)]
More or less total rewrite of the flag input/output facility. Changes to the coarsening code. Doc updates.
git-svn-id: https://svn.dealii.org/trunk@403
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 13 Jun 1998 12:19:20 +0000 (12:19 +0000)]
Catch propable error.
git-svn-id: https://svn.dealii.org/trunk@402
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 13 Jun 1998 12:18:53 +0000 (12:18 +0000)]
More or less total rewrite of the flag input/output facility. Changes to the coarsening code.
git-svn-id: https://svn.dealii.org/trunk@401
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 12 Jun 1998 09:38:54 +0000 (09:38 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@400
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 12 Jun 1998 09:37:50 +0000 (09:37 +0000)]
Changes mostly related to the implementation of coarsening.
git-svn-id: https://svn.dealii.org/trunk@399
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 12 Jun 1998 08:52:27 +0000 (08:52 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@398
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 12 Jun 1998 08:46:10 +0000 (08:46 +0000)]
Add functions implementing the coarsening.
git-svn-id: https://svn.dealii.org/trunk@397
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 12 Jun 1998 08:42:37 +0000 (08:42 +0000)]
Changes related to the implementation of coarsening.
git-svn-id: https://svn.dealii.org/trunk@396
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 12 Jun 1998 08:41:15 +0000 (08:41 +0000)]
Add some additional magic numbers.
git-svn-id: https://svn.dealii.org/trunk@395
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 9 Jun 1998 18:31:44 +0000 (18:31 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@394
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 9 Jun 1998 18:31:29 +0000 (18:31 +0000)]
Add some things related to the implementation of coarsening grids.
git-svn-id: https://svn.dealii.org/trunk@393
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 9 Jun 1998 18:30:33 +0000 (18:30 +0000)]
Add typedef to iterators to get access to the Accessor type.
git-svn-id: https://svn.dealii.org/trunk@392
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 9 Jun 1998 18:29:49 +0000 (18:29 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@391
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 9 Jun 1998 10:56:50 +0000 (10:56 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@390
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 8 Jun 1998 17:31:39 +0000 (17:31 +0000)]
Fix silly bug (took me far too long to find... :-]])
git-svn-id: https://svn.dealii.org/trunk@389
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 8 Jun 1998 01:09:37 +0000 (01:09 +0000)]
Move object file creation rules to global Makefile.
git-svn-id: https://svn.dealii.org/trunk@388
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 8 Jun 1998 01:08:50 +0000 (01:08 +0000)]
Make apply_boundary_values faster by about a factor of two by using that the rows in a sparse matrix are sorted according to the column numbers.
git-svn-id: https://svn.dealii.org/trunk@387
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 8 Jun 1998 01:07:22 +0000 (01:07 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@386
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 8 Jun 1998 01:05:58 +0000 (01:05 +0000)]
Add profiling support to the optimized version of this library.
git-svn-id: https://svn.dealii.org/trunk@385
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 8 Jun 1998 01:05:36 +0000 (01:05 +0000)]
Fix a bug which seems has never occured (or I didn't note it...).
git-svn-id: https://svn.dealii.org/trunk@384
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 5 Jun 1998 13:38:42 +0000 (13:38 +0000)]
Fix two small bugs.
git-svn-id: https://svn.dealii.org/trunk@383
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 4 Jun 1998 23:32:06 +0000 (23:32 +0000)]
Mostly doc updates.
git-svn-id: https://svn.dealii.org/trunk@382
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 4 Jun 1998 23:30:47 +0000 (23:30 +0000)]
Rename some exception classes.
git-svn-id: https://svn.dealii.org/trunk@381
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 4 Jun 1998 23:30:09 +0000 (23:30 +0000)]
Fix bug.
git-svn-id: https://svn.dealii.org/trunk@380
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 4 Jun 1998 15:20:14 +0000 (15:20 +0000)]
Add more smoothing functionality to the refinement of triangulations
git-svn-id: https://svn.dealii.org/trunk@379
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 4 Jun 1998 12:03:04 +0000 (12:03 +0000)]
Fix various bugs.
git-svn-id: https://svn.dealii.org/trunk@378
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 4 Jun 1998 07:36:32 +0000 (07:36 +0000)]
Use GeometryInfo instead of home-brew constant. Apart from that, the old value was wrong! (Good reason to use GeometryInfo, I have typed this constant wrong so often...)
git-svn-id: https://svn.dealii.org/trunk@377
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 4 Jun 1998 07:35:08 +0000 (07:35 +0000)]
Additional security check in user accessible function.
git-svn-id: https://svn.dealii.org/trunk@376
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 3 Jun 1998 11:49:47 +0000 (11:49 +0000)]
Bug fix.
git-svn-id: https://svn.dealii.org/trunk@375
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 3 Jun 1998 00:38:06 +0000 (00:38 +0000)]
Use new scheme to free memory of dVectors and dSMatrices as well as the associated possibility to initialize/construct a matrix empty.
git-svn-id: https://svn.dealii.org/trunk@374
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 3 Jun 1998 00:36:10 +0000 (00:36 +0000)]
Implement a scheme to free unused memory for dVector and dSMatrix. The memory is not freed (as before) if the object is made smaller, but is now freed altogether if the object is assigned the size zero. This functionality is needed if you really want to free all memory, e.g. to let an object sleep for a while but don't want to use those unhandy pointers for half a dozen vectors and matrices. -- Hopefully the new scheme doesn't break too many other things; the previous state of the library is a bit hacked together (my fault also, I admit...).
git-svn-id: https://svn.dealii.org/trunk@373
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 2 Jun 1998 11:26:13 +0000 (11:26 +0000)]
Make compilation process specific of the space dimension wanted. This avoid unnecessarily long compile times for the library as well as too large libraries which themselves slow down the linking process of user executables. The selection of the dimension you want the library compiled for is done using the *deal_II_dimension* variable passed through the preprocessor (defined in the Make.global_options file).
git-svn-id: https://svn.dealii.org/trunk@372
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 28 May 1998 13:58:50 +0000 (13:58 +0000)]
Prepare structure for coarsening of grid (not yet implemented, not documented).
git-svn-id: https://svn.dealii.org/trunk@371
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 28 May 1998 11:40:57 +0000 (11:40 +0000)]
Cleanup.
git-svn-id: https://svn.dealii.org/trunk@370
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 28 May 1998 08:35:01 +0000 (08:35 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@369
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 28 May 1998 08:33:38 +0000 (08:33 +0000)]
Make a function static which needs not be a member function.
git-svn-id: https://svn.dealii.org/trunk@368
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 26 May 1998 12:58:41 +0000 (12:58 +0000)]
Add a bit of error checking.
git-svn-id: https://svn.dealii.org/trunk@367
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 26 May 1998 12:05:25 +0000 (12:05 +0000)]
Disallow writing of a preamble to ucd files since DealVision presently can't handle it.
git-svn-id: https://svn.dealii.org/trunk@366
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 26 May 1998 09:01:28 +0000 (09:01 +0000)]
Small fix to avoid warning in output operator.
git-svn-id: https://svn.dealii.org/trunk@365
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 22:31:58 +0000 (22:31 +0000)]
Use the GeometryInfo<dim> class in some places to enhance readability.
git-svn-id: https://svn.dealii.org/trunk@364
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 22:31:20 +0000 (22:31 +0000)]
Doc update and use the GeometryInfo<dim> class in two places to enhance readability.
git-svn-id: https://svn.dealii.org/trunk@363
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 22:30:33 +0000 (22:30 +0000)]
Doc update and move some functions from the class declaration to the inline section or the .cc-file.
git-svn-id: https://svn.dealii.org/trunk@362
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 18:36:57 +0000 (18:36 +0000)]
Makefile update.
git-svn-id: https://svn.dealii.org/trunk@361
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 18:36:17 +0000 (18:36 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@360
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 17:44:58 +0000 (17:44 +0000)]
Change a parameter from a vector<double> to a dVector since a) it does not hurt in the places where it is used in the library and b) it makes use with the dFMatrix class in my project simpler.
git-svn-id: https://svn.dealii.org/trunk@359
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 17:07:56 +0000 (17:07 +0000)]
Small changes.
git-svn-id: https://svn.dealii.org/trunk@358
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 15:01:19 +0000 (15:01 +0000)]
Revert really bad typo (is this still the right name for such a thing?).
git-svn-id: https://svn.dealii.org/trunk@357
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 14:44:14 +0000 (14:44 +0000)]
Makefile update.
git-svn-id: https://svn.dealii.org/trunk@356
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 14:41:45 +0000 (14:41 +0000)]
Changes for the exact evaluation of the mass matrix and add function to set up a right hand side vector.
git-svn-id: https://svn.dealii.org/trunk@355
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 14:40:59 +0000 (14:40 +0000)]
Add exact mass matrix creation and test for many more internal errors.
git-svn-id: https://svn.dealii.org/trunk@354
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 25 May 1998 14:40:10 +0000 (14:40 +0000)]
Change error detection code a bit.
git-svn-id: https://svn.dealii.org/trunk@353
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.