PolyFEM
Loading...
Searching...
No Matches
RefElementSampler.hpp File Reference
#include <Eigen/Dense>
Include dependency graph for RefElementSampler.hpp:
This graph shows which files directly or indirectly include this file:

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, Eigen::MatrixXd &V, Eigen::MatrixXi &F, Eigen::MatrixXi &T)
 Generate a canonical tet/hex subdivided from a regular grid.