43 const Eigen::PlainObjectBase<DerivedV> & V,
44 const Eigen::PlainObjectBase<DerivedEle> & Ele,
45 const Eigen::PlainObjectBase<Derivedb> & b,
46 const Eigen::PlainObjectBase<Derivedbc> & bc,
49 Eigen::PlainObjectBase<DerivedW> & W);
bool bbw(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedEle > &Ele, const Eigen::PlainObjectBase< Derivedb > &b, const Eigen::PlainObjectBase< Derivedbc > &bc, igl::BBWData &data, igl::mosek::MosekData &mosek_data, Eigen::PlainObjectBase< DerivedW > &W)
Compute Bounded Biharmonic Weights on a given domain (V,Ele) with a given set of boundary conditions.