Re: [deal.II] Re: Proper use of CompositionManifold

2016-09-22 Thread Praveen C
Thanks Luca. I have been looking at tests also. For CompositionManifold, if H = CompositionManifold(F, G) then H_pullback = F_pullback * G_pullback H_pushforward = G_pushforward * F_pushforward I think adding this to documentation will improve the description. Also this line dim1 The dimens

Re: [deal.II] Re: Proper use of CompositionManifold

2016-09-21 Thread luca.heltai
For future reference, if you are in doubt on how to use a single class/function, you can skim through the directory tests, i.e., tests/manifold/composition_manifold_* would have shown to you an example which is identical to what you are trying to achieve, and in general it contains very simple