]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
17 years agoReplaced several checks for spaces by checks for whitespaces. The
kayser-herold [Thu, 26 Jul 2007 19:07:05 +0000 (19:07 +0000)]
Replaced several checks for spaces by checks for whitespaces. The
motivation were problems under cygwin, where under certain conditions
the CR of a CR LF was stuck at the end of an identifier, which made
it unrecognisable by the parser. The parsing is hopefully a little
more robust now.

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

17 years agosimplify declarations by removing specializations
kanschat [Wed, 25 Jul 2007 07:38:02 +0000 (07:38 +0000)]
simplify declarations by removing specializations

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

17 years agonew StokesCosine
kanschat [Tue, 24 Jul 2007 09:06:05 +0000 (09:06 +0000)]
new StokesCosine

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

17 years agoUse -lpthread for icc10
bangerth [Thu, 19 Jul 2007 14:51:44 +0000 (14:51 +0000)]
Use -lpthread for icc10

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

17 years agoAdd one more paper
bangerth [Thu, 19 Jul 2007 07:04:23 +0000 (07:04 +0000)]
Add one more paper

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

17 years agoMention SPEC CPU 2006.
bangerth [Thu, 19 Jul 2007 06:14:38 +0000 (06:14 +0000)]
Mention SPEC CPU 2006.

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

17 years agoMention Wilkinson prize.
bangerth [Thu, 19 Jul 2007 06:04:35 +0000 (06:04 +0000)]
Mention Wilkinson prize.

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

17 years agoMove a test that now appears to work.
bangerth [Wed, 18 Jul 2007 23:32:02 +0000 (23:32 +0000)]
Move a test that now appears to work.

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

17 years agoMove a test that now appears to work.
bangerth [Wed, 18 Jul 2007 23:31:39 +0000 (23:31 +0000)]
Move a test that now appears to work.

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

17 years agoSet props.
bangerth [Wed, 18 Jul 2007 23:31:01 +0000 (23:31 +0000)]
Set props.

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

17 years agoDuring coarsening in 3D: count cells containg any given line to decide whethter this...
leicht [Mon, 16 Jul 2007 06:02:35 +0000 (06:02 +0000)]
During coarsening in 3D: count cells containg any given line to decide whethter this line can be deleted or not. This fixes the line_coarsening_3d test.

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

17 years agoRestored VectorBase::set and introduced a collective add function.
prill [Mon, 16 Jul 2007 05:55:14 +0000 (05:55 +0000)]
Restored VectorBase::set and introduced a collective add function.

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

17 years agoExplicitely initialize Subscriptor in copy constructor of Quadrature<0> to avoid...
hartmann [Fri, 13 Jul 2007 13:41:19 +0000 (13:41 +0000)]
Explicitely initialize Subscriptor in copy constructor of Quadrature<0> to avoid warning of gcc3.4.

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

17 years agoExtended interface: new add_values parameter for PETScWrappers::VectorBase::set(...
prill [Fri, 13 Jul 2007 12:35:37 +0000 (12:35 +0000)]
Extended interface: new add_values parameter for PETScWrappers::VectorBase::set(...).

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

17 years agoDo not attempt to do autoparallelization with icc, as this only rarely leads to paral...
bangerth [Wed, 11 Jul 2007 21:14:59 +0000 (21:14 +0000)]
Do not attempt to do autoparallelization with icc, as this only rarely leads to parallelized code but instead leads to trouble with static libraries

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

17 years agoUpdate some docs.
bangerth [Wed, 11 Jul 2007 20:52:14 +0000 (20:52 +0000)]
Update some docs.

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

17 years agoFix spelling
bangerth [Tue, 10 Jul 2007 22:02:57 +0000 (22:02 +0000)]
Fix spelling

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

17 years agoUpdate with a few publications of Francesco.
bangerth [Tue, 10 Jul 2007 15:45:53 +0000 (15:45 +0000)]
Update with a few publications of Francesco.

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

17 years agoAdd explicit specialization declaration
bangerth [Tue, 10 Jul 2007 00:03:28 +0000 (00:03 +0000)]
Add explicit specialization declaration

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

17 years agoAdd a missing explicit specialization
bangerth [Tue, 10 Jul 2007 00:02:47 +0000 (00:02 +0000)]
Add a missing explicit specialization

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

17 years agoSuppress vectorization output from icc 10.
bangerth [Mon, 9 Jul 2007 23:50:09 +0000 (23:50 +0000)]
Suppress vectorization output from icc 10.

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

17 years agoupdate
bangerth [Thu, 5 Jul 2007 03:57:37 +0000 (03:57 +0000)]
update

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

17 years agoBump revision number to 6.0.pre
bangerth [Thu, 5 Jul 2007 01:04:15 +0000 (01:04 +0000)]
Bump revision number to 6.0.pre

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

17 years agoCan't use brackets in case switches
bangerth [Tue, 3 Jul 2007 21:36:55 +0000 (21:36 +0000)]
Can't use brackets in case switches

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

17 years agoBump version to 6.0.pre
bangerth [Tue, 3 Jul 2007 21:23:15 +0000 (21:23 +0000)]
Bump version to 6.0.pre

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

17 years agoAdd necessary linker flag
bangerth [Mon, 2 Jul 2007 14:41:38 +0000 (14:41 +0000)]
Add necessary linker flag

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

17 years agoRemove some of the stuff we won't need any more for the tutorial program
bangerth [Sun, 1 Jul 2007 16:48:31 +0000 (16:48 +0000)]
Remove some of the stuff we won't need any more for the tutorial program

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

17 years agoAdd a note to the TODO
bangerth [Sat, 30 Jun 2007 05:52:31 +0000 (05:52 +0000)]
Add a note to the TODO

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

17 years agoadd
bangerth [Sat, 30 Jun 2007 05:51:38 +0000 (05:51 +0000)]
add

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

17 years agoadd
bangerth [Sat, 30 Jun 2007 05:50:57 +0000 (05:50 +0000)]
add

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

17 years agoupdate
bangerth [Sat, 30 Jun 2007 05:31:44 +0000 (05:31 +0000)]
update

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

17 years agoAdd acknowledgment.
bangerth [Sat, 30 Jun 2007 05:22:28 +0000 (05:22 +0000)]
Add acknowledgment.

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

17 years agoUse right flags for optimization for icc10.
bangerth [Sat, 30 Jun 2007 05:16:43 +0000 (05:16 +0000)]
Use right flags for optimization for icc10.

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

17 years agoUse the right flag for icc10
bangerth [Sat, 30 Jun 2007 05:11:16 +0000 (05:11 +0000)]
Use the right flag for icc10

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

17 years agoList icc 10.
bangerth [Sat, 30 Jun 2007 01:27:41 +0000 (01:27 +0000)]
List icc 10.

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

17 years agoadd
bangerth [Sat, 30 Jun 2007 01:22:20 +0000 (01:22 +0000)]
add

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

17 years agoAdjust command line options to gcc-style as used in more recent icc versions.
bangerth [Sat, 30 Jun 2007 01:17:01 +0000 (01:17 +0000)]
Adjust command line options to gcc-style as used in more recent icc versions.

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

17 years agoFix missing 'fi'.
bangerth [Sat, 30 Jun 2007 01:09:36 +0000 (01:09 +0000)]
Fix missing 'fi'.

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

17 years agoDetect icc10.
bangerth [Sat, 30 Jun 2007 01:08:06 +0000 (01:08 +0000)]
Detect icc10.

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

17 years agoRemove now outdated files.
bangerth [Sat, 30 Jun 2007 00:59:51 +0000 (00:59 +0000)]
Remove now outdated files.

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

17 years agoupdate after Oliver's change on 5/24/2007
bangerth [Sat, 30 Jun 2007 00:46:44 +0000 (00:46 +0000)]
update after Oliver's change on 5/24/2007

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

17 years agoupdate after Oliver's change on 5/24/2007
bangerth [Sat, 30 Jun 2007 00:44:17 +0000 (00:44 +0000)]
update after Oliver's change on 5/24/2007

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

17 years agoupdate
bangerth [Sat, 30 Jun 2007 00:39:19 +0000 (00:39 +0000)]
update

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

17 years agoRemove now no longer necessary file
bangerth [Sat, 30 Jun 2007 00:37:31 +0000 (00:37 +0000)]
Remove now no longer necessary file

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

17 years agoUse a different refinement fraction. The previous one, 0.3, led to different results...
bangerth [Sat, 30 Jun 2007 00:36:12 +0000 (00:36 +0000)]
Use a different refinement fraction. The previous one, 0.3, led to different results on different machines since 0.3*20 rounded to integer is 6 on Intel IA32, but 5 on AMD Opteron 64bit.

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

17 years agoIn 3D coarsening might delete children of lines which are still needed, if 6 or more...
leicht [Thu, 28 Jun 2007 14:05:18 +0000 (14:05 +0000)]
In 3D coarsening might delete children of lines which are still needed, if 6 or more cells share a common line. Create a failing test to document this.

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

17 years agoFix the cause for a bunch of regressions. Ouch, bad testing...
bangerth [Wed, 27 Jun 2007 18:08:36 +0000 (18:08 +0000)]
Fix the cause for a bunch of regressions. Ouch, bad testing...

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

17 years agoAdd new test
bangerth [Tue, 26 Jun 2007 05:14:49 +0000 (05:14 +0000)]
Add new test

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

17 years agoRemove a TODO that appears to have been fixed
bangerth [Tue, 26 Jun 2007 05:07:16 +0000 (05:07 +0000)]
Remove a TODO that appears to have been fixed

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

17 years agoResolve a TODO by adding assertions
bangerth [Tue, 26 Jun 2007 05:06:52 +0000 (05:06 +0000)]
Resolve a TODO by adding assertions

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

17 years agoRemove a TODO that I now no longer understand
bangerth [Tue, 26 Jun 2007 05:06:35 +0000 (05:06 +0000)]
Remove a TODO that I now no longer understand

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

17 years agoComment new classes.
bangerth [Tue, 26 Jun 2007 05:06:13 +0000 (05:06 +0000)]
Comment new classes.

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

17 years agoReformat
bangerth [Tue, 26 Jun 2007 05:05:55 +0000 (05:05 +0000)]
Reformat

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

17 years agoUse Utilities::fixed_power
bangerth [Tue, 26 Jun 2007 05:05:31 +0000 (05:05 +0000)]
Use Utilities::fixed_power

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

17 years agoFollow usual style
bangerth [Tue, 26 Jun 2007 05:04:51 +0000 (05:04 +0000)]
Follow usual style

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

17 years agoRemove a now obsolete TODO.
bangerth [Tue, 26 Jun 2007 05:04:39 +0000 (05:04 +0000)]
Remove a now obsolete TODO.

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

17 years agoIntroduce Utilities::fixed_power. Use it in data_out_base. Move another exception...
bangerth [Tue, 26 Jun 2007 05:04:09 +0000 (05:04 +0000)]
Introduce Utilities::fixed_power. Use it in data_out_base. Move another exception away from that file.

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

17 years agoMove an exception from the .cc file
bangerth [Tue, 26 Jun 2007 05:03:34 +0000 (05:03 +0000)]
Move an exception from the .cc file

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

17 years agoRemove a TODO that doesn't seem to make sense any more.
bangerth [Tue, 26 Jun 2007 05:02:58 +0000 (05:02 +0000)]
Remove a TODO that doesn't seem to make sense any more.

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

17 years agoFix reference
bangerth [Tue, 26 Jun 2007 05:02:17 +0000 (05:02 +0000)]
Fix reference

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

17 years agoAdd a few missing assertions
bangerth [Tue, 26 Jun 2007 05:01:38 +0000 (05:01 +0000)]
Add a few missing assertions

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

17 years agoRemove a few functions that had been commented out. Follow our usual style in a few...
bangerth [Tue, 26 Jun 2007 05:01:23 +0000 (05:01 +0000)]
Remove a few functions that had been commented out. Follow our usual style in a few other places.

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

17 years agowork on documentation and exception eliminated
kanschat [Fri, 22 Jun 2007 10:26:47 +0000 (10:26 +0000)]
work on documentation and exception eliminated

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

17 years agoUpdate documentation
bangerth [Thu, 21 Jun 2007 08:00:23 +0000 (08:00 +0000)]
Update documentation

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

17 years agoUpdate name of class
bangerth [Thu, 21 Jun 2007 07:57:01 +0000 (07:57 +0000)]
Update name of class

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

17 years agounify exceptions and add groups to VectorTools functions
kanschat [Wed, 20 Jun 2007 17:08:50 +0000 (17:08 +0000)]
unify exceptions and add groups to VectorTools functions

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

17 years agoremove redoubled exception
kanschat [Wed, 20 Jun 2007 17:07:51 +0000 (17:07 +0000)]
remove redoubled exception

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

17 years agoadd group and fix sign in StokesLSingularity
kanschat [Wed, 20 Jun 2007 17:07:07 +0000 (17:07 +0000)]
add group and fix sign in StokesLSingularity

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

17 years agoFinal set of tests for the CompressedSetSparsityPattern
bangerth [Wed, 20 Jun 2007 14:09:30 +0000 (14:09 +0000)]
Final set of tests for the CompressedSetSparsityPattern

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

17 years agoMore tests for compressed set sparsity patterns
bangerth [Wed, 20 Jun 2007 13:51:53 +0000 (13:51 +0000)]
More tests for compressed set sparsity patterns

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

17 years agoOne more test
bangerth [Wed, 20 Jun 2007 13:44:19 +0000 (13:44 +0000)]
One more test

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

17 years agoAdd more tests for CompressedSetSparsityPattern
bangerth [Wed, 20 Jun 2007 13:25:26 +0000 (13:25 +0000)]
Add more tests for CompressedSetSparsityPattern

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

17 years agoAdd apparently forgotten function for block compressed set sparsity patterns.
bangerth [Wed, 20 Jun 2007 13:22:43 +0000 (13:22 +0000)]
Add apparently forgotten function for block compressed set sparsity patterns.

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

17 years agoReintroduce the old name CompressedBlockSparsityPattern as a deprecated typedef.
bangerth [Tue, 19 Jun 2007 09:32:23 +0000 (09:32 +0000)]
Reintroduce the old name CompressedBlockSparsityPattern as a deprecated typedef.

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

17 years agoSome tests for the new CompressedSetSparsityPattern
bangerth [Tue, 19 Jun 2007 09:02:36 +0000 (09:02 +0000)]
Some tests for the new CompressedSetSparsityPattern

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

17 years agoIntegrate the CompressedSetSparsityPattern class fully into the library. Create a...
bangerth [Mon, 18 Jun 2007 14:52:01 +0000 (14:52 +0000)]
Integrate the CompressedSetSparsityPattern class fully into the library. Create a block version of it. Rename the CompressedBlock* classes to BlockCompressed*. Use the opportunity to significantly expand the documentation of the LAC classes.

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

17 years agofix comments which were C++ style
kanschat [Fri, 15 Jun 2007 16:37:12 +0000 (16:37 +0000)]
fix comments which were C++ style

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

17 years agoHide implementation details
bangerth [Thu, 14 Jun 2007 08:28:41 +0000 (08:28 +0000)]
Hide implementation details

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

17 years agoWork some on the list of header files. In particular, the first thing we always have...
bangerth [Sun, 10 Jun 2007 18:19:09 +0000 (18:19 +0000)]
Work some on the list of header files. In particular, the first thing we always have to include is config.h

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

17 years agoAdd license notice
bangerth [Sun, 10 Jun 2007 18:18:34 +0000 (18:18 +0000)]
Add license notice

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

17 years agoChanges in PETSc full matrix test.
prill [Sat, 9 Jun 2007 09:12:32 +0000 (09:12 +0000)]
Changes in PETSc full matrix test.

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

17 years agoMove the rest of the hp stuff into its own directory.
bangerth [Fri, 8 Jun 2007 13:15:41 +0000 (13:15 +0000)]
Move the rest of the hp stuff into its own directory.

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

17 years agoMove the rest of the hp stuff into its own directory.
bangerth [Fri, 8 Jun 2007 13:14:05 +0000 (13:14 +0000)]
Move the rest of the hp stuff into its own directory.

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

17 years agoInclude hp directories as well.
bangerth [Fri, 8 Jun 2007 13:06:03 +0000 (13:06 +0000)]
Include hp directories as well.

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

17 years agoput documentation of functions into documentation of functions
kanschat [Fri, 8 Jun 2007 03:08:55 +0000 (03:08 +0000)]
put documentation of functions into documentation of functions

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

17 years agopictures of hypershells
kanschat [Fri, 8 Jun 2007 02:43:06 +0000 (02:43 +0000)]
pictures of hypershells

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

17 years agoadd a colorizing function and remove specialization declarations
kanschat [Fri, 8 Jun 2007 02:22:32 +0000 (02:22 +0000)]
add a colorizing function and remove specialization declarations

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

17 years agorhombic dodecahedron implemented... need OpenDX for testing, though
kanschat [Thu, 7 Jun 2007 22:41:22 +0000 (22:41 +0000)]
rhombic dodecahedron implemented... need OpenDX for testing, though

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

17 years agoreference data
kanschat [Wed, 6 Jun 2007 21:21:48 +0000 (21:21 +0000)]
reference data

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

17 years agotest hyper_shell
kanschat [Wed, 6 Jun 2007 21:10:32 +0000 (21:10 +0000)]
test hyper_shell

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

17 years agostart hyper_shell in 3D
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

17 years agol-shaped singularity for Stokes
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

17 years agol-shaped singularity for Stokes
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

17 years agoAdded a few new "make_sparsity_pattern" methods which use the
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

17 years agoAdded an alternative implementation of a compressed
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

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


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.