Skip to content

Commit 12197b3

Browse files
authored
doc: fix Tesseract names in open source shapeopt showcase (#409)
Fix tesseract names. <!-- Please use a PR title that conforms to *conventional commits*: "<commit_type>: Describe your change"; for example: "fix: prevent race condition". Some other commit types are: fix, feat, ci, doc, refactor... For a full list of commit types visit https://www.conventionalcommits.org/en/v1.0.0/ --> #### Relevant issue or PR <!-- If the changes resolve an issue or follow some other PR, link to them here. Only link something if it is directly relevant. --> #### Description of changes <!-- Add a high-level description of changes, focusing on the *what* and *why*. --> #### Testing done <!-- Describe how the changes were tested; e.g., "CI passes", "Tested manually in stagingrepo#123", screenshots of a terminal session that verify the changes, or any other evidence of testing the changes. -->
1 parent 0fb9315 commit 12197b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/_showcase/ansys-shapeopt/optimization_os.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"\n",
3939
"tesseract_core.build_tesseract(\"sdf_fd\", \"latest\")\n",
4040
"tesseract_core.build_tesseract(\"bars_3d\", \"latest\")\n",
41-
"tesseract_core.build_tesseract(\"meshing_tess\", \"latest\")\n",
42-
"tesseract_core.build_tesseract(\"meshing_tess\", \"latest\")\n",
41+
"tesseract_core.build_tesseract(\"hex_mesh\", \"latest\")\n",
42+
"tesseract_core.build_tesseract(\"jax_fem\", \"latest\")\n",
4343
"print(\"Tesseract built successfully.\")"
4444
]
4545
},

0 commit comments

Comments
 (0)