Subdomain error in dolfin_fine_subdomains.xml

Issue #79 resolved
istorpe created an issue

There seems to be something wrong in the marking of the boundaries in dolfin_fine_subdomains.xml on fenicsproject.org/pub/data/meshes/.

Comments (13)

  1. istorpe reporter
    mesh = Mesh("dolfin_fine.xml.gz")
    sub_domains = MeshFunction("size_t", mesh, "dolfin_fine_subdomains.xml.gz")
    plot(sub_domains)
    
  2. Johan Hake

    Indeed it looks screwed up, thanks for reporting. Next time please provide a minimal, but runnable code example, not just minimal ;) And a short instruction of where one should run the code would also help :)

  3. istorpe reporter

    This looks much better, but I thought the inner boundary (around the dolphin) also should be marked.

  4. Log in to comment