]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
14 years agoFix some compiling problems. Fix sparse matrix iterator.
kronbichler [Mon, 23 Nov 2009 02:35:34 +0000 (02:35 +0000)]
Fix some compiling problems. Fix sparse matrix iterator.

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

14 years agoCleanup Trilinos tests.
kronbichler [Mon, 23 Nov 2009 02:35:00 +0000 (02:35 +0000)]
Cleanup Trilinos tests.

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

14 years agoRemove a few compiler warnings.
kronbichler [Sun, 22 Nov 2009 15:46:46 +0000 (15:46 +0000)]
Remove a few compiler warnings.

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

14 years agoCan use a smarter process for creating an IndexSet. Use this in step-32. Provide...
kronbichler [Thu, 19 Nov 2009 20:48:41 +0000 (20:48 +0000)]
Can use a smarter process for creating an IndexSet. Use this in step-32. Provide initializations of block vectors and matrices with std::vector<IndexSet>.

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

14 years agoAdd missing include file.
bangerth [Thu, 19 Nov 2009 04:51:25 +0000 (04:51 +0000)]
Add missing include file.

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

14 years agoAnother test.
bangerth [Thu, 19 Nov 2009 04:25:56 +0000 (04:25 +0000)]
Another test.

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

14 years agoIndexSet::operator==/!= and operator &.
bangerth [Thu, 19 Nov 2009 04:20:31 +0000 (04:20 +0000)]
IndexSet::operator==/!= and operator &.

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

14 years agoA simpler way to deal with testing a file's existence.
bangerth [Thu, 19 Nov 2009 04:19:56 +0000 (04:19 +0000)]
A simpler way to deal with testing a file's existence.

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

14 years agoAdd parentheses around expressions to avoid warning.
bangerth [Thu, 19 Nov 2009 01:17:26 +0000 (01:17 +0000)]
Add parentheses around expressions to avoid warning.

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

14 years agoForgot to fix one more problem.
kronbichler [Thu, 19 Nov 2009 01:15:06 +0000 (01:15 +0000)]
Forgot to fix one more problem.

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

14 years agoAvoid compile problem with std::pow by static_cast of the exponent to int.
kronbichler [Thu, 19 Nov 2009 01:08:24 +0000 (01:08 +0000)]
Avoid compile problem with std::pow by static_cast of the exponent to int.

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

14 years agoUse numbers::PI instead of M_PI.
bangerth [Wed, 18 Nov 2009 19:09:57 +0000 (19:09 +0000)]
Use numbers::PI instead of M_PI.

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

14 years agoAdd to xrefs.
bangerth [Wed, 18 Nov 2009 18:38:41 +0000 (18:38 +0000)]
Add to xrefs.

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

14 years agoInclude missing inline declaration of function.
kronbichler [Wed, 18 Nov 2009 16:58:22 +0000 (16:58 +0000)]
Include missing inline declaration of function.

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

14 years agoUse IndexSet instead of Epetra_Map. This avoids using Trilinos-specific structures...
kronbichler [Wed, 18 Nov 2009 02:14:36 +0000 (02:14 +0000)]
Use IndexSet instead of Epetra_Map. This avoids using Trilinos-specific structures and makes the code more generic.

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

14 years agoUse a different variable name to avoid hiding a member of the class (and
bangerth [Mon, 16 Nov 2009 14:19:50 +0000 (14:19 +0000)]
Use a different variable name to avoid hiding a member of the class (and
generating a warning with Sun CC).

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

14 years agoQualify fabs and sqrt properly with std::.
bangerth [Mon, 16 Nov 2009 14:08:09 +0000 (14:08 +0000)]
Qualify fabs and sqrt properly with std::.

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

14 years agoInclude missing header file.
bangerth [Mon, 16 Nov 2009 14:07:23 +0000 (14:07 +0000)]
Include missing header file.

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

14 years agoQualify sscanf properly with std::.
bangerth [Mon, 16 Nov 2009 14:05:26 +0000 (14:05 +0000)]
Qualify sscanf properly with std::.

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

14 years agoQualify fabs properly with std::.
bangerth [Mon, 16 Nov 2009 14:00:55 +0000 (14:00 +0000)]
Qualify fabs properly with std::.

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

14 years agoQualify fabs properly with std::.
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.
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...
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.
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...
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....
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
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.
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.
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...
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
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.
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
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
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.
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.
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.
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".
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...
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.
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.
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.
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.
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.
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.
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...
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...
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.
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...
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.
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.
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.
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.
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.
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.
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.
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...
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.
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.
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.
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.
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.
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.
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...
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...
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.
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.
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.
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.
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.
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.
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...
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
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
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


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.