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

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
 

Detailed Description

Structure to store a reaction term, together with various flags.

Constructor & Destructor Documentation

◆ Reaction() [1/2]

Reaction::Reaction ( const CellFType< double >  value,
const bool  is_zero,
const bool  is_constant 
)
inline
Parameters
is_zeroReaction coefficient
is_constantTrue if coefficient is zero True if coefficient is constant

◆ Reaction() [2/2]

Reaction::Reaction ( )
inline

Member Data Documentation

◆ is_constant

bool Reaction::is_constant

◆ is_zero

bool Reaction::is_zero

◆ value

CellFType<double> Reaction::value

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