]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
23 years agoUse the dummy constructor of the quadrature class with invalid weights.
Wolfgang Bangerth [Mon, 7 May 2001 09:02:43 +0000 (09:02 +0000)]
Use the dummy constructor of the quadrature class with invalid weights.

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

23 years agoAdd a constructor to generate dummy quadrature rules with points only
Wolfgang Bangerth [Mon, 7 May 2001 08:31:38 +0000 (08:31 +0000)]
Add a constructor to generate dummy quadrature rules with points only
and invalid weights.

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

23 years agoAdd TODO that a reasonable return value will have to be invented.
Wolfgang Bangerth [Mon, 7 May 2001 08:30:55 +0000 (08:30 +0000)]
Add TODO that a reasonable return value will have to be invented.

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

23 years agotests ok on SUN
Guido Kanschat [Fri, 4 May 2001 14:16:07 +0000 (14:16 +0000)]
tests ok on SUN

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

23 years agodid not work
Guido Kanschat [Fri, 4 May 2001 13:03:54 +0000 (13:03 +0000)]
did not work

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

23 years agoDoc fixes.
Ralf Hartmann [Fri, 4 May 2001 12:53:49 +0000 (12:53 +0000)]
Doc fixes.

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

23 years agoSmall change for optimisation.
Ralf Hartmann [Fri, 4 May 2001 12:50:14 +0000 (12:50 +0000)]
Small change for optimisation.

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

23 years agochecks ok on pc
Guido Kanschat [Fri, 4 May 2001 12:49:07 +0000 (12:49 +0000)]
checks ok on pc

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

23 years agosuppress ... is up to date
Guido Kanschat [Fri, 4 May 2001 12:48:25 +0000 (12:48 +0000)]
suppress ... is up to date

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

23 years agoFix.
Ralf Hartmann [Fri, 4 May 2001 12:22:39 +0000 (12:22 +0000)]
Fix.

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

23 years agoSIAM J. Sci. Comp. paper of Hartmann and Houston in preparation.
Ralf Hartmann [Fri, 4 May 2001 12:22:13 +0000 (12:22 +0000)]
SIAM J. Sci. Comp. paper of Hartmann and Houston in preparation.

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

23 years agoAbstract of SIAM J. Sci. Comp. of Hartmann and Houston.
Ralf Hartmann [Fri, 4 May 2001 12:21:23 +0000 (12:21 +0000)]
Abstract of SIAM J. Sci. Comp. of Hartmann and Houston.

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

23 years agoRemove obsolete veryclean target.
Ralf Hartmann [Fri, 4 May 2001 11:25:31 +0000 (11:25 +0000)]
Remove obsolete veryclean target.

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

23 years agosolver.checked updated
Guido Kanschat [Fri, 4 May 2001 10:01:45 +0000 (10:01 +0000)]
solver.checked updated

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

23 years agoMakefile.dep is removed by calling clean, not only by calling veryclean
Ralf Hartmann [Fri, 4 May 2001 09:59:16 +0000 (09:59 +0000)]
Makefile.dep is removed by calling clean,  not only by calling veryclean

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

23 years agoAdd HiVision to the list.
Wolfgang Bangerth [Fri, 4 May 2001 08:29:15 +0000 (08:29 +0000)]
Add HiVision to the list.

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

23 years agoGrant access to internal parts of a function.
Wolfgang Bangerth [Thu, 3 May 2001 15:21:19 +0000 (15:21 +0000)]
Grant access to internal parts of a function.

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

23 years agoDelete InternalData::~InternalData because we delete memory that we no
Wolfgang Bangerth [Thu, 3 May 2001 14:44:33 +0000 (14:44 +0000)]
Delete InternalData::~InternalData because we delete memory that we no
more own as the variable that was deleted has been removed by Guido
and we now delete a variable with the same name in the base class,
which is subsequently tried to be deleted again. Arghhhh!!

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

23 years agoAdd simple test that computes the derivatives of a constant function.
Ralf Hartmann [Thu, 3 May 2001 12:34:46 +0000 (12:34 +0000)]
Add simple test that computes the derivatives of a constant function.

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

23 years agoOnly 2 digits needed due to common/scripts/normalize.pl.
Ralf Hartmann [Thu, 3 May 2001 11:55:21 +0000 (11:55 +0000)]
Only 2 digits needed due to common/scripts/normalize.pl.

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

23 years agoMake it compile.
Ralf Hartmann [Thu, 3 May 2001 11:54:16 +0000 (11:54 +0000)]
Make it compile.

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

23 years agoinclude polynomial_test in Makefile
Ralf Hartmann [Thu, 3 May 2001 11:53:50 +0000 (11:53 +0000)]
include polynomial_test in Makefile

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

23 years agoauthors update.
Ralf Hartmann [Wed, 2 May 2001 14:38:26 +0000 (14:38 +0000)]
authors update.

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

23 years agoImpose a CPU time limit of 30 minutes for each test run.
Wolfgang Bangerth [Wed, 2 May 2001 13:26:30 +0000 (13:26 +0000)]
Impose a CPU time limit of 30 minutes for each test run.

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

23 years agoFix a follow-up bug as well.
Wolfgang Bangerth [Wed, 2 May 2001 13:16:43 +0000 (13:16 +0000)]
Fix a follow-up bug as well.

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

23 years ago.
Wolfgang Bangerth [Wed, 2 May 2001 13:01:43 +0000 (13:01 +0000)]
.

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

23 years agoAllow ":" (and in particular "::") inside template type list.
Wolfgang Bangerth [Wed, 2 May 2001 12:56:09 +0000 (12:56 +0000)]
Allow ":" (and in particular "::") inside template type list.

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

23 years agoReference the test results from the global page.
Wolfgang Bangerth [Wed, 2 May 2001 12:50:33 +0000 (12:50 +0000)]
Reference the test results from the global page.

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

23 years agooutput of NoConvergence
Guido Kanschat [Wed, 2 May 2001 10:30:32 +0000 (10:30 +0000)]
output of NoConvergence

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

23 years agoSmall fix.
Ralf Hartmann [Wed, 2 May 2001 09:44:10 +0000 (09:44 +0000)]
Small fix.

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

23 years agonew function get_prefix in LogStream
Guido Kanschat [Wed, 2 May 2001 07:18:30 +0000 (07:18 +0000)]
new function get_prefix in LogStream

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

23 years agocode classes improved
Guido Kanschat [Wed, 2 May 2001 07:17:58 +0000 (07:17 +0000)]
code classes improved

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

23 years agoAdd some 150 typename keywords.
Wolfgang Bangerth [Tue, 1 May 2001 16:06:35 +0000 (16:06 +0000)]
Add some 150 typename keywords.

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

23 years agoif that directory exists, go into 'tests' and clean up there as well
Wolfgang Bangerth [Mon, 30 Apr 2001 17:16:50 +0000 (17:16 +0000)]
if that directory exists, go into 'tests' and clean up there as well

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

23 years agoFix bug: if we take values and derivatives of functions that are low
Wolfgang Bangerth [Mon, 30 Apr 2001 16:59:17 +0000 (16:59 +0000)]
Fix bug: if we take values and derivatives of functions that are low
order polynomials, we get into situations where all higher derivatives
are zero. Don't read beyond the end of the array in that case.

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

23 years agoAllow clean target to fail.
deal [Mon, 30 Apr 2001 16:42:51 +0000 (16:42 +0000)]
Allow clean target to fail.

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

23 years agoAdd about 150 missing typename keywords.
Wolfgang Bangerth [Mon, 30 Apr 2001 13:08:29 +0000 (13:08 +0000)]
Add about 150 missing typename keywords.

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

23 years agoRemove TODO, add comment.
Wolfgang Bangerth [Mon, 30 Apr 2001 11:10:49 +0000 (11:10 +0000)]
Remove TODO, add comment.

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

23 years agoAdd missing class decl.
Wolfgang Bangerth [Mon, 30 Apr 2001 11:09:40 +0000 (11:09 +0000)]
Add missing class decl.

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

23 years agoclean up
Guido Kanschat [Mon, 30 Apr 2001 05:38:41 +0000 (05:38 +0000)]
clean up

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

23 years agoFix order of entries.
Wolfgang Bangerth [Sun, 29 Apr 2001 16:30:25 +0000 (16:30 +0000)]
Fix order of entries.

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

23 years agoNew test.
Wolfgang Bangerth [Sun, 29 Apr 2001 16:26:26 +0000 (16:26 +0000)]
New test.

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

23 years agoImplement various 1d functions.
Wolfgang Bangerth [Sun, 29 Apr 2001 16:26:10 +0000 (16:26 +0000)]
Implement various 1d functions.

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

23 years agoAdd description.
Wolfgang Bangerth [Sun, 29 Apr 2001 16:25:50 +0000 (16:25 +0000)]
Add description.

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

23 years agoImplement various functions for 1d.
Wolfgang Bangerth [Sun, 29 Apr 2001 16:03:55 +0000 (16:03 +0000)]
Implement various functions for 1d.

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

23 years agoRemove comment of mine which I no more understand.
Wolfgang Bangerth [Sun, 29 Apr 2001 16:01:40 +0000 (16:01 +0000)]
Remove comment of mine which I no more understand.

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

23 years agoImprove algorithm in create_boundary_mass_matrix.
Wolfgang Bangerth [Sun, 29 Apr 2001 16:01:11 +0000 (16:01 +0000)]
Improve algorithm in create_boundary_mass_matrix.

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

23 years agoAdd filtered matrix, test case, doc updates, etc.
Wolfgang Bangerth [Fri, 27 Apr 2001 22:01:17 +0000 (22:01 +0000)]
Add filtered matrix, test case, doc updates, etc.

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

23 years agothis is a thing for everybody!
Guido Kanschat [Fri, 27 Apr 2001 09:35:59 +0000 (09:35 +0000)]
this is a thing for everybody!

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

23 years agoRemove unnecessary include files.
Wolfgang Bangerth [Fri, 27 Apr 2001 09:32:59 +0000 (09:32 +0000)]
Remove unnecessary include files.

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

23 years agodocumentation updates
Guido Kanschat [Fri, 27 Apr 2001 09:32:25 +0000 (09:32 +0000)]
documentation updates

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

23 years agoSmall clean-ups.
Wolfgang Bangerth [Fri, 27 Apr 2001 09:31:06 +0000 (09:31 +0000)]
Small clean-ups.

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

23 years agoRemove unnecessary includes.
Wolfgang Bangerth [Fri, 27 Apr 2001 09:30:22 +0000 (09:30 +0000)]
Remove unnecessary includes.

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

23 years agoMake things more standards compliant by adding some typename keywords.
Wolfgang Bangerth [Thu, 26 Apr 2001 14:31:39 +0000 (14:31 +0000)]
Make things more standards compliant by adding some typename keywords.

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

23 years agoadditional code classes
Guido Kanschat [Thu, 26 Apr 2001 11:36:23 +0000 (11:36 +0000)]
additional code classes

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

23 years agoSeems as if we defined a function inline in a .cc file, the compiler
Wolfgang Bangerth [Wed, 25 Apr 2001 16:54:24 +0000 (16:54 +0000)]
Seems as if we defined a function inline in a .cc file, the compiler
does not generate the code for external use.

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

23 years agoUse a much faster replacement for std::lower_bound which took about one third of...
Wolfgang Bangerth [Wed, 25 Apr 2001 16:10:02 +0000 (16:10 +0000)]
Use a much faster replacement for std::lower_bound which took about one third of the time to perform the SSOR preconditioner (which in turn took about half the total time needed to run my wave program).

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

23 years agotest runs in restricted version
Guido Kanschat [Wed, 25 Apr 2001 09:59:34 +0000 (09:59 +0000)]
test runs in restricted version

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

23 years agotest runs in restricted version
Guido Kanschat [Wed, 25 Apr 2001 09:59:00 +0000 (09:59 +0000)]
test runs in restricted version

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

23 years agoexception handled
Guido Kanschat [Wed, 25 Apr 2001 09:58:32 +0000 (09:58 +0000)]
exception handled

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

23 years agoLink to regression tests added
Guido Kanschat [Wed, 25 Apr 2001 09:43:08 +0000 (09:43 +0000)]
Link to regression tests added

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

23 years agoStyle files added
Guido Kanschat [Wed, 25 Apr 2001 09:38:22 +0000 (09:38 +0000)]
Style files added

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

23 years agoreport generator
Guido Kanschat [Wed, 25 Apr 2001 09:28:48 +0000 (09:28 +0000)]
report generator

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

23 years agoicons for test results
Guido Kanschat [Wed, 25 Apr 2001 09:21:17 +0000 (09:21 +0000)]
icons for test results

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

23 years agoperl script for HTML-reports
Guido Kanschat [Tue, 24 Apr 2001 16:31:22 +0000 (16:31 +0000)]
perl script for HTML-reports

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

23 years agoEnhance the test case for the map the other way round.
Wolfgang Bangerth [Tue, 24 Apr 2001 15:22:50 +0000 (15:22 +0000)]
Enhance the test case for the map the other way round.

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

23 years agoAdd new testcase.
Wolfgang Bangerth [Tue, 24 Apr 2001 14:47:18 +0000 (14:47 +0000)]
Add new testcase.

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

23 years agoMake the report target .PHONY.
Wolfgang Bangerth [Tue, 24 Apr 2001 13:18:09 +0000 (13:18 +0000)]
Make the report target .PHONY.

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

23 years agoMicro indentation change.
Wolfgang Bangerth [Tue, 24 Apr 2001 12:36:06 +0000 (12:36 +0000)]
Micro indentation change.

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

23 years agoImplement fully DoFTools::map_dofs_to_support_points.
Wolfgang Bangerth [Tue, 24 Apr 2001 12:33:45 +0000 (12:33 +0000)]
Implement fully DoFTools::map_dofs_to_support_points.

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

23 years agoDoFTools::map_dofs_to_support_points and other way round.
Wolfgang Bangerth [Tue, 24 Apr 2001 12:33:28 +0000 (12:33 +0000)]
DoFTools::map_dofs_to_support_points and other way round.

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

23 years agoHave another scale function that scales each element individually.
Wolfgang Bangerth [Mon, 23 Apr 2001 23:16:10 +0000 (23:16 +0000)]
Have another scale function that scales each element individually.

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

23 years agomap_support_points_to_dofs
Wolfgang Bangerth [Mon, 23 Apr 2001 23:15:48 +0000 (23:15 +0000)]
map_support_points_to_dofs

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

23 years agoDoFTools::map_dofs_to_support_points
Wolfgang Bangerth [Mon, 23 Apr 2001 17:11:30 +0000 (17:11 +0000)]
DoFTools::map_dofs_to_support_points

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

23 years agoAdd TODO.
Wolfgang Bangerth [Mon, 23 Apr 2001 17:04:25 +0000 (17:04 +0000)]
Add TODO.

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

23 years agoDoc updates.
Wolfgang Bangerth [Mon, 23 Apr 2001 17:03:02 +0000 (17:03 +0000)]
Doc updates.

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

23 years agoFix typo.
Wolfgang Bangerth [Mon, 23 Apr 2001 15:59:02 +0000 (15:59 +0000)]
Fix typo.

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

23 years agoFix typos.
Wolfgang Bangerth [Mon, 23 Apr 2001 15:56:44 +0000 (15:56 +0000)]
Fix typos.

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

23 years ago.
Wolfgang Bangerth [Mon, 23 Apr 2001 15:24:58 +0000 (15:24 +0000)]
.

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

23 years agoImplement VectorTools::interpolate_boundary_values for FunctionMap argument.
Wolfgang Bangerth [Mon, 23 Apr 2001 15:24:10 +0000 (15:24 +0000)]
Implement VectorTools::interpolate_boundary_values for FunctionMap argument.

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

23 years agoOnly clean-ups.
Wolfgang Bangerth [Mon, 23 Apr 2001 15:20:52 +0000 (15:20 +0000)]
Only clean-ups.

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

23 years agoFix TODO. Did not seem to be important to merge the two files, and fix comment.
Wolfgang Bangerth [Mon, 23 Apr 2001 15:20:22 +0000 (15:20 +0000)]
Fix TODO. Did not seem to be important to merge the two files, and fix comment.

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

23 years agoChange testcase such that 3d memory consumption remains reasonable.
Wolfgang Bangerth [Sat, 21 Apr 2001 20:23:02 +0000 (20:23 +0000)]
Change testcase such that 3d memory consumption remains reasonable.

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

23 years agoBring up to date.
Wolfgang Bangerth [Fri, 20 Apr 2001 20:15:10 +0000 (20:15 +0000)]
Bring up to date.

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

23 years agoAdd TODO comment.
Wolfgang Bangerth [Fri, 20 Apr 2001 20:14:40 +0000 (20:14 +0000)]
Add TODO comment.

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

23 years agoVertex numbers should be 1-based also in the GridOut::write_ucd_faces function
Ralf Hartmann [Fri, 20 Apr 2001 10:07:17 +0000 (10:07 +0000)]
Vertex numbers should be 1-based also in the GridOut::write_ucd_faces function

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

23 years agoBug fix. Vertex numbers should be 1-based also in the write_ucd_faces function.
Ralf Hartmann [Thu, 19 Apr 2001 16:50:38 +0000 (16:50 +0000)]
Bug fix. Vertex numbers should be 1-based also in the write_ucd_faces function.

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

23 years agouse the same value for PI in all places and add a comment to unify all these places...
Wolfgang Bangerth [Thu, 12 Apr 2001 21:31:40 +0000 (21:31 +0000)]
use the same value for PI in all places and add a comment to unify all these places into one central place.

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

23 years agoAdd 3d to tests.
Wolfgang Bangerth [Thu, 12 Apr 2001 15:13:33 +0000 (15:13 +0000)]
Add 3d to tests.

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

23 years agoFix silly bug.
Wolfgang Bangerth [Thu, 12 Apr 2001 15:12:25 +0000 (15:12 +0000)]
Fix silly bug.

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

23 years agoTensor::trace + DerivativeApproximation 3d.
Wolfgang Bangerth [Thu, 12 Apr 2001 14:49:27 +0000 (14:49 +0000)]
Tensor::trace + DerivativeApproximation 3d.

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

23 years agoAdd algorithm for 3d eigenvalues.
Wolfgang Bangerth [Thu, 12 Apr 2001 14:47:16 +0000 (14:47 +0000)]
Add algorithm for 3d eigenvalues.

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

23 years agoTrace of a tensor.
Wolfgang Bangerth [Thu, 12 Apr 2001 10:21:01 +0000 (10:21 +0000)]
Trace of a tensor.

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

23 years agoSort tests when reporting.
Wolfgang Bangerth [Thu, 12 Apr 2001 09:27:35 +0000 (09:27 +0000)]
Sort tests when reporting.

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

23 years agoFix typo.
Wolfgang Bangerth [Thu, 12 Apr 2001 08:49:16 +0000 (08:49 +0000)]
Fix typo.

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

23 years agoAdd target for reports in subdirs.
Wolfgang Bangerth [Thu, 12 Apr 2001 08:47:38 +0000 (08:47 +0000)]
Add target for reports in subdirs.

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

23 years agoFix bug in reverse Cuthill-McKee code (found by Oliver Rheinbach).
Wolfgang Bangerth [Thu, 12 Apr 2001 07:03:42 +0000 (07:03 +0000)]
Fix bug in reverse Cuthill-McKee code (found by Oliver Rheinbach).

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

23 years agoCheck in checked file.
Wolfgang Bangerth [Thu, 12 Apr 2001 07:03:05 +0000 (07:03 +0000)]
Check in checked file.

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

23 years agoNicer output.
Wolfgang Bangerth [Thu, 12 Apr 2001 06:42:39 +0000 (06:42 +0000)]
Nicer output.

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

23 years agoSlight output change, and change the degree of FEs as Q3 elements are
Wolfgang Bangerth [Thu, 12 Apr 2001 06:34:41 +0000 (06:34 +0000)]
Slight output change, and change the degree of FEs as Q3 elements are
not yet implemented in 3d.

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