Lagrange
MeshAreaOptions Struct Reference

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.
 

Detailed Description

Option struct for computing mesh area.

Member Data Documentation

◆ input_attribute_name

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.


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