https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Attributes | List of all members
LinearFVGradientInterface::LinearFVGradientContainer Struct Reference

Gradient values for all variables using the same gradient method. More...

#include <LinearFVGradientInterface.h>

Public Attributes

std::unordered_set< unsigned intvariable_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.
 

Detailed Description

Gradient values for all variables using the same gradient method.

Definition at line 89 of file LinearFVGradientInterface.h.

Member Data Documentation

◆ next_values

GradientContainer LinearFVGradientInterface::LinearFVGradientContainer::next_values

Replacement gradient values computed before publication.

Definition at line 98 of file LinearFVGradientInterface.h.

Referenced by LinearFVGradientInterface::finalizeLinearFVGradientContainer().

◆ values

GradientContainer LinearFVGradientInterface::LinearFVGradientContainer::values

Current gradient values read by consumers.

Definition at line 95 of file LinearFVGradientInterface.h.

Referenced by LinearFVGradientInterface::finalizeLinearFVGradientContainer().

◆ variable_numbers

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.


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