• Api Documentation
Show / Hide Table of Contents
  • IntersectingQuadrature
    • HyperRectangle
    • IHyperRectangle
    • IQuadrater
    • Methods
    • Quadrature
    • QuadratureNode
    • QuadratureRule
    • Symbol
  • IntersectingQuadrature.Tensor
    • Algebra
    • ConstantPolynomial
    • GradientComponent
    • IScalarFunction
    • IVectorFunction
    • LinearPolynomial
    • LinearVectorPolynomial
    • QuadraticPolynomial
    • QuadraticVectorPolynomial
    • ScalarComposition
    • Tensor1
    • Tensor2
    • Tensor3
    • VectorComposition

Class QuadratureNode

Quadrature point and quadrature weight.

Inheritance
object
QuadratureNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: IntersectingQuadrature
Assembly: IntersectingQuadrature.dll
Syntax
public class QuadratureNode

Fields

| Edit this page View Source

Point

Quadrature Point

Declaration
public Tensor1 Point
Field Value
Type Description
Tensor1
| Edit this page View Source

Weight

Quadrature Weight

Declaration
public double Weight
Field Value
Type Description
double
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX