]>
https://gitweb.dealii.org/ - dealii-svn.git/log
wolf [Tue, 8 Feb 2000 16:10:10 +0000 (16:10 +0000)]
Fully qualify function names where gcc2.95 required so.
git-svn-id: https://svn.dealii.org/trunk@2345
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 8 Feb 2000 14:44:11 +0000 (14:44 +0000)]
Remove duplicate output.
git-svn-id: https://svn.dealii.org/trunk@2344
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 8 Feb 2000 13:54:54 +0000 (13:54 +0000)]
Replace `rm' by `rm -f' to suppress warnings.
git-svn-id: https://svn.dealii.org/trunk@2343
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 7 Feb 2000 14:08:57 +0000 (14:08 +0000)]
Small doc update.
git-svn-id: https://svn.dealii.org/trunk@2342
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 7 Feb 2000 13:44:33 +0000 (13:44 +0000)]
Small doc updates.
git-svn-id: https://svn.dealii.org/trunk@2341
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 7 Feb 2000 12:29:11 +0000 (12:29 +0000)]
Small clean-up.
git-svn-id: https://svn.dealii.org/trunk@2340
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 3 Feb 2000 17:35:18 +0000 (17:35 +0000)]
Add MemFunData for functions that do not take arguments.
git-svn-id: https://svn.dealii.org/trunk@2339
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 3 Feb 2000 15:32:08 +0000 (15:32 +0000)]
Tripped on that condition and now think that it is wrong: constrained
non-Lagrange nodes are eliminated from the system and are therefore
not accessed by any of the local systems. Therefore, the assertion was wrong.
git-svn-id: https://svn.dealii.org/trunk@2338
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 3 Feb 2000 14:28:24 +0000 (14:28 +0000)]
<algorithm> is needed in non-MT mode as well.
git-svn-id: https://svn.dealii.org/trunk@2337
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 3 Feb 2000 14:03:24 +0000 (14:03 +0000)]
Switch to new small-project Makefile.
git-svn-id: https://svn.dealii.org/trunk@2336
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 3 Feb 2000 13:58:07 +0000 (13:58 +0000)]
Ack, forgot to build patches before writing...
git-svn-id: https://svn.dealii.org/trunk@2335
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 3 Feb 2000 13:38:34 +0000 (13:38 +0000)]
Remove blank line that startles the doc tools.
git-svn-id: https://svn.dealii.org/trunk@2334
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 3 Feb 2000 12:21:40 +0000 (12:21 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@2333
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 20:14:38 +0000 (20:14 +0000)]
Implement another clever method to block the DoFs.
git-svn-id: https://svn.dealii.org/trunk@2332
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 15:05:12 +0000 (15:05 +0000)]
Credit authorship for the MT work. Small clean-ups.
git-svn-id: https://svn.dealii.org/trunk@2331
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 15:04:42 +0000 (15:04 +0000)]
Small clean-ups.
git-svn-id: https://svn.dealii.org/trunk@2330
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 14:37:47 +0000 (14:37 +0000)]
While we're at it: clean-ups.
git-svn-id: https://svn.dealii.org/trunk@2329
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 14:37:08 +0000 (14:37 +0000)]
One optimization, one bugfix for possible problems.
git-svn-id: https://svn.dealii.org/trunk@2328
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 13:55:01 +0000 (13:55 +0000)]
Make path version-independent.
git-svn-id: https://svn.dealii.org/trunk@2327
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 13:52:59 +0000 (13:52 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@2326
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 12:02:30 +0000 (12:02 +0000)]
Implement and use CellAccessor::neighbor_of_neighbor
git-svn-id: https://svn.dealii.org/trunk@2325
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 12:00:45 +0000 (12:00 +0000)]
ignore T
git-svn-id: https://svn.dealii.org/trunk@2324
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 11:44:06 +0000 (11:44 +0000)]
Ack, changed the wrong file.
git-svn-id: https://svn.dealii.org/trunk@2323
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 11:43:42 +0000 (11:43 +0000)]
remove T.
git-svn-id: https://svn.dealii.org/trunk@2322
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 11:42:56 +0000 (11:42 +0000)]
Add /fe to the lists.
git-svn-id: https://svn.dealii.org/trunk@2321
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 11:41:39 +0000 (11:41 +0000)]
Fix old change.
git-svn-id: https://svn.dealii.org/trunk@2320
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 11:41:15 +0000 (11:41 +0000)]
Bring this file up-to-date.
git-svn-id: https://svn.dealii.org/trunk@2319
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 11:37:12 +0000 (11:37 +0000)]
Make this Makefile MT aware.
git-svn-id: https://svn.dealii.org/trunk@2318
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 10:41:00 +0000 (10:41 +0000)]
Make this Makefile MT aware.
git-svn-id: https://svn.dealii.org/trunk@2317
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Feb 2000 10:38:01 +0000 (10:38 +0000)]
Make makefiles MT aware.
git-svn-id: https://svn.dealii.org/trunk@2316
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 2 Feb 2000 01:59:00 +0000 (01:59 +0000)]
write file automatically
git-svn-id: https://svn.dealii.org/trunk@2315
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 2 Feb 2000 01:58:26 +0000 (01:58 +0000)]
time format changed
git-svn-id: https://svn.dealii.org/trunk@2314
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 20:14:28 +0000 (20:14 +0000)]
More sunshine in our hearts.
git-svn-id: https://svn.dealii.org/trunk@2313
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 20:03:19 +0000 (20:03 +0000)]
Play a little bit with background images.
git-svn-id: https://svn.dealii.org/trunk@2312
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 19:53:56 +0000 (19:53 +0000)]
Umph. Use correct target.
git-svn-id: https://svn.dealii.org/trunk@2311
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 19:28:45 +0000 (19:28 +0000)]
Better x-linking.
git-svn-id: https://svn.dealii.org/trunk@2310
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 19:26:21 +0000 (19:26 +0000)]
Fix link bug.
git-svn-id: https://svn.dealii.org/trunk@2309
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 17:57:28 +0000 (17:57 +0000)]
Add a function which we can ask whether a certain DoF is constrained
or not.
git-svn-id: https://svn.dealii.org/trunk@2308
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 15:50:24 +0000 (15:50 +0000)]
Fix bug.
git-svn-id: https://svn.dealii.org/trunk@2307
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 15:21:49 +0000 (15:21 +0000)]
Implement the block version of the Vanka smoother.
git-svn-id: https://svn.dealii.org/trunk@2306
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 14:22:06 +0000 (14:22 +0000)]
Implement block version of Vanka preconditioner.
git-svn-id: https://svn.dealii.org/trunk@2305
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 1 Feb 2000 12:52:49 +0000 (12:52 +0000)]
add do_not_produce_unrefined_islands flag, new smoothing option
git-svn-id: https://svn.dealii.org/trunk@2304
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 1 Feb 2000 12:46:11 +0000 (12:46 +0000)]
add do_not_produce_unrefined_islands flag, new smoothing option
git-svn-id: https://svn.dealii.org/trunk@2303
0785d39b -7218-0410-832d-
ea1e28bc413d
richter [Tue, 1 Feb 2000 10:35:37 +0000 (10:35 +0000)]
Implement multithreaded version of the error estimator.
git-svn-id: https://svn.dealii.org/trunk@2302
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 09:51:19 +0000 (09:51 +0000)]
Add -fstrict-aliasing to the flags in optimized mode.
git-svn-id: https://svn.dealii.org/trunk@2301
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Feb 2000 08:39:42 +0000 (08:39 +0000)]
Fix one open question.
git-svn-id: https://svn.dealii.org/trunk@2300
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 18:26:46 +0000 (18:26 +0000)]
First step towards parallelization.
git-svn-id: https://svn.dealii.org/trunk@2299
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 16:35:43 +0000 (16:35 +0000)]
Ups, remove cause for a compiler warning.
git-svn-id: https://svn.dealii.org/trunk@2298
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 16:30:46 +0000 (16:30 +0000)]
Small updates.
git-svn-id: https://svn.dealii.org/trunk@2297
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 16:23:40 +0000 (16:23 +0000)]
Multithreadify the computation of the inverses.
git-svn-id: https://svn.dealii.org/trunk@2296
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 15:43:31 +0000 (15:43 +0000)]
Single out the function that computes the inverses in a first step to parallelize the creation of the inverses.
git-svn-id: https://svn.dealii.org/trunk@2295
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 15:04:53 +0000 (15:04 +0000)]
Remove unnecessary back-up file.
git-svn-id: https://svn.dealii.org/trunk@2294
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 15:04:33 +0000 (15:04 +0000)]
Remove time stamps from the output.
git-svn-id: https://svn.dealii.org/trunk@2293
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 14:20:28 +0000 (14:20 +0000)]
new path
git-svn-id: https://svn.dealii.org/trunk@2292
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 12:22:21 +0000 (12:22 +0000)]
Allow for better parallelization.
git-svn-id: https://svn.dealii.org/trunk@2291
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 12:09:28 +0000 (12:09 +0000)]
Better doc of the include path variables.
git-svn-id: https://svn.dealii.org/trunk@2290
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 12:06:06 +0000 (12:06 +0000)]
Add executable.
git-svn-id: https://svn.dealii.org/trunk@2289
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 12:04:52 +0000 (12:04 +0000)]
Add .cvsignore files.
git-svn-id: https://svn.dealii.org/trunk@2288
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 12:01:55 +0000 (12:01 +0000)]
Take over Makefiles from /doc/development/Makefile.small.
git-svn-id: https://svn.dealii.org/trunk@2287
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 31 Jan 2000 12:01:14 +0000 (12:01 +0000)]
Fix problem.
git-svn-id: https://svn.dealii.org/trunk@2286
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sun, 30 Jan 2000 23:19:01 +0000 (23:19 +0000)]
Move to development/
git-svn-id: https://svn.dealii.org/trunk@2285
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sun, 30 Jan 2000 23:17:05 +0000 (23:17 +0000)]
Various large updates.
git-svn-id: https://svn.dealii.org/trunk@2284
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sun, 30 Jan 2000 23:16:04 +0000 (23:16 +0000)]
Various updates.
git-svn-id: https://svn.dealii.org/trunk@2283
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sat, 29 Jan 2000 16:18:39 +0000 (16:18 +0000)]
new output format
git-svn-id: https://svn.dealii.org/trunk@2282
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sat, 29 Jan 2000 15:24:18 +0000 (15:24 +0000)]
Add comment on what one should do with OS dependence.
git-svn-id: https://svn.dealii.org/trunk@2281
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 28 Jan 2000 20:04:59 +0000 (20:04 +0000)]
new output format, wavetest missing
git-svn-id: https://svn.dealii.org/trunk@2280
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 28 Jan 2000 19:42:56 +0000 (19:42 +0000)]
illegal typenames removed
git-svn-id: https://svn.dealii.org/trunk@2279
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 28 Jan 2000 19:24:52 +0000 (19:24 +0000)]
new output format
git-svn-id: https://svn.dealii.org/trunk@2278
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 28 Jan 2000 19:06:37 +0000 (19:06 +0000)]
new message for ExcInUse
git-svn-id: https://svn.dealii.org/trunk@2277
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 28 Jan 2000 13:00:14 +0000 (13:00 +0000)]
Add the possibility to call void functions (instead of void*) for Fun_Data[45].
git-svn-id: https://svn.dealii.org/trunk@2276
0785d39b -7218-0410-832d-
ea1e28bc413d
zamni [Thu, 27 Jan 2000 11:49:40 +0000 (11:49 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@2275
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 23:15:27 +0000 (23:15 +0000)]
Add step-7.
git-svn-id: https://svn.dealii.org/trunk@2274
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 17:00:46 +0000 (17:00 +0000)]
Support shared libs.
git-svn-id: https://svn.dealii.org/trunk@2273
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 16:51:15 +0000 (16:51 +0000)]
Implement several functions, in part as dummies, which were still missing in the 3d part. They were not needed previously since they were not accessed, but they are now if the library is compiler in shared mode.
git-svn-id: https://svn.dealii.org/trunk@2272
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 16:35:08 +0000 (16:35 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@2271
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 16:18:19 +0000 (16:18 +0000)]
The name of this exception has changed recently.
git-svn-id: https://svn.dealii.org/trunk@2270
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 16:16:58 +0000 (16:16 +0000)]
Support shared libs.
git-svn-id: https://svn.dealii.org/trunk@2269
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 15:40:23 +0000 (15:40 +0000)]
Support for shared libraries.
git-svn-id: https://svn.dealii.org/trunk@2268
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 14:59:54 +0000 (14:59 +0000)]
Reflect transition from SparseMatrixStruct to SparsityPattern.
git-svn-id: https://svn.dealii.org/trunk@2267
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 08:58:03 +0000 (08:58 +0000)]
Separate the SparseMatrixStruct class into a file of its own and rename it to SparsityPattern.
git-svn-id: https://svn.dealii.org/trunk@2266
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 08:55:18 +0000 (08:55 +0000)]
Add link.
git-svn-id: https://svn.dealii.org/trunk@2265
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 26 Jan 2000 07:34:51 +0000 (07:34 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@2264
0785d39b -7218-0410-832d-
ea1e28bc413d
richter [Tue, 25 Jan 2000 18:59:56 +0000 (18:59 +0000)]
doc update
git-svn-id: https://svn.dealii.org/trunk@2263
0785d39b -7218-0410-832d-
ea1e28bc413d
zamni [Tue, 25 Jan 2000 18:53:27 +0000 (18:53 +0000)]
Reformatting and doc updates.
git-svn-id: https://svn.dealii.org/trunk@2262
0785d39b -7218-0410-832d-
ea1e28bc413d
zamni [Tue, 25 Jan 2000 18:39:41 +0000 (18:39 +0000)]
Doc updates.
git-svn-id: https://svn.dealii.org/trunk@2261
0785d39b -7218-0410-832d-
ea1e28bc413d
richter [Tue, 25 Jan 2000 18:35:38 +0000 (18:35 +0000)]
changed names of some parameters
git-svn-id: https://svn.dealii.org/trunk@2260
0785d39b -7218-0410-832d-
ea1e28bc413d
zamni [Tue, 25 Jan 2000 18:30:12 +0000 (18:30 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@2259
0785d39b -7218-0410-832d-
ea1e28bc413d
richter [Tue, 25 Jan 2000 18:23:09 +0000 (18:23 +0000)]
Add comments.
git-svn-id: https://svn.dealii.org/trunk@2258
0785d39b -7218-0410-832d-
ea1e28bc413d
richter [Tue, 25 Jan 2000 18:20:40 +0000 (18:20 +0000)]
fix serious bug in interpolate: previously, distribute_local_to_global
was used, which added up its contributions over all cells. It would be
necessary to rescale the sums afterwards by the number of summands in
each dof, but this was not done. That led to a factor of four
amplification at regular nodes (2d) and 2 at hanging nodes, of course,
so we modified that.
git-svn-id: https://svn.dealii.org/trunk@2257
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 24 Jan 2000 10:22:56 +0000 (10:22 +0000)]
Yuk. Remove double slash in include file name.
git-svn-id: https://svn.dealii.org/trunk@2256
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 20 Jan 2000 14:43:08 +0000 (14:43 +0000)]
Omit leading slashes.
git-svn-id: https://svn.dealii.org/trunk@2255
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 20 Jan 2000 14:40:33 +0000 (14:40 +0000)]
Some more links, some text.
git-svn-id: https://svn.dealii.org/trunk@2254
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 20 Jan 2000 14:35:13 +0000 (14:35 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@2253
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 20 Jan 2000 14:34:31 +0000 (14:34 +0000)]
Add links to graphics programs.
git-svn-id: https://svn.dealii.org/trunk@2252
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 20 Jan 2000 14:30:49 +0000 (14:30 +0000)]
Be more concise about who is to blame...
git-svn-id: https://svn.dealii.org/trunk@2251
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 18 Jan 2000 15:29:19 +0000 (15:29 +0000)]
Add support for void member functions (as opposed to void* return
values), and convert existing code to that.
git-svn-id: https://svn.dealii.org/trunk@2250
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 18 Jan 2000 15:17:35 +0000 (15:17 +0000)]
Add support for void member functions (as opposed to void* return
values), at least for Mem_Fun_Data[1234].
git-svn-id: https://svn.dealii.org/trunk@2249
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 18 Jan 2000 13:51:34 +0000 (13:51 +0000)]
Was done long ago.
git-svn-id: https://svn.dealii.org/trunk@2248
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 18 Jan 2000 12:19:41 +0000 (12:19 +0000)]
remove -ffast-math flag
git-svn-id: https://svn.dealii.org/trunk@2247
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 18 Jan 2000 10:18:09 +0000 (10:18 +0000)]
add functions for getting access to the std_out and the file stream, put some inline functions into log.cc.
git-svn-id: https://svn.dealii.org/trunk@2246
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.