From c40cfc5c4d09c7f01b3bb025a67354af394c9b67 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 20 Jun 2003 01:25:05 +0000 Subject: [PATCH] Update obsolete CPU timings (the char. lengths have changed...) --- tutorial/t5.geo | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tutorial/t5.geo b/tutorial/t5.geo index ba2de1f0d6..9cadb74884 100644 --- a/tutorial/t5.geo +++ b/tutorial/t5.geo @@ -20,14 +20,13 @@ lcar3 = .055; // // > gmsh t5 -clscale 1 // -// this input file produces a mesh of approximately 2,000 nodes and -// 10,000 tetrahedra (in 3 seconds on a 666MHz alpha -// workstation). With +// this input file produces a mesh of approximately 2,500 nodes and +// 13,000 tetrahedra (in 4 seconds on a 1.2GHz PC). With // // > gmsh t5 -clscale 0.2 // // (i.e. with all characteristic lengths divided by 5), the mesh -// counts approximately 170,000 nodes and one million tetrahedra (and +// counts approximately 260,000 nodes and 1.6 million tetrahedra (and // the computation takes 16 minutes on the same machine). // Let us proceed by defining some elementary entities describing a -- GitLab