PolyFEM
|
#include <PolyhedronQuadrature.hpp>
Static Public Member Functions | |
static void | get_quadrature (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::RowVector3d &kernel, const int order, Quadrature &quadr) |
Gets the quadrature points & weights for a polyhedron. | |
Definition at line 10 of file PolyhedronQuadrature.hpp.
|
static |
Gets the quadrature points & weights for a polyhedron.
[in] | V | V x 3 input surface vertices (triangulated surface of the polyhedron) |
[in] | F | F x 3 input surface faces |
[in] | kernel | A point in the kernel of the polyhedron |
[in] | order | Order of the quadrature |
[out] | quadr | Computed quadrature data |
Definition at line 95 of file PolyhedronQuadrature.cpp.
References polyfem::F, polyfem::quadrature::TetQuadrature::get_quadrature(), polyfem::quadrature::Quadrature::points, polyfem::mesh::tertrahedralize_star_shaped_surface(), V, polyfem::mesh::V0, and polyfem::quadrature::Quadrature::weights.