This port is a good pedagogical tool to learn how to implement traditional numerical solvers using modern deep learning software interfaces. The main changes are documented in the torch_cfd directory.
Abstract: Porting a large-scale computational code from CPUs to GPUs is a complex and time-intensive process, likely performed incrementally by multiple developers. This requires working on code ...