PolyFEM
Loading...
Searching...
No Matches
auto_pyramid_bases.cpp File Reference
#include "auto_pyramid_bases.hpp"
#include "auto_b_bases.hpp"
#include "p_n_bases.hpp"
Include dependency graph for auto_pyramid_bases.cpp:

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)