I just wrote the first hackish version of the function, and noticed that
fe_fieldfunction seems not to be thread save since it uses an internal
cell object for optimization.
As I am parallelizing VectorTools::interpolate right now I`d like to
change that. Any ideas how to keep some of the optimization and be
thread save ? 
Greetings tariq baig 
  
On Sun, 2011-08-21 at 07:11 +0200, Markus Bürg wrote:
> Hello Tariq,
> 
> that is exactly the way I would tackle it. If you face any problems, I 
> would be glad to assist you.
> 
> Best Regards,
> Markus
> 
> 
> 
> Am 20.08.11 14:01, schrieb tarbaig:
> > Hi  everybody,
> >
> > I want to extend the fe field function so it can handle hp, and it seems
> > pretty straight forward to me.
> > Just use the hp collection-stuff rather than the normal classes and then
> > use the  object returned by hp_fe_values.get_present_fe_values() to
> > extract data.
> > To fit the whole thing seamless into the existing framework use a
> > template specialization.
> > Are there any subtleties I am not seeing right now ?
> >
> > greeting tariq baig
> >
> > _______________________________________________
> > dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
> >
> >    
> _______________________________________________
> dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii


_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to