VPMathFunctions CreateSquareMesh Method Virtual Photonics - VTS Library
Virtual Photonics
Create a squarte mesh for given spatial mesh level

Namespace: Vts.FemModeling.MGRTE._2D
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static void CreateSquareMesh(
	ref SpatialMesh[] smesh,
	int sMeshLevel,
	double length
)

Parameters

smesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures SpatialMesh  
spatial mesh
sMeshLevel
Type: OnlineSystem Int32
spatial mesh levels
length
Type: OnlineSystem Double
length
See Also