|
| | CFVPeriodicity (const tBase &vBase) |
| |
| template<int dim, class TU > |
| DNDS_DEVICE_CALLABLE void | TransDiValueInplace (TU &u, Geom::t_index id) |
| |
| template<int dim, class TU > |
| DNDS_DEVICE_CALLABLE void | TransDiValueBackInplace (TU &u, Geom::t_index id) |
| |
| DNDS_DEVICE_CALLABLE | Periodicity () |
| |
| DNDS_HOST void | WriteSerializer (Serializer::SerializerBaseSSP serializerP, const std::string &name) |
| |
| DNDS_HOST void | ReadSerializer (Serializer::SerializerBaseSSP serializerP, const std::string &name) |
| |
| DNDS_DEVICE_CALLABLE tPoint | TransCoord (const tPoint &c, t_index id) const |
| |
| DNDS_DEVICE_CALLABLE tPoint | TransCoordBack (const tPoint &c, t_index id) const |
| |
| template<int dim, int nVec> |
| DNDS_DEVICE_CALLABLE Eigen::Matrix< real, dim, nVec > | TransVector (const Eigen::Matrix< real, dim, nVec > &v, t_index id) |
| |
| template<int dim, int nVec> |
| DNDS_DEVICE_CALLABLE Eigen::Matrix< real, dim, nVec > | TransVectorBack (const Eigen::Matrix< real, dim, nVec > &v, t_index id) |
| |
| template<int dim> |
| DNDS_DEVICE_CALLABLE Eigen::Matrix< real, dim, dim > | TransMat (const Eigen::Matrix< real, dim, dim > &m, t_index id) |
| |
| template<int dim> |
| DNDS_DEVICE_CALLABLE Eigen::Matrix< real, dim, dim > | TransMatBack (const Eigen::Matrix< real, dim, dim > &m, t_index id) |
| |
| DNDS_DEVICE_CALLABLE tPoint | GetCoordByBits (const tPoint &c, const NodePeriodicBits &bits) const |
| |
| template<int dim, int nVec> |
| DNDS_DEVICE_CALLABLE auto | GetVectorByBits (const Eigen::Matrix< real, dim, nVec > &v, const NodePeriodicBits &bits) |
| |
| DNDS_DEVICE_CALLABLE tPoint | GetCoordBackByBits (const tPoint &c, const NodePeriodicBits &bits) const |
| |
| template<int dim, int nVec> |
| DNDS_DEVICE_CALLABLE auto | GetVectorBackByBits (const Eigen::Matrix< real, dim, nVec > &v, const NodePeriodicBits &bits) |
| |
Definition at line 434 of file DiffTensors.hpp.