From 9355f02a91bba9bd0d93926749426426d2cd6326 Mon Sep 17 00:00:00 2001 From: Terry Miller Date: Wed, 15 Jan 2025 12:55:56 -0700 Subject: [PATCH] Update user_resolution_2.mlgi --- docs/pages/docs/demos/input/user_resolution_2.mlgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/pages/docs/demos/input/user_resolution_2.mlgi b/docs/pages/docs/demos/input/user_resolution_2.mlgi index c1faa284..a28549d3 100755 --- a/docs/pages/docs/demos/input/user_resolution_2.mlgi +++ b/docs/pages/docs/demos/input/user_resolution_2.mlgi @@ -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 @@ -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