hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::Vis_data::Contour Struct Reference

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)]
 

Detailed Description

stores data representing a contour line/surface

Member Data Documentation

◆ vert_ref_coords

Eigen::MatrixXd hexed::Vis_data::Contour::vert_ref_coords

coordinates of contour vertices in reference coordinates. layout: [n_vertex][n_dim]


The documentation for this struct was generated from the following file: