void get_shapefunction_vector(const Matrix &vwuMat, std::vector< Matrix > &sfVec)
Calculate the shape function and its derivatives at a set of barycentric coordinates.
void get_shapefunction(const Matrix &vwu, Matrix &shapefunction)
Calculate the shape function and its derivatives at a given barycentric coordinate.
void get_subdivision_matrices(Matrix &mat, Matrix &subMat1, Matrix &subMat2, Matrix &subMat3, Matrix &subMat4)
Calculate the four subdivision matrices for an irregular patch.
void get_gauss_quadrature_weight_VWU(const int &gaussQuadratureN, Matrix &vwu, Matrix &weight)
Calculate the VMU (barycentric coordinates) and weight for a Gaussian quadrature point.
Matrix used in continuum membrane model.
Definition Linear_algebra.hpp:65