We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c834939 commit 57ea6e8Copy full SHA for 57ea6e8
test/test_Gmsh.jl
@@ -11,7 +11,7 @@ fe_data, tag_names = import_Gmsh(fname)
11
data_fe = swap_yz_dims(fe_data)
12
13
# Define a CartData set with the same dimensions as the Gmsh file
14
-bbox = extrema(fe_data_gmg);
+bbox = extrema(data_fe);
15
nx,ny,nz = 100,50,80
16
data_cart = CartData( xyz_grid(range(bbox[1]...,length=nx),range(bbox[2]...,length=ny),range(bbox[3]...,length=nz) ))
17
0 commit comments