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

Some changes, next will be fixed vector change.

[[Imported from SVN: r881]]
parent 3478a00b
No related branches found
No related tags found
No related merge requests found
......@@ -558,16 +558,18 @@ namespace Dune
// set behind last neighbour
void done ();
void calcNormal ( BSSPACE GEOFaceType * face , int twist );
BSGridEntity<0,dim,dimworld> entity_; //! neighbour entity
// current element from which we started the intersection iterator
BSSPACE HElementType *item_;
int index_; //! internal count of faces
int count_; //! index of intersection
int index_; //! internal index of intersection
bool theSituation_; //! true if the "situation" occurs :-)
bool theSituation_; //! true if the "situation" occurs :-)
bool daOtherSituation_; //! true if the "da other situation" occurs :-)
//! see bsgrid.cc for descritption
FieldVector<bs_ctype, dimworld> outerNormal_; //! outerNormal ro current intersection
FieldVector<bs_ctype, dimworld> unitOuterNormal_;
......
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