#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "cr_vector_mass.cpp"
Go to the source code of this file.
|
| template<typename DerivedV, typename DerivedF, typename DerivedE, typename ScalarM> |
| void | igl::cr_vector_mass (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, Eigen::SparseMatrix< ScalarM > &M) |
| | Computes the CR vector mass matrix, using an arrangement of all parallel degrees of freedom first, and all perpendicular degrees of freedom next.
|
| template<typename DerivedV, typename DerivedF, typename DerivedE, typename ScalarM> |
| void | igl::cr_vector_mass (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E, Eigen::SparseMatrix< ScalarM > &M) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| template<typename DerivedF, typename DeriveddA, typename DerivedE, typename ScalarM> |
| void | igl::cr_vector_mass_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DeriveddA > &dA, const Eigen::MatrixBase< DerivedE > &E, Eigen::SparseMatrix< ScalarM > &M) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|