Skip to content

Commit

Permalink
Structured matrix construction: fix int type usage
Browse files Browse the repository at this point in the history
Use ordinal_type to index over grid points and rows, and size_type to
index over matrix entries.

This applies to all backends, but on HIP it also works around a compiler
bug with division-with-remainder.
  • Loading branch information
brian-kelley committed Jan 13, 2022
1 parent ebec1a3 commit 56607b5
Showing 1 changed file with 3,402 additions and 3,363 deletions.
Loading

0 comments on commit 56607b5

Please sign in to comment.