Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
updating image for EAGE and code (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Roberts authored Jan 1, 2021
1 parent 6bd3147 commit 0bdb871
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ seismic velocity model from (WARNING: File is \~500 MB)**
around 2 GB of RAM due to the 3D nature of the problem and the domain
size.**

![Above shows the mesh in ParaView that results from running the code below.](https://user-images.githubusercontent.com/18619644/91606008-c5e09100-e947-11ea-97e2-58e4b2f23d2b.jpg)
![Above shows the mesh in ParaView that results from running the code below.](https://user-images.githubusercontent.com/18619644/103445790-52cd8b00-4c57-11eb-8bd4-4af8f24d4c88.jpg)

<!--exdown-skip-->
```python
Expand Down Expand Up @@ -240,8 +240,9 @@ ef = get_sizing_function_from_segy(
points, cells = generate_mesh(domain=cube, edge_length=ef, max_iter=75)

# For 3D mesh generation, we provide an implementation to bound the minimum dihedral angle::
# We use the preserve kwarg to ensure the level-set is very accurately preserved.
points, cells = sliver_removal(
points=points, bbox=bbox, domain=cube, edge_length=ef
points=points, bbox=bbox, domain=cube, edge_length=ef, preserve=True
)

# Meshes can be written quickly to disk using meshio and visualized with ParaView::
Expand Down

0 comments on commit 0bdb871

Please sign in to comment.