In my KSP implementation I have this in my function KSPSolve_BCGSGPU(KSP ksp)<br><br> (*ksp->pc->mat->ops->mult)(ksp->pc->mat,P,T);//where P and T are type Vec<br><br>I get this error from icc: <br>bcgsgpu.c:222: error: dereferencing pointer to incomplete type. <br>
<br>Not sure what I'm doing wrong here.<br>