Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
Loading...
Searching...
No Matches
Public Attributes | List of all members
DeformationCount Struct Reference

Bookkeeps the shape and area deformation count of Mesh. More...

#include <Parameters.hpp>

Public Attributes

int shapeDeformCount = 0
 Number of triangles with shape deformation.
 
int areaDeformCount = 0
 Number of triangles with area deformation.
 
int noDeformCount = 0
 Number of triangles with no deformation.
 

Detailed Description

Bookkeeps the shape and area deformation count of Mesh.

Shape deformation is calculated by measuring the deviation of normalized side length of mesh triangles from equilateral triangles. Area deformation is calculated by measuring the deviation of triangle areas from their equilibrium values.

Note that this struct is only used for development and testing purposes and is not used in the simulation itself.

Member Data Documentation

◆ areaDeformCount

int DeformationCount::areaDeformCount = 0

Number of triangles with area deformation.

◆ noDeformCount

int DeformationCount::noDeformCount = 0

Number of triangles with no deformation.

◆ shapeDeformCount

int DeformationCount::shapeDeformCount = 0

Number of triangles with shape deformation.


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