Roy,

I don't think I did. I always assumed that: we build the ghosted vector in the 
functions when needed somewhat like DMDA ghosted vectors in PETSc.

Thanks for the help,
Ata

On Jul 19, 2012, at 11:39 PM, Roy Stogner <royst...@ices.utexas.edu> wrote:

> 
> On Thu, 19 Jul 2012, Ataollah Mesgarnejad wrote:
> 
>> NumericVector<Number> &load = system.get_vector("load");
>> system.project_vector(load_function,grad_load_function,es.parameters,load);
>> 
>> but it seems like when I access "wo" later with operator() the ghosted part
>> is missing?
> 
> The important bit of code is system.add_vector(...) - did you tell it
> to use ParallelType GHOSTED instead of the default?
> ---
> Roy

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to