> As a side note, a coarse mesh with periodic connections is a valid input
> to p4est. In this case, all mesh connections would transparently appear
> as internal. Aside from the funny situation that a cell may be its own
> neighbor, I'd be curious whether it would be possible to extend deal.II
> to make use of this capability without changing too much of the code.

I think this would be difficult to retrofit. Currently, a cell and its 
neighbor are divided by a unique face which is characterized by its unique 
vertices which have unique coordinated. Your scheme violates this since you'd 
either have two faces, or one face with vertices with multiple coordinated. 
It's a good question in how many places we use this invariant, but I'm sure 
you'll find all sorts of places like these...

W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to