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
Diffusion Struct Reference

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< MatrixRdvalue
 
const CellFType< VectorRddivergence
 
const size_t degree
 

Detailed Description

Structure to store a diffusion tensor and its row-wise divergence.

Constructor & Destructor Documentation

◆ Diffusion()

Diffusion::Diffusion ( const CellFType< MatrixRd value,
const CellFType< VectorRd divergence,
const size_t  degree 
)
inline
Parameters
divergenceDiffusion tensor
degreeDivergence, taken row by row Polynomial degree of the tensor

Member Data Documentation

◆ degree

const size_t Diffusion::degree

◆ divergence

const CellFType<VectorRd> Diffusion::divergence

◆ value

const CellFType<MatrixRd> Diffusion::value

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