VPComputationFactory GetVectorizedMultidimensionalIndependentVariableQueryNew Method (IForwardSolver, FluenceSolutionDomainType,  IndependentVariableAxis ,   Double  , OpticalProperties,  Double )Virtual Photonics - VTS Library
Virtual Photonics

Namespace: Vts.Factories
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static double[] GetVectorizedMultidimensionalIndependentVariableQueryNew(
	IForwardSolver forwardSolver,
	FluenceSolutionDomainType solutionDomainType,
	IndependentVariableAxis[] independentAxesTypes,
	double[][] independentValues,
	OpticalProperties opticalProperties,
	params double[] constantValues
)

Parameters

forwardSolver
Type: Vts IForwardSolver
solutionDomainType
Type: Vts FluenceSolutionDomainType
independentAxesTypes
Type:  Vts IndependentVariableAxis 
independentValues
Type:   OnlineSystem Double  
opticalProperties
Type: Vts OpticalProperties
constantValues
Type:  OnlineSystem Double 

Return Value

Type:  OnlineDouble 
See Also