File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 215215 "source" : [
216216 " Create distance field from obstacle.\n " ,
217217 " Add threshold of mesh sizes based on the distance field\n " ,
218+ " ```\n " ,
218219 " LcMax - /--------\n " ,
219220 " /\n " ,
220221 " LcMin -o---------/\n " ,
221222 " | | |\n " ,
222- " Point DistMin DistMax"
223+ " Point DistMin DistMax\n " ,
224+ " ```"
223225 ]
224226 },
225227 {
Original file line number Diff line number Diff line change 66# extension: .py
77# format_name: light
88# format_version: '1.5'
9- # jupytext_version: 1.18 .1
9+ # jupytext_version: 1.19 .1
1010# kernelspec:
1111# display_name: Python 3 (ipykernel)
1212# language: python
165165
166166# Create distance field from obstacle.
167167# Add threshold of mesh sizes based on the distance field
168+ # ```
168169# LcMax - /--------
169170# /
170171# LcMin -o---------/
171172# | | |
172173# Point DistMin DistMax
174+ # ```
173175
174176res_min = r / 3
175177if mesh_comm .rank == model_rank :
You can’t perform that action at this time.
0 commit comments