Skip to content

Commit breaks assumption that PetscReal and real_t are the same

Marcus Mohr requested to merge mohr/PetscScalar_vs_real_t into master

So far we have silently assumed that the two datatype will be identical, more precisely that both are double (I guess). Commit changes the Vector- and SparseMatrixProxy to consistently convert between the two types.

Merge request reports