Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Namespaces | Functions
grid_tools_nontemplates.cc File Reference
#include <deal.II/base/point.h>
#include <deal.II/grid/grid_tools.h>
#include <vector>

Go to the source code of this file.

Namespaces

 GridTools
 

Functions

template<>
double GridTools::cell_measure< 1 > (const std::vector< Point< 1 >> &all_vertices, const unsigned int(&vertex_indices)[GeometryInfo< 1 >::vertices_per_cell])
 
template<>
double GridTools::cell_measure< 2 > (const std::vector< Point< 2 >> &all_vertices, const unsigned int(&vertex_indices)[GeometryInfo< 2 >::vertices_per_cell])
 
template<>
double GridTools::cell_measure< 3 > (const std::vector< Point< 3 >> &all_vertices, const unsigned int(&vertex_indices)[GeometryInfo< 3 >::vertices_per_cell])
 
template<>
void GridTools::rotate (const double angle, Triangulation< 2 > &triangulation)
 
template<>
void GridTools::rotate (const double angle, Triangulation< 3 > &triangulation)
 

Variable Documentation

◆ angle

const double angle
private

Definition at line 277 of file grid_tools_nontemplates.cc.