FluidityProject / fluidity

Fluidity
http://fluidity-project.org
Other
366 stars 115 forks source link

Remove is_sorted allowing configure with PETSc3.13 #267

Closed gnikit closed 4 years ago

gnikit commented 4 years ago

PETSc 3.13 added is_sorted as an enum hence causing a compiler conflict.

Fixes issue #266.

gnikit commented 4 years ago

I feel that I should mention that this will compile up to PETSc version 3.13 and more specifically commit d91aa2297d6f31c2d2f0e7ba09a0622130109be4 since after that commit bug fixes where introduced to PCBJacobiGetSubKSP causing some compilation issues on the fluidity side of things.