ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
406 stars 89 forks source link

Is there any information about the analysis of the code of this project ? #1674

Closed reopio closed 1 month ago

yhmtsai commented 1 month ago

Could you elaborate it more? which kind of analysis you are interested in? Currently, we have Codecov, sonarcloud, and CDASH to help

reopio commented 1 month ago

I am looking for some articles or information about the design of this project just like what in the documentation of petsc.

greole commented 1 month ago

In terms of articles/ papers, maybe this is a good start: https://dl.acm.org/doi/10.1145/3480935 we also have a wiki with information https://github.com/ginkgo-project/ginkgo/wiki (which is kind of deprecated though) and we are building a new documentation https://ginkgo-project.github.io/documentation-playground/ (Still WIP)

reopio commented 1 month ago

Thanks very much. I am trying.