Skip to content
Snippets Groups Projects
Commit a5433c88 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

some more geometry types conversions.

[[Imported from SVN: r2897]]
parent c3eb4702
Branches
Tags
No related merge requests found
......@@ -188,7 +188,7 @@ namespace Dune
// for linear data
int num = ( localNum * numberOfComp ) + comp[0];
switch ( en.geometry().type())
switch ( geomTypeConvert( en.geometry().type(), dim ) )
{
// check for quadrilaterals and hexahedrons
case quadrilateral :
......
......@@ -97,6 +97,7 @@ namespace Dune
}
} // end set all vertex coordinates
// store vertex numbers
for(int i = 0; i< en.template count<dim>(); i++)
{
he->vindex[i] = leafset_. template subIndex<dim> (en,i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment