Dependency struct containing evaluation flags for each field.
More...
#include <dependencies.h>
|
| EvalFlags | flag = EvalFlags::nothing |
| | Evaluation flags for the current solution.
|
| |
| EvalFlags | src_flag = EvalFlags::nothing |
| | Evaluation flags for the DependencyType::SRC solution.
|
| |
| std::vector< EvalFlags > | old_flags |
| | Collection of evaluation flags for the old solutions.
|
| |
Dependency struct containing evaluation flags for each field.
◆ EvalFlags
◆ Dependency()
Construct with given flags.
◆ operator&()
Bitwise and construction operator.
◆ operator&=()
Bitwise and assignment operator.
◆ operator|()
Bitwise or construction operator.
◆ operator|=()
Bitwise or assignment operator.
◆ flag
| EvalFlags Dependency::flag = EvalFlags::nothing |
Evaluation flags for the current solution.
◆ old_flags
Collection of evaluation flags for the old solutions.
◆ src_flag
| EvalFlags Dependency::src_flag = EvalFlags::nothing |
Evaluation flags for the DependencyType::SRC solution.
- Note
- This is only ever used in the LHS side of evaluations.
The documentation for this struct was generated from the following file:
- /home/runner/work/phaseField/phaseField/include/prismspf/core/dependencies.h