VPMathFunctions Intepolation_a Method Virtual Photonics - VTS Library
Virtual Photonics
find two linearly intepolated angles "b" and weights "b2" for the angle "theta_m"

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

public static void Intepolation_a(
	double theta_m,
	double dtheta,
	int ns,
	int[] b,
	double[] b2,
	double constant
)

Parameters

theta_m
Type: OnlineSystem Double
theta modified
dtheta
Type: OnlineSystem Double
ns
Type: OnlineSystem Int32
b
Type:  OnlineSystem Int32 
b2
Type:  OnlineSystem Double 
constant
Type: OnlineSystem Double
See Also