|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
Structure to store the gradient of a matrix-valued function. More...
#include <basis.hpp>
Public Member Functions | |
| MatrixGradient (Eigen::Matrix< double, N, N > diff_x, Eigen::Matrix< double, N, N > diff_y) | |
| Constructor. | |
| MatrixGradient () | |
| Default constructor. | |
| MatrixGradient | operator+ (const MatrixGradient &G) |
| Addition. | |
| MatrixGradient & | operator+= (const MatrixGradient &G) |
| Increment. | |
| MatrixGradient | operator- (const MatrixGradient &G) |
| Subtraction. | |
Public Attributes | |
| Eigen::Matrix< double, N, N > | dx |
| Eigen::Matrix< double, N, N > | dy |
Structure to store the gradient of a matrix-valued function.