VPMathFunctions CreateMultigrid Method Virtual Photonics - VTS Library
Virtual Photonics
Create Multigrid based on 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 CreateMultigrid(
	ref SpatialMesh[] smesh,
	double[][] p,
	int[][] e,
	int[][] t,
	int np,
	int ne,
	int nt,
	int sMeshLevel
)

Parameters

smesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures SpatialMesh  
p
Type:   OnlineSystem Double  
points data
e
Type:   OnlineSystem Int32  
edge data
t
Type:   OnlineSystem Int32  
triangle data
np
Type: OnlineSystem Int32
number of points
ne
Type: OnlineSystem Int32
number of boundary edges
nt
Type: OnlineSystem Int32
number of triangles
sMeshLevel
Type: OnlineSystem Int32
spatial mesh levels
See Also