• 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 Quadrature

Methods to numerically evaluate definite integrals

Inheritance
object
Quadrature
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 static class Quadrature

Methods

| Edit this page View Source

Evaluate(IScalarFunction, QuadratureRule)

Numerically evaluates a definite integral of a function

Declaration
public static double Evaluate(IScalarFunction f, QuadratureRule rule)
Parameters
Type Name Description
IScalarFunction f

Function of integral

QuadratureRule rule

Quadrature rule covering the domain of the integral

Returns
Type Description
double

Value of integral

| Edit this page View Source

Evaluate(IScalarFunction, QuadratureRule[,,])

Numerically evaluates a definite integral of a function embedded in a 3 dimensional grid

Declaration
public static double Evaluate(IScalarFunction f, QuadratureRule[,,] rules)
Parameters
Type Name Description
IScalarFunction f

Function of integral

QuadratureRule[,,] rules

3 dimensional grid of quadrature rules covering the domain of the integral

Returns
Type Description
double

Value of integral

| Edit this page View Source

Evaluate(IScalarFunction, QuadratureRule[,])

Numerically evaluates a definite integral of a function embedded in a 2 dimensional grid

Declaration
public static double Evaluate(IScalarFunction f, QuadratureRule[,] rules)
Parameters
Type Name Description
IScalarFunction f

Function of integral

QuadratureRule[,] rules

2 dimensional grid of quadrature rules covering the domain of the integral

Returns
Type Description
double

Value of integral

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX