|
PolyFEM
|
#include "PolyhedronQuadrature.hpp"#include "TetQuadrature.hpp"#include <igl/writeMESH.h>#include <vector>#include <cassert>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::quadrature |
Functions | |
| void | polyfem::tertrahedralize_star_shaped_surface (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::RowVector3d &kernel, Eigen::MatrixXd &OV, Eigen::MatrixXi &OF, Eigen::MatrixXi &OT) |
| Tetrahedralize a star-shaped mesh, with a given point in its kernel. | |