@@ -5,7 +5,7 @@ title: project
55url : project
66---
77
8- # modmesh
8+ # solvcon
99
1010<div className = " mb-5 flex" >
1111 <span className = " space-x-2 px-2" >
@@ -22,18 +22,20 @@ url: project
2222 </span >
2323</div >
2424
25- - ** Repository Link:** [ GitHub] ( https://github.com/solvcon/modmesh )
25+ - ** Repository Link:** [ GitHub] ( https://github.com/solvcon/solvcon )
2626- ** Leader:** [ Yung-Yu Chen] ( https://twitter.com/yungyuc )
2727
28- modmesh seamlessly mixes C++ and Python through pybind11, allowing you
28+ solvcon seamlessly mixes C++ and Python through pybind11, allowing you
2929to leverage the strengths of both programming languages for efficient
3030PDE solving. We use Qt and Python to visualize the computation results
31- to give you a better understanding of your PDE solution. modmesh also
31+ to give you a better understanding of your PDE solution. solvcon also
3232supports mesh visualization, currently in the Gmsh mesh file format. We
33- have recently made efforts to improve the modmesh UI/UX.
33+ have recently made efforts to improve the solvcon UI/UX.
3434
3535The design allows it to run on Windows, Linux, and MacOS. Everyone can
36- use or contribute to modmesh.
36+ use or contribute to solvcon.
37+
38+ (previously * modmesh* , check the [ issue] ( https://github.com/solvcon/solvcon/issues/904 ) about the name change)
3739
3840# Python Official Documents Translation (zh_TW)
3941
0 commit comments