|
Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
|
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. | |
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.
| int DeformationCount::areaDeformCount = 0 |
Number of triangles with area deformation.
| int DeformationCount::noDeformCount = 0 |
Number of triangles with no deformation.
| int DeformationCount::shapeDeformCount = 0 |
Number of triangles with shape deformation.