Skip to content

Commit

Permalink
Add MRSTWrapMesh neighborship function
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Nov 12, 2024
1 parent e6991b8 commit f64e510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/meshes/mrst.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ function cell_ijk(g::MRSTWrapMesh, base_index::Integer)
return (x, y, z)
end

function get_neighborship(g::MRSTWrapMesh; internal = true)
# TODO: Make this more elegant.
return get_neighborship(UnstructuredMesh(g); internal = internal)
end

function declare_entities(g::MRSTWrapMesh)
return [
Expand Down

0 comments on commit f64e510

Please sign in to comment.