|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
Structure to store a reaction term, together with various flags. More...
#include <TestCase.hpp>
Public Member Functions | |
| Reaction (const CellFType< double > value, const bool is_zero, const bool is_constant) | |
| Reaction () | |
Public Attributes | |
| CellFType< double > | value |
| bool | is_zero |
| bool | is_constant |
Structure to store a reaction term, together with various flags.
|
inline |
| is_zero | Reaction coefficient |
| is_constant | True if coefficient is zero True if coefficient is constant |
|
inline |
| bool Reaction::is_constant |
| bool Reaction::is_zero |
| CellFType<double> Reaction::value |