PolyFEM
Loading...
Searching...
No Matches
TriQuadrature.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
14 void get_quadrature(const int order, Quadrature &quad);
15 };
16 } // namespace quadrature
17} // namespace polyfem
Quadrature quadrature
void get_quadrature(const int order, Quadrature &quad)