|
ExaDG
|
Protected Member Functions | |
| void | disable_high_order_constants (unsigned int const current_order, std::vector< double > &constants) |
Protected Attributes | |
| unsigned int const | order |
| bool const | start_with_low_order |
|
inlineprotected |
Can be used to zero out components of the vector which should not be used. This is needed if start_with_low_order = true. We ensure only relevant vectors are used during summation over constant[i]*vector[i] by setting unused constants=0.