• Calculates the flux (line/surface integration over a vector field) of a parametric curve function or a parametric surface function through a 2D or 3D vector field, respectively.

    Parameters

    • vectfield: ChalkboardVectorField

      The vector field

    • func: ChalkboardFunction

      The function

    • tinf: number

      The lower t-bound (for both 2D and 3D)

    • tsup: number

      The upper t-bound (for both 2D and 3D)

    • Optional sinf: number

      The lower s-bound (only for 3D)

    • Optional ssup: number

      The upper s-bound (only for 3D)

    Returns number

Generated using TypeDoc