> 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:
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