#include <MapHexahedron.hpp>
Classes | |
| struct | MapHexahedronData |
Public Member Functions | |
| MapHexahedron () | |
| ~MapHexahedron () | |
Static Public Member Functions | |
| static MapHexahedronData | Compute (const Eigen::MatrixXd &vertices, const std::vector< Eigen::MatrixXi > &faces) |
| static Eigen::MatrixXd | F (const MapHexahedron::MapHexahedronData &mapData, const Eigen::MatrixXd &referencePoints) |
| static Eigen::MatrixXd | FInv (const MapHexahedron::MapHexahedronData &mapData, const Eigen::MatrixXd &points) |
| static Eigen::MatrixXd | J (const MapHexahedron::MapHexahedronData &mapData, const Eigen::MatrixXd &referencePoints) |
| static Eigen::MatrixXd | JInv (const MapHexahedron::MapHexahedronData &mapData, const Eigen::MatrixXd &referencePoints) |
| static Eigen::VectorXd | DetJ (const MapHexahedron::MapHexahedronData &mapData, const Eigen::MatrixXd &referencePoints) |
|
inline |
|
inline |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |