ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

Reorder dof with respect to interior, face, edge and vertex dof of the domain #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For domain decomposition, we need to be able to manipulate the dof with respect 
to the topological entities of the domain: 
 * interior dof
 * face dof 
 * edge dof
 * vertex dof
this is required for substructuring preconditioners

Original issue reported on code.google.com by christop...@feelpp.org on 22 Apr 2012 at 12:01

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 22 Apr 2012 at 12:15

GoogleCodeExporter commented 9 years ago
This issue was updated by revision e2a38eb6dc5e.

allow substructuring construction of geometric entities

Original comment by christop...@feelpp.org on 26 Jul 2012 at 7:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 17dea5b15ca6.

read point and edge elements in 2D/3D and 3D respectively

Original comment by christop...@feelpp.org on 26 Jul 2012 at 7:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision b73909691042.

fix assertion when edges are already present in list

Original comment by christop...@feelpp.org on 26 Jul 2012 at 7:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 9a42801409b7.

after renumbering nodes make sure that the edge nodes have also been updated
with the new numbering

Original comment by christop...@feelpp.org on 26 Jul 2012 at 7:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision fbf0cc3f993d.

start work on doftable

Original comment by christop...@feelpp.org on 18 Aug 2012 at 11:05