conservation-laws / ryujin

High-performance high-order finite element solver for hyperbolic conservation equations
https://conservation-laws.org
Other
103 stars 25 forks source link

Add debug asserts for verifying that the c_ij matrix is correctly assembled #135

Closed tamiko closed 2 months ago

tamiko commented 2 months ago

This PR adds a couple of expensive checks run in debug mode that verifies that the local view of the cij_matrix_ object is consistent. We are currently triggering some of these asserts with local refinement.

@kronbichler ping