Re: [Libmesh-users] The problem of periodic boundaries with DG code!

2009-06-01 Thread Roy Stogner
Still trying to dig out from under old emails: On Fri, 22 May 2009, luyi wrote: > There is a problem when I want to implement periodic boundaries in my DG > code, I find that the only position the function > > const Elem *PeriodicBoundaries::neighbor(unsigned int boundary_id, >

[Libmesh-users] The problem of periodic boundaries with DG code!

2009-05-22 Thread luyi
Hi, There is a problem when I want to implement periodic boundaries in my DG code, I find that the only position the function const Elem *PeriodicBoundaries::neighbor(unsigned int boundary_id, const MeshBase &mesh,