VPMathFunctions SquareTriMeshToGrid Method Virtual Photonics - VTS Library
Virtual Photonics
convert triangular mesh to a square mesh

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

public static void SquareTriMeshToGrid(
	ref SpatialMesh smesh,
	ref double[] x,
	ref double[] y,
	ref double[][] uxy,
	double[] inten,
	int nxy
)

Parameters

smesh
Type: Vts.FemModeling.MGRTE._2D.DataStructures SpatialMesh 
spatial mesh
x
Type:  OnlineSystem Double  
x coordinates
y
Type:  OnlineSystem Double  
y coordinates
uxy
Type:   OnlineSystem Double   
grid location
inten
Type:  OnlineSystem Double 
average intensity of each traingle
nxy
Type: OnlineSystem Int32
total points
See Also