libigl v2.5.0
Loading...
Searching...
No Matches
boundary_conditions.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "boundary_conditions.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedV, typename DerivedEle, typename DerivedC, typename DerivedP, typename DerivedBE, typename DerivedCE, typename DerivedCF, typename Derivedb, typename Derivedbc>
bool igl::boundary_conditions (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedEle > &Ele, const Eigen::MatrixBase< DerivedC > &C, const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedBE > &BE, const Eigen::MatrixBase< DerivedCE > &CE, const Eigen::MatrixBase< DerivedCF > &CF, Eigen::PlainObjectBase< Derivedb > &b, Eigen::PlainObjectBase< Derivedbc > &bc)
 Compute boundary conditions for automatic weights computation.