This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Where to find what has been resolved in FEniCS?

+4 votes

Hello,

So I was looking how to implement periodic BC for DG elements and I found this answer on the forum from 6 months ago:

Periodic bcs are are not presently supported for DG elements. The technical reasons for this are closely related to why DG elements are not presently supported in parallel. This limitation will likely be resolved in the next few months.

So my question is: how and where can I find out whether a limitation has been resolved or not?

Thanks a lot!
Vincent

related to an answer for: DG + Periodic boundary conditions
asked Mar 28, 2014 by V_L FEniCS User (4,440 points)

1 Answer

+1 vote
 
Best answer

FEniCS use bitbucket, and use issue trackers for its components there.

Have a look at the FEniCS project overview page on bitbucket, or more specifically the issues section of dolfin.

answered Apr 1, 2014 by Øyvind Evju FEniCS Expert (17,700 points)
selected Jul 3, 2014 by V_L
...