[dune-pdelab] [dune-pdelab-commit] dune-pdelab r471 - trunk/dune/pdelab/gridfunctionspace
Christian Engwer
christi at uni-hd.de
Mon May 17 18:49:38 CEST 2010
Hi Bernd,
> I managed to do a specialization
> template<typename T, int k>
> class PowerGridFunctionSpaceBase<T,k,GridFunctionSpaceBlockwiseMapper >
> which works for me.
>
> I had to change the setup function from private to protected in order to
> make it work. I don't know if this is acceptable.
>
> I attach a patch to gridfunctionspace.hh. Maybe you can have a look.
I don't quite understand what this changes :-( actually the definition
GridFunctionSpaceBlockwiseMapper<> should have had the same
behaviour. Furthermore this will not work for composity functionspaces.
> + template<typename T, int k>
> + class PowerGridFunctionSpaceBase<T,k,GridFunctionSpaceBlockwiseMapper >
> + : public PowerGridFunctionSpaceBase<T,k,GridFunctionSpaceComponentBlockwiseMapper<1> >
> + {};
I would be really glad to have test program. Do you know any program
in the howto that fails?!
Christian
More information about the dune-pdelab
mailing list