VPMultiGridCycle MgCycle 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 double MgCycle(
	AngularMesh[] amesh,
	SpatialMesh[] smesh,
	BoundaryCoupling[] b,
	double[][][][] q,
	double[][][][] RHS,
	double[][][] ua,
	double[][][] us,
	double[][][][] flux,
	double[][][][] d,
	int n1,
	int n2,
	int aMeshLevel,
	int aMeshLevel0,
	int sMeshLevel,
	int sMeshLevel0,
	int NS,
	int vacuum,
	int mgMethod
)

Parameters

amesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures AngularMesh 
smesh
Type:  Vts.FemModeling.MGRTE._2D.DataStructures SpatialMesh 
b
Type:  Vts.FemModeling.MGRTE._2D BoundaryCoupling 
q
Type:     OnlineSystem Double    
RHS
Type:     OnlineSystem Double    
ua
Type:    OnlineSystem Double   
us
Type:    OnlineSystem Double   
flux
Type:     OnlineSystem Double    
d
Type:     OnlineSystem Double    
n1
Type: OnlineSystem Int32
n2
Type: OnlineSystem Int32
aMeshLevel
Type: OnlineSystem Int32
aMeshLevel0
Type: OnlineSystem Int32
sMeshLevel
Type: OnlineSystem Int32
sMeshLevel0
Type: OnlineSystem Int32
NS
Type: OnlineSystem Int32
vacuum
Type: OnlineSystem Int32
mgMethod
Type: OnlineSystem Int32

Return Value

Type: OnlineDouble
See Also