Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
crouzeix_raviart_massmatrix.h File Reference
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "crouzeix_raviart_massmatrix.cpp"
+ Include dependency graph for crouzeix_raviart_massmatrix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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)
 
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)