Hi,

While experimenting with dolfin in python for my own education, I
instrumented a SubDomain() subclass to count the number of calls to
inside(). What I found is that for a tet mesh with 29 cells, the
inside() function is called 44 times when doing:

subdomain.mark(mesh_function, value)

Just out of interest, what are the extra calls to inside() for?

Thanks
Neilen

_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : dolfin@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to