boschresearch / torchphysics

https://boschresearch.github.io/torchphysics/
Apache License 2.0
389 stars 41 forks source link

Clean-up, new integral computation scheme + extended Points class #8

Closed nheilenkoetter closed 2 years ago

nheilenkoetter commented 2 years ago

The Points can now contain more than one axis for batch dimension, which prepares for DeepONets and allows to compute e.g. integral approximations. The IntegroPINNConditioin makes use of this property.