solvconΒΆ

solvcon is a project for solving conservation-law problems by using the space-time Conservation Element and Solution Element (CESE) method:

\[\frac{\partial\mathbf{u}}{\partial t} + \sum_{k=1}^3 \mathrm{A}^{(k)}(\mathbf{u}) \frac{\partial\mathbf{u}}{\partial x_k} = 0\]

where \(\mathbf{u}\) is the unknown vector and \(\mathrm{A}^{(1)}\), \(\mathrm{A}^{(2)}\), and \(\mathrm{A}^{(3)}\) are the Jacobian matrices. The code implementation is in https://github.com/solvcon/modmesh.

An experimental pre-built Windows binary for modmesh is made in a zip file with the "devbuild" nightly runs in GitHub Actions. You can scroll down to the "artifacts" section in the Windows release run to download it (login to GitHub is required). Or you can directly click the link that points to the nightly build to download.

The code remaining in the old repository https://github.com/solvcon/solvcon will eventually be updated to include setups for problems and solutions. New contents will be added here after the following are moved to modmesh and its note: