]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
18 years agoCheck values written into matrices and some vectors to make sure they're finite
Wolfgang Bangerth [Wed, 15 Mar 2006 21:21:08 +0000 (21:21 +0000)]
Check values written into matrices and some vectors to make sure they're finite

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

18 years agoImplement is_finite
Wolfgang Bangerth [Wed, 15 Mar 2006 20:57:26 +0000 (20:57 +0000)]
Implement is_finite

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

18 years agoFix preprocessor oversight
Wolfgang Bangerth [Wed, 15 Mar 2006 20:57:10 +0000 (20:57 +0000)]
Fix preprocessor oversight

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

18 years agoNew test
Wolfgang Bangerth [Wed, 15 Mar 2006 20:56:45 +0000 (20:56 +0000)]
New test

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

18 years agoDetect whether std::isfinite is available.
Wolfgang Bangerth [Wed, 15 Mar 2006 20:41:24 +0000 (20:41 +0000)]
Detect whether std::isfinite is available.

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

18 years agoFound one more paper.
Wolfgang Bangerth [Wed, 15 Mar 2006 20:11:55 +0000 (20:11 +0000)]
Found one more paper.

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

18 years agoSimplify template_power function for the compiler.
Wolfgang Bangerth [Wed, 15 Mar 2006 16:39:54 +0000 (16:39 +0000)]
Simplify template_power function for the compiler.

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

18 years agoRemove empty comment line.
Wolfgang Bangerth [Wed, 15 Mar 2006 05:42:03 +0000 (05:42 +0000)]
Remove empty comment line.

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

18 years agoRename variables, and fix one dependency.
Wolfgang Bangerth [Wed, 15 Mar 2006 03:38:18 +0000 (03:38 +0000)]
Rename variables, and fix one dependency.

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

18 years agoComment update.
Wolfgang Bangerth [Wed, 15 Mar 2006 03:36:07 +0000 (03:36 +0000)]
Comment update.

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

18 years agoBetter dependencies
Wolfgang Bangerth [Wed, 15 Mar 2006 03:33:31 +0000 (03:33 +0000)]
Better dependencies

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

18 years agoGenerate proper dependencies.
Wolfgang Bangerth [Wed, 15 Mar 2006 03:31:16 +0000 (03:31 +0000)]
Generate proper dependencies.

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

18 years agoFix one bug, and simplify one more command somewhat.
Wolfgang Bangerth [Wed, 15 Mar 2006 03:16:33 +0000 (03:16 +0000)]
Fix one bug, and simplify one more command somewhat.

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

18 years agoRemove now defunct target.
Wolfgang Bangerth [Wed, 15 Mar 2006 03:07:34 +0000 (03:07 +0000)]
Remove now defunct target.

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

18 years agoDo a better job cleaning up.
Wolfgang Bangerth [Wed, 15 Mar 2006 03:06:02 +0000 (03:06 +0000)]
Do a better job cleaning up.

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

18 years agoGenerate intermediate files instead of data on the fly, so that it becomes easier...
Wolfgang Bangerth [Wed, 15 Mar 2006 03:05:03 +0000 (03:05 +0000)]
Generate intermediate files instead of data on the fly, so that it becomes easier to concatenate everything. Simplify a lot of the rules that are used here.

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

18 years agoUpdate with new stack trace demangler.
Wolfgang Bangerth [Tue, 14 Mar 2006 21:54:21 +0000 (21:54 +0000)]
Update with new stack trace demangler.

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

18 years agoRemove an assertion that doesn't work in libstdc++ debug mode.
Wolfgang Bangerth [Tue, 14 Mar 2006 21:17:17 +0000 (21:17 +0000)]
Remove an assertion that doesn't work in libstdc++ debug mode.

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

18 years agoCompare only iterators from the same sequence.
Wolfgang Bangerth [Tue, 14 Mar 2006 20:14:38 +0000 (20:14 +0000)]
Compare only iterators from the same sequence.

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

18 years agoRemove now unnecessary output files
Wolfgang Bangerth [Tue, 14 Mar 2006 20:06:34 +0000 (20:06 +0000)]
Remove now unnecessary output files

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

18 years agoStop backtrace in main().
Wolfgang Bangerth [Tue, 14 Mar 2006 18:30:57 +0000 (18:30 +0000)]
Stop backtrace in main().

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

18 years agoDemangle stacktraces whenever possible
Wolfgang Bangerth [Tue, 14 Mar 2006 18:20:58 +0000 (18:20 +0000)]
Demangle stacktraces whenever possible

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

18 years agoDetect the ability to demangle symbols from within the program
Wolfgang Bangerth [Tue, 14 Mar 2006 17:42:51 +0000 (17:42 +0000)]
Detect the ability to demangle symbols from within the program

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

18 years agofix a bug
Guido Kanschat [Mon, 13 Mar 2006 21:50:18 +0000 (21:50 +0000)]
fix a bug

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

18 years agoAdd parameters to have less verbose output and remove HTML style, since it does not...
Guido Kanschat [Mon, 13 Mar 2006 21:49:49 +0000 (21:49 +0000)]
Add parameters to have less verbose output and remove HTML style, since it does not exist.

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

18 years agoRemove a TODO.
Wolfgang Bangerth [Mon, 13 Mar 2006 20:21:29 +0000 (20:21 +0000)]
Remove a TODO.

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

18 years agoadd patch for range checking of std::vector[]
Guido Kanschat [Sun, 12 Mar 2006 20:09:50 +0000 (20:09 +0000)]
add patch for range checking of std::vector[]

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

18 years agorenumbering by block
Guido Kanschat [Fri, 10 Mar 2006 14:52:37 +0000 (14:52 +0000)]
renumbering by block

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

18 years agoRemove assertion so a mesh can be changed with a DoFHandler attached.
Guido Kanschat [Fri, 10 Mar 2006 12:33:52 +0000 (12:33 +0000)]
Remove assertion so a mesh can be changed with a DoFHandler attached.

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

18 years agoadd block_to_base
Guido Kanschat [Fri, 10 Mar 2006 09:11:10 +0000 (09:11 +0000)]
add block_to_base

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

18 years agoRe-indent one place.
Wolfgang Bangerth [Thu, 9 Mar 2006 21:29:49 +0000 (21:29 +0000)]
Re-indent one place.

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

18 years agoMore space between functions.
Wolfgang Bangerth [Thu, 9 Mar 2006 21:27:37 +0000 (21:27 +0000)]
More space between functions.

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

18 years agoSubscriptor::list_subscribers
Guido Kanschat [Wed, 8 Mar 2006 15:16:43 +0000 (15:16 +0000)]
Subscriptor::list_subscribers

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

18 years agonew function list_subscribers
Guido Kanschat [Wed, 8 Mar 2006 15:13:24 +0000 (15:13 +0000)]
new function list_subscribers

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

18 years agoChange docu to new numbering scheme.
Ralf Hartmann [Wed, 8 Mar 2006 12:15:56 +0000 (12:15 +0000)]
Change docu to new numbering scheme.

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

18 years agoparameter names fixed and newlines removed
Guido Kanschat [Wed, 8 Mar 2006 09:21:02 +0000 (09:21 +0000)]
parameter names fixed and newlines removed

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

18 years agoOutput is now fixed.
Wolfgang Bangerth [Wed, 8 Mar 2006 06:01:20 +0000 (06:01 +0000)]
Output is now fixed.

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

18 years agoUse proper HTML.
Wolfgang Bangerth [Wed, 8 Mar 2006 05:59:56 +0000 (05:59 +0000)]
Use proper HTML.

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

18 years agoUpdate a couple of publications and add another one.
Wolfgang Bangerth [Wed, 8 Mar 2006 05:59:34 +0000 (05:59 +0000)]
Update a couple of publications and add another one.

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

18 years agoEch, more typos.
Wolfgang Bangerth [Wed, 8 Mar 2006 03:11:22 +0000 (03:11 +0000)]
Ech, more typos.

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

18 years agoFix more typos.
Wolfgang Bangerth [Wed, 8 Mar 2006 03:10:16 +0000 (03:10 +0000)]
Fix more typos.

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

18 years agoFix typo.
Wolfgang Bangerth [Wed, 8 Mar 2006 03:09:41 +0000 (03:09 +0000)]
Fix typo.

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

18 years agoAnother test, this time for infinities.
Wolfgang Bangerth [Wed, 8 Mar 2006 02:20:44 +0000 (02:20 +0000)]
Another test, this time for infinities.

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

18 years agoExtend test to signaling nan's
Wolfgang Bangerth [Wed, 8 Mar 2006 02:18:31 +0000 (02:18 +0000)]
Extend test to signaling nan's

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

18 years agoFix a problem where we printed '0' instead of 'nan' when printing a denormal through...
Wolfgang Bangerth [Wed, 8 Mar 2006 02:14:18 +0000 (02:14 +0000)]
Fix a problem where we printed '0' instead of 'nan' when printing a denormal through deallog.

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

18 years agoList more compilers.
Wolfgang Bangerth [Tue, 7 Mar 2006 20:46:28 +0000 (20:46 +0000)]
List more compilers.

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

18 years agoMore systems.
Wolfgang Bangerth [Tue, 7 Mar 2006 20:38:54 +0000 (20:38 +0000)]
More systems.

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

18 years agoList new and supported systems.
Wolfgang Bangerth [Tue, 7 Mar 2006 20:38:02 +0000 (20:38 +0000)]
List new and supported systems.

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

18 years agocompute row lengths for block patterns
Guido Kanschat [Tue, 7 Mar 2006 15:00:55 +0000 (15:00 +0000)]
compute row lengths for block patterns

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

18 years agocellwise counting compilable, but not used or tested yet
Guido Kanschat [Tue, 7 Mar 2006 09:18:14 +0000 (09:18 +0000)]
cellwise counting compilable, but not used or tested yet

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

18 years agox
deal [Tue, 7 Mar 2006 06:26:52 +0000 (06:26 +0000)]
x

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

18 years agoWork around a possible problem with the ordering of constructor calls to
Wolfgang Bangerth [Tue, 7 Mar 2006 05:41:07 +0000 (05:41 +0000)]
Work around a possible problem with the ordering of constructor calls to
::StaticMappingQ1 and hp::StaticMappingQ1.

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

18 years agoNew functions to evaluate a finite element solution at an arbitrary point.
Wolfgang Bangerth [Mon, 6 Mar 2006 21:05:51 +0000 (21:05 +0000)]
New functions to evaluate a finite element solution at an arbitrary point.

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

18 years agoUpdate docs.
Wolfgang Bangerth [Mon, 6 Mar 2006 15:31:06 +0000 (15:31 +0000)]
Update docs.

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

18 years agoparameter parsing for GridOut
Guido Kanschat [Mon, 6 Mar 2006 13:18:09 +0000 (13:18 +0000)]
parameter parsing for GridOut

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

18 years agoUse of new n_children function.
Ralf Hartmann [Mon, 6 Mar 2006 09:46:21 +0000 (09:46 +0000)]
Use of new n_children function.

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

18 years agoSimplify code by using neighbor_child_on_subface function.
Ralf Hartmann [Mon, 6 Mar 2006 09:40:20 +0000 (09:40 +0000)]
Simplify code by using neighbor_child_on_subface function.

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

18 years agoadd parameter support for grid out I: declaration
Guido Kanschat [Mon, 6 Mar 2006 09:34:59 +0000 (09:34 +0000)]
add parameter support for grid out I: declaration

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

18 years agon_children function call only allowed if has_children()==true.
Ralf Hartmann [Mon, 6 Mar 2006 08:36:28 +0000 (08:36 +0000)]
n_children function call only allowed if has_children()==true.

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

18 years agoProperly indent.
Wolfgang Bangerth [Mon, 6 Mar 2006 02:56:29 +0000 (02:56 +0000)]
Properly indent.

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

18 years agoSmall doc update.
Wolfgang Bangerth [Sun, 5 Mar 2006 03:06:46 +0000 (03:06 +0000)]
Small doc update.

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

18 years agoAdd necessary include file.
Wolfgang Bangerth [Sat, 4 Mar 2006 03:24:03 +0000 (03:24 +0000)]
Add necessary include file.

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

18 years agocopied deal related macros from my .emacs
Guido Kanschat [Fri, 3 Mar 2006 18:48:29 +0000 (18:48 +0000)]
copied deal related macros from my .emacs

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

18 years agoinherit ParameterHandler from Subscriptor
Guido Kanschat [Fri, 3 Mar 2006 14:22:43 +0000 (14:22 +0000)]
inherit ParameterHandler from Subscriptor

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

18 years agoAdd complete detail directory. Just in case the files are needed.
Ralf Hartmann [Fri, 3 Mar 2006 07:46:20 +0000 (07:46 +0000)]
Add complete detail directory. Just in case the files are needed.

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

18 years agoRequired for Mac 10.3
Ralf Hartmann [Fri, 3 Mar 2006 07:45:22 +0000 (07:45 +0000)]
Required for Mac 10.3

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

18 years agoAdd a default constructor to KInverse to calm down icc9.
Wolfgang Bangerth [Thu, 2 Mar 2006 19:33:38 +0000 (19:33 +0000)]
Add a default constructor to KInverse to calm down icc9.

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

18 years agoadd FE_RaviartThomasNodal to get_fe_from_name
Guido Kanschat [Thu, 2 Mar 2006 16:56:54 +0000 (16:56 +0000)]
add FE_RaviartThomasNodal to get_fe_from_name

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

18 years agoUse of new TriaObjectAccessor::n_children function.
Ralf Hartmann [Thu, 2 Mar 2006 09:02:23 +0000 (09:02 +0000)]
Use of new TriaObjectAccessor::n_children function.

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

18 years agoNew n_children functions.
Ralf Hartmann [Thu, 2 Mar 2006 08:59:12 +0000 (08:59 +0000)]
New n_children functions.

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

18 years agoAdd missing explicit instantiation.
Ralf Hartmann [Thu, 2 Mar 2006 07:54:14 +0000 (07:54 +0000)]
Add missing explicit instantiation.

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

18 years agoFix hrefs to be global, not in the present frame.
Wolfgang Bangerth [Wed, 1 Mar 2006 23:34:55 +0000 (23:34 +0000)]
Fix hrefs to be global, not in the present frame.

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

18 years agoPath of deal.II library is already added to LDFLAGS, see configure.in, L697.
Ralf Hartmann [Wed, 1 Mar 2006 14:11:40 +0000 (14:11 +0000)]
Path of deal.II library is already added to LDFLAGS, see configure.in, L697.

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

18 years agoFix two bugs.
Ralf Hartmann [Wed, 1 Mar 2006 13:56:36 +0000 (13:56 +0000)]
Fix two bugs.

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

18 years agoUpdate of notation in the doc.
Ralf Hartmann [Wed, 1 Mar 2006 13:43:34 +0000 (13:43 +0000)]
Update of notation in the doc.

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

18 years agoAdd missing explicit instantiations. bits/dof_tools_13 should link now.
Ralf Hartmann [Tue, 28 Feb 2006 07:45:43 +0000 (07:45 +0000)]
Add missing explicit instantiations. bits/dof_tools_13 should link now.

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

18 years agoRemove unnecessary template argument of InterGridMap.
Ralf Hartmann [Mon, 27 Feb 2006 16:50:09 +0000 (16:50 +0000)]
Remove unnecessary template argument of InterGridMap.

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

18 years agodimension variable added to several GridClasses. Unnecessary template argument remove...
Ralf Hartmann [Mon, 27 Feb 2006 16:43:39 +0000 (16:43 +0000)]
dimension variable added to several GridClasses. Unnecessary template argument removed from InterGridMap.

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

18 years agoRemove unnecessary template argument of InterGridMap. Allows to DH-templatize DoFTool...
Ralf Hartmann [Mon, 27 Feb 2006 16:25:42 +0000 (16:25 +0000)]
Remove unnecessary template argument of InterGridMap. Allows to DH-templatize DoFTools::compute_intergrid_constraints in future.

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

18 years agoAdd dimension variable.
Ralf Hartmann [Mon, 27 Feb 2006 16:22:03 +0000 (16:22 +0000)]
Add dimension variable.

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

18 years agoDH templatize some more functions.
Ralf Hartmann [Mon, 27 Feb 2006 15:23:45 +0000 (15:23 +0000)]
DH templatize some more functions.

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

18 years agoFix fill function. See tests/lac/lapack_fill.
Ralf Hartmann [Mon, 27 Feb 2006 12:49:21 +0000 (12:49 +0000)]
Fix fill function. See tests/lac/lapack_fill.

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

18 years agoAdd lapack_fill test.
Ralf Hartmann [Mon, 27 Feb 2006 12:36:36 +0000 (12:36 +0000)]
Add lapack_fill test.

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

18 years ago.
Ralf Hartmann [Mon, 27 Feb 2006 12:36:03 +0000 (12:36 +0000)]
.

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

18 years agoCheck fill function.
Ralf Hartmann [Mon, 27 Feb 2006 12:34:41 +0000 (12:34 +0000)]
Check fill function.

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

18 years agoAdd a missing explicit specialization.
Wolfgang Bangerth [Mon, 27 Feb 2006 00:58:27 +0000 (00:58 +0000)]
Add a missing explicit specialization.

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

18 years agoRe-enable guards to avoid instantiation of function in 1d where it is actually
Wolfgang Bangerth [Mon, 27 Feb 2006 00:54:41 +0000 (00:54 +0000)]
Re-enable guards to avoid instantiation of function in 1d where it is actually
explicitly specialized.

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

18 years agoMake run again.
Wolfgang Bangerth [Sun, 26 Feb 2006 06:36:19 +0000 (06:36 +0000)]
Make run again.

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

18 years agoWe don't support gcc2.95 any more, so we can at least save ourselves 14.8 MB of outpu...
Wolfgang Bangerth [Fri, 24 Feb 2006 18:16:47 +0000 (18:16 +0000)]
We don't support gcc2.95 any more, so we can at least save ourselves 14.8 MB of output files for that particular compiler.

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

18 years agoIt did compile with gcc3.3. Make it compile with gcc.3.4.5, too.
Ralf Hartmann [Fri, 24 Feb 2006 17:37:44 +0000 (17:37 +0000)]
It did compile with gcc3.3. Make it compile with gcc.3.4.5, too.

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

18 years agoDH templatize some more functions.
Ralf Hartmann [Fri, 24 Feb 2006 17:27:38 +0000 (17:27 +0000)]
DH templatize some more functions.

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

18 years agoAdd assertions that say "you can't set an active_fe_index larger than the
Wolfgang Bangerth [Fri, 24 Feb 2006 17:20:52 +0000 (17:20 +0000)]
Add assertions that say "you can't set an active_fe_index larger than the
number of finite elements in the collection"

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

18 years agoAvoid trying to set active_fe_indices if no fe collection is available yet.
Wolfgang Bangerth [Fri, 24 Feb 2006 17:20:13 +0000 (17:20 +0000)]
Avoid trying to set active_fe_indices if no fe collection is available yet.

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

18 years agoGet rid of the weird SelectFEValues class since we can now always use hp::FEValues...
Wolfgang Bangerth [Fri, 24 Feb 2006 16:43:23 +0000 (16:43 +0000)]
Get rid of the weird SelectFEValues class since we can now always use hp::FEValues, irrespective of whether we actually have a hp::DoFHandler or not.

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

18 years agoMake the conversion constructors of the collection classes explicit.
Wolfgang Bangerth [Fri, 24 Feb 2006 16:42:34 +0000 (16:42 +0000)]
Make the conversion constructors of the collection classes explicit.

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

18 years agoMake the conversion (tensor product) constructor of Quadrature explicit, to avoid...
Wolfgang Bangerth [Fri, 24 Feb 2006 16:41:54 +0000 (16:41 +0000)]
Make the conversion (tensor product) constructor of Quadrature explicit,  to avoid funny surprises that for example it is allowed to assign a Quadrature<1> to a QCollection<3>.

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

18 years agoRemove more comments about things that have been replaced by better alternatives.
Wolfgang Bangerth [Fri, 24 Feb 2006 16:23:09 +0000 (16:23 +0000)]
Remove more comments about things that have been replaced by better alternatives.

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

18 years agoRemove now outdated comment.
Wolfgang Bangerth [Fri, 24 Feb 2006 16:22:30 +0000 (16:22 +0000)]
Remove now outdated comment.

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

18 years agoRemove now unnecessary include file.
Wolfgang Bangerth [Fri, 24 Feb 2006 16:01:59 +0000 (16:01 +0000)]
Remove now unnecessary include file.

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

18 years agoAdd an assertion.
Wolfgang Bangerth [Fri, 24 Feb 2006 15:54:53 +0000 (15:54 +0000)]
Add an assertion.

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