From c7df4e00fe7e418315fef973c4d76f610eaa06d2 Mon Sep 17 00:00:00 2001 From: Andrew Winters Date: Fri, 14 Jun 2024 20:50:33 +0200 Subject: [PATCH] fix broken link to new docs image --- Documentation/docs/the-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/docs/the-model.md b/Documentation/docs/the-model.md index 6b8b1c3..63bb21d 100644 --- a/Documentation/docs/the-model.md +++ b/Documentation/docs/the-model.md @@ -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)

Fig. 18. A mesh (left) reflected about the red boundary line (right).

## Boundary Curves