splinepy.helpme.integrate.Integrator#
- class splinepy.helpme.integrate.Integrator(spl)[source]#
Bases:
objectHelper 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.physical_function(function[, orders])Integrate a function defined within the physical domain
Integrator.volume([orders])Compute volume of a given spline