[Dune] [#343] referenceelements.hh : inconsistent subentity indices for prism

Dune dune at dune-project.org
Mon Jan 21 12:31:36 CET 2008


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Christoph Gersbacher (gersbach) 

Attached to Project - Dune
Summary - referenceelements.hh : inconsistent subentity indices for prism
Task Type - Bug Report
Category - Grid
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - Low
Priority - Normal
Reported Version - SVN
Due in Version - Undecided
Due Date - Undecided
Details - The subentity indices for nodes are different on the upper and lower face of a prism. The code is

// referenceelements.hh, line 1294
// node indices on face 0
      subentityindex[0][1][0][3]=0;
      subentityindex[0][1][1][3]=2;
      subentityindex[0][1][2][3]=1;

// node indices on face 4
      for(int i=0;i<subsizes[4][1][3];++i)
        subentityindex[4][1][i][3]=i+3;

I think the second enumeration would accord to the picture of the prism reference element in the doxygen documentation. Can this be changed easily?



More information can be found at the following URL:
http://conan.informatik.uni-stuttgart.de/flyspray/index.php?do=details&task_id=343

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list