Lagrange
|
Option struct for computing mesh area. More...
#include <lagrange/compute_area.h>
Public Attributes | |
std::string_view | input_attribute_name = "@facet_area" |
Precomputed facet area attribute name. More... | |
bool | use_signed_area = true |
For 2D mesh only: whether the computed facet area (if any) should be signed. | |
Option struct for computing mesh area.
std::string_view input_attribute_name = "@facet_area" |
Precomputed facet area attribute name.
If the attribute does not exist, a temp attribute will be computed and stored in this name.