Intrepid2
|
Definition file for the control volume functions of the Intrepid2::CellTools class. More...
Go to the source code of this file.
Classes | |
struct | Intrepid2::FunctorCellTools::F_getSubcvCoords_Polygon2D< subcvCoordViewType, cellCoordViewType, mapViewType > |
Functor for calculation of sub-control volume coordinates on polygons see Intrepid2::CellTools for more. More... | |
struct | Intrepid2::FunctorCellTools::F_getSubcvCoords_Hexahedron< subcvCoordViewType, cellCoordViewType, mapViewType > |
Functor for calculation of sub-control volume coordinates on hexahedra see Intrepid2::CellTools for more. More... | |
struct | Intrepid2::FunctorCellTools::F_getSubcvCoords_Tetrahedron< subcvCoordViewType, cellCoordViewType, mapViewType > |
Functor for calculation of sub-control volume coordinates on tetrahedra see Intrepid2::CellTools for more. More... | |
Functions | |
template<typename centerViewType , typename vertViewType > | |
KOKKOS_INLINE_FUNCTION void | Intrepid2::FunctorCellTools::getBarycenterPolygon2D (centerViewType center, const vertViewType verts) |
Computes barycenter of polygonal cells. | |
template<typename midPointViewType , typename nodeMapViewType , typename vertViewType > | |
KOKKOS_INLINE_FUNCTION void | Intrepid2::FunctorCellTools::getMidPoints (midPointViewType midpts, const nodeMapViewType map, const vertViewType verts) |
Definition file for the control volume functions of the Intrepid2::CellTools class.
Definition in file Intrepid2_CellToolsDefControlVolume.hpp.
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorCellTools::getBarycenterPolygon2D | ( | centerViewType | center, |
const vertViewType | verts ) |
Computes barycenter of polygonal cells.
center | [out] - cell barycenter |
verts | [in] - cell vertices |
Definition at line 73 of file Intrepid2_CellToolsDefControlVolume.hpp.
References Intrepid2::FunctorCellTools::getBarycenterPolygon2D().
Referenced by Intrepid2::FunctorCellTools::getBarycenterPolygon2D().
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorCellTools::getMidPoints | ( | midPointViewType | midpts, |
const nodeMapViewType | map, | ||
const vertViewType | verts ) |
Definition at line 94 of file Intrepid2_CellToolsDefControlVolume.hpp.