Virtual PhotonicsThe MeshSimulationOptions type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| MeshSimulationOptions |
Default constructor for MG-RTE simulation parameters
| |
| MeshSimulationOptions(Double, Double, Int32, Int32) |
Initializes a new instance of MG-RTE simulation parameters
| |
| MeshSimulationOptions(Double, Double, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Constructor for MG-RTE simulation parameters
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| ConvTolerance |
The residual value of the iteration for stopping criterion
| |
| FullMg |
The indicator of full multigrid method (FMG) with the suggested value "1"
| |
| MethodMg |
The choice of multigrid method
| |
| NCycle |
The number of multigrid cycles on each level except the finest level in
FMG with the suggested value "1", see the paper.
| |
| NExternal |
Refractive index of the external medium
| |
| NIterations |
The maximum number of iteration on the finest level in FMG
| |
| NPostIterations |
The number of post-iterations with the suggested value "3", see the paper.
| |
| NPreIterations |
The number of pre-iterations with the suggested value "3", see the paper.
| |
| StartingAmeshLevel |
Starting AmeshLevel (should be less than ameshLevel)
| |
| StartingSmeshLevel |
Starting SmeshLevel (should be less than smeshLevel)
|
See Also