VPExtLineSource 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