|
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 local operators (projection of gradient and function, dof of gradient in Vcurl) More...
#include <vgrad.hpp>
Public Member Functions | |
| LocalOperators (const Eigen::MatrixXd &_proj_gradient, const Eigen::MatrixXd &_dofs_gradient, const Eigen::MatrixXd &_proj_function) | |
Public Attributes | |
| Eigen::MatrixXd | proj_gradient |
| Eigen::MatrixXd | dofs_gradient |
| Eigen::MatrixXd | proj_function |
A structure to store local operators (projection of gradient and function, dof of gradient in Vcurl)