AIに協力してもらって、CFDソフトを開発する試みです。 数値計算の知識は少しありますが、FORTRANでしたので、 現代的なコード(C++、Python )あたりで開発していきたいと思ってます。 C++の基礎については以下から数回で実施しました。 今回から具体的な熱 ...
With Python ctypes, Python can directly call (foreign) C functions defined in shared object (.so) on Linux. This note documents the compiling and linking of C functions in Ubuntu 24.04.2 LTS ...