ddc
ddc copied to clipboard
DDC is a discrete domain computation library.
- Add LAPACK in the cmake (effectively use LAPACKE). - Add SplinesLinearProblemDense - Add tests calling SplinesLinearProblemDense (even if they are supposed to build more specific band linear problems, which...
As discussed in https://github.com/CExA-project/ddc/pull/430#discussion_r1587745350 , we should not use the terminology `interpolation` in Spline evaluators.
See https://github.com/CExA-project/ddc/pull/433#discussion_r1590651750
Add new matrices necessary for the LAPACK backend available in #274 Matrices classes (including `matrix_sparse`) support strided multiple-rhs
This PR aims to write the Heat equation example with non-uniform space discretization. I still have issues with boundary conditions, might be the ghost points initialization.
When newcomers arrive in DDC, they have a hard-time grasping the concepts of DDC. We should provide some doc to help them: our personae are: * Alice - [x] Baptiste...