stores data representing a contour line/surface More...
#include <Vis_data.hpp>
Public Attributes | |
| Array< double > | vert_ref_coords |
| coordinates of contour vertices in reference coordinates. layout: [n_dim][n_vertex] | |
| Array< Int > | 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