Jaekwang,

you can do anisotropic refinement 
(http://dealii.org/developer/doxygen/deal.II/classCellAccessor.html#afb6cc537720a5b6381c237abe0887de2)
 
but only in serial. So depending if your code is parallel or not this may 
be what you are looking for.

Best,

Bruno

On Wednesday, March 29, 2017 at 3:01:49 PM UTC-4, Jaekwang Kim wrote:
>
> Hi all,
>
> I am running deal.ii for study non-newtonian fluids. 
>
> I have a mesh which is attached. 
>
> I am using AMR, but, when I use just conventional function, 
> "cell->refine_flag()" for refinement, 
>
> the flagged cell divide into 4. 
>
> but as my problem only need high resolution in r-direction, 
> I want to turn off theta directional refinement. 
>
> So, in red square... I attached my desired refinement way..... 
>
> will that be way to accomplish this? , If needed, I think I can try merge 
> some cell after refinement... 
>
> if I need to describe question. please just let me know
>
> Thanks. 
>
>
> Bests, 
> Jaekwang Kim 
>
>
> <https://lh3.googleusercontent.com/-QyyWHbmWMC4/WNwDRpHKeEI/AAAAAAAABAQ/3NlDrVNVqM0KsSdDDdu4XgePeI846Zj1gCLcB/s1600/Picture1.png>
>

-- 
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