NeoPZ
|
#include "pzgeom_utility.h"
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 > &) |
template void GetSideShapeFunction< TPZCube > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template void GetSideShapeFunction< TPZLine > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template void GetSideShapeFunction< TPZPoint > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template void GetSideShapeFunction< TPZPrism > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template void GetSideShapeFunction< TPZPyramid > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template void GetSideShapeFunction< TPZQuadrilateral > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template void GetSideShapeFunction< TPZTetrahedron > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template void GetSideShapeFunction< TPZTriangle > | ( | int | , |
TPZVec< REAL > & | , | ||
TPZFMatrix< REAL > & | , | ||
TPZFMatrix< REAL > & | |||
) |
template bool IsInSideParametricDomain< TPZCube > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |
template bool IsInSideParametricDomain< TPZLine > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |
template bool IsInSideParametricDomain< TPZPoint > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |
template bool IsInSideParametricDomain< TPZPrism > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |
template bool IsInSideParametricDomain< TPZPyramid > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |
template bool IsInSideParametricDomain< TPZQuadrilateral > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |
template bool IsInSideParametricDomain< TPZTetrahedron > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |
template bool IsInSideParametricDomain< TPZTriangle > | ( | int | side, |
const TPZVec< REAL > & | pt, | ||
REAL | tol | ||
) |