Skip to content

Commit

Permalink
Update user_resolution_2.mlgi
Browse files Browse the repository at this point in the history
  • Loading branch information
millerta authored Jan 15, 2025
1 parent 056fac8 commit 9355f02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/pages/docs/demos/input/user_resolution_2.mlgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ define / H_ATTRIBUTE / h_field_att

# Y = Ax + B
#
# Slope
# Slope values to try
# 0.2 works
# 0.25 works
# 0.29 works
# 0.295 crashes
# 0.299 crashes
# 0.3 crashes
#
define / SLOPE / 0.1
# Intersect
Expand All @@ -18,6 +15,7 @@ define / INTERCEPT / 0.0
# Create some points and then use the distance from the points to define the user
# defined resolution field h(x,y)
#
# use the sin() function to create a set of points in a wave line
cmo / create / mo_pts / / / tet
createpts / line / npoints / / / xmin,ymin,zmin / xmax,ymax,zmax / iiz,ijz,ikz /
createpts / line / 400 / / / -3.95 0.0 0.0 / 3.95 0.0 0.0 / 1 1 1
Expand Down

0 comments on commit 9355f02

Please sign in to comment.