]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
14 years agoQualify fabs properly with std::.
Wolfgang Bangerth [Mon, 16 Nov 2009 14:00:07 +0000 (14:00 +0000)]
Qualify fabs properly with std::.

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

14 years agoClean up parts of the code.
Martin Kronbichler [Fri, 13 Nov 2009 22:07:05 +0000 (22:07 +0000)]
Clean up parts of the code.

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

14 years agoCleanup Trilinos matrix: Small update in comments. Do not provide functions that...
Martin Kronbichler [Fri, 13 Nov 2009 21:13:36 +0000 (21:13 +0000)]
Cleanup Trilinos matrix: Small update in comments. Do not provide functions that cannot reasonably implemented like the check for symmetry. Implement memory consumption.

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

14 years agoCleanup Trilinos sparsity pattern. Make Slepc compile again.
Martin Kronbichler [Fri, 13 Nov 2009 16:04:45 +0000 (16:04 +0000)]
Cleanup Trilinos sparsity pattern. Make Slepc compile again.

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

14 years agoApply some updates that have been developed in the distributed grid branch: reinit...
Martin Kronbichler [Fri, 13 Nov 2009 15:40:05 +0000 (15:40 +0000)]
Apply some updates that have been developed in the distributed grid branch: reinit option with IndexSet for Trilinos vectors and matrices. Rearrangements of header files for Trilinos and PETSc.

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

14 years agoMove Quadrature::get_points() ad Quadrature::get_weights() functions to .h-file....
Martin Kronbichler [Thu, 12 Nov 2009 23:16:40 +0000 (23:16 +0000)]
Move Quadrature::get_points() ad Quadrature::get_weights() functions to .h-file. This resolves a linker problem.

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

14 years agoFixed an error message. If SLEPc was not detected, we say so here
Toby D. Young [Thu, 12 Nov 2009 16:23:25 +0000 (16:23 +0000)]
Fixed an error message. If SLEPc was not detected, we say so here

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

14 years agoAdd.
Wolfgang Bangerth [Thu, 12 Nov 2009 14:56:26 +0000 (14:56 +0000)]
Add.

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

14 years agoTwo tiny updates.
Martin Kronbichler [Wed, 11 Nov 2009 20:25:51 +0000 (20:25 +0000)]
Two tiny updates.

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

14 years agoAdd new tests. They may fail currently, but my machine is wiped clean and so I want...
Wolfgang Bangerth [Wed, 11 Nov 2009 16:03:55 +0000 (16:03 +0000)]
Add new tests. They may fail currently, but my machine is wiped clean and so I want to get them into the archive. Will look later what to do with them.

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

14 years agoworking on inconsistency
Guido Kanschat [Wed, 11 Nov 2009 13:23:09 +0000 (13:23 +0000)]
working on inconsistency

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

14 years agoAdd.
Wolfgang Bangerth [Tue, 10 Nov 2009 19:31:33 +0000 (19:31 +0000)]
Add.

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

14 years agoassemble global system without adaptivity
Guido Kanschat [Tue, 10 Nov 2009 04:11:40 +0000 (04:11 +0000)]
assemble global system without adaptivity

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

14 years agocreate directory and file for step 39
Guido Kanschat [Tue, 10 Nov 2009 02:27:08 +0000 (02:27 +0000)]
create directory and file for step 39

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

14 years agoAvoid double instantiations in case vector iterators are just plain pointers.
Martin Kronbichler [Mon, 9 Nov 2009 18:50:16 +0000 (18:50 +0000)]
Avoid double instantiations in case vector iterators are just plain pointers.

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

14 years agoAdd a test to see if vector iterators are just plain pointers.
Wolfgang Bangerth [Mon, 9 Nov 2009 17:20:07 +0000 (17:20 +0000)]
Add a test to see if vector iterators are just plain pointers.

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

14 years agoFix comment.
Wolfgang Bangerth [Mon, 9 Nov 2009 17:14:32 +0000 (17:14 +0000)]
Fix comment.

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

14 years agoRemove nonsensical "inline".
Martin Kronbichler [Mon, 9 Nov 2009 16:47:40 +0000 (16:47 +0000)]
Remove nonsensical "inline".

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

14 years agoUse similar names for entering/leaving sectios in TimerOutput as ParameterHandler...
Martin Kronbichler [Mon, 9 Nov 2009 15:29:24 +0000 (15:29 +0000)]
Use similar names for entering/leaving sectios in TimerOutput as ParameterHandler does. Fix output issue.

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

14 years agoAvoid ambiguity in calculation of square root in Chebyshev preconditioner.
Martin Kronbichler [Sun, 8 Nov 2009 20:12:21 +0000 (20:12 +0000)]
Avoid ambiguity in calculation of square root in Chebyshev preconditioner.

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

14 years agoExtend the results section. Show comparison with sparse matrices.
Martin Kronbichler [Sun, 8 Nov 2009 16:14:23 +0000 (16:14 +0000)]
Extend the results section. Show comparison with sparse matrices.

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

14 years agoClarify.
Wolfgang Bangerth [Sun, 8 Nov 2009 04:56:36 +0000 (04:56 +0000)]
Clarify.

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

14 years agoI liked the reference to the Copenhagen interpretation, so leave it in.
Wolfgang Bangerth [Sun, 8 Nov 2009 04:55:50 +0000 (04:55 +0000)]
I liked the reference to the Copenhagen interpretation, so leave it in.

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

14 years agoApply patch 20058 even on mainline.
Martin Kronbichler [Sat, 7 Nov 2009 19:50:55 +0000 (19:50 +0000)]
Apply patch 20058 even on mainline.

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

14 years agoGenerate output with the new implementation of inner products and norms.
Martin Kronbichler [Sat, 7 Nov 2009 15:57:11 +0000 (15:57 +0000)]
Generate output with the new implementation of inner products and norms.

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

14 years agoRemove register declaration of variables altogether. The compiler certainly knows...
Martin Kronbichler [Sat, 7 Nov 2009 15:32:50 +0000 (15:32 +0000)]
Remove register declaration of variables altogether. The compiler certainly knows that better than we.

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

14 years agoDo not use register declarations for variables that might be complex numbers. This...
Martin Kronbichler [Sat, 7 Nov 2009 14:59:09 +0000 (14:59 +0000)]
Do not use register declarations for variables that might be complex numbers. This avoids compiler warnings.

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

14 years agoFix small heading issue with tt font.
Martin Kronbichler [Sat, 7 Nov 2009 14:48:30 +0000 (14:48 +0000)]
Fix small heading issue with tt font.

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

14 years agoAdded a comment pointing out the fact that step-36 is not MPI-ready and a note on...
Toby D. Young [Sat, 7 Nov 2009 12:38:52 +0000 (12:38 +0000)]
Added a comment pointing out the fact that step-36 is not MPI-ready and a note on how to make it so. Also fixed a bad reference in intro.

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

14 years agoImprove comments a bit further.
Martin Kronbichler [Fri, 6 Nov 2009 23:06:37 +0000 (23:06 +0000)]
Improve comments a bit further.

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

14 years agoRemove a variable that is now no longer necessary.
Wolfgang Bangerth [Fri, 6 Nov 2009 22:58:57 +0000 (22:58 +0000)]
Remove a variable that is now no longer necessary.

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

14 years agoAdd one paragraph.
Wolfgang Bangerth [Fri, 6 Nov 2009 00:31:46 +0000 (00:31 +0000)]
Add one paragraph.

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

14 years agoAvoid a warning.
Wolfgang Bangerth [Fri, 6 Nov 2009 00:00:42 +0000 (00:00 +0000)]
Avoid a warning.

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

14 years agoRemove some code that didn't do anything.
Wolfgang Bangerth [Thu, 5 Nov 2009 23:59:44 +0000 (23:59 +0000)]
Remove some code that didn't do anything.

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

14 years agoMake sure we link with each object file only once.
Wolfgang Bangerth [Thu, 5 Nov 2009 22:33:11 +0000 (22:33 +0000)]
Make sure we link with each object file only once.

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

14 years agoFix a problem when overloading first_cell/next_cell and giving cell data.
Wolfgang Bangerth [Thu, 5 Nov 2009 21:48:15 +0000 (21:48 +0000)]
Fix a problem when overloading first_cell/next_cell and giving cell data.

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

14 years agoImplement an improved = operator for distributed vectors that can handle different...
Martin Kronbichler [Thu, 5 Nov 2009 20:57:45 +0000 (20:57 +0000)]
Implement an improved = operator for distributed vectors that can handle different Epetra_Maps.

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

14 years agoA boundary mass matrix does not make much sense in 1D.
Martin Kronbichler [Thu, 5 Nov 2009 20:57:09 +0000 (20:57 +0000)]
A boundary mass matrix does not make much sense in 1D.

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

14 years agoCompile numerics/vectors.cc first because it takes the longest.
Wolfgang Bangerth [Thu, 5 Nov 2009 20:25:27 +0000 (20:25 +0000)]
Compile numerics/vectors.cc first because it takes the longest.

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

14 years agoFix distribute() function for distributed Trilinos vector.
Martin Kronbichler [Thu, 5 Nov 2009 19:53:22 +0000 (19:53 +0000)]
Fix distribute() function for distributed Trilinos vector.

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

14 years agoQualify names to avoid ambiguity with namespace of same name.
Martin Kronbichler [Thu, 5 Nov 2009 19:17:35 +0000 (19:17 +0000)]
Qualify names to avoid ambiguity with namespace of same name.

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

14 years agoName change in Vector class.
Martin Kronbichler [Thu, 5 Nov 2009 15:49:21 +0000 (15:49 +0000)]
Name change in Vector class.

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

14 years agoThe updated inner product produced some different results. Fix these tests.
Martin Kronbichler [Thu, 5 Nov 2009 04:29:53 +0000 (04:29 +0000)]
The updated inner product produced some different results. Fix these tests.

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

14 years agoChange to an implementation that has reduced roundoff error accumulation for the...
Martin Kronbichler [Thu, 5 Nov 2009 01:14:00 +0000 (01:14 +0000)]
Change to an implementation that has reduced roundoff error accumulation for the inner products and norms. Do this by using nested blocking with post-update of the sum. Also change some of the parallelizations by not going through TBB in case we work with small vectors.

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

14 years agoSimplify the hp_constraints tests by using one single test for all features, not...
Martin Kronbichler [Thu, 5 Nov 2009 01:10:11 +0000 (01:10 +0000)]
Simplify the hp_constraints tests by using one single test for all features, not seven different ones. This reduces the time spent in the tests, since setting up the elements (which are the same for all the seven tests) takes most time usually. TODO: Could not reproduce OSX output. Need to verify results on the standard test machines, since i get slightly different results for the hp_constraints_q_03 and 07, as well as the two system variants.

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

14 years agoFix a typo.
Martin Kronbichler [Wed, 4 Nov 2009 22:15:50 +0000 (22:15 +0000)]
Fix a typo.

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

14 years agoPrint out correct range in error message.
Martin Kronbichler [Wed, 4 Nov 2009 19:51:42 +0000 (19:51 +0000)]
Print out correct range in error message.

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

14 years agoRename a variable.
Martin Kronbichler [Tue, 3 Nov 2009 22:06:04 +0000 (22:06 +0000)]
Rename a variable.

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

14 years agoRemove unnecessary computation.
Martin Kronbichler [Tue, 3 Nov 2009 21:29:21 +0000 (21:29 +0000)]
Remove unnecessary computation.

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

14 years agoUpdate documentation of what happens in the matrix-free function.
Martin Kronbichler [Tue, 3 Nov 2009 20:52:27 +0000 (20:52 +0000)]
Update documentation of what happens in the matrix-free function.

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

14 years agoFix typos.
Wolfgang Bangerth [Mon, 2 Nov 2009 21:41:09 +0000 (21:41 +0000)]
Fix typos.

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

14 years agoNeed to modify the using ::gemm construct because of changed namespace in lapack_temp...
Martin Kronbichler [Fri, 30 Oct 2009 08:11:34 +0000 (08:11 +0000)]
Need to modify the using ::gemm construct because of changed namespace in lapack_templates.

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

14 years agoDo not use "using namespace dealii;" at the top of the file since this affects
Wolfgang Bangerth [Fri, 30 Oct 2009 05:41:43 +0000 (05:41 +0000)]
Do not use "using namespace dealii;" at the top of the file since this affects
everyone who includes this header file. That's not the intent...

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

14 years agotest QProjector for Quadrature of dimension zero
Guido 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
Guido 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Luca 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).
Wolfgang 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).
Wolfgang 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
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Guido 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...
Wolfgang 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
Tobias 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.
Wolfgang 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
Wolfgang 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.
Wolfgang 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.
Wolfgang 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...
Martin 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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...
Guido 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...
Guido 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Wolfgang 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
Guido 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.
Martin 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.
Wolfgang 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


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.