Reference documentation for deal.II version GIT relicensing-216-gcda843ca70 2024-03-28 12:20:02+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
GridTools::internal::Rotate3d Class Reference

Public Member Functions

 Rotate3d (const Tensor< 1, 3, double > &axis, const double angle)
 
Point< 3 > operator() (const Point< 3 > &p) const
 

Private Attributes

const Tensor< 2, 3, double > rotation_matrix
 

Detailed Description

Definition at line 149 of file grid_tools.cc.

Constructor & Destructor Documentation

◆ Rotate3d()

GridTools::internal::Rotate3d::Rotate3d ( const Tensor< 1, 3, double > &  axis,
const double  angle 
)
inline

Definition at line 152 of file grid_tools.cc.

Member Function Documentation

◆ operator()()

Point< 3 > GridTools::internal::Rotate3d::operator() ( const Point< 3 > &  p) const
inline

Definition at line 159 of file grid_tools.cc.

Member Data Documentation

◆ rotation_matrix

const Tensor<2, 3, double> GridTools::internal::Rotate3d::rotation_matrix
private

Definition at line 165 of file grid_tools.cc.


The documentation for this class was generated from the following file: