Lagrange
|
Options struct for computing mesh covariance. More...
#include <lagrange/compute_mesh_covariance.h>
Public Attributes | |
std::array< double, 3 > | center = {0, 0, 0} |
The center around which the covariance is computed. | |
std::optional< std::string_view > | active_facets_attribute_name |
The attribute name for the active facets in covariance computation. More... | |
Options struct for computing mesh covariance.
std::optional<std::string_view> active_facets_attribute_name |
The attribute name for the active facets in covariance computation.
If empty, all facets are active.