cburstedde / p4est

The "p4est" forest-of-octrees library

Home Page:www.p4est.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in `p6est_lnodes` comment?

jkozdon opened this issue · comments

Am I correct in that this comment should also say that the edges are also differently numbered.

p4est/src/p6est_lnodes.h

Lines 40 to 41 in 45ea68a

/* The only other differece is in the numbering of nodes and the number of
* faces.

Am I correct in that this comment should also say that the edges are also differently numbered.

p4est/src/p6est_lnodes.h

Lines 40 to 41 in 45ea68a

/* The only other differece is in the numbering of nodes and the number of
* faces.

I would think yes, but I have not tested the assumption.
The best might be to compare the contents of actual p6est and p8est lnodes.

Ok, while we're at it, let's discuss whatever remains to do in #129.