|
PolyFEM
|
#include <Eigen/Dense>Go to the source code of this file.
Classes | |
| class | polyfem::utils::RefElementSampler |
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::utils |
Functions | |
| void | polyfem::utils::regular_2d_grid (const int n, bool tri, Eigen::MatrixXd &V, Eigen::MatrixXi &F) |
| Generate a canonical triangle/quad subdivided from a regular grid. | |
| void | polyfem::utils::regular_3d_grid (const int nn, bool tet, bool prism, Eigen::MatrixXd &V, Eigen::MatrixXi &F, Eigen::MatrixXi &T) |
| Generate a canonical tet/hex subdivided from a regular grid. | |