Class CompositeGaussianQuadrature

  • All Implemented Interfaces:
    Serializable

    public class CompositeGaussianQuadrature
    extends Object
    implements Serializable
    A composite Gaussian quadrature for numerical evaluation of the scattering integral in one-dimensional heat transfer.
    Author:
    Teymur Aliev, Vadim Zborovskii, Artem Lunev
    See Also:
    Serialized Form
    • Constructor Detail

      • CompositeGaussianQuadrature

        public CompositeGaussianQuadrature​(int n)
        Constructs a composite Gaussian quadrature for an even n
        Parameters:
        n - an even integer
    • Method Detail

      • getWeights

        public double[] getWeights()
        The weights of the composite quadrature.
        Returns:
        the weights
      • getNodes

        public double[] getNodes()
        The cosine nodes of the composite quadrature.
        Returns:
        the cosine nodes