Lagrange
MeshCovarianceOptions Struct Reference

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...
 

Detailed Description

Options struct for computing mesh covariance.

Member Data Documentation

◆ active_facets_attribute_name

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.


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