|
| DNDS_DEVICE_CALLABLE int | getDim () |
| |
| template<class TMain > |
| | FiniteVolumeDeviceView (TMain &fv, index placeholder) |
| |
| DNDS_DEVICE_CALLABLE real | GetCellVol (index iCell) |
| |
| DNDS_DEVICE_CALLABLE real | GetFaceArea (index iFace) |
| |
| DNDS_DEVICE_CALLABLE real | GetCellSmoothScaleRatio (index iCell) const |
| |
| DNDS_DEVICE_CALLABLE real | GetGlobalVol () const |
| |
| DNDS_DEVICE_CALLABLE real | GetCellJacobiDet (index iCell, rowsize iG) const |
| |
| DNDS_DEVICE_CALLABLE real | GetFaceJacobiDet (index iFace, rowsize iG) const |
| |
| DNDS_DEVICE_CALLABLE Geom::Elem::Quadrature | GetFaceQuad (index iFace) const |
| |
| DNDS_DEVICE_CALLABLE Geom::Elem::Quadrature | GetFaceQuadO1 (index iFace) const |
| |
| DNDS_DEVICE_CALLABLE real | GetFaceParamArea (index iFace) const |
| |
| DNDS_DEVICE_CALLABLE Geom::Elem::Quadrature | GetCellQuad (index iCell) const |
| |
| DNDS_DEVICE_CALLABLE Geom::Elem::Quadrature | GetCellQuadO1 (index iCell) const |
| |
| DNDS_DEVICE_CALLABLE real | GetCellParamVol (index iCell) const |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetCellBary (index iCell) |
| |
| DNDS_DEVICE_CALLABLE bool | CellIsFaceBack (index iCell, index iFace) const |
| |
| DNDS_DEVICE_CALLABLE index | CellFaceOther (index iCell, index iFace) const |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetFaceNorm (index iFace, int iG) const |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetFaceNormFromCell (index iFace, index iCell, rowsize if2c, int iG) |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetFaceQuadraturePPhys (index iFace, int iG) |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetFaceQuadraturePPhysFromCell (index iFace, index iCell, rowsize if2c, int iG) |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetFacePointFromCell (index iFace, index iCell, rowsize if2c, const Geom::tPoint &pnt) |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetOtherCellBaryFromCell (index iCell, index iCellOther, index iFace) |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetOtherCellPointFromCell (index iCell, index iCellOther, index iFace, const Geom::tPoint &pnt) |
| |
| DNDS_DEVICE_CALLABLE Geom::tGPoint | GetOtherCellInertiaFromCell (index iCell, index iCellOther, index iFace) |
| |
| DNDS_DEVICE_CALLABLE Geom::tPoint | GetCellQuadraturePPhys (index iCell, int iG) |
| |
| DNDS_DEVICE_CALLABLE real | GetCellMaxLenScale (index iCell) |
| |
template<
DeviceBackend B>
class DNDS::CFV::FiniteVolumeDeviceView< B >
Definition at line 9 of file FiniteVolume_DeviceView.hpp.