Allow users to disable check "assertCorrectBaseMesh"
The cpppetsc
library contains a check whether a vector was created by the mesh that is used to work with the vector. While this helps with finding bugs, it's incompatible with some PETSc
options (i.e. it leads to false positives). An option to disable this check would help with those situations.