VPMathFunctions SweepOrdering Method Virtual Photonics - VTS Library
Virtual Photonics
compute sweep ordering

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

public static void SweepOrdering(
	ref SpatialMesh[] smesh,
	AngularMesh[] amesh,
	int sMeshLevel,
	int aMeshLevel
)

Parameters

smesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures SpatialMesh  
spatial mesh
amesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures AngularMesh 
angular mesh
sMeshLevel
Type: OnlineSystem Int32
spatial mesh level
aMeshLevel
Type: OnlineSystem Int32
angular mesh level
See Also