On 10/19/2016 08:42 PM, benhour.amiria...@gmail.com wrote:
I still have some problem in solving my equations on a curved domain (sphere
in 3D or circle in 2D). I got error with this content:
invalid initialization of reference of type ‘dealii::Triangulation<2, 3>&’
from expression of type ‘dealii::Triangulation<3, 3>’

You pass a 3d triangulation to a function that expects a 2d-triangulation-embedded-into-3d-space as argument.

Which function are you trying to call?

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to