NeoPZ
|
#include "TPZTopologyUtils.h"
#include "tpzpoint.h"
#include "tpzline.h"
#include "tpztriangle.h"
#include "tpzquadrilateral.h"
#include "tpztetrahedron.h"
#include "tpzcube.h"
#include "tpzpyramid.h"
#include "tpzprism.h"
Go to the source code of this file.
Namespaces | |
pztopology | |
Groups all classes defining the structure of the master element. | |
Functions | |
REAL | pztopology::GetTolerance () |
void | pztopology::SetTolerance (const REAL &tol) |
template<class Topology > | |
void | pztopology::GetPermutation (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZPoint > (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZLine > (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZTriangle > (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZQuadrilateral > (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZTetrahedron > (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZCube > (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZPrism > (const int permutationIndex, TPZVec< int > &permutation) |
template void | pztopology::GetPermutation< pztopology::TPZPyramid > (const int permutationIndex, TPZVec< int > &permutation) |
template void pztopology::GetPermutation< pztopology::TPZCube > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |
template void pztopology::GetPermutation< pztopology::TPZLine > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |
template void pztopology::GetPermutation< pztopology::TPZPoint > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |
template void pztopology::GetPermutation< pztopology::TPZPrism > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |
template void pztopology::GetPermutation< pztopology::TPZPyramid > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |
template void pztopology::GetPermutation< pztopology::TPZQuadrilateral > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |
template void pztopology::GetPermutation< pztopology::TPZTetrahedron > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |
template void pztopology::GetPermutation< pztopology::TPZTriangle > | ( | const int | permutationIndex, |
TPZVec< int > & | permutation | ||
) |