VPNurbsForwardSolver ClassVirtual Photonics - VTS Library
Virtual Photonics
Forward solver based on the Scaled Monte Carlo approach, proposed by Kienle and Patterson, used to evaluate the reflectance of a semi-infinite homogenous medium with g = 0.8 and n = 1.4. The reference time and space resolved reflectance, and the reference spatial frequancy and time resolved reflectance are held in a NurbsGenerator class which computes the interpolation necessary to evaluate the reflectance in the specific domain. The interpolation is based on NURBS surfaces theory. The main reference used to implement this forward solver is 'The NURBS Book' by Las Piegl and Wayne Tiller.
Inheritance Hierarchy

OnlineSystem Object
  Vts BindableObject
    Vts.Modeling.ForwardSolvers ForwardSolverBase
      Vts.Modeling.ForwardSolvers NurbsForwardSolver

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

public class NurbsForwardSolver : ForwardSolverBase
See Also