Reference documentation for deal.II version 9.3.3
|
Go to the source code of this file.
Namespaces | |
namespace | GridTools |
Functions | |
template<> | |
double | GridTools::cell_measure< 1 > (const std::vector< Point< 1 > > &all_vertices, const ArrayView< const unsigned int > &vertex_indices) |
template<> | |
double | GridTools::cell_measure< 2 > (const std::vector< Point< 2 > > &all_vertices, const ArrayView< const unsigned int > &vertex_indices) |
template<> | |
double | GridTools::cell_measure< 3 > (const std::vector< Point< 3 > > &all_vertices, const ArrayView< const unsigned int > &vertex_indices) |
template<> | |
void | GridTools::rotate (const double angle, Triangulation< 2 > &triangulation) |
template<> | |
void | GridTools::rotate (const double angle, Triangulation< 3 > &triangulation) |
|
private |
Definition at line 419 of file grid_tools_nontemplates.cc.