]>
https://gitweb.dealii.org/ - dealii-svn.git/log
bangerth [Wed, 9 Aug 2006 03:26:09 +0000 (03:26 +0000)]
Add test results for a test that is now working
git-svn-id: https://svn.dealii.org/trunk@13619
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 7 Aug 2006 22:11:49 +0000 (22:11 +0000)]
Re-generate from Guido's changes
git-svn-id: https://svn.dealii.org/trunk@13618
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 7 Aug 2006 20:34:21 +0000 (20:34 +0000)]
check gfortran before f77
git-svn-id: https://svn.dealii.org/trunk@13617
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 7 Aug 2006 17:04:19 +0000 (17:04 +0000)]
allow gcc fortran to be called f77
git-svn-id: https://svn.dealii.org/trunk@13616
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 7 Aug 2006 14:06:44 +0000 (14:06 +0000)]
Fix the first part of the problem in dof_tools_19, where we run aground because we call QGauss<0>(6).
git-svn-id: https://svn.dealii.org/trunk@13615
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 7 Aug 2006 13:51:30 +0000 (13:51 +0000)]
Undo last checkin since it makes all attempts to build fail.
git-svn-id: https://svn.dealii.org/trunk@13613
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Mon, 7 Aug 2006 06:56:47 +0000 (06:56 +0000)]
bug fix: use template argument number instead of double
git-svn-id: https://svn.dealii.org/trunk@13612
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Sun, 6 Aug 2006 22:01:44 +0000 (22:01 +0000)]
test existing functions in TridiagonalMatrix
git-svn-id: https://svn.dealii.org/trunk@13611
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Sun, 6 Aug 2006 22:01:07 +0000 (22:01 +0000)]
add symmetry option for TridiagonalMatrix
git-svn-id: https://svn.dealii.org/trunk@13610
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Sun, 6 Aug 2006 21:59:50 +0000 (21:59 +0000)]
update Makefile.tests after Makefile
git-svn-id: https://svn.dealii.org/trunk@13609
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Sun, 6 Aug 2006 21:57:53 +0000 (21:57 +0000)]
find gfortran compiler if installed
git-svn-id: https://svn.dealii.org/trunk@13608
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 21:54:49 +0000 (21:54 +0000)]
Add
git-svn-id: https://svn.dealii.org/trunk@13607
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 21:41:54 +0000 (21:41 +0000)]
Add
git-svn-id: https://svn.dealii.org/trunk@13606
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 21:41:33 +0000 (21:41 +0000)]
Add
git-svn-id: https://svn.dealii.org/trunk@13605
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 21:39:25 +0000 (21:39 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@13604
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 21:11:43 +0000 (21:11 +0000)]
Add comment on why tests fail at present
git-svn-id: https://svn.dealii.org/trunk@13603
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Fri, 4 Aug 2006 20:56:04 +0000 (20:56 +0000)]
Added a new dof_tools testcase, which leads to a couple
of internal errors. One of the errors is in
VectorTools::project which leads to problems when used
in 1D. The second is somehow related to the make_hanging_nodes
procedure.
git-svn-id: https://svn.dealii.org/trunk@13602
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 19:22:45 +0000 (19:22 +0000)]
Fix output for the uniform mesh; it seems wrong for the distorted grid, though.
git-svn-id: https://svn.dealii.org/trunk@13601
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 19:15:07 +0000 (19:15 +0000)]
Fix comments
git-svn-id: https://svn.dealii.org/trunk@13600
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 19:13:30 +0000 (19:13 +0000)]
Make sure the test is ok, and also add that bit of output that was missing to verify that it actually is.
It tests whether hanging
nodes are identity-constrained to another one; that used to be the case for
RT elements at one time, but is no longer since they now scale with h;
consequently, one node is exactly one half of the value of another -- i.e. it
is still constrained to a single other one, but the weight is not the
identity any more. The test is therefore ok with its present output.
git-svn-id: https://svn.dealii.org/trunk@13599
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 18:57:44 +0000 (18:57 +0000)]
Commit corrected output
git-svn-id: https://svn.dealii.org/trunk@13598
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 18:53:52 +0000 (18:53 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@13597
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Fri, 4 Aug 2006 14:59:54 +0000 (14:59 +0000)]
Add test results
git-svn-id: https://svn.dealii.org/trunk@13596
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 14:14:30 +0000 (14:14 +0000)]
Escape 'Boundary' so that doxygen doesn't cross link it.
git-svn-id: https://svn.dealii.org/trunk@13595
0785d39b -7218-0410-832d-
ea1e28bc413d
prill [Fri, 4 Aug 2006 11:25:41 +0000 (11:25 +0000)]
Improved support for PETSc 2.3.1+later versions.
git-svn-id: https://svn.dealii.org/trunk@13594
0785d39b -7218-0410-832d-
ea1e28bc413d
prill [Fri, 4 Aug 2006 08:55:11 +0000 (08:55 +0000)]
Added support for PETSc 2.3.1 (16).
git-svn-id: https://svn.dealii.org/trunk@13593
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Fri, 4 Aug 2006 05:02:02 +0000 (05:02 +0000)]
extend DerivativeApproximation to third order derivatives, enable returning the full derivative tensor
git-svn-id: https://svn.dealii.org/trunk@13591
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Fri, 4 Aug 2006 03:43:17 +0000 (03:43 +0000)]
Fix up testcases
git-svn-id: https://svn.dealii.org/trunk@13590
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 Aug 2006 03:02:07 +0000 (03:02 +0000)]
regenerate for default system
git-svn-id: https://svn.dealii.org/trunk@13589
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 3 Aug 2006 22:07:08 +0000 (22:07 +0000)]
update comments
git-svn-id: https://svn.dealii.org/trunk@13588
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Thu, 3 Aug 2006 08:59:23 +0000 (08:59 +0000)]
new functionality in DerivativeApproximation: return the full tensor of derivatives
git-svn-id: https://svn.dealii.org/trunk@13584
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Thu, 3 Aug 2006 08:01:09 +0000 (08:01 +0000)]
test for new functionality in DerivativeApproximation
git-svn-id: https://svn.dealii.org/trunk@13583
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Thu, 3 Aug 2006 07:15:25 +0000 (07:15 +0000)]
reference update due to bug fix in DerivativeApproximation
git-svn-id: https://svn.dealii.org/trunk@13582
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Thu, 3 Aug 2006 07:14:20 +0000 (07:14 +0000)]
bug fix: symmetrize the tensor of derivatives, not an intermediate one
git-svn-id: https://svn.dealii.org/trunk@13581
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 3 Aug 2006 00:34:29 +0000 (00:34 +0000)]
Second argument to Utilities::int_to_string can now be omitted, leading to no padding at all.
git-svn-id: https://svn.dealii.org/trunk@13580
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 2 Aug 2006 19:46:20 +0000 (19:46 +0000)]
remove algorithm for producing old comarison directories
git-svn-id: https://svn.dealii.org/trunk@13579
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 2 Aug 2006 19:26:59 +0000 (19:26 +0000)]
actually, we should check for linking, not running
git-svn-id: https://svn.dealii.org/trunk@13578
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 2 Aug 2006 19:22:53 +0000 (19:22 +0000)]
make sure that tests failing because of full disks are not listed on the web page
git-svn-id: https://svn.dealii.org/trunk@13577
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 2 Aug 2006 17:43:08 +0000 (17:43 +0000)]
make sure test is correct
git-svn-id: https://svn.dealii.org/trunk@13576
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 2 Aug 2006 17:42:32 +0000 (17:42 +0000)]
add print function
git-svn-id: https://svn.dealii.org/trunk@13575
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Wed, 2 Aug 2006 13:28:00 +0000 (13:28 +0000)]
aniso: new mesh smoothing function to prevent anisotropic refinement at strongly curved boundaries
git-svn-id: https://svn.dealii.org/trunk@13574
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 19:46:06 +0000 (19:46 +0000)]
Don't abort a program any more if an exception is presently being handled.
git-svn-id: https://svn.dealii.org/trunk@13573
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 19:24:28 +0000 (19:24 +0000)]
Fix testcase
git-svn-id: https://svn.dealii.org/trunk@13572
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 19:04:48 +0000 (19:04 +0000)]
Point web page at new recent changes page
git-svn-id: https://svn.dealii.org/trunk@13571
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:39:13 +0000 (15:39 +0000)]
Move the declaration of collect_sizes to immediately after reinit(), where it makes the most sense.
git-svn-id: https://svn.dealii.org/trunk@13570
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:31:37 +0000 (15:31 +0000)]
Another test
git-svn-id: https://svn.dealii.org/trunk@13569
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:31:23 +0000 (15:31 +0000)]
Another test
git-svn-id: https://svn.dealii.org/trunk@13568
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:28:35 +0000 (15:28 +0000)]
Add correct test results
git-svn-id: https://svn.dealii.org/trunk@13567
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:26:58 +0000 (15:26 +0000)]
Update comment
git-svn-id: https://svn.dealii.org/trunk@13566
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:23:17 +0000 (15:23 +0000)]
Add same test for ABF elements
git-svn-id: https://svn.dealii.org/trunk@13565
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:22:08 +0000 (15:22 +0000)]
Fix minor typo. Oliver's test 6
git-svn-id: https://svn.dealii.org/trunk@13564
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:12:23 +0000 (15:12 +0000)]
Add same as rt_approximation for the ABF spaces. Fix warning about unused variable.
git-svn-id: https://svn.dealii.org/trunk@13563
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 15:10:19 +0000 (15:10 +0000)]
Add Oliver's test 5
git-svn-id: https://svn.dealii.org/trunk@13562
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 Aug 2006 14:52:57 +0000 (14:52 +0000)]
Add Oliver's 4th testcase
git-svn-id: https://svn.dealii.org/trunk@13561
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 22:39:34 +0000 (22:39 +0000)]
Add TODOs.
git-svn-id: https://svn.dealii.org/trunk@13560
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 22:16:57 +0000 (22:16 +0000)]
Re-add now correct properties
git-svn-id: https://svn.dealii.org/trunk@13559
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 22:15:11 +0000 (22:15 +0000)]
Re-add file
git-svn-id: https://svn.dealii.org/trunk@13558
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 22:14:52 +0000 (22:14 +0000)]
Remove file that by accident was checked in as a binary file
git-svn-id: https://svn.dealii.org/trunk@13557
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 21:48:03 +0000 (21:48 +0000)]
No output file until the correctness if verified
git-svn-id: https://svn.dealii.org/trunk@13556
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 21:47:42 +0000 (21:47 +0000)]
Add another of Oliver's tests. No clue whether the result is correct
git-svn-id: https://svn.dealii.org/trunk@13555
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 21:35:52 +0000 (21:35 +0000)]
Add a test that checks Oliver's code for correctness of normal directions
git-svn-id: https://svn.dealii.org/trunk@13554
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 21:27:25 +0000 (21:27 +0000)]
New test for the abf element
git-svn-id: https://svn.dealii.org/trunk@13553
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 21:26:56 +0000 (21:26 +0000)]
New test for the abf element
git-svn-id: https://svn.dealii.org/trunk@13552
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 21:24:54 +0000 (21:24 +0000)]
Check that at least a single thread is going to run
git-svn-id: https://svn.dealii.org/trunk@13551
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 20:35:16 +0000 (20:35 +0000)]
Change the tests to what they are supposed to test. rt_14 presently produces the wrong result, while rt_15 crashes.
git-svn-id: https://svn.dealii.org/trunk@13550
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 20:29:36 +0000 (20:29 +0000)]
Add new tests. Will test FESubfaceValues
git-svn-id: https://svn.dealii.org/trunk@13549
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 19:41:45 +0000 (19:41 +0000)]
Partly hp-ify these tests. Not all library calls work right now
git-svn-id: https://svn.dealii.org/trunk@13548
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 18:44:12 +0000 (18:44 +0000)]
Remove a multigrid test, since that can't possibly be hp-ified at present
git-svn-id: https://svn.dealii.org/trunk@13547
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 15:44:28 +0000 (15:44 +0000)]
Fix output following yesterday's fix to face_to_equivalent_cell_index
git-svn-id: https://svn.dealii.org/trunk@13546
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 15:40:17 +0000 (15:40 +0000)]
Fix output following yesterday's fix to face_to_equivalent_cell_index
git-svn-id: https://svn.dealii.org/trunk@13545
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 15:38:22 +0000 (15:38 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@13544
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 15:22:37 +0000 (15:22 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@13543
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 15:12:50 +0000 (15:12 +0000)]
Remove tests that are specific to hp/
git-svn-id: https://svn.dealii.org/trunk@13542
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 15:11:48 +0000 (15:11 +0000)]
Update comment
git-svn-id: https://svn.dealii.org/trunk@13541
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 15:11:06 +0000 (15:11 +0000)]
Un-hp-ify these codes to test the original functionality of step-1 through step-10
git-svn-id: https://svn.dealii.org/trunk@13540
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 14:58:39 +0000 (14:58 +0000)]
Fix output files
git-svn-id: https://svn.dealii.org/trunk@13539
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 14:49:56 +0000 (14:49 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@13538
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 14:48:53 +0000 (14:48 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@13537
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 14:46:36 +0000 (14:46 +0000)]
Remove now unnecessary files
git-svn-id: https://svn.dealii.org/trunk@13536
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 14:46:15 +0000 (14:46 +0000)]
Remove the timing output, since this is unreliable
git-svn-id: https://svn.dealii.org/trunk@13535
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Mon, 31 Jul 2006 01:27:09 +0000 (01:27 +0000)]
Added the lines to adjust almost 1 and almost 0 entries
in the face/subface interpolation matrices to the
method for subfaces.
git-svn-id: https://svn.dealii.org/trunk@13534
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Mon, 31 Jul 2006 00:33:15 +0000 (00:33 +0000)]
Add files also here, not only in hp/
git-svn-id: https://svn.dealii.org/trunk@13533
0785d39b -7218-0410-832d-
ea1e28bc413d
kayser-herold [Mon, 31 Jul 2006 00:27:41 +0000 (00:27 +0000)]
x
git-svn-id: https://svn.dealii.org/trunk@13532
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 31 Jul 2006 00:26:29 +0000 (00:26 +0000)]
Add step-XX tests. 11-16 are in their original form, 1-10 need to be un-hp-ified
git-svn-id: https://svn.dealii.org/trunk@13531
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 23:35:54 +0000 (23:35 +0000)]
Remove unnecessary files
git-svn-id: https://svn.dealii.org/trunk@13530
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 23:26:01 +0000 (23:26 +0000)]
Add a few more tests. Presently not hp-ified, but will be.
git-svn-id: https://svn.dealii.org/trunk@13529
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 22:29:00 +0000 (22:29 +0000)]
Transport the exact error code of pthread_create into the exception in case it fails
git-svn-id: https://svn.dealii.org/trunk@13528
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 22:19:50 +0000 (22:19 +0000)]
Fix bits/fe_face_to_cell_index, which yielded wrong results because face 0 now has vertices 0 and 2 adjacent (in 2d), rather than as previously 0 and 1
git-svn-id: https://svn.dealii.org/trunk@13527
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 22:18:58 +0000 (22:18 +0000)]
Fix up test. Add it to the Makefile. Add results file
git-svn-id: https://svn.dealii.org/trunk@13526
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 22:09:06 +0000 (22:09 +0000)]
Add proper output file.
git-svn-id: https://svn.dealii.org/trunk@13525
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 22:07:04 +0000 (22:07 +0000)]
Move a few tests from bits to base
git-svn-id: https://svn.dealii.org/trunk@13524
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 22:05:09 +0000 (22:05 +0000)]
Test GeometryInfo::face_to_cell_vertex
git-svn-id: https://svn.dealii.org/trunk@13523
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 21:21:38 +0000 (21:21 +0000)]
Rename test to indicate what it does
git-svn-id: https://svn.dealii.org/trunk@13522
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 21:20:48 +0000 (21:20 +0000)]
Simplify test a bit
git-svn-id: https://svn.dealii.org/trunk@13521
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 21:19:42 +0000 (21:19 +0000)]
Minor cleanups
git-svn-id: https://svn.dealii.org/trunk@13520
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 16:02:03 +0000 (16:02 +0000)]
Rewrite test so that it a) tests more, and b) aborts when something isn't right
git-svn-id: https://svn.dealii.org/trunk@13519
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 15:51:36 +0000 (15:51 +0000)]
Properly set svn:ignore flags
git-svn-id: https://svn.dealii.org/trunk@13518
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 15:50:46 +0000 (15:50 +0000)]
Make test a bit smaller in 3d -- it used >900MB of memory there. The error message we get is the same, though.
git-svn-id: https://svn.dealii.org/trunk@13517
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 15:47:11 +0000 (15:47 +0000)]
Add test results for this system
git-svn-id: https://svn.dealii.org/trunk@13516
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 30 Jul 2006 15:27:05 +0000 (15:27 +0000)]
Use int2type from ::internal, rather than re-inventing it.
git-svn-id: https://svn.dealii.org/trunk@13515
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.