]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
18 years agoAdd test results
bangerth [Thu, 10 Aug 2006 03:17:05 +0000 (03:17 +0000)]
Add test results

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

18 years agoRe-order dependencies. Previously, we got into trouble in case of parallel builds...
bangerth [Wed, 9 Aug 2006 22:31:28 +0000 (22:31 +0000)]
Re-order dependencies. Previously, we got into trouble in case of parallel builds if we did something like 'make -j4 debug all', since we would start two concurrent makes with the same targets. We need to leave things like this up to make itself.

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

18 years agoReindent
bangerth [Wed, 9 Aug 2006 17:22:00 +0000 (17:22 +0000)]
Reindent

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

18 years agoRemove now unused variable...
bangerth [Wed, 9 Aug 2006 14:39:03 +0000 (14:39 +0000)]
Remove now unused variable...

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

18 years agoTest presently fails
bangerth [Wed, 9 Aug 2006 03:36:37 +0000 (03:36 +0000)]
Test presently fails

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

18 years agoCommit a new test that presently falls on its face
bangerth [Wed, 9 Aug 2006 03:36:15 +0000 (03:36 +0000)]
Commit a new test that presently falls on its face

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

18 years agoSet svn:ignore
bangerth [Wed, 9 Aug 2006 03:31:39 +0000 (03:31 +0000)]
Set svn:ignore

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

18 years agoImplement VectorTools::project also for 1d.
bangerth [Wed, 9 Aug 2006 03:28:13 +0000 (03:28 +0000)]
Implement VectorTools::project also for 1d.

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

18 years agoAdd test results for a test that is now working
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

18 years agoRe-generate from Guido's changes
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

18 years agocheck gfortran before f77
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

18 years agoallow gcc fortran to be called f77
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

18 years agoFix the first part of the problem in dof_tools_19, where we run aground because we...
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

18 years agoUndo last checkin since it makes all attempts to build fail.
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

18 years agobug fix: use template argument number instead of double
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

18 years agotest existing functions in TridiagonalMatrix
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

18 years agoadd symmetry option for TridiagonalMatrix
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

18 years agoupdate Makefile.tests after Makefile
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

18 years agofind gfortran compiler if installed
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

18 years agoAdd
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

18 years agoAdd
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

18 years agoAdd
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

18 years agox
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

18 years agoAdd comment on why tests fail at present
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

18 years agoAdded a new dof_tools testcase, which leads to a couple
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

18 years agoFix output for the uniform mesh; it seems wrong for the distorted grid, though.
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

18 years agoFix comments
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

18 years agoMake sure the test is ok, and also add that bit of output that was missing to verify...
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

18 years agoCommit corrected output
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

18 years agox
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

18 years agoAdd test results
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

18 years agoEscape 'Boundary' so that doxygen doesn't cross link it.
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

18 years agoImproved support for PETSc 2.3.1+later versions.
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

18 years agoAdded support for PETSc 2.3.1 (16).
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

18 years agoextend DerivativeApproximation to third order derivatives, enable returning the full...
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

18 years agoFix up testcases
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

18 years agoregenerate for default system
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

18 years agoupdate comments
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

18 years agonew functionality in DerivativeApproximation: return the full tensor of derivatives
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

18 years agotest for new functionality in DerivativeApproximation
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

18 years agoreference update due to bug fix in DerivativeApproximation
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

18 years agobug fix: symmetrize the tensor of derivatives, not an intermediate one
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

18 years agoSecond argument to Utilities::int_to_string can now be omitted, leading to no padding...
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

18 years agoremove algorithm for producing old comarison directories
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

18 years agoactually, we should check for linking, not running
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

18 years agomake sure that tests failing because of full disks are not listed on the web page
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

18 years agomake sure test is correct
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

18 years agoadd print function
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

18 years agoaniso: new mesh smoothing function to prevent anisotropic refinement at strongly...
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

18 years agoDon't abort a program any more if an exception is presently being handled.
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

18 years agoFix testcase
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

18 years agoPoint web page at new recent changes page
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

18 years agoMove the declaration of collect_sizes to immediately after reinit(), where it makes...
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

18 years agoAnother test
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

18 years agoAnother test
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

18 years agoAdd correct test results
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

18 years agoUpdate comment
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

18 years agoAdd same test for ABF elements
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

18 years agoFix minor typo. Oliver's test 6
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

18 years agoAdd same as rt_approximation for the ABF spaces. Fix warning about unused variable.
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

18 years agoAdd Oliver's test 5
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

18 years agoAdd Oliver's 4th testcase
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

18 years agoAdd TODOs.
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

18 years agoRe-add now correct properties
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

18 years agoRe-add file
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

18 years agoRemove file that by accident was checked in as a binary file
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

18 years agoNo output file until the correctness if verified
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

18 years agoAdd another of Oliver's tests. No clue whether the result is correct
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

18 years agoAdd a test that checks Oliver's code for correctness of normal directions
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

18 years agoNew test for the abf element
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

18 years agoNew test for the abf element
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

18 years agoCheck that at least a single thread is going to run
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

18 years agoChange the tests to what they are supposed to test. rt_14 presently produces the...
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

18 years agoAdd new tests. Will test FESubfaceValues
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

18 years agoPartly hp-ify these tests. Not all library calls work right now
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

18 years agoRemove a multigrid test, since that can't possibly be hp-ified at present
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

18 years agoFix output following yesterday's fix to face_to_equivalent_cell_index
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

18 years agoFix output following yesterday's fix to face_to_equivalent_cell_index
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

18 years agox
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

18 years agox
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

18 years agoRemove tests that are specific to hp/
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

18 years agoUpdate comment
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

18 years agoUn-hp-ify these codes to test the original functionality of step-1 through step-10
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

18 years agoFix output files
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

18 years agox
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

18 years agox
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

18 years agoRemove now unnecessary files
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

18 years agoRemove the timing output, since this is unreliable
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

18 years agoAdded the lines to adjust almost 1 and almost 0 entries
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

18 years agoAdd files also here, not only in hp/
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

18 years agox
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

18 years agoAdd step-XX tests. 11-16 are in their original form, 1-10 need to be un-hp-ified
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

18 years agoRemove unnecessary files
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

18 years agoAdd a few more tests. Presently not hp-ified, but will be.
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

18 years agoTransport the exact error code of pthread_create into the exception in case it fails
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

18 years agoFix bits/fe_face_to_cell_index, which yielded wrong results because face 0 now has...
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

18 years agoFix up test. Add it to the Makefile. Add results file
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

18 years agoAdd proper output file.
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

18 years agoMove a few tests from bits to base
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

18 years agoTest GeometryInfo::face_to_cell_vertex
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


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.