]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
copy_to_and_from_indices hold the global dof number and not a shifted
authorjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Mar 2010 19:55:30 +0000 (19:55 +0000)
committerjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Mar 2010 19:55:30 +0000 (19:55 +0000)
global number

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

deal.II/deal.II/source/multigrid/mg_transfer_component.cc

index 82830b533db3db5767b8bd1dfd55dcf192660e0b..8ec9dedbb9b56ca9904ee1706d89f937202b60ff 100644 (file)
@@ -651,7 +651,7 @@ void MGTransferSelect<number>::build_matrices (
                  const unsigned int global_start
                    = component_start[target_component[component]];
                  temp_copy_indices[level_dof_indices[i]-level_start] = 
-                   global_dof_indices[i]-global_start;
+                   global_dof_indices[i];//-global_start;
                }
            }
        }

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.