VPMeshSimulationOptions Constructor (Double, Double, Int32, Int32)Virtual Photonics - VTS Library
Virtual Photonics
Initializes a new instance of MG-RTE simulation parameters

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

public MeshSimulationOptions(
	double nExternal,
	double convTolerance,
	int methodMg,
	int nIterations
)

Parameters

nExternal
Type: OnlineSystem Double
Refractive index of the external medium
convTolerance
Type: OnlineSystem Double
The residual value of the iteration for stopping criterion
methodMg
Type: OnlineSystem Int32
The choice of multigrid method
nIterations
Type: OnlineSystem Int32
The maximum number of iteration on the finest level in FMG
See Also