Package pulse.problem.schemes.rte.dom
Class CompositeGaussianQuadrature
- java.lang.Object
-
- pulse.problem.schemes.rte.dom.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 Summary
Constructors Constructor Description CompositeGaussianQuadrature(int n)
Constructs a composite Gaussian quadrature for an evenn
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
getNodes()
The cosine nodes of the composite quadrature.double[]
getWeights()
The weights of the composite quadrature.
-