Skip to content

Commit

Permalink
Bump gmsh version to 4.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bueler committed Dec 11, 2021
1 parent 80830bc commit 6ac1205
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion c/ch10/output/gmsh.test1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.0
4.9.0
2 changes: 1 addition & 1 deletion c/ch10/output/msh2petsc.py.test1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ N=7
6.66666667e-01 0.00000000e+00]
writing N=7 node coordinates as PETSc Vec to meshes/tmp41.vec ...
reading element tuples ...
[6 4 5 6 0 1 3 5 2 5 4 2 6 1 4]
[5 6 4 1 6 0 3 5 2 5 4 2 4 6 1]
[2 2 2 2 2 1 1]
[3 5 5 6 6 0]
writing K=5 elements, N=7 boundary flags, and P=3 Neumann segments
Expand Down
2 changes: 1 addition & 1 deletion c/ch10/output/msh2petsc.py.test2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ N=7
6.66666667e-01 0.00000000e+00]
writing N=7 node coordinates as PETSc Vec to meshes/tmp22.vec ...
reading element tuples ...
[6 4 5 6 0 1 3 5 2 5 4 2 6 1 4]
[5 6 4 1 6 0 3 5 2 5 4 2 4 6 1]
[2 2 2 2 2 1 1]
[3 5 5 6 6 0]
writing K=5 elements, N=7 boundary flags, and P=3 Neumann segments
Expand Down
6 changes: 3 additions & 3 deletions c/ch10/output/unfem.test2
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
5 : (-0.666667,0.)
6 : (0.666667,0.)
5 elements:
0 : 6 4 5
1 : 6 0 1
0 : 5 6 4
1 : 1 6 0
2 : 3 5 2
3 : 5 4 2
4 : 6 1 4
4 : 4 6 1
7 boundary flags at nodes (0 = interior, 1 = boundary, 2 = Dirichlet):
0 : 2
1 : 2
Expand Down
2 changes: 1 addition & 1 deletion python/ch14/output/gmsh.test1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.0
4.9.0
18 changes: 9 additions & 9 deletions python/ch14/output/stokes.py.test3
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ reading mesh from coarse.msh ...
DM Object: 1 MPI processes
type: plex
DM_0x84000000_1 in 2 dimensions:
0-cells: 153
1-cells: 416
2-cells: 264
0-cells: 157
1-cells: 428
2-cells: 272
Labels:
celltype: 3 strata with value/size (1 (416), 3 (264), 0 (153))
depth: 3 strata with value/size (0 (153), 1 (416), 2 (264))
Cell Sets: 1 strata with value/size (50 (462))
celltype: 3 strata with value/size (1 (428), 3 (272), 0 (157))
depth: 3 strata with value/size (0 (157), 1 (428), 2 (272))
Cell Sets: 1 strata with value/size (50 (476))
Face Sets: 2 strata with value/size (41 (69), 40 (13))
exterior_facets: 1 strata with value/size (1 (80))
interior_facets: 1 strata with value/size (1 (529))
pyop2_core: 1 strata with value/size (1 (833))
interior_facets: 1 strata with value/size (1 (545))
pyop2_core: 1 strata with value/size (1 (857))
pyop2_owned: 0 strata with value/size ()
pyop2_ghost: 0 strata with value/size ()
solving on mesh (1 levels refinement) with P_2 x P_1 Taylor-Hood elements ...
Linear s_ solve converged due to CONVERGED_RTOL iterations 15
Linear s_ solve converged due to CONVERGED_RTOL iterations 14

0 comments on commit 6ac1205

Please sign in to comment.