I am looking for å python library that has a function to solve 3D integrals over a tetrahedron. I would like to be able to input four points on the form (x, y, z) and a function f(x, y, z) where f is a polynomial function.
Have only found functions that accepts integration boundaries that go from function to function, but I need an integration tool that accepts points.