]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
23 years agoFix check for t!=0 in swap functions, and change if(t) to if(t!=0).
wolf [Fri, 27 Oct 2000 13:19:29 +0000 (13:19 +0000)]
Fix check for t!=0 in swap functions, and change if(t) to if(t!=0).

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

23 years agoAdd `swap' functions to SmartPointers.
wolf [Fri, 27 Oct 2000 13:17:28 +0000 (13:17 +0000)]
Add `swap' functions to SmartPointers.

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

23 years agounary - for Point and Tensor
guido [Fri, 27 Oct 2000 10:15:40 +0000 (10:15 +0000)]
unary - for Point and Tensor

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

23 years agoPurge ind_value from the TriaAccessor. That had been forgotten by
wolf [Fri, 27 Oct 2000 09:45:29 +0000 (09:45 +0000)]
Purge ind_value from the TriaAccessor. That had been forgotten by
another author... Hmph!

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

23 years agoConstraintMatrix::add_entries
wolf [Thu, 26 Oct 2000 15:57:24 +0000 (15:57 +0000)]
ConstraintMatrix::add_entries

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

23 years agoFix bug only visible in debug mode.
wolf [Thu, 26 Oct 2000 15:56:37 +0000 (15:56 +0000)]
Fix bug only visible in debug mode.

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

23 years agoAdd add_entries function.
wolf [Thu, 26 Oct 2000 15:49:17 +0000 (15:49 +0000)]
Add add_entries function.

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

23 years agoSpeed up the compute_integrid_constraints function by some parallelization.
wolf [Thu, 26 Oct 2000 15:48:17 +0000 (15:48 +0000)]
Speed up the compute_integrid_constraints function by some parallelization.

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

23 years agoForgot to code encapsulate for FunData[78] as well.
wolf [Thu, 26 Oct 2000 14:32:30 +0000 (14:32 +0000)]
Forgot to code encapsulate for FunData[78] as well.

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

23 years agoImplement FunData for 7 and 8 arguments.
wolf [Thu, 26 Oct 2000 14:25:06 +0000 (14:25 +0000)]
Implement FunData for 7 and 8 arguments.

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

23 years agoAvoid a problem with types that are sometimes undefined and
wolf [Mon, 23 Oct 2000 14:44:56 +0000 (14:44 +0000)]
Avoid a problem with types that are sometimes undefined and
incomprehensible error messages resulting from that.

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

23 years agoDoFRenumbering::random
wolf [Mon, 23 Oct 2000 10:58:05 +0000 (10:58 +0000)]
DoFRenumbering::random

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

23 years agoFix some kind of serious bug: the variable was not initialized, the
wolf [Mon, 23 Oct 2000 09:39:45 +0000 (09:39 +0000)]
Fix some kind of serious bug: the variable was not initialized, the
function thus did nothing...

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

23 years agoDoc update.
wolf [Mon, 23 Oct 2000 08:44:33 +0000 (08:44 +0000)]
Doc update.

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

23 years agoDoFRenumbering::random
wolf [Mon, 23 Oct 2000 08:38:30 +0000 (08:38 +0000)]
DoFRenumbering::random

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

23 years agoAvoid output.
wolf [Fri, 20 Oct 2000 11:11:38 +0000 (11:11 +0000)]
Avoid output.

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

23 years agoClarify compiler version.
wolf [Wed, 18 Oct 2000 15:26:17 +0000 (15:26 +0000)]
Clarify compiler version.

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

23 years agoChange capital `C's at start of output lines to lowercase `c', as that
wolf [Wed, 18 Oct 2000 15:14:48 +0000 (15:14 +0000)]
Change capital `C's at start of output lines to lowercase `c', as that
better matches the standard "checking for xxx..." output of the
autoconf macros.

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

23 years agoFix typo and reformat slightly.
wolf [Wed, 18 Oct 2000 15:07:32 +0000 (15:07 +0000)]
Fix typo and reformat slightly.

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

23 years agoOn DEC Alpha running OSF1, implicitely instanciated templates are
wolf [Wed, 18 Oct 2000 12:30:43 +0000 (12:30 +0000)]
On DEC Alpha running OSF1, implicitely instanciated templates are
marked ``local text'', so they are not exported outside of object
files. This prevented that we link to GridOut::write_eps. Therefore,
explicitely instantiate these functions.

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

23 years agoHopefully final comment on OSF!
wolf [Wed, 18 Oct 2000 12:23:09 +0000 (12:23 +0000)]
Hopefully final comment on OSF!

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

23 years agoMore on DEC OSF1.
wolf [Wed, 18 Oct 2000 11:51:44 +0000 (11:51 +0000)]
More on DEC OSF1.

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

23 years agoMany changes to GridReordering. Will have to clean up and have to test that more...
wolf [Wed, 18 Oct 2000 08:22:38 +0000 (08:22 +0000)]
Many changes to GridReordering. Will have to clean up and have to test that more, but in a usable state at least.

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

23 years agoMake the SparseMatrix(SparsityPattern&) constructor explicit to avoid
wolf [Tue, 17 Oct 2000 13:37:49 +0000 (13:37 +0000)]
Make the SparseMatrix(SparsityPattern&) constructor explicit to avoid
nasty bugs.

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

23 years agocell->point_inside()
wolf [Tue, 17 Oct 2000 13:36:32 +0000 (13:36 +0000)]
cell->point_inside()

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

23 years agoMove reference to IRIX to separate page.
wolf [Mon, 16 Oct 2000 07:39:59 +0000 (07:39 +0000)]
Move reference to IRIX to separate page.

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

23 years agoUpdate.
wolf [Mon, 16 Oct 2000 07:39:23 +0000 (07:39 +0000)]
Update.

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

23 years agoInstallation instructions for SGI IRIX.
wolf [Mon, 16 Oct 2000 07:37:40 +0000 (07:37 +0000)]
Installation instructions for SGI IRIX.

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

23 years agoMicro change.
wolf [Mon, 16 Oct 2000 07:22:32 +0000 (07:22 +0000)]
Micro change.

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

23 years agoEmbrace Windows.
wolf [Fri, 13 Oct 2000 09:55:04 +0000 (09:55 +0000)]
Embrace Windows.

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

23 years agoAdd doc.
wolf [Thu, 12 Oct 2000 18:45:13 +0000 (18:45 +0000)]
Add doc.

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

23 years agoDocs for point_inside, and 1d version.
wolf [Thu, 12 Oct 2000 17:30:50 +0000 (17:30 +0000)]
Docs for point_inside, and 1d version.

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

23 years agoChange doc.
wolf [Thu, 12 Oct 2000 17:09:15 +0000 (17:09 +0000)]
Change doc.

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

23 years agoNew transform_unit_to_real_cell and transform_real_to_unit_cell functions in FiniteEl...
hartmann [Thu, 12 Oct 2000 13:51:56 +0000 (13:51 +0000)]
New transform_unit_to_real_cell and transform_real_to_unit_cell functions in FiniteElement

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

23 years agoReplace `make' by `$(MAKE)'
wolf [Thu, 12 Oct 2000 13:41:29 +0000 (13:41 +0000)]
Replace `make' by `$(MAKE)'

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

23 years agoNew transform_real_to_unit_cell function in FiniteElement
hartmann [Thu, 12 Oct 2000 13:37:56 +0000 (13:37 +0000)]
New transform_real_to_unit_cell function in FiniteElement

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

23 years agoThis http: with local path circumvented our validate-xrefs script, so
wolf [Thu, 12 Oct 2000 12:39:12 +0000 (12:39 +0000)]
This http: with local path circumvented our validate-xrefs script, so
modify it.

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

23 years agoExternalize OSF docs.
wolf [Thu, 12 Oct 2000 12:29:11 +0000 (12:29 +0000)]
Externalize OSF docs.

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

23 years agoNotes on DEC Alpha OSF1.
wolf [Thu, 12 Oct 2000 12:28:20 +0000 (12:28 +0000)]
Notes on DEC Alpha OSF1.

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

23 years agoThis http: with local path circumvented our validate-xrefs script, so
wolf [Thu, 12 Oct 2000 12:08:49 +0000 (12:08 +0000)]
This http: with local path circumvented our validate-xrefs script, so
modify it.

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

23 years agoNew transform_unit_to_real_cell function in FiniteElement
hartmann [Thu, 12 Oct 2000 11:55:41 +0000 (11:55 +0000)]
New transform_unit_to_real_cell function in FiniteElement

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

23 years agoreconstruct old block_write/read format (MT save).
hartmann [Thu, 12 Oct 2000 11:50:27 +0000 (11:50 +0000)]
reconstruct old block_write/read format (MT save).

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

23 years agoOn OSF1, the assembler can't handle long symbols, so we have to use
wolf [Thu, 12 Oct 2000 09:22:47 +0000 (09:22 +0000)]
On OSF1, the assembler can't handle long symbols, so we have to use
-gstabs instead of -ggdb there.

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

23 years ago.
wolf [Thu, 12 Oct 2000 09:20:21 +0000 (09:20 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 09:19:43 +0000 (09:19 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 09:17:52 +0000 (09:17 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 09:15:08 +0000 (09:15 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 09:10:31 +0000 (09:10 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 09:08:40 +0000 (09:08 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 09:07:04 +0000 (09:07 +0000)]
.

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

23 years agoDEAL_II_CHECK_ASSERT_THROW
wolf [Thu, 12 Oct 2000 07:51:15 +0000 (07:51 +0000)]
DEAL_II_CHECK_ASSERT_THROW

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

23 years ago.
wolf [Thu, 12 Oct 2000 07:45:53 +0000 (07:45 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 07:44:50 +0000 (07:44 +0000)]
.

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

23 years agoFurther change the way AssertThrow works, as the previous approach did
wolf [Thu, 12 Oct 2000 07:32:36 +0000 (07:32 +0000)]
Further change the way AssertThrow works, as the previous approach did
not work as hoped for.

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

23 years agocheck for point in cell
richter [Thu, 12 Oct 2000 07:32:16 +0000 (07:32 +0000)]
check for point in cell

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

23 years agoDoc update. Rename NO_THROW, make it a configure parameter and change
wolf [Thu, 12 Oct 2000 07:20:13 +0000 (07:20 +0000)]
Doc update. Rename NO_THROW, make it a configure parameter and change
the way the exception works in that case.

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

23 years agoAdd docs.
wolf [Thu, 12 Oct 2000 07:15:04 +0000 (07:15 +0000)]
Add docs.

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

23 years agoThis NO_THROW branch in AssertThrow was quite bogus!
wolf [Thu, 12 Oct 2000 07:01:32 +0000 (07:01 +0000)]
This NO_THROW branch in AssertThrow was quite bogus!

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

23 years agoDsiable shared libs on Alpha DEC OSF.
wolf [Wed, 11 Oct 2000 16:02:27 +0000 (16:02 +0000)]
Dsiable shared libs on Alpha DEC OSF.

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

23 years agoBoth QUIET_SUBSCRIPTOR as well as NO_THROW are no more supported.
wolf [Wed, 11 Oct 2000 15:25:54 +0000 (15:25 +0000)]
Both QUIET_SUBSCRIPTOR as well as NO_THROW are no more supported.

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

23 years agoGridRefinement::refine_and_coarsen_optimize
wolf [Wed, 11 Oct 2000 13:43:46 +0000 (13:43 +0000)]
GridRefinement::refine_and_coarsen_optimize

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

23 years ago.
wolf [Wed, 11 Oct 2000 13:41:52 +0000 (13:41 +0000)]
.

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

23 years agoAdd some doc.
wolf [Wed, 11 Oct 2000 13:41:04 +0000 (13:41 +0000)]
Add some doc.

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

23 years agoImplementation of 3d boundary data in UCD format and in Triangulation<3>::create_tria...
third-party [Wed, 11 Oct 2000 13:36:31 +0000 (13:36 +0000)]
Implementation of 3d boundary data in UCD format and in Triangulation<3>::create_triangulation by Michael Stadler <ms@biomech.tu-graz.ac.at>.

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

23 years agoUpdate author list.
wolf [Wed, 11 Oct 2000 12:55:59 +0000 (12:55 +0000)]
Update author list.

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

23 years agoImplement some small things for reading 3d grid in UCD, and reorder
wolf [Wed, 11 Oct 2000 12:40:11 +0000 (12:40 +0000)]
Implement some small things for reading 3d grid in UCD, and reorder
cells when reading them in UCD.

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

23 years agoAdd collect_args functions that do not take pointers but references to
wolf [Wed, 11 Oct 2000 09:54:17 +0000 (09:54 +0000)]
Add collect_args functions that do not take pointers but references to
objects. They are only for convenience, as one always forgets that we
need `this', but `&object'.

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

23 years agoadd grid refinement with optimization
richter [Tue, 10 Oct 2000 09:48:11 +0000 (09:48 +0000)]
add grid refinement with optimization

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

23 years agoStructure better the list of 3d rotations, if anyone would like to
wolf [Tue, 10 Oct 2000 07:37:48 +0000 (07:37 +0000)]
Structure better the list of 3d rotations, if anyone would like to
verify them again (I think they are correct, though).

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

23 years agoNote gcc3.
wolf [Mon, 9 Oct 2000 07:47:42 +0000 (07:47 +0000)]
Note gcc3.

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

23 years agoAvoid errors about undeclared sqrt and fabs
wolf [Fri, 6 Oct 2000 14:32:23 +0000 (14:32 +0000)]
Avoid errors about undeclared sqrt and fabs

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

23 years agoAvoid warning about possibly unitialized variable.
wolf [Fri, 6 Oct 2000 14:28:26 +0000 (14:28 +0000)]
Avoid warning about possibly unitialized variable.

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

23 years agoDefine (not only declare) static variable.
wolf [Fri, 6 Oct 2000 14:14:51 +0000 (14:14 +0000)]
Define (not only declare) static variable.

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

23 years agoDefine (not only declare) static variable.
wolf [Fri, 6 Oct 2000 14:09:47 +0000 (14:09 +0000)]
Define (not only declare) static variable.

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

23 years agoAnd remove duplicate initialization.
wolf [Fri, 6 Oct 2000 14:07:09 +0000 (14:07 +0000)]
And remove duplicate initialization.

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

23 years agoUps, forgot class spec.
wolf [Fri, 6 Oct 2000 14:05:51 +0000 (14:05 +0000)]
Ups, forgot class spec.

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

23 years agoDefine (not only declare) static variable.
wolf [Fri, 6 Oct 2000 14:04:37 +0000 (14:04 +0000)]
Define (not only declare) static variable.

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

23 years agoUpdate to configure.in
wolf [Fri, 6 Oct 2000 13:41:36 +0000 (13:41 +0000)]
Update to configure.in

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

23 years agoSeveral changes for newer compiler. Also fix a bug where we checked for GXXVERSION...
wolf [Fri, 6 Oct 2000 13:35:40 +0000 (13:35 +0000)]
Several changes for newer compiler. Also fix a bug where we checked for GXXVERSION, where GXX_VERSION was meant.

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

23 years agoDon't compare against empty strings on linux. rather, add an 'x' to both sides, or...
wolf [Fri, 6 Oct 2000 13:34:52 +0000 (13:34 +0000)]
Don't compare against empty strings on linux. rather, add an 'x' to both sides, or some such thing.

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

23 years agoAvoid warning for missing math function declarations.
wolf [Fri, 6 Oct 2000 11:38:01 +0000 (11:38 +0000)]
Avoid warning for missing math function declarations.

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

23 years agoImproved breakdown criterion?
guido [Fri, 6 Oct 2000 10:41:33 +0000 (10:41 +0000)]
Improved breakdown criterion?

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

23 years agotransposed SOR
guido [Fri, 6 Oct 2000 10:31:06 +0000 (10:31 +0000)]
transposed SOR

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

23 years agoimproved version
guido [Fri, 6 Oct 2000 10:21:13 +0000 (10:21 +0000)]
improved version

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

23 years agoFix same problems as with previous two commits, but this time in
wolf [Fri, 6 Oct 2000 09:41:07 +0000 (09:41 +0000)]
Fix same problems as with previous two commits, but this time in
another class.

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

23 years agoFix typo.
wolf [Fri, 6 Oct 2000 09:38:18 +0000 (09:38 +0000)]
Fix typo.

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

23 years agoAvoid warnings when trying to use doubles as arguments for an int parameter.
wolf [Fri, 6 Oct 2000 09:38:04 +0000 (09:38 +0000)]
Avoid warnings when trying to use doubles as arguments for an int parameter.

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

23 years agoAvoid error with undefined fabs/sin/cos/sqrt with gcc2.97
wolf [Fri, 6 Oct 2000 09:33:58 +0000 (09:33 +0000)]
Avoid error with undefined fabs/sin/cos/sqrt with gcc2.97

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

23 years agoAvoid error with undefined fabs with gcc2.97
wolf [Fri, 6 Oct 2000 09:30:48 +0000 (09:30 +0000)]
Avoid error with undefined fabs with gcc2.97

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

23 years agoAvoid some strange error message with gcc snapshot 2.97/20001002
wolf [Fri, 6 Oct 2000 09:24:16 +0000 (09:24 +0000)]
Avoid some strange error message with gcc snapshot 2.97/20001002

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

23 years agoAvoid warning for double->int conversion.
wolf [Thu, 5 Oct 2000 16:18:45 +0000 (16:18 +0000)]
Avoid warning for double->int conversion.

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

23 years agosubsume gcc snapshots 2.96 and 2.97 under gcc version 2.95 as well, as
wolf [Thu, 5 Oct 2000 14:32:31 +0000 (14:32 +0000)]
subsume gcc snapshots 2.96 and 2.97 under gcc version 2.95 as well, as
they should support the same compiler flags

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

23 years agoImplement the 3d part of grid_reordering.
wolf [Thu, 5 Oct 2000 08:44:20 +0000 (08:44 +0000)]
Implement the 3d part of grid_reordering.

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

23 years agoFirst part of 3d work.
wolf [Mon, 2 Oct 2000 13:46:54 +0000 (13:46 +0000)]
First part of 3d work.

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

23 years agoMore post-fixes to strip long path names.
wolf [Mon, 2 Oct 2000 13:46:09 +0000 (13:46 +0000)]
More post-fixes to strip long path names.

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

23 years agoDon't use empty class decls {};, but rather put the braces on separate lines. This...
wolf [Mon, 2 Oct 2000 13:33:46 +0000 (13:33 +0000)]
Don't use empty class decls {};, but rather put the braces on separate lines. This avoid confusing kdoc which only reads the opening brace and thinks that all that is following in this file is local to the class that was opened.

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

23 years agoDoc update.
wolf [Mon, 2 Oct 2000 13:25:27 +0000 (13:25 +0000)]
Doc update.

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

23 years agoFix typo.
wolf [Mon, 2 Oct 2000 12:45:59 +0000 (12:45 +0000)]
Fix typo.

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

23 years agoSome functions can be implemented in a dimension independent way. Do so.
wolf [Mon, 2 Oct 2000 08:44:58 +0000 (08:44 +0000)]
Some functions can be implemented in a dimension independent way. Do so.

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

23 years agoAdd comment.
wolf [Mon, 2 Oct 2000 07:15:39 +0000 (07:15 +0000)]
Add comment.

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