|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
Structure to store an advection velocity and its divergence, together with various flags. More...
#include <TestCase.hpp>
Public Member Functions | |
| Advection (const CellFType< VectorRd > value, const CellFType< double > divergence, const bool is_zero, const bool is_divergence_zero, const bool is_divergence_constant) | |
| Advection () | |
Public Attributes | |
| CellFType< VectorRd > | value |
| CellFType< double > | divergence |
| bool | is_zero |
| bool | is_divergence_zero |
| bool | is_divergence_constant |
Structure to store an advection velocity and its divergence, together with various flags.
|
inline |
| divergence | Velocity |
| is_zero | Divergence of velocity |
| is_divergence_zero | True if velocity is zero |
| is_divergence_constant | True if velocity has zero divergence True if divergence is constant |
|
inline |
| bool Advection::is_divergence_constant |
| bool Advection::is_divergence_zero |
| bool Advection::is_zero |
| CellFType<VectorRd> Advection::value |