|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face 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 |