stores data representing a contour line/surface More...
#include <Vis_data.hpp>
Public Attributes | |
Eigen::MatrixXd | vert_ref_coords |
Eigen::MatrixXd | normals |
unit normal vectors to the contour surface in physical space (not reference) located at vertices. layout: [n_vertex][n_dim] | |
Eigen::MatrixXi | elem_vert_inds |
indices of contour elements (line segments/quads). layout: [i_element][math::pow(2, n_dim - 1)] | |
stores data representing a contour line/surface
Eigen::MatrixXd hexed::Vis_data::Contour::vert_ref_coords |
coordinates of contour vertices in reference coordinates. layout: [n_vertex][n_dim]