Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
msqshape(1)		    General Commands Manual		   msqshape(1)

NAME
       msqshape	- Run Shape Improvement	smoother for input mesh.

SYNOPSIS

	      msqshape
	       [  -b  <Vtx  Movement  Beta>]  [	 -t <Cpu Seconds>] [ -s	] [ -S
	      <rad,x,y,z>| -S <rad>] [ -P  <i,j,k>|  -P	 <i,j,k,x,y,z>]	 [  -C
	      <rad,i,j,k>|    -C   <rad,i,j,k,x,y,z>]	[   -N	 <rad,h>|   -N
	      <rad,h,i,j,k>|  -N  <rad,h,i,j,k,x,y,z>]	[   -l	 <i,j,k>|   -l
	      <i,j,k,x,y,z>]  [	 -c  <rad,i,j,k>|  -c  <rad,i,j,k,x,y,z>] [ -v
	      <x,y,z>] <input_file> <output_file>

	      msqshape -h

	      msqshape -M

DESCRIPTION
       Read VTK	file, smooth, and re-write file.

OPTIONS

	      -b <Vtx Movement Beta>

	      fraction of mean edge length to use as termination criterion  on
	      vertex movement [0,1]

	      -t <Cpu Seconds>

	      time-out [0,inf) (default: 0)

	      -s

	      Mark boundary vertices as	fixed (default if no domain specified)
	      (default:	0)

	      -S <rad,x,y,z>| -S <rad>

	      Spherical	domain as center and radius

	      -P <i,j,k>| -P <i,j,k,x,y,z>

	      Planar domain as normal and point

	      -C <rad,i,j,k>| -C <rad,i,j,k,x,y,z>

	      Cylindrical radius, axis,	and point

	      -N <rad,h>| -N <rad,h,i,j,k>| -N <rad,h,i,j,k,x,y,z>

	      Conic domain as base radius, height, axis, and base center

	      -l <i,j,k>| -l <i,j,k,x,y,z>

	      Linear domain as direction and point

	      -c <rad,i,j,k>| -c <rad,i,j,k,x,y,z>

	      Circular domain as radius, normal, and center

	      -v <x,y,z>

	      Point domain

								   msqshape(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=msqshape&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help