[petsc-dev] incomplete type error
Daniel Lowell
redratio1 at gmail.com
Wed Sep 7 13:42:55 CDT 2011
In my KSP implementation I have this in my function KSPSolve_BCGSGPU(KSP
ksp)
(*ksp->pc->mat->ops->mult)(ksp->pc->mat,P,T);//where P and T are type Vec
I get this error from icc:
bcgsgpu.c:222: error: dereferencing pointer to incomplete type.
Not sure what I'm doing wrong here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110907/fc1a02a3/attachment.html>
More information about the petsc-dev
mailing list