[dune-pdelab] [dune-pdelab-commit] dune-pdelab-howto r368 - trunk/src/convection-diffusion
Christian Engwer
christi at uni-hd.de
Tue Mar 8 17:43:30 CET 2011
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
More information about the dune-pdelab
mailing list