tum-pbs / PhiFlow

A differentiable PDE solving framework for machine learning
MIT License
1.47k stars 192 forks source link

Periodic boundary conditions for SparseSciPy & SparseCG #6

Closed the-rccg closed 4 years ago

the-rccg commented 4 years ago

Current implementations of the pressure solvers ignore the set periodic boundary condition.

holl- commented 4 years ago

61c7c9b3278776380538dd82b250a669e7fce5b3 I implemented an experimental version of the periodic pressure solve. At the moment, it supports only static boundaries but dynamic ones will be added soon.