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

Go to the source code of this file.

Namespaces

namespace  igl
namespace  igl::mosek

Functions

template<typename DerivedV, typename DerivedEle, typename Derivedb, typename Derivedbc, typename DerivedW>
bool igl::mosek::bbw (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedEle > &Ele, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< 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.