Closed michalhabera closed 6 years ago
Is using la_index_t = PetscInt; needed now, when PETSc is required?
using la_index_t = PetscInt;
Yes, it could be removed.
Fixed by https://github.com/FEniCS/dolfinx/pull/167.
Is
using la_index_t = PetscInt;
needed now, when PETSc is required?