#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "crouzeix_raviart_massmatrix.cpp"
Go to the source code of this file.
 | 
| template<typename MT , typename DerivedV , typename DerivedF , typename DerivedE , typename DerivedEMAP >  | 
| void  | igl::crouzeix_raviart_massmatrix (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< MT > &M, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP) | 
|   | CROUZEIX_RAVIART_MASSMATRIX Compute the Crouzeix-Raviart mass matrix where M(e,e) is just the sum of the areas of the triangles on either side of an edge e.  
  | 
|   | 
| template<typename MT , typename DerivedV , typename DerivedF , typename DerivedE , typename DerivedEMAP >  | 
| void  | igl::crouzeix_raviart_massmatrix (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedEMAP > &EMAP, Eigen::SparseMatrix< MT > &M) | 
|   | CROUZEIX_RAVIART_MASSMATRIX Compute the Crouzeix-Raviart mass matrix where M(e,e) is just the sum of the areas of the triangles on either side of an edge e.  
  | 
|   |