VPMultiGridCycle Boundary Method Virtual Photonics - VTS Library
Virtual Photonics

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

public void Boundary(
	int ne,
	int nt,
	int[][] t,
	int[][] p2,
	double[][] p,
	int[][] e,
	int[][] e2,
	int[][] so2,
	double[][] n,
	int[] ori
)

Parameters

ne
Type: OnlineSystem Int32
nt
Type: OnlineSystem Int32
t
Type:   OnlineSystem Int32  
p2
Type:   OnlineSystem Int32  
p
Type:   OnlineSystem Double  
e
Type:   OnlineSystem Int32  
e2
Type:   OnlineSystem Int32  
so2
Type:   OnlineSystem Int32  
n
Type:   OnlineSystem Double  
ori
Type:  OnlineSystem Int32 
See Also