Gradient values for all variables using the same gradient method. More...
#include <LinearFVGradientInterface.h>
Public Attributes | |
| std::unordered_set< unsigned int > | variable_numbers |
| Variable numbers whose gradients are stored in the gradient containers. | |
| GradientContainer | values |
| Current gradient values read by consumers. | |
| GradientContainer | next_values |
| Replacement gradient values computed before publication. | |
Gradient values for all variables using the same gradient method.
Definition at line 89 of file LinearFVGradientInterface.h.
| GradientContainer LinearFVGradientInterface::LinearFVGradientContainer::next_values |
Replacement gradient values computed before publication.
Definition at line 98 of file LinearFVGradientInterface.h.
Referenced by LinearFVGradientInterface::finalizeLinearFVGradientContainer().
| GradientContainer LinearFVGradientInterface::LinearFVGradientContainer::values |
Current gradient values read by consumers.
Definition at line 95 of file LinearFVGradientInterface.h.
Referenced by LinearFVGradientInterface::finalizeLinearFVGradientContainer().
| std::unordered_set<unsigned int> LinearFVGradientInterface::LinearFVGradientContainer::variable_numbers |
Variable numbers whose gradients are stored in the gradient containers.
Definition at line 92 of file LinearFVGradientInterface.h.