splinepy.helpme.integrate.Integrator#

class splinepy.helpme.integrate.Integrator(spl)[source]#

Bases: object

Helper class to integrate some values on a given spline geometry

Examples

splinepy.helpme.integrate.volume()
# Equivalent to
spline.integrate.volume()
Parameters:

spline (Spline) – Spline parent

Methods

Integrator.parametric_function(function[, ...])

Integrate a function defined within the parametric domain

Integrator.volume([orders])

Compute volume of a given spline