|
| typedef FieldVector< T, dimWorld > | Vector |
| |
|
| static bool | computeIntersectionPoints (const std::vector< FieldVector< T, dimWorld > > X, const std::vector< FieldVector< T, dimWorld > > Y, std::vector< std::vector< int > > &SX, std::vector< std::vector< int > > &SY, std::vector< FieldVector< T, dimWorld > > &P) |
| |
| static void | grid1_subdivisions (const std::vector< Vector > elementCorners, std::vector< std::vector< unsigned int > > &subElements, std::vector< std::vector< int > > &faceIds) |
| |
| static void | grid2_subdivisions (const std::vector< Vector > elementCorners, std::vector< std::vector< unsigned int > > &subElements, std::vector< std::vector< int > > &faceIds) |
| |
template<int dimWorld, typename T >
template<int dimWorld, typename T >
| static bool Dune::GridGlue::SimplexMethod< dimWorld, 1, 3, T >::computeIntersectionPoints |
( |
const std::vector< FieldVector< T, dimWorld > > |
X, |
|
|
const std::vector< FieldVector< T, dimWorld > > |
Y, |
|
|
std::vector< std::vector< int > > & |
SX, |
|
|
std::vector< std::vector< int > > & |
SY, |
|
|
std::vector< FieldVector< T, dimWorld > > & |
P |
|
) |
| |
|
inlinestatic |
template<int dimWorld, typename T >
| static void Dune::GridGlue::SimplexMethod< dimWorld, 1, 3, T >::grid1_subdivisions |
( |
const std::vector< Vector > |
elementCorners, |
|
|
std::vector< std::vector< unsigned int > > & |
subElements, |
|
|
std::vector< std::vector< int > > & |
faceIds |
|
) |
| |
|
inlinestatic |
template<int dimWorld, typename T >
| static void Dune::GridGlue::SimplexMethod< dimWorld, 1, 3, T >::grid2_subdivisions |
( |
const std::vector< Vector > |
elementCorners, |
|
|
std::vector< std::vector< unsigned int > > & |
subElements, |
|
|
std::vector< std::vector< int > > & |
faceIds |
|
) |
| |
|
inlinestatic |
template<int dimWorld, typename T >
template<int dimWorld, typename T >
template<int dimWorld, typename T >
The documentation for this class was generated from the following file: