]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix bug in project_boundary_values_curl_conforming also for higher-order case.
authorbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 5 Jan 2014 23:45:35 +0000 (23:45 +0000)
committerbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 5 Jan 2014 23:45:35 +0000 (23:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@32172 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vector_tools.templates.h

index 5aa1bb3c9df216ac58abc84b7194578be55e6599..f51cda8dcd27b2b5f333dac31e73dee4eb4e8a61 100644 (file)
@@ -3027,7 +3027,7 @@ namespace VectorTools
               fe_index_old = fe_index;
               fe_index += fe.element_multiplicity (i) * fe.base_element (i).n_components ();
 
-              if (fe_index >= first_vector_component)
+              if (fe_index > first_vector_component)
                 break;
             }
 

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.