A simple command-line quadratic equation solver written in Python. Returns both the possible values of x and of course it supports float.
A comprehensive C++ library for solving Ordinary Differential Equations (ODEs) and Partial Differential Equations (PDEs) with Python bindings. This project implements ...
AIに協力してもらって、CFDソフトを開発する試みです。 数値計算の知識は少しありますが、FORTRANでしたので、 現代的なコード(C++、Python )あたりで開発していきたいと思ってます。 C++の基礎については以下から数回で実施しました。 今回から具体的な熱 ...
Vol.0-12で作成したコード群の処理内容について、plantUMLを用いて図にしました。参考になれば幸いです。 PythonとC++の連携概念図 説明文 この概念図は、これまでに実装した1次元熱伝導ソルバーにおいて、PythonとC++がどのように連携し、データがどのように ...
Building a Navier-Stokes Solver in Python from Scratch: Simulating Airflow” https://lnkd.in/e6KxQ8NV walks through taking the incompressible Navier–Stokes equations all the way to a working 2D solver ...
Solving the 2D Laplace Equation with FEM in Python! Thrilled to share a recent project where I solved the 2D Laplace equation (∇²u = 0) using the Finite Element Method (FEM) in Python, relying only on ...