]>
https://gitweb.dealii.org/ - dealii-svn.git/log
kanschat [Wed, 6 Jun 2007 21:09:30 +0000 (21:09 +0000)]
start hyper_shell in 3D
git-svn-id: https://svn.dealii.org/trunk@14762
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 6 Jun 2007 19:57:19 +0000 (19:57 +0000)]
l-shaped singularity for Stokes
git-svn-id: https://svn.dealii.org/trunk@14761
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 6 Jun 2007 19:57:04 +0000 (19:57 +0000)]
l-shaped singularity for Stokes
git-svn-id: https://svn.dealii.org/trunk@14760
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Wed, 6 Jun 2007 15:25:03 +0000 (15:25 +0000)]
Added a few new "make_sparsity_pattern" methods which use the
CompressedSetSparsityPattern instead of
the usual CompressedSparsityPattern.
git-svn-id: https://svn.dealii.org/trunk@14759
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Wed, 6 Jun 2007 15:22:40 +0000 (15:22 +0000)]
Added an alternative implementation of a compressed
sparsity pattern, which is based on the std::set class.
Due to unknown reasons, this class seems to perform
better than the original CSP in the context of
hp-adaptivity.
git-svn-id: https://svn.dealii.org/trunk@14758
0785d39b -7218-0410-832d-
ea1e28bc413d
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.