Skip to content

Commit

Permalink
Applied formater with version x.x.60.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Nov 22, 2024
1 parent 04b7066 commit 37f2524
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/t8_step6_stencil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function t8_step6_output_data_to_vtu(forest, element_data, prefix)
pointer(schlieren)),
t8_vtk_data_field_t(T8_VTK_SCALAR,
NTuple{8192, Cchar}(rpad("curvature\0", 8192, ' ')),
pointer(curvature)),
pointer(curvature))
]

# The number of user defined data fields to write.
Expand Down
2 changes: 1 addition & 1 deletion examples/t8_tutorial_build_cmesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function t8_cmesh_new_periodic_hybrid_2d(comm)
1, 1, 0,
0.5, 0.5, 0, # tree 5, triangle
1, 1, 0,
0.5, 1, 0,
0.5, 1, 0
]

# 2. Initialization of the mesh.
Expand Down
6 changes: 3 additions & 3 deletions test/cmesh/test_readmshfile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ function t8_supported_msh_file(cmesh)
[4, 0],
[1, 2],
[3, 2],
[2, 4],
[2, 4]
]

# 0-based indexing
elements = [
[0, 1, 3],
[1, 4, 3],
[1, 2, 4],
[3, 4, 5],
[3, 4, 5]
]

face_neigh_elem = [
[1, -1, -1],
[3, 0, 2],
[-1, 1, -1],
[-1, -1, 1],
[-1, -1, 1]
]

@assert cmesh != C_NULL
Expand Down

0 comments on commit 37f2524

Please sign in to comment.