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

5 Subdivison matrices for irregular mesh. More...

#include <Parameters.hpp>

Public Attributes

Matrix irregM
 
Matrix irregM1
 
Matrix irregM2
 
Matrix irregM3
 
Matrix irregM4
 

Detailed Description

5 Subdivison matrices for irregular mesh.

See http://www.cs.cmu.edu/afs/cs/academic/class/15456-f15/RelatedWork/Loop-by-Stam.pdf

Subdivide irregular mesh triangle into 3 regular mesh triangle and 1 irregular mesh triangle and repeat this step to get an approximation of the irregular patch. Note, curvature is not guaranteed to be continuous on irregular patch.

Member Data Documentation

◆ irregM

Matrix SubdivisionMatrix::irregM

◆ irregM1

Matrix SubdivisionMatrix::irregM1

◆ irregM2

Matrix SubdivisionMatrix::irregM2

◆ irregM3

Matrix SubdivisionMatrix::irregM3

◆ irregM4

Matrix SubdivisionMatrix::irregM4

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