12 #ifndef PZREADMESHHR_H 13 #define PZREADMESHHR_H 52 for (
int i=0; i<3; i++) {
53 val += (point[i]-fCenter[i])*fNormal[i];
61 for (
int i=0; i<3; i++) {
62 distance += (point[i]-fCenter[i])*fNormal[i];
63 jacobian[i] = fNormal[i];
82 int ReorderGeneral(
TPZGeoMesh &target,
TPZVec<std::pair<int64_t,int64_t> > &sidenodepair);
TPZManVector< REAL, 3 > fNormal
normal to the hyperplane
Utility class which represents an element with its side. The Geometric approximation classes Geometry...
clarg::argString input("-if", "input file", "cube1.txt")
REAL val(STATE &number)
Returns value of the variable.
TPZManVector< REAL, 3 > fCenter
center of the hyperplane
TPZHyperPlane(TPZVec< REAL > ¢er, TPZVec< REAL > &normal)
void Intersect(const TPZVec< T > &one, const TPZVec< T > &two, TPZStack< T, N > &result)
Gets commom elements into the one and two vectors.
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
Free store vector implementation.
bool IsLeft(TPZVec< REAL > &point) const
REAL Distance(const TPZVec< REAL > &point, TPZVec< REAL > &jacobian) const
This class implements a geometric mesh for the pz environment. Geometry.
Implements computational mesh. Computational Mesh.
Reads a mesh in a "human readable" format, i.e. in text format and with coments. Getting Data...