#include "igl_inline.h"
#include "massmatrix.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "massmatrix_intrinsic.cpp"
Go to the source code of this file.
|
template<typename Derivedl , typename DerivedF , typename Scalar > |
void | igl::massmatrix_intrinsic (const Eigen::MatrixBase< Derivedl > &l, const Eigen::MatrixBase< DerivedF > &F, const MassMatrixType type, Eigen::SparseMatrix< Scalar > &M) |
| Constructs the mass (area) matrix for a given mesh (V,F).
|
|
template<typename Derivedl , typename DerivedF , typename Scalar > |
void | igl::massmatrix_intrinsic (const Eigen::MatrixBase< Derivedl > &l, const Eigen::MatrixBase< DerivedF > &F, const MassMatrixType type, const int n, Eigen::SparseMatrix< Scalar > &M) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|