NeoPZ
|
Contains declaration of TPZCompEl class which defines the interface of a computational element. More...
#include "pzreal.h"
#include <iostream>
#include <fstream>
#include "pzgmesh.h"
#include "pzgeoel.h"
#include "TPZSavable.h"
#include "pzfmatrix.h"
#include "pzmatrix.h"
#include "pzblock.h"
#include "pzblockdiag.h"
#include "pzcreateapproxspace.h"
#include "pzmaterialdata.h"
#include "TPZOneShapeRestraint.h"
#include "pztransfer.h"
#include <functional>
#include "pzeltype.h"
#include <set>
Go to the source code of this file.
Classes | |
class | TPZVec< T > |
This class implements a simple vector storage scheme for a templated class T. Utility. More... | |
class | TPZManVector< T, NumExtAlloc > |
Implements a vector class which allows to use external storage provided by the user. Utility. More... | |
class | TPZStack< T, NumExtAlloc > |
This class implements a stack object. Utility. More... | |
class | TPZTransform< T > |
Implements an affine transformation between points in parameter space. Topology Utility. More... | |
class | TPZCompEl |
Defines the interface of a computational element. Computational Element. More... | |
class | TPZCompElSide |
Implements computational element and a side. Computational Element. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const TPZCompElSide &celside) |
Overload operator << to write computational element side data. More... | |
Contains declaration of TPZCompEl class which defines the interface of a computational element.
Definition in file pzcompel.h.
|
inline |
Overload operator << to write computational element side data.
Definition at line 813 of file pzcompel.h.
References TPZCompElSide::Element(), TPZCompEl::Index(), and TPZCompElSide::Side().