PolyFEM
Loading...
Searching...
No Matches
auto_q_bases.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Eigen/Dense>
4#include <cassert>
5
12
13
14namespace polyfem {
15namespace autogen {
16
17static const int MAX_Q_BASES = 3;
18
19}}