![]() |
NeoPZ
|
Contains declaration of TPZGeoElSide class which represents an element and its side, and TPZGeoElSideIndex class which represents an TPZGeoElSide index. More...
#include "pzvec.h"#include "pzstack.h"#include "pzfmatrix.h"#include "pztrnsform.h"#include "tpzintpoints.h"#include <set>Go to the source code of this file.
Classes | |
| class | TPZGeoElSideIndex |
| Utility class which represents an element index with its side. Geometry. More... | |
| class | TPZGeoElSide |
| Utility class which represents an element with its side. The Geometric approximation classes Geometry. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const TPZGeoElSide &geoside) |
| Overload operator << to print geometric element side data. More... | |
Contains declaration of TPZGeoElSide class which represents an element and its side, and TPZGeoElSideIndex class which represents an TPZGeoElSide index.
Definition in file pzgeoelside.h.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const TPZGeoElSide & | geoside | ||
| ) |
Overload operator << to print geometric element side data.
Definition at line 1095 of file pzgeoelside.cpp.
References TPZGeoElSide::Element(), TPZGeoEl::Print(), and TPZGeoElSide::Side().
Referenced by TPZGeoElSide::operator bool().
1.8.13