VPExtPointSource AssignMeshForExtSource Method Virtual Photonics - VTS Library
Virtual Photonics

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

public void AssignMeshForExtSource(
	AngularMesh[] aMesh,
	int aMeshLevel,
	SpatialMesh[] sMesh,
	int sMeshLevel,
	int level,
	double[][][][] q
)

Parameters

aMesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures AngularMesh 
aMeshLevel
Type: OnlineSystem Int32
sMesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures SpatialMesh 
sMeshLevel
Type: OnlineSystem Int32
level
Type: OnlineSystem Int32
q
Type:     OnlineSystem Double    

Implements

IExtSource AssignMeshForExtSource( AngularMesh , Int32,  SpatialMesh , Int32, Int32,     Double    )
See Also