On 6/13/19 4:31 AM, SebG wrote: > > that is exactly the way how I tried to implement this. For a section of > a sphere the approach of step-53 works perfectly well for my case too. > But I need a full sphere. For the full sphere the problem is that > SphericalManifold (like Manifold) does not have the a function called > push_forward anymore.
Oh, I see -- SphericalManifold is not derived from the base class that uses the push_forward/pull_back interface. I didn't remember that... In that case, Luca's approach is most likely the most useful one. Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/5854d6bc-200d-8de2-8aa6-26bc2dd77de6%40colostate.edu. For more options, visit https://groups.google.com/d/optout.
