Dear All,
I want to solve my thermoelasticity problem in cylindrical coordinate 
systems. my domain includes two quarter of a circle in 2D and two quarter 
of two spheres in 3D. They are bulk. I attached my domain that was created 
by quarter_hyper_shell for 2D. But, I really do not kno how I can create it 
in 3D. It would be very kind of you if you help me to create my geometry 
according to the fact that the hyper_sphere only sxists in dim=spacedim + 
1, so by considering this assumption, what changes should i impose on my 
equation? Should I change my DoFHandler or Trian gulation as well?

Bests,
Benhour  

On Thursday, October 20, 2016 at 9:54:06 PM UTC-5, Wolfgang Bangerth wrote:
>
> On 10/19/2016 08:42 PM, benhour....@gmail.com <javascript:> 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:                 bang...@colostate.edu 
> <javascript:> 
>                             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