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

changed dune2aluVertex of FaceTopology Mapping

[[Imported from SVN: r3122]]
parent ca0d9946
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,6 @@ namespace Dune {
template <>
const int FaceTopologyMapping<hexa>::
//dune2aluVertex_[EntityCount<hexa>::numVerticesPerFace] = {0, 3, 1, 2};
dune2aluVertex_[EntityCount<hexa>::numVerticesPerFace] = {0, 1, 3, 2};
// alu traingle face are oriented just the other way then dune faces
......@@ -146,7 +145,7 @@ namespace Dune {
template <>
const int FaceTopologyMapping<hexa>::
alu2duneVertex_[EntityCount<hexa>::numVerticesPerFace] = {0, 2, 3, 1};
alu2duneVertex_[EntityCount<hexa>::numVerticesPerFace] = {0, 1, 3, 2};
template <>
const int FaceTopologyMapping<tetra>::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment