tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
47 stars 13 forks source link

Ft nd integrals #373

Closed stA81 closed 9 months ago

stA81 commented 9 months ago

Overview

This feature enables the use of integrals in n-dimensions.

import splinepy

new, feature = splinepy.tataratat()
jzwar commented 9 months ago

Thanks!