#include "igl_inline.h"
#include <Eigen/Dense>
#include "active_set.h"
#include "bbw.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedEle , typename Derivedb , typename Derivedbc , typename DerivedW > |
bool | igl::bbw (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedEle > &Ele, const Eigen::PlainObjectBase< Derivedb > &b, const Eigen::PlainObjectBase< Derivedbc > &bc, BBWData &data, Eigen::PlainObjectBase< DerivedW > &W) |
| Compute Bounded Biharmonic Weights on a given domain (V,Ele) with a given set of boundary conditions.
|
|