Skip to content

Commit

Permalink
fix broken link to new docs image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Jun 14, 2024
1 parent f7a5e6c commit c7df4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/docs/the-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ As an example, the model in Fig. 16 has one outer boundary - the outer triangle

The mesh generator generates unstructured meshes, and there is no reason in general why a mesh must be symmetric if the model is symmetric. Since symmetry can be a desirable feature, HOHQMesh allows one to define a symmetry boundary about which the mesh will be symmetric by setting boundary names as "symmetry". The symmetry boundary must be a straight line (no matter how that is defined, see below) and multiple symmetry boundaries must be co-linear. What HOHQMesh does is take a model and mesh it. Then, if one or more of the outer boundary curves are named "symmetry", that mesh will be reflected about the symmetry line and the result will be a perfectly symmetric mesh. An example is shown in Fig. 18.

![NotREFL](https://private-user-images.githubusercontent.com/25242486/339852256-5e145806-1acb-43c4-b712-ea6eeb703c64.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTgzODcwNDksIm5iZiI6MTcxODM4Njc0OSwicGF0aCI6Ii8yNTI0MjQ4Ni8zMzk4NTIyNTYtNWUxNDU4MDYtMWFjYi00M2M0LWI3MTItZWE2ZWViNzAzYzY0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA2MTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNjE0VDE3MzkwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQwMDM1NTc2YzhjMzE0NzJjYTlkZmY4ZGE5YjAwYmQ2ZmM1YWJlOTZmZmRhNzU0ZWI3MDk2NzdkZTJmZTY4ZGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.SwVW_uvEXInoHuKIX_dgSK0ywW8TAJ4Ex0R4PxWEfwU)
![NotREFL](https://github.com/trixi-framework/HOHQMesh/assets/25242486/5e145806-1acb-43c4-b712-ea6eeb703c64)
<p align = "center"> Fig. 18. A mesh (left) reflected about the red boundary line (right).</p>

## Boundary Curves<a name="BoundaryCurves"></a>
Expand Down

0 comments on commit c7df4e0

Please sign in to comment.