NeoPZ
Functions
pzgeom_utility.cpp File Reference
#include "pzgeom_utility.h"
Include dependency graph for pzgeom_utility.cpp:

Go to the source code of this file.

Functions

template bool IsInSideParametricDomain< TPZPoint > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template bool IsInSideParametricDomain< TPZLine > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template bool IsInSideParametricDomain< TPZQuadrilateral > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template bool IsInSideParametricDomain< TPZTriangle > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template bool IsInSideParametricDomain< TPZPyramid > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template bool IsInSideParametricDomain< TPZTetrahedron > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template bool IsInSideParametricDomain< TPZPrism > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template bool IsInSideParametricDomain< TPZCube > (int side, const TPZVec< REAL > &pt, REAL tol)
 
template void GetSideShapeFunction< TPZPoint > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 
template void GetSideShapeFunction< TPZLine > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 
template void GetSideShapeFunction< TPZTriangle > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 
template void GetSideShapeFunction< TPZQuadrilateral > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 
template void GetSideShapeFunction< TPZPyramid > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 
template void GetSideShapeFunction< TPZTetrahedron > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 
template void GetSideShapeFunction< TPZPrism > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 
template void GetSideShapeFunction< TPZCube > (int, TPZVec< REAL > &, TPZFMatrix< REAL > &, TPZFMatrix< REAL > &)
 

Function Documentation

◆ GetSideShapeFunction< TPZCube >()

template void GetSideShapeFunction< TPZCube > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ GetSideShapeFunction< TPZLine >()

template void GetSideShapeFunction< TPZLine > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ GetSideShapeFunction< TPZPoint >()

template void GetSideShapeFunction< TPZPoint > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ GetSideShapeFunction< TPZPrism >()

template void GetSideShapeFunction< TPZPrism > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ GetSideShapeFunction< TPZPyramid >()

template void GetSideShapeFunction< TPZPyramid > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ GetSideShapeFunction< TPZQuadrilateral >()

template void GetSideShapeFunction< TPZQuadrilateral > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ GetSideShapeFunction< TPZTetrahedron >()

template void GetSideShapeFunction< TPZTetrahedron > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ GetSideShapeFunction< TPZTriangle >()

template void GetSideShapeFunction< TPZTriangle > ( int  ,
TPZVec< REAL > &  ,
TPZFMatrix< REAL > &  ,
TPZFMatrix< REAL > &   
)

◆ IsInSideParametricDomain< TPZCube >()

template bool IsInSideParametricDomain< TPZCube > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)

◆ IsInSideParametricDomain< TPZLine >()

template bool IsInSideParametricDomain< TPZLine > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)

◆ IsInSideParametricDomain< TPZPoint >()

template bool IsInSideParametricDomain< TPZPoint > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)

◆ IsInSideParametricDomain< TPZPrism >()

template bool IsInSideParametricDomain< TPZPrism > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)

◆ IsInSideParametricDomain< TPZPyramid >()

template bool IsInSideParametricDomain< TPZPyramid > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)

◆ IsInSideParametricDomain< TPZQuadrilateral >()

template bool IsInSideParametricDomain< TPZQuadrilateral > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)

◆ IsInSideParametricDomain< TPZTetrahedron >()

template bool IsInSideParametricDomain< TPZTetrahedron > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)

◆ IsInSideParametricDomain< TPZTriangle >()

template bool IsInSideParametricDomain< TPZTriangle > ( int  side,
const TPZVec< REAL > &  pt,
REAL  tol 
)