[dune-pdelab] [dune-pdelab-commit] dune-pdelab-howto r368 - trunk/src/convection-diffusion
Felix Heimann
felixheimann at gmx.de
Tue Mar 8 22:48:44 CET 2011
Hi Christian,
that is true. However, I was not really happy with the name
backtransform as a method on the grid operator and hence delayed
action... I'll try to come up with a better name and add a method to the
grid operator.
Best,
Felix
Am Dienstag, den 08.03.2011, 17:43 +0100 schrieb Christian Engwer:
> Hi Felix,
>
> > // For hangingnodes: Interpolate hangingnodes adajcent to dirichlet
> > // nodes
> > +#ifndef USE_NEW_ASSEMBLER
> > + gos.backtransform(x0);
> > +#else
> > gos.localAssembler().backtransform(x0);
> > +#endif
>
> why does the user have to call gos.localAssembler().backtransform(x0)
> instead of gos.backtransform(x0)? Couldn't the gos forward the call to
> the localAssembler? Thisway the user wouldn't see the local assembler,
> what I consider the nicer solution.
>
> Christian
>
> _______________________________________________
> dune-pdelab mailing list
> dune-pdelab at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-pdelab
More information about the dune-pdelab
mailing list