Intrepid2
Functions
Intrepid2_CellToolsDefValidateArguments.hpp File Reference

Definition file for the validate arguments functions of the Intrepid2::CellTools class. More...

Go to the source code of this file.

Functions

template<typename jacobianViewType , typename PointViewType , typename worksetCellViewType >
void Intrepid2::CellTools_setJacobianArgs (const jacobianViewType jacobian, const PointViewType points, const worksetCellViewType worksetCell, const shards::CellTopology cellTopo)
 Validates arguments to Intrepid2::CellTools::setJacobian. More...
 
template<typename jacobianInvViewType , typename jacobianViewType >
void Intrepid2::CellTools_setJacobianInvArgs (const jacobianInvViewType jacobianInv, const jacobianViewType jacobian)
 Validates arguments to Intrepid2::CellTools::setJacobianInv. More...
 
template<typename jacobianDetViewType , typename jacobianViewType >
void Intrepid2::CellTools_setJacobianDetArgs (const jacobianDetViewType jacobianDet, const jacobianViewType jacobian)
 Validates arguments to Intrepid2::CellTools::setJacobianDet. More...
 
template<typename physPointViewType , typename refPointViewType , typename worksetCellViewType >
void Intrepid2::CellTools_mapToPhysicalFrameArgs (const physPointViewType physPoints, const refPointViewType refPoints, const worksetCellViewType worksetCell, const shards::CellTopology cellTopo)
 Validates arguments to Intrepid2::CellTools::mapToPhysicalFrame. More...
 
template<typename refPointViewType , typename physPointViewType , typename worksetCellViewType >
void Intrepid2::CellTools_mapToReferenceFrameArgs (const refPointViewType refPoints, const physPointViewType physPoints, const worksetCellViewType worksetCell, const shards::CellTopology cellTopo)
 Validates arguments to Intrepid2::CellTools::mapToReferenceFrame with default initial guess. More...
 
template<typename refPointViewType , typename initGuessViewType , typename physPointViewType , typename worksetCellViewType >
void Intrepid2::CellTools_mapToReferenceFrameInitGuessArgs (const refPointViewType refPoints, const initGuessViewType initGuess, const physPointViewType physPoints, const worksetCellViewType worksetCell, const shards::CellTopology cellTopo)
 

Detailed Description

Definition file for the validate arguments functions of the Intrepid2::CellTools class.

Author
Created by P. Bochev and D. Ridzal. Kokkorized by Kyungjoo Kim

Definition in file Intrepid2_CellToolsDefValidateArguments.hpp.