Skip to content
Snippets Groups Projects
Commit 22497a33 authored by Adrian Burri's avatar Adrian Burri
Browse files

Added some tunneling

[[Imported from SVN: r3724]]
parent 65914e54
Branches
Tags
No related merge requests found
......@@ -123,6 +123,12 @@ namespace Dune {
//! contained
int numberInNeighbor () const { return it().numberInNeighbor(); }
//! twist of the face seen from the inner element
int twistInSelf() const { return it().twistInSelf(); }
//! twist of the face seen from the outer element
int twistInNeighbor() const { return it().twistInNeighbor(); }
//! return unit outer normal, this should be dependent on local
//! coordinates for higher order boundary
NormalType & unitOuterNormal (const FieldVector<ctype, dim-1>& local) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment