Re: [Libmesh-users] Error of Communicators

2009-11-18 Thread Kirk, Benjamin (JSC-EG311)
> Hello- > > I'm getting a weird bug from PETSc. In my code I'm needing to add a vector, > I call it u_rhs, to the system's rhs, u_system.rhs. > > u_rhs is of type AutoPtr > > > and I'm trying to add them using the call > > u_system.rhs->add(*u_rhs.get()); > > I'm getting the following error:

[Libmesh-users] Error of Communicators

2009-11-18 Thread Andrea Hawkins
Hello- I'm getting a weird bug from PETSc. In my code I'm needing to add a vector, I call it u_rhs, to the system's rhs, u_system.rhs. u_rhs is of type AutoPtr > and I'm trying to add them using the call u_system.rhs->add(*u_rhs.get()); I'm getting the following error: [0]PETSC ERROR: [1]PET