splinepy.helpme.integrate#

Functions

parametric_function(spline, function[, orders])

Integrate a function defined within the parametric domain

physical_function(spline, function[, orders])

Integrate a function defined within the selected domain

volume(spline[, orders])

Compute volume of a given spline

Classes

FieldIntegrator(geometry[, solution_field, ...])

Class for the numerical evaluation of a PDE on a single-patch geometry.

Integrator(spl)

Helper class to integrate some values on a given spline geometry

Transformation(spline[, solution_field, orders])

Helper class to be used for the numerical integration of field variables on a single-patch geometry.