]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
17 years agoUpdate
bangerth [Wed, 6 Jun 2007 11:40:22 +0000 (11:40 +0000)]
Update

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

17 years agoFix a mistaken assert
bangerth [Wed, 6 Jun 2007 11:40:10 +0000 (11:40 +0000)]
Fix a mistaken assert

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

17 years agoadd face_orientation() to TriaObjects
kanschat [Tue, 5 Jun 2007 21:24:20 +0000 (21:24 +0000)]
add face_orientation() to TriaObjects

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

17 years agoadd a function face_orientation to the TriaObjects template
kanschat [Tue, 5 Jun 2007 16:52:39 +0000 (16:52 +0000)]
add a function face_orientation to the TriaObjects template

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

17 years agoDo not copy RefinementListeners by default. Instead, introduce new function Refinemen...
leicht [Tue, 5 Jun 2007 07:52:44 +0000 (07:52 +0000)]
Do not copy RefinementListeners by default. Instead, introduce new function RefinementListener::copy_notification(), so that each RefinementListener can decide itself, whether it wants to subscribe to the copied triangulation or not.

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

17 years agoImplement condensing the sparsity pattern straight away
bangerth [Mon, 4 Jun 2007 10:04:57 +0000 (10:04 +0000)]
Implement condensing the sparsity pattern straight away

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

17 years agoCross link to the hp paper
bangerth [Mon, 4 Jun 2007 10:04:08 +0000 (10:04 +0000)]
Cross link to the hp paper

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

17 years agoNew functions to condense right away a sparsity pattern upon creation. Rewrite most...
bangerth [Mon, 4 Jun 2007 10:02:58 +0000 (10:02 +0000)]
New functions to condense right away a sparsity pattern upon creation. Rewrite most of the documentation of the ConstraintMatrix class.

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

17 years agoAdd an include file now necessary
bangerth [Mon, 4 Jun 2007 10:01:57 +0000 (10:01 +0000)]
Add an include file now necessary

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

17 years agoNew functions to condense right away a sparsity pattern upon creation. Rewrite most...
bangerth [Mon, 4 Jun 2007 10:00:53 +0000 (10:00 +0000)]
New functions to condense right away a sparsity pattern upon creation. Rewrite most of the documentation of the ConstraintMatrix class.

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

17 years agoAdd hp paper. Add comment.
bangerth [Mon, 4 Jun 2007 09:56:01 +0000 (09:56 +0000)]
Add hp paper. Add comment.

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

17 years agoUpdate publications page
bangerth [Mon, 4 Jun 2007 09:55:16 +0000 (09:55 +0000)]
Update publications page

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

17 years agoAdded changed interface for PETSc 2.3.3 vector scatters.
prill [Sun, 3 Jun 2007 11:47:19 +0000 (11:47 +0000)]
Added changed interface for PETSc 2.3.3 vector scatters.

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

17 years agoCorrected maximum iteration number for PETSc Richardson solver.
prill [Sun, 3 Jun 2007 11:41:28 +0000 (11:41 +0000)]
Corrected maximum iteration number for PETSc Richardson solver.

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

17 years agoremove instantiation of specialization icc complained about
kanschat [Fri, 1 Jun 2007 16:10:03 +0000 (16:10 +0000)]
remove instantiation of specialization icc complained about

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

17 years agoAdded multigrid directory to Makefile clean rule.
prill [Fri, 1 Jun 2007 12:59:37 +0000 (12:59 +0000)]
Added multigrid directory to Makefile clean rule.

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

17 years agoscale times and add default target
kanschat [Thu, 31 May 2007 19:49:19 +0000 (19:49 +0000)]
scale times and add default target

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

17 years agomake results more scannable
kanschat [Thu, 31 May 2007 19:41:48 +0000 (19:41 +0000)]
make results more scannable

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

17 years agoBIG test for refinement and dof handler setup
kanschat [Thu, 31 May 2007 18:07:22 +0000 (18:07 +0000)]
BIG test for refinement and dof handler setup

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

17 years agoMove the assemble timer so that it doesn't nest the condense timer.
bangerth [Thu, 31 May 2007 17:37:02 +0000 (17:37 +0000)]
Move the assemble timer so that it doesn't nest the condense timer.

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

17 years agoreplace dim by structdim
kanschat [Thu, 31 May 2007 15:03:19 +0000 (15:03 +0000)]
replace dim by structdim

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

17 years agosize of MGDoFHandler
kanschat [Wed, 30 May 2007 21:03:46 +0000 (21:03 +0000)]
size of MGDoFHandler

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

17 years agoadd MGDoFHandler::memory_consumption
kanschat [Wed, 30 May 2007 21:03:22 +0000 (21:03 +0000)]
add MGDoFHandler::memory_consumption

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

17 years agodo not do second derivatives... takes too long
kanschat [Wed, 30 May 2007 16:37:53 +0000 (16:37 +0000)]
do not do second derivatives... takes too long

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

17 years agoRemove a bogus include file. Remove an unused variable
bangerth [Wed, 30 May 2007 13:25:00 +0000 (13:25 +0000)]
Remove a bogus include file. Remove an unused variable

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

17 years agoUse long double for intermediate quadrature result in order to reduce the roundoff...
leicht [Wed, 30 May 2007 05:00:46 +0000 (05:00 +0000)]
Use long double for intermediate quadrature result in order to reduce the roundoff error in test for quadrature accuracy.

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

17 years agoAdded support for local condensation of hanging nodes instead
kayser-herold [Wed, 30 May 2007 03:29:22 +0000 (03:29 +0000)]
Added support for local condensation of hanging nodes instead
of global condensation.

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

17 years agoadd output file
kanschat [Tue, 29 May 2007 18:58:23 +0000 (18:58 +0000)]
add output file

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

17 years agocheck systems
kanschat [Tue, 29 May 2007 18:44:02 +0000 (18:44 +0000)]
check systems

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

17 years agoremove more specializations
kanschat [Tue, 29 May 2007 18:22:34 +0000 (18:22 +0000)]
remove more specializations

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

17 years agoCorrected the target name in the Makefile.
kayser-herold [Tue, 29 May 2007 17:36:00 +0000 (17:36 +0000)]
Corrected the target name in the Makefile.

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

17 years agomore separate update values
kanschat [Mon, 28 May 2007 19:15:48 +0000 (19:15 +0000)]
more separate update values

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

17 years agosplit size and timing
kanschat [Mon, 28 May 2007 19:06:16 +0000 (19:06 +0000)]
split size and timing

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

17 years agotest index access and finer mesh
kanschat [Mon, 28 May 2007 05:18:02 +0000 (05:18 +0000)]
test index access and finer mesh

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

17 years agoadditional data
kanschat [Sun, 27 May 2007 23:17:26 +0000 (23:17 +0000)]
additional data

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

17 years agowrong libraries
kanschat [Sun, 27 May 2007 23:07:01 +0000 (23:07 +0000)]
wrong libraries

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

17 years agowrong libraries
kanschat [Sun, 27 May 2007 23:05:24 +0000 (23:05 +0000)]
wrong libraries

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

17 years agoforgotten target
kanschat [Sun, 27 May 2007 23:02:49 +0000 (23:02 +0000)]
forgotten target

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

17 years agobenchmark for triangulation and dof handler sizes
kanschat [Sun, 27 May 2007 23:00:55 +0000 (23:00 +0000)]
benchmark for triangulation and dof handler sizes

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

17 years agoremove specializations of TriaLevel for lower dimensions
kanschat [Sun, 27 May 2007 21:18:14 +0000 (21:18 +0000)]
remove specializations of TriaLevel for lower dimensions
specialization in 3D cannot be avoided, unless TriaObjects is improved

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

17 years agoreplace classes for Line, Quad and Hexahedron by a single template
kanschat [Sun, 27 May 2007 19:57:42 +0000 (19:57 +0000)]
replace classes for Line, Quad and Hexahedron by a single template

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

17 years agoremove tests from TAGS, since they are not in a subdirectory
kanschat [Sun, 27 May 2007 19:55:43 +0000 (19:55 +0000)]
remove tests from TAGS, since they are not in a subdirectory

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

17 years agoFix properties.
bangerth [Sun, 27 May 2007 04:05:58 +0000 (04:05 +0000)]
Fix properties.

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

17 years agoFix properties.
bangerth [Sun, 27 May 2007 04:05:41 +0000 (04:05 +0000)]
Fix properties.

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

17 years agoFix reference
bangerth [Sun, 27 May 2007 04:04:12 +0000 (04:04 +0000)]
Fix reference

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

17 years agoAdd the beginnings of a Boussinesq flow problem
bangerth [Sun, 27 May 2007 02:27:16 +0000 (02:27 +0000)]
Add the beginnings of a Boussinesq flow problem

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

17 years agoRemove a stale link
bangerth [Sun, 27 May 2007 02:23:06 +0000 (02:23 +0000)]
Remove a stale link

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

17 years agoFinally add Yaqi's tutorial program, as step-28. Change references to it.
bangerth [Sun, 27 May 2007 02:01:17 +0000 (02:01 +0000)]
Finally add Yaqi's tutorial program, as step-28. Change references to it.

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

17 years agoCheck in a more interesting 3d geometry
bangerth [Fri, 25 May 2007 20:03:21 +0000 (20:03 +0000)]
Check in a more interesting 3d geometry

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

17 years agoFix file name.
bangerth [Fri, 25 May 2007 14:46:13 +0000 (14:46 +0000)]
Fix file name.

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

17 years agoMove another test that now works.
bangerth [Fri, 25 May 2007 14:45:51 +0000 (14:45 +0000)]
Move another test that now works.

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

17 years agoTest now apparently works.
bangerth [Fri, 25 May 2007 14:45:06 +0000 (14:45 +0000)]
Test now apparently works.

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

17 years agoMove a test that now works.
bangerth [Fri, 25 May 2007 14:43:58 +0000 (14:43 +0000)]
Move a test that now works.

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

17 years agoChanged the "generic" output files for the tests, which were affected by the
kayser-herold [Fri, 25 May 2007 03:24:30 +0000 (03:24 +0000)]
Changed the "generic" output files for the tests, which were affected by the
3D fix of the hp_dof_handler.

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

17 years agoAdded a fix for the problem with the hpDoFHandler in 3D.
kayser-herold [Fri, 25 May 2007 03:02:43 +0000 (03:02 +0000)]
Added a fix for the problem with the hpDoFHandler in 3D.
Why this fix acually solves the problem is not completely
known yet.

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

17 years agomake output reproducible
kanschat [Thu, 24 May 2007 15:11:00 +0000 (15:11 +0000)]
make output reproducible

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

17 years agoFix grammar
bangerth [Thu, 24 May 2007 04:24:36 +0000 (04:24 +0000)]
Fix grammar

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

17 years agoMove files relating to hp into their own directories. This also required a number...
bangerth [Thu, 24 May 2007 04:16:35 +0000 (04:16 +0000)]
Move files relating to hp into their own directories. This also required a number of changes to deal.II/Makefile, since we now have a number of file names that appear more than once, though in different directories.

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

17 years agoMove files relating to hp into their own directories. This also required a number...
bangerth [Thu, 24 May 2007 04:16:26 +0000 (04:16 +0000)]
Move files relating to hp into their own directories. This also required a number of changes to deal.II/Makefile, since we now have a number of file names that appear more than once, though in different directories.

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

17 years agoadd
bangerth [Thu, 24 May 2007 02:35:49 +0000 (02:35 +0000)]
add

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

17 years agoDon't generate more output
bangerth [Thu, 24 May 2007 02:35:18 +0000 (02:35 +0000)]
Don't generate more output

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

17 years agoFix the missing rest of a statement
bangerth [Thu, 24 May 2007 01:40:10 +0000 (01:40 +0000)]
Fix the missing rest of a statement

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

17 years agoNew test
bangerth [Thu, 24 May 2007 01:28:41 +0000 (01:28 +0000)]
New test

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

17 years agoNew test
bangerth [Thu, 24 May 2007 01:26:55 +0000 (01:26 +0000)]
New test

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

17 years agoanother missing item
kanschat [Thu, 24 May 2007 00:14:34 +0000 (00:14 +0000)]
another missing item

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

17 years agotest Poisseuille flow
kanschat [Thu, 24 May 2007 00:11:27 +0000 (00:11 +0000)]
test Poisseuille flow

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

17 years agoadd missing compare file
kanschat [Thu, 24 May 2007 00:11:09 +0000 (00:11 +0000)]
add missing compare file

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

17 years agoadd Poisseuille flow
kanschat [Thu, 24 May 2007 00:10:36 +0000 (00:10 +0000)]
add Poisseuille flow

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

17 years agotest user_index functions
kanschat [Wed, 23 May 2007 20:50:54 +0000 (20:50 +0000)]
test user_index functions

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

17 years agoimplement user_index functions
kanschat [Wed, 23 May 2007 20:50:10 +0000 (20:50 +0000)]
implement user_index functions

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

17 years agoSolverControl fix for PETSc Richardson method.
prill [Tue, 22 May 2007 10:05:55 +0000 (10:05 +0000)]
SolverControl fix for PETSc Richardson method.

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

17 years agoMore changes for style
bangerth [Tue, 22 May 2007 06:06:41 +0000 (06:06 +0000)]
More changes for style

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

17 years agoUse out usual style
bangerth [Tue, 22 May 2007 06:05:42 +0000 (06:05 +0000)]
Use out usual style

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

17 years agoFix an omission
bangerth [Tue, 22 May 2007 05:38:32 +0000 (05:38 +0000)]
Fix an omission

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

17 years agoLink to the script to read Cubit files
bangerth [Sat, 19 May 2007 00:03:04 +0000 (00:03 +0000)]
Link to the script to read Cubit files

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

17 years agoMove testcase that now works.
bangerth [Thu, 17 May 2007 15:37:35 +0000 (15:37 +0000)]
Move testcase that now works.

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

17 years agoJoa's testcase now appears to work.
bangerth [Thu, 17 May 2007 15:36:17 +0000 (15:36 +0000)]
Joa's testcase now appears to work.

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

17 years agoFix a syntactic problem and one bug with an invalid index.
bangerth [Wed, 16 May 2007 16:22:02 +0000 (16:22 +0000)]
Fix a syntactic problem and one bug with an invalid index.

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

17 years agoReverted all changes by luca.
heltai [Wed, 16 May 2007 00:32:30 +0000 (00:32 +0000)]
Reverted all changes by luca.

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

17 years agoFixed find_cells_adjacent_to_vertex in coherently to the test case.
heltai [Tue, 15 May 2007 23:48:41 +0000 (23:48 +0000)]
Fixed find_cells_adjacent_to_vertex in coherently to the test case.

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

17 years agochanged test suite for find_cells_adjacent_to_vertex
heltai [Tue, 15 May 2007 23:43:19 +0000 (23:43 +0000)]
changed test suite for find_cells_adjacent_to_vertex

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

17 years agoreverted some nonsensical changes on dof_tools.
heltai [Tue, 15 May 2007 21:53:52 +0000 (21:53 +0000)]
reverted some nonsensical changes on dof_tools.

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

17 years agoClarify comment
bangerth [Tue, 15 May 2007 20:55:26 +0000 (20:55 +0000)]
Clarify comment

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

17 years agoFixed bug in find_cells_adjacent_to_vertex. Fixed behavior of count_dofs_per_block...
heltai [Tue, 15 May 2007 16:05:01 +0000 (16:05 +0000)]
Fixed bug in find_cells_adjacent_to_vertex. Fixed behavior of count_dofs_per_block and count_dofs_per_component.

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

17 years agochange comment
kanschat [Thu, 3 May 2007 23:07:57 +0000 (23:07 +0000)]
change comment

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

17 years agoadd more detailed documentation about this special condense function
kanschat [Thu, 3 May 2007 22:24:47 +0000 (22:24 +0000)]
add more detailed documentation about this special condense function

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

17 years agoBug fix: copy_indices vectors were not cleared before starting to insert new values.
hartmann [Thu, 3 May 2007 16:13:22 +0000 (16:13 +0000)]
Bug fix: copy_indices vectors were not cleared before starting to insert new values.

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

17 years agodata structures prepared for user index
kanschat [Wed, 2 May 2007 13:26:28 +0000 (13:26 +0000)]
data structures prepared for user index

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

17 years agoroundoff
kanschat [Wed, 2 May 2007 13:24:31 +0000 (13:24 +0000)]
roundoff

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

17 years agoadd additional output
kanschat [Wed, 2 May 2007 13:23:26 +0000 (13:23 +0000)]
add additional output

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

17 years agoincrease tolerance to 10^-13
kanschat [Wed, 2 May 2007 04:53:52 +0000 (04:53 +0000)]
increase tolerance to 10^-13

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

17 years agofinish tests
kanschat [Tue, 1 May 2007 23:03:00 +0000 (23:03 +0000)]
finish tests

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

17 years agoFix MGTransfer::copy_from_mg_add
kanschat [Tue, 1 May 2007 23:02:40 +0000 (23:02 +0000)]
Fix MGTransfer::copy_from_mg_add

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

17 years agomore tests for MGTransferBlockSelect
kanschat [Tue, 1 May 2007 22:32:59 +0000 (22:32 +0000)]
more tests for MGTransferBlockSelect

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

17 years agoadd isntead of set
kanschat [Tue, 1 May 2007 22:32:01 +0000 (22:32 +0000)]
add isntead of set

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

17 years agofurther tests on transfer classes
kanschat [Tue, 1 May 2007 21:45:27 +0000 (21:45 +0000)]
further tests on transfer classes

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

17 years agofix block structure in prolongation
kanschat [Tue, 1 May 2007 21:37:18 +0000 (21:37 +0000)]
fix block structure in prolongation

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

17 years agofix copy_to/from_mg
kanschat [Tue, 1 May 2007 21:36:49 +0000 (21:36 +0000)]
fix copy_to/from_mg

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

17 years agoimprove interface of reinit_vector_by_blocks for single block
kanschat [Tue, 1 May 2007 21:35:56 +0000 (21:35 +0000)]
improve interface of reinit_vector_by_blocks for single block

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

17 years agocompare different transfer classes
kanschat [Mon, 30 Apr 2007 20:27:16 +0000 (20:27 +0000)]
compare different transfer classes

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