HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Public Member Functions | Public Attributes | List of all members
HArDCore2D::MatrixGradient< N > Struct Template Reference

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. More...
 
 MatrixGradient ()
 Default constructor. More...
 
MatrixGradient operator+ (const MatrixGradient &G)
 Addition. More...
 
MatrixGradientoperator+= (const MatrixGradient &G)
 Increment. More...
 
MatrixGradient operator- (const MatrixGradient &G)
 Subtraction. More...
 

Public Attributes

Eigen::Matrix< double, N, N > dx
 
Eigen::Matrix< double, N, N > dy
 

Detailed Description

template<size_t N>
struct HArDCore2D::MatrixGradient< N >

Structure to store the gradient of a matrix-valued function.


The documentation for this struct was generated from the following file: