Re: [Libmesh-users] Accessing ExplicitSystem::solution directly

2008-08-31 Thread John Peterson
On Sun, Aug 31, 2008 at 7:59 PM, Roy Stogner <[EMAIL PROTECTED]> wrote: > > On Sun, 31 Aug 2008, Nasser Mohieddin Abukhdeir wrote: > >> nemfem.C:776: error: invalid use of incomplete type 'struct >> NumericVector' >> /home/nasser/libmesh/include/solvers/system.h:45: error: declaration of >> 'struct

Re: [Libmesh-users] Accessing ExplicitSystem::solution directly

2008-08-31 Thread Roy Stogner
On Sun, 31 Aug 2008, John Peterson wrote: > On Sun, Aug 31, 2008 at 7:59 PM, Roy Stogner <[EMAIL PROTECTED]> wrote: >> >> On Sun, 31 Aug 2008, Nasser Mohieddin Abukhdeir wrote: >> >>> nemfem.C:776: error: invalid use of incomplete type 'struct >>> NumericVector' >>> /home/nasser/libmesh/include/

Re: [Libmesh-users] Accessing ExplicitSystem::solution directly

2008-08-31 Thread Roy Stogner
On Sun, 31 Aug 2008, Nasser Mohieddin Abukhdeir wrote: > nemfem.C:776: error: invalid use of incomplete type 'struct > NumericVector' > /home/nasser/libmesh/include/solvers/system.h:45: error: declaration of > 'struct NumericVector' > > which makes about as much sense to me as a Spamburger. Nume

[Libmesh-users] Accessing ExplicitSystem::solution directly

2008-08-31 Thread Nasser Mohieddin Abukhdeir
Hi: I'm sorry for all of the questions, but its been hours at this and I really do not understand what the issue is. I am implementing the FEMSystem::element_postprocess virtual function and need to access/modify another system's solution: PostProc & postproc_system = (this->get_equat