|
PolyFEM
|
#include <Eigen/Dense>#include <cassert>Go to the source code of this file.
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::autogen |
Functions | |
| void | polyfem::autogen::pyramid_nodes_3d (const int pyramid, Eigen::MatrixXd &val) |
| void | polyfem::autogen::pyramid_basis_value_3d (const int pyramid, const int local_index, const Eigen::MatrixXd &uv, Eigen::MatrixXd &val) |
| void | polyfem::autogen::pyramid_grad_basis_value_3d (const int pyramid, const int local_index, const Eigen::MatrixXd &uv, Eigen::MatrixXd &val) |