PolyFEM
|
#include "SlimSmooth.hpp"
#include <ipc/utils/eigen_ext.hpp>
#include <igl/boundary_facets.h>
#include <polyfem/utils/Logger.hpp>
#include <igl/slim.h>
#include <polyfem/solver/AdjointTools.hpp>
Go to the source code of this file.
Namespaces | |
namespace | polyfem |
namespace | polyfem::mesh |
Functions | |
bool | polyfem::mesh::apply_slim (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::MatrixXd &V_new, Eigen::MatrixXd &V_smooth, const int max_iters) |