Index
ZF4/getPhaseMismatch
 [ fPhaseMismatch ] = getPhaseMismatch(vInWavelengths, vInPolarisations, vOutWavelengths, vOutPolarisations, fTheta)
 [ fPhaseMismatch ] = getPhaseMismatch(vInWavelengths, vInPolarisations, vOutWavelengths, vOutPolarisations, fTheta, fPhi)
    fPhaseMismatch in wavenumbers
    vInPolarisations, vOutPolarisations = 'o' or 'e', 's'- slow
    'f' - fast
 
    example ooe SHG at 800 nm:
        vInWavelengths = [ 800e-9, 800e-9];
        vInPolarisations = ['o', 'o'];
        vOutWavelengths = 'e';
        vOutPolarisations = 400e-9;
    2014.03.16
Help for ZF4/getPhaseMismatch is inherited from superclass CMaterial
Method Details
Defining Class CMaterial
Access public
Sealed false
Static false