]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
23 years agoRemove one `typename' again, as it was at the wrong place.
Wolfgang Bangerth [Wed, 15 Nov 2000 19:55:06 +0000 (19:55 +0000)]
Remove one `typename' again, as it was at the wrong place.

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

23 years agoAdd some forgotten `typename' keywords.
Wolfgang Bangerth [Wed, 15 Nov 2000 18:41:10 +0000 (18:41 +0000)]
Add some forgotten `typename' keywords.

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

23 years agoAdd comment explaining why something is irrelevant.
Wolfgang Bangerth [Wed, 15 Nov 2000 18:36:20 +0000 (18:36 +0000)]
Add comment explaining why something is irrelevant.

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

23 years agoAllow [&*] in template args, for cases like
Wolfgang Bangerth [Tue, 14 Nov 2000 18:10:27 +0000 (18:10 +0000)]
Allow [&*] in template args, for cases like
  template <> class X<int *> {...};

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

23 years agoBring output of template class in right order:
Wolfgang Bangerth [Tue, 14 Nov 2000 17:54:58 +0000 (17:54 +0000)]
Bring output of template class in right order:
  template <class X> class Y;
instead of
  class Y<class X>;
The reason is that the latter leads to confusing for specialized
classes:
  class Y<int, X><class X>;
when the declaration was
  template <class X> class Y<int,X>;

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

23 years agoRemove the template keyword from the stored template arg list.
Wolfgang Bangerth [Tue, 14 Nov 2000 17:51:24 +0000 (17:51 +0000)]
Remove the template keyword from the stored template arg list.

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

23 years agoRevert unintended change to mglocal.cc
Wolfgang Bangerth [Tue, 14 Nov 2000 16:47:25 +0000 (16:47 +0000)]
Revert unintended change to mglocal.cc

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

23 years agoAdd new testcase intergrid_map.cc
Wolfgang Bangerth [Tue, 14 Nov 2000 16:46:26 +0000 (16:46 +0000)]
Add new testcase intergrid_map.cc

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

23 years agoDate was bogus, as this test was created in 2000.
Wolfgang Bangerth [Tue, 14 Nov 2000 13:32:14 +0000 (13:32 +0000)]
Date was bogus, as this test was created in 2000.

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

23 years agobug removed
Guido Kanschat [Mon, 13 Nov 2000 14:38:40 +0000 (14:38 +0000)]
bug removed

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

23 years ago4th order formula in FunctionDerivative
Guido Kanschat [Mon, 13 Nov 2000 14:32:44 +0000 (14:32 +0000)]
4th order formula in FunctionDerivative

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

23 years agoNew class FunctionDerivative
Guido Kanschat [Mon, 13 Nov 2000 14:31:59 +0000 (14:31 +0000)]
New class FunctionDerivative

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

23 years agoImplement the second FEValues::get_function_2nd_derivatives function, for vector...
Wolfgang Bangerth [Mon, 13 Nov 2000 13:33:56 +0000 (13:33 +0000)]
Implement the second FEValues::get_function_2nd_derivatives function, for vector-valued finite elements.

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

23 years agoAlso enable multiple components.
Wolfgang Bangerth [Mon, 13 Nov 2000 12:17:55 +0000 (12:17 +0000)]
Also enable multiple components.

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

23 years agostupid error removed
Guido Kanschat [Mon, 13 Nov 2000 11:19:48 +0000 (11:19 +0000)]
stupid error removed

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

23 years agoAllow to use finite elements with more than one component.
Wolfgang Bangerth [Mon, 13 Nov 2000 10:39:50 +0000 (10:39 +0000)]
Allow to use finite elements with more than one component.

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

23 years agoFunctionDerivative: probably buggy
Guido Kanschat [Sun, 12 Nov 2000 21:36:25 +0000 (21:36 +0000)]
FunctionDerivative: probably buggy

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

23 years agoChange <math.h> to <cmath>.
Wolfgang Bangerth [Fri, 10 Nov 2000 13:14:44 +0000 (13:14 +0000)]
Change <math.h> to <cmath>.

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

23 years agobug removed
Guido Kanschat [Fri, 10 Nov 2000 11:10:50 +0000 (11:10 +0000)]
bug removed

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

23 years agotest empty BlockIndices
Guido Kanschat [Thu, 9 Nov 2000 18:02:17 +0000 (18:02 +0000)]
test empty BlockIndices

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

23 years agoBlockVector support for homogeneous blocks
Guido Kanschat [Thu, 9 Nov 2000 18:00:50 +0000 (18:00 +0000)]
BlockVector support for homogeneous blocks

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

23 years agolog-output of parameters
Guido Kanschat [Thu, 9 Nov 2000 17:59:24 +0000 (17:59 +0000)]
log-output of parameters

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

23 years agoBlockVector has no n_blocks template
Guido Kanschat [Mon, 6 Nov 2000 19:15:21 +0000 (19:15 +0000)]
BlockVector has no n_blocks template

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

23 years agoBlockIndices is not template anymore
Guido Kanschat [Mon, 6 Nov 2000 09:56:55 +0000 (09:56 +0000)]
BlockIndices is not template anymore

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

23 years agonew globa Exceptions ExcIO and ExcOutOfMemory
Guido Kanschat [Mon, 6 Nov 2000 09:55:35 +0000 (09:55 +0000)]
new globa Exceptions ExcIO and ExcOutOfMemory

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

23 years agooperator - for Point improved
Guido Kanschat [Mon, 30 Oct 2000 15:12:47 +0000 (15:12 +0000)]
operator - for Point improved

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

23 years agoAdd missed include file.
Wolfgang Bangerth [Fri, 27 Oct 2000 14:34:20 +0000 (14:34 +0000)]
Add missed include file.

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

23 years agoFix check for t!=0 in swap functions, and change if(t) to if(t!=0).
Wolfgang Bangerth [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.
Wolfgang Bangerth [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 Kanschat [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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!
Wolfgang Bangerth [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.
Wolfgang Bangerth [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...
Wolfgang Bangerth [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
Wolfgang Bangerth [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()
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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...
Ralf 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)'
Wolfgang Bangerth [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
Ralf 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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Ralf 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).
Ralf 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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Thomas 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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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!
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Thomas 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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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


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.