Marek, One more thing. Because the domain is curved, you will need to attach a manifold to the Triangulation (http://dealii.org/8.4.1/doxygen/deal.II/step_53.html) So that when you refine your mesh, the new points on the boundary are put at the right place.
Best, Bruno 2016-07-15 11:37 GMT-04:00 Bruno Turcksin <[email protected]>: > Marek > > 2016-07-15 11:27 GMT-04:00 Vinetou Incucuna <[email protected]>: >> i have redesigned my *.geo files and got >> much coarser meshes, which work in dealii GridIn!!!! > Great. >> I dont know much about adaptive refinement in deal.ii. >> (Till now I used only the uniform refinement featur). >> Are there some obstacles in refining the coarse meshes, >> which are not structured? I mean mainly, what the constraint, >> that in dealii triangulations the refinement step can be only 1 >> between neighbouring meshes. How to establish that for the >> case of unstructured meshes. Is there some tutorial step for that? > There is no difference if the mesh is structured or not. Deal doesn't > know how the mesh looks like. > > Best, > > 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.
