Skip to content
Snippets Groups Projects
Element.hh 633 B
Newer Older
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology 
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.


namespace AMDiS {
  
//   template<>
//   DegreeOfFreedom Element::getObject<DegreeOfFreedom>(int index)
//   {
//     return dof[index][0];
//   }

//   template<>
//   DofEdge Element::getObject<DofEdge>(int index)
//   {
//     return getEdge(index);
//   }

//   template<>
//   DofFace Element::getObject<DofFace>(int index)
//   {
//     return getFace(index);
//   }
}