|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
A structure to store local operators (gradient, potential, stabilisation) More...
#include <vhhospace.hpp>
Public Member Functions | |
| LocalOperators (const Eigen::MatrixXd &_gradient, const Eigen::MatrixXd &_symmetric_gradient, const Eigen::MatrixXd &_potential, const Eigen::MatrixXd &_potential_sym, const Eigen::MatrixXd &_stabilisation, const Eigen::MatrixXd &_difference) | |
Public Attributes | |
| Eigen::MatrixXd | gradient |
| Eigen::MatrixXd | symmetric_gradient |
| Eigen::MatrixXd | potential |
| Eigen::MatrixXd | potential_sym |
| Eigen::MatrixXd | stabilisation |
| Eigen::MatrixXd | difference |
A structure to store local operators (gradient, potential, stabilisation)