FEniCS / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
776 stars 181 forks source link

Remove `dolfin::la_index_t` #165

Closed michalhabera closed 6 years ago

michalhabera commented 6 years ago

Is using la_index_t = PetscInt; needed now, when PETSc is required?

garth-wells commented 6 years ago

Yes, it could be removed.

garth-wells commented 6 years ago

Fixed by https://github.com/FEniCS/dolfinx/pull/167.