|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
A structure to store the local operators (projections of curl and function, dof of curl in Vdiv) More...
#include <vcurl.hpp>
Public Member Functions | |
| LocalOperators (const Eigen::MatrixXd &_proj_curl, const Eigen::MatrixXd &_dofs_curl, const Eigen::MatrixXd &_proj_function) | |
Public Attributes | |
| Eigen::MatrixXd | proj_curl |
| Eigen::MatrixXd | dofs_curl |
| Eigen::MatrixXd | proj_function |
A structure to store the local operators (projections of curl and function, dof of curl in Vdiv)