PolyFEM
Loading...
Searching...
No Matches
PolygonQuadrature.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "Quadrature.hpp"
4
5namespace polyfem
6{
7 namespace quadrature
8 {
10 {
11 public:
13
21 void get_quadrature(const Eigen::MatrixXd &poly, const int order, Quadrature &quadr);
22 };
23 } // namespace quadrature
24} // namespace polyfem
Quadrature quadrature
void get_quadrature(const Eigen::MatrixXd &poly, const int order, Quadrature &quadr)
Gets the quadrature points & weights for a polygon.