ddc icon indicating copy to clipboard operation
ddc copied to clipboard

DDC is a discrete domain computation library.

Results 129 ddc issues
Sort by recently updated
recently updated
newest added

- 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...

enhancement

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

bug

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...