VPInt2DRectangularSource AssignMeshForIntSource 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 AssignMeshForIntSource(
	AngularMesh[] amesh,
	int ameshLevel,
	SpatialMesh[] smesh,
	int smeshLevel,
	int level,
	double[][][][] rhs
)

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
rhs
Type:     OnlineSystem Double    

Implements

IIntSource AssignMeshForIntSource( AngularMesh , Int32,  SpatialMesh , Int32, Int32,     Double    )
See Also