On Thu, Sep 11, 2014 at 7:22 AM, Jed Brown <j...@jedbrown.org> wrote:

> John Peterson <jwpeter...@gmail.com> writes:
>
> > Hmmm I haven't tried PETSc 3.5.2 yet (3.5.1 should work with libmesh).
>   Maybe they changed the PCSetOperators API?
>
> No, subminor releases maintain source and binary compatibility.
>

They do nowadays, anyway ;-)

#else
>   // API argument order change in PETSc 2.3.3
>   ierr = VecScatterBegin(scatter,
>                          this->_vec,
>                          petsc_subvector->_vec,
>                          INSERT_VALUES,
>                          SCATTER_FORWARD); LIBMESH_CHKERRABORT(ierr);
>   ierr = VecScatterEnd(scatter,
>                        this->_vec,
>                        petsc_subvector->_vec,
>                        INSERT_VALUES,
>                        SCATTER_FORWARD); LIBMESH_CHKERRABORT(ierr);
> #endif




-- 
John
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to