]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
14 years agotest QProjector for Quadrature of dimension zero
kanschat [Fri, 30 Oct 2009 03:59:45 +0000 (03:59 +0000)]
test QProjector for Quadrature of dimension zero

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

14 years agoimplement quadrature of dimension zero
kanschat [Fri, 30 Oct 2009 03:58:31 +0000 (03:58 +0000)]
implement quadrature of dimension zero

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

14 years agoImprove error message.
bangerth [Thu, 29 Oct 2009 05:18:04 +0000 (05:18 +0000)]
Improve error message.

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

14 years agoOrder targets properly.
bangerth [Wed, 28 Oct 2009 06:39:49 +0000 (06:39 +0000)]
Order targets properly.

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

14 years agoWork around a problem with complex numbers.
bangerth [Wed, 28 Oct 2009 04:38:11 +0000 (04:38 +0000)]
Work around a problem with complex numbers.

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

14 years agoUpdate vectors if *one* processor has changed, not if *every* processor has changed.
bangerth [Wed, 28 Oct 2009 04:31:18 +0000 (04:31 +0000)]
Update vectors if *one* processor has changed, not if *every* processor has changed.

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

14 years agoAdded gcc 4.5 as gfortran compiler in configure and aclocal.m4
heltai [Mon, 26 Oct 2009 17:06:36 +0000 (17:06 +0000)]
Added gcc 4.5 as gfortran compiler in configure and aclocal.m4

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

14 years agoAvoid confusing people with cell->vertex(vertex).
bangerth [Sun, 25 Oct 2009 02:49:06 +0000 (02:49 +0000)]
Avoid confusing people with cell->vertex(vertex).

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

14 years agoAvoid confusing people with cell->vertex(vertex).
bangerth [Sun, 25 Oct 2009 02:47:44 +0000 (02:47 +0000)]
Avoid confusing people with cell->vertex(vertex).

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

14 years agoFix a bug: for a boost::scoped_ptr, the test
bangerth [Thu, 22 Oct 2009 20:26:31 +0000 (20:26 +0000)]
Fix a bug: for a boost::scoped_ptr, the test
  &*ptr != 0
fails if ptr==0 because boost trips on an assertion if we call
operator* on a pointer that's zero.

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

14 years agoSet properties.
bangerth [Thu, 22 Oct 2009 13:43:11 +0000 (13:43 +0000)]
Set properties.

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

14 years agoAdd more links to the graph.
bangerth [Thu, 22 Oct 2009 13:35:12 +0000 (13:35 +0000)]
Add more links to the graph.

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

14 years agoFix name of equations.
bangerth [Thu, 22 Oct 2009 13:18:01 +0000 (13:18 +0000)]
Fix name of equations.

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

14 years agoStart dependence graph of example steps
kanschat [Wed, 21 Oct 2009 17:45:18 +0000 (17:45 +0000)]
Start dependence graph of example steps

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

14 years agoThe test is invalid if the DoFTools::dof_indices_with_subdomain_association function...
bangerth [Tue, 20 Oct 2009 16:30:55 +0000 (16:30 +0000)]
The test is invalid if the DoFTools::dof_indices_with_subdomain_association function is implemented as on the distributed meshes branch.

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

14 years agoSimplify updates of neighbor pointers which got terribly complicated with the
leicht [Tue, 20 Oct 2009 06:03:02 +0000 (06:03 +0000)]
Simplify updates of neighbor pointers which got terribly complicated with the
anisotropic refinement capabilities. This also ensures valid neighbor
information on inactive cells.

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

14 years agoRemove whitespace at the end of lines.
bangerth [Fri, 16 Oct 2009 18:33:14 +0000 (18:33 +0000)]
Remove whitespace at the end of lines.

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

14 years agoAvoid a thinko where we assumed a scratch array always held the same
bangerth [Fri, 16 Oct 2009 18:32:25 +0000 (18:32 +0000)]
Avoid a thinko where we assumed a scratch array always held the same
content, though that isn't the case in non-MT mode.

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

14 years agoRemove whitespace at the end of lines.
bangerth [Fri, 16 Oct 2009 18:26:32 +0000 (18:26 +0000)]
Remove whitespace at the end of lines.

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

14 years agoExplicitely initialize base class.
bangerth [Fri, 16 Oct 2009 16:16:37 +0000 (16:16 +0000)]
Explicitely initialize base class.

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

14 years agoLet PETSc::VectorBase inherit from Subscriptor to fix a compile problem in mesh_worke...
kronbichler [Fri, 16 Oct 2009 08:31:36 +0000 (08:31 +0000)]
Let PETSc::VectorBase inherit from Subscriptor to fix a compile problem in mesh_worker_vector_selector.

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

14 years agoRemove unused variable.
bangerth [Fri, 16 Oct 2009 00:21:45 +0000 (00:21 +0000)]
Remove unused variable.

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

14 years agoFix typo.
bangerth [Thu, 15 Oct 2009 23:51:55 +0000 (23:51 +0000)]
Fix typo.

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

14 years agoImplement indexing also for non-contiguous ranges.
bangerth [Thu, 15 Oct 2009 22:57:57 +0000 (22:57 +0000)]
Implement indexing also for non-contiguous ranges.

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

14 years agoImplement indexing also for non-contiguous ranges.
bangerth [Thu, 15 Oct 2009 22:57:43 +0000 (22:57 +0000)]
Implement indexing also for non-contiguous ranges.

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

14 years agoUse a std::vector<Range> instead of a std::set<Range>. Keep it always sorted.
bangerth [Thu, 15 Oct 2009 22:31:15 +0000 (22:31 +0000)]
Use a std::vector<Range> instead of a std::set<Range>. Keep it always sorted.

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

14 years agoSmartpointer got a second template argument and ALL deal.II Smartpointers now identif...
kanschat [Thu, 15 Oct 2009 22:20:19 +0000 (22:20 +0000)]
Smartpointer got a second template argument and ALL deal.II Smartpointers now identify the pointing class

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

14 years agoSmartpointer got a second template argument and ALL deal.II Smartpointers now identif...
kanschat [Thu, 15 Oct 2009 22:19:51 +0000 (22:19 +0000)]
Smartpointer got a second template argument and ALL deal.II Smartpointers now identify the pointing class

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

14 years agoRewrite is_element using a binary search.
bangerth [Thu, 15 Oct 2009 21:48:39 +0000 (21:48 +0000)]
Rewrite is_element using a binary search.

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

14 years agoFix one stupid bug.
bangerth [Thu, 15 Oct 2009 21:45:57 +0000 (21:45 +0000)]
Fix one stupid bug.

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

14 years agoMake Range a type of its own.
bangerth [Thu, 15 Oct 2009 21:18:28 +0000 (21:18 +0000)]
Make Range a type of its own.

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

14 years agoIntroduce a flag is_compressed.
bangerth [Thu, 15 Oct 2009 20:25:37 +0000 (20:25 +0000)]
Introduce a flag is_compressed.

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

14 years agoNew test.
bangerth [Thu, 15 Oct 2009 20:21:17 +0000 (20:21 +0000)]
New test.

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

14 years agoAdd add_indices.
bangerth [Thu, 15 Oct 2009 20:21:01 +0000 (20:21 +0000)]
Add add_indices.

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

14 years agoRename local variables and types.
bangerth [Thu, 15 Oct 2009 20:09:37 +0000 (20:09 +0000)]
Rename local variables and types.

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

14 years agoDon't use the individual_indices array any more, making a lot of things a lot simpler.
bangerth [Thu, 15 Oct 2009 20:04:52 +0000 (20:04 +0000)]
Don't use the individual_indices array any more, making a lot of things a lot simpler.

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

14 years agoUpdate Trilinos entry.
bangerth [Thu, 15 Oct 2009 17:32:29 +0000 (17:32 +0000)]
Update Trilinos entry.

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

14 years agoFix Trilinos description.
bangerth [Thu, 15 Oct 2009 16:32:28 +0000 (16:32 +0000)]
Fix Trilinos description.

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

14 years agoAnnounce IndexSet.
bangerth [Tue, 13 Oct 2009 22:08:52 +0000 (22:08 +0000)]
Announce IndexSet.

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

14 years agoNew test.
bangerth [Tue, 13 Oct 2009 21:36:41 +0000 (21:36 +0000)]
New test.

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

14 years agoNew test.
bangerth [Tue, 13 Oct 2009 21:31:42 +0000 (21:31 +0000)]
New test.

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

14 years agoAdd a few functions.
bangerth [Tue, 13 Oct 2009 18:31:53 +0000 (18:31 +0000)]
Add a few functions.

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

14 years agoDocument subdomain_ids.
bangerth [Mon, 12 Oct 2009 23:50:44 +0000 (23:50 +0000)]
Document subdomain_ids.

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

14 years agoOptimize cases by asking for the size of a container first before
bangerth [Mon, 12 Oct 2009 18:49:04 +0000 (18:49 +0000)]
Optimize cases by asking for the size of a container first before
creating begin/end iterators and seeing if this denotes an empty loop.

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

14 years agoadd first assembler test
kanschat [Mon, 12 Oct 2009 17:27:12 +0000 (17:27 +0000)]
add first assembler test

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

14 years agoFix problem with zero chunk size.
kronbichler [Mon, 12 Oct 2009 08:04:17 +0000 (08:04 +0000)]
Fix problem with zero chunk size.

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

14 years agoRemove unnecessary output files.
bangerth [Sat, 10 Oct 2009 17:17:12 +0000 (17:17 +0000)]
Remove unnecessary output files.

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

14 years agoFix Abner's last name :-(
bangerth [Sat, 10 Oct 2009 17:07:35 +0000 (17:07 +0000)]
Fix Abner's last name :-(

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

14 years agoOptimize construction of compressed index sets.
bangerth [Sat, 10 Oct 2009 17:01:45 +0000 (17:01 +0000)]
Optimize construction of compressed index sets.

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

14 years agoNew test.
bangerth [Sat, 10 Oct 2009 17:00:48 +0000 (17:00 +0000)]
New test.

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

14 years agoNew test.
bangerth [Sat, 10 Oct 2009 16:57:19 +0000 (16:57 +0000)]
New test.

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

14 years agoNew test.
bangerth [Sat, 10 Oct 2009 16:54:45 +0000 (16:54 +0000)]
New test.

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

14 years agoImplement merging individual indices into ranges.
bangerth [Sat, 10 Oct 2009 16:50:21 +0000 (16:50 +0000)]
Implement merging individual indices into ranges.

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

14 years agoNew test.
bangerth [Sat, 10 Oct 2009 16:49:45 +0000 (16:49 +0000)]
New test.

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

14 years agoNew test.
bangerth [Sat, 10 Oct 2009 16:48:21 +0000 (16:48 +0000)]
New test.

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

14 years agoNew test.
bangerth [Sat, 10 Oct 2009 16:47:22 +0000 (16:47 +0000)]
New test.

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

14 years agoFix botched compare file.
bangerth [Sat, 10 Oct 2009 16:44:15 +0000 (16:44 +0000)]
Fix botched compare file.

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

14 years agoNew test.
bangerth [Sat, 10 Oct 2009 02:34:59 +0000 (02:34 +0000)]
New test.

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

14 years agoFurther along with merging ranges.
bangerth [Sat, 10 Oct 2009 02:34:25 +0000 (02:34 +0000)]
Further along with merging ranges.

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

14 years agoMore tests.
bangerth [Sat, 10 Oct 2009 01:55:18 +0000 (01:55 +0000)]
More tests.

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

14 years agoMore tests.
bangerth [Sat, 10 Oct 2009 01:45:32 +0000 (01:45 +0000)]
More tests.

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

14 years agoMore functions.
bangerth [Sat, 10 Oct 2009 01:45:25 +0000 (01:45 +0000)]
More functions.

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

14 years agoDoFTools::dof_indices_with_subdomain_association.
bangerth [Fri, 9 Oct 2009 23:48:58 +0000 (23:48 +0000)]
DoFTools::dof_indices_with_subdomain_association.

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

14 years agoAll header files should include base/config.h first. Here, we need a
bangerth [Fri, 9 Oct 2009 23:43:05 +0000 (23:43 +0000)]
All header files should include base/config.h first. Here, we need a
couple other includes files in addition as well.

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

14 years agoAll header files should include base/config.h first.
bangerth [Fri, 9 Oct 2009 23:40:27 +0000 (23:40 +0000)]
All header files should include base/config.h first.

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

14 years agoAdd missing include file.
bangerth [Fri, 9 Oct 2009 23:39:30 +0000 (23:39 +0000)]
Add missing include file.

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

14 years agoAdd optimization.
bangerth [Fri, 9 Oct 2009 22:09:03 +0000 (22:09 +0000)]
Add optimization.

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

14 years agoIt can happen that a particular subdomain has no cells (e.g. if we
bangerth [Fri, 9 Oct 2009 22:05:32 +0000 (22:05 +0000)]
It can happen that a particular subdomain has no cells (e.g. if we
have more processors than cells). In that case, don't complain.

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

14 years agoNew class IndexSet.
bangerth [Fri, 9 Oct 2009 21:56:14 +0000 (21:56 +0000)]
New class IndexSet.

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

14 years agoNew class IndexSet.
bangerth [Fri, 9 Oct 2009 21:56:03 +0000 (21:56 +0000)]
New class IndexSet.

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

14 years agoSet properties.
bangerth [Fri, 9 Oct 2009 21:55:55 +0000 (21:55 +0000)]
Set properties.

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

14 years agoMinor changes.
bangerth [Fri, 9 Oct 2009 17:26:41 +0000 (17:26 +0000)]
Minor changes.

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

14 years agoSome more minor edits.
bangerth [Fri, 9 Oct 2009 00:59:02 +0000 (00:59 +0000)]
Some more minor edits.

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

14 years agoFix date.
bangerth [Fri, 9 Oct 2009 00:35:52 +0000 (00:35 +0000)]
Fix date.

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

14 years agoList step-35.
bangerth [Fri, 9 Oct 2009 00:35:33 +0000 (00:35 +0000)]
List step-35.

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

14 years agoList step-35.
bangerth [Fri, 9 Oct 2009 00:34:07 +0000 (00:34 +0000)]
List step-35.

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

14 years agoRemove apparently unneeded variables.
bangerth [Thu, 8 Oct 2009 20:12:06 +0000 (20:12 +0000)]
Remove apparently unneeded variables.

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

14 years agoNew tests.
bangerth [Thu, 8 Oct 2009 19:39:10 +0000 (19:39 +0000)]
New tests.

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

14 years agoNew test.
bangerth [Thu, 8 Oct 2009 19:36:03 +0000 (19:36 +0000)]
New test.

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

14 years agoMy last name had a typo ;-)
salgado [Thu, 8 Oct 2009 19:13:37 +0000 (19:13 +0000)]
My last name had a typo ;-)

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

14 years agoI didn't like the phrase "dialed in"
salgado [Thu, 8 Oct 2009 19:11:56 +0000 (19:11 +0000)]
I didn't like the phrase "dialed in"

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

14 years agoPatch by Joshua White: More pieces of the FE_Nothing puzzle.
bangerth [Thu, 8 Oct 2009 18:41:41 +0000 (18:41 +0000)]
Patch by Joshua White: More pieces of the FE_Nothing puzzle.

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

14 years agoFollow suggestions by Jean-Luc.
bangerth [Thu, 8 Oct 2009 18:33:54 +0000 (18:33 +0000)]
Follow suggestions by Jean-Luc.

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

14 years agoAdd Abner.
bangerth [Thu, 8 Oct 2009 18:27:37 +0000 (18:27 +0000)]
Add Abner.

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

14 years agoFix grammar.
bangerth [Thu, 8 Oct 2009 18:13:06 +0000 (18:13 +0000)]
Fix grammar.

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

14 years agoMinor edits.
bangerth [Thu, 8 Oct 2009 13:39:43 +0000 (13:39 +0000)]
Minor edits.

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

14 years agoAdd one more figure after mesh refinement.
bangerth [Thu, 8 Oct 2009 13:31:02 +0000 (13:31 +0000)]
Add one more figure after mesh refinement.

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

14 years agoAdd xref.
bangerth [Thu, 8 Oct 2009 13:15:32 +0000 (13:15 +0000)]
Add xref.

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

14 years agoAvoid doxygen warning about this function:
bangerth [Thu, 8 Oct 2009 13:06:21 +0000 (13:06 +0000)]
Avoid doxygen warning about this function:
   Warning: documented function `VectorView< Number >::operator const
   Vector< Number > &' was not declared or defined.

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

14 years agoCan't have 'operator' as the last word in a heading, since it expands
bangerth [Thu, 8 Oct 2009 12:59:01 +0000 (12:59 +0000)]
Can't have 'operator' as the last word in a heading, since it expands
to
  <h3>...operator</h3>
which doxygen parses as "operator< /h3>" and then gets confused about
the lack of a "</h3>" further down the line.

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

14 years agoAdd SymmetricTensor<2,4>::component_to_unrolled_index for the benefit
bangerth [Thu, 8 Oct 2009 12:41:41 +0000 (12:41 +0000)]
Add SymmetricTensor<2,4>::component_to_unrolled_index for the benefit
of DataOutBase when outputting symmetric tensors.

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

14 years agoFix link.
bangerth [Thu, 8 Oct 2009 03:20:07 +0000 (03:20 +0000)]
Fix link.

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

14 years agoMinor edits.
bangerth [Thu, 8 Oct 2009 03:08:24 +0000 (03:08 +0000)]
Minor edits.

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

14 years agoCross-reference step-37.
bangerth [Thu, 8 Oct 2009 03:00:28 +0000 (03:00 +0000)]
Cross-reference step-37.

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

14 years agoProofread.
bangerth [Thu, 8 Oct 2009 02:57:57 +0000 (02:57 +0000)]
Proofread.

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

14 years agoMove aztecoo after ifpack, since the latter appears to require the former.
bangerth [Thu, 8 Oct 2009 01:45:57 +0000 (01:45 +0000)]
Move aztecoo after ifpack, since the latter appears to require the former.

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

14 years agoRemove old images. Fix a couple of markup problems and linking issues.
bangerth [Wed, 7 Oct 2009 16:20:54 +0000 (16:20 +0000)]
Remove old images. Fix a couple of markup problems and linking issues.

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

14 years agoA few more figures from the Re=500 computation.
bangerth [Wed, 7 Oct 2009 15:52:38 +0000 (15:52 +0000)]
A few more figures from the Re=500 computation.

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

14 years agoAdded an assertion to protect when SLEPc fails to converge the number of eigenvalues...
young [Wed, 7 Oct 2009 14:05:41 +0000 (14:05 +0000)]
Added an assertion to protect when SLEPc fails to converge the number of eigenvalues requested (ie less than requested)

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

14 years agoSeveral more publications.
bangerth [Wed, 7 Oct 2009 01:13:25 +0000 (01:13 +0000)]
Several more publications.

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