← Back to team overview

dolfin team mailing list archive

Question about subdomains en mesh function marking

 

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



Follow ups