Skip to content

Commit

Permalink
Pass context to FiniteDifferenceSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jun 18, 2024
1 parent 5f7412e commit b1c3581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function get_cartesian_spaces(; FT = Float32)
boundary_names = (:bottom, :top),
)
vertmesh = Meshes.IntervalMesh(vertdomain, stretch, nelems = velem)
vert_face_space = Spaces.FaceFiniteDifferenceSpace(vertmesh)
vert_face_space = Spaces.FaceFiniteDifferenceSpace(comms_context, vertmesh)
vert_topology = Topologies.IntervalTopology(
ClimaComms.SingletonCommsContext(device),
vertmesh,
Expand Down

0 comments on commit b1c3581

Please sign in to comment.