2016-07-15 11:45 GMT-04:00 Vinetou Incucuna <[email protected]>: > Yes, but I have thought, that for a programmer it is easier to > refine meshes (using the refine flags), as he or she has better > control over the above mentioned constraint. Or are in dealii > some helpful features, which diminish this burden? You only need to use the refine flags for the cells that you want to refine. When you execute the refinement, deal.II will automatically refine extra cells to satisfy the constraint. See the general documentation of Triangulation dealii.org/8.4.1/doxygen/deal.II/classTriangulation.html
Bruno -- 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]. For more options, visit https://groups.google.com/d/optout.
