Replies: 1 comment
-
This topic will also be discussed in the May scisprint on the 18th. In addition to the topic, the sprint will cover the following tasks:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
solvcon is the predecessor of this project modmesh, but the code base of the former is more than 10 years old and unmaintained. modmesh was created to renovate the code using modern C++ and Python wrapping tools.
As modmesh is picking up the developer base and building essential features, including a 1D solver and multi-dimensional meshes, we can start to plan for further modularize the modmesh code and plug the modules back to solvcon, and fortify its solver constructing promise.
Currently, modmesh has primitive implementation of the following sub-systems:
We should continuously build the features and build the module boundaries. In the end, solvcon will become a house for all modules and serve as the environment for constructing problem solvers.
Beta Was this translation helpful? Give feedback.
All reactions