]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed spacing. 10108/head
authorLuca Heltai <luca.heltai@sissa.it>
Sun, 10 May 2020 07:15:55 +0000 (09:15 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Sun, 10 May 2020 08:19:24 +0000 (10:19 +0200)
tests/grid/grid_tools_find_closest_vertex_02.cc
tests/grid/grid_tools_find_closest_vertex_02.output

index 28ed4793c601a2231a2bbabecb148536eb2a4309..9859dd756830144ca492ffd26f21af42a12ac5f8 100644 (file)
@@ -60,7 +60,7 @@ test(const Point<spacedim> &p, double displacement)
       const auto &v = mapping.get_vertices(cell);
 
       deallog << "Closest vertex of cell " << cell << " to " << p
-              << " is cell->vertex(" << i << ") :" << v[i] << std::endl;
+              << " is cell->vertex(" << i << ") : " << v[i] << std::endl;
     }
 };
 
index 3839578fabdaff3199bef55757e9b4c33766d6a4..1a023ce189b0fc86ae0844de91fd595c86ce32ee 100644 (file)
@@ -1,21 +1,21 @@
 
 DEAL::dim: 2, spacedim: 2 with displacement 0.00000
-DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(3) :0.500000 0.500000
-DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(2) :0.500000 0.500000
-DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(1) :0.500000 0.500000
-DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) :0.500000 0.500000
+DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(3) : 0.500000 0.500000
+DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(2) : 0.500000 0.500000
+DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(1) : 0.500000 0.500000
+DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) : 0.500000 0.500000
 DEAL::dim: 2, spacedim: 2 with displacement 0.500000
-DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(0) :0.500000 0.500000
-DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(0) :1.00000 0.500000
-DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(0) :0.500000 1.00000
-DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) :1.00000 1.00000
+DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(0) : 0.500000 0.500000
+DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(0) : 1.00000 0.500000
+DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(0) : 0.500000 1.00000
+DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) : 1.00000 1.00000
 DEAL::dim: 2, spacedim: 3 with displacement 0.00000
-DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(3) :0.500000 0.500000 0.00000
-DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(3) :1.00000 0.500000 0.00000
-DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(3) :0.500000 1.00000 0.00000
-DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(3) :1.00000 1.00000 0.00000
+DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 0.500000 0.500000 0.00000
+DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 1.00000 0.500000 0.00000
+DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 0.500000 1.00000 0.00000
+DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 1.00000 1.00000 0.00000
 DEAL::dim: 2, spacedim: 3 with displacement 1.00000
-DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.00000 1.00000 1.00000
-DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.50000 1.00000 1.00000
-DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.00000 1.50000 1.00000
-DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.50000 1.50000 1.00000
+DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.00000 1.00000 1.00000
+DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.50000 1.00000 1.00000
+DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.00000 1.50000 1.00000
+DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.50000 1.50000 1.00000

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.