MeshFile firstSHLS.msh LevelSet 30 2 Function Scalar 1.*x+0.*y+0.*z-2.33 [x,y,z] //Plane: define the plane _a*x+_b*y+_c*z+_d, with outward normal (_a,_b,_c) //Sphere: define the sphere sqrt((_xc-x)*(_xc-x)+(_yc-y)*(_yc-y)+(_zc-z)*(_zc-z))-_r, with center (_xc,_yc,_zc) and radius _r