|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
Structure to store a diffusion tensor and its row-wise divergence. More...
#include <TestCase.hpp>
Public Member Functions | |
| Diffusion (const CellFType< MatrixRd > value, const CellFType< VectorRd > divergence, const size_t degree) | |
Public Attributes | |
| const CellFType< MatrixRd > | value |
| const CellFType< VectorRd > | divergence |
| const size_t | degree |
Structure to store a diffusion tensor and its row-wise divergence.
|
inline |
| divergence | Diffusion tensor |
| degree | Divergence, taken row by row Polynomial degree of the tensor |
| const size_t Diffusion::degree |