OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
Enumeration for flags used in equation classes to control assembly. More...
#include <equation_base.h>
Public Attributes | |
bool | assemble_generic_data |
Flag used to let equation clases know that generic data has already been initialized. More... | |
bool | assemble_cell_constant_data |
Flag used to let equation class know that cell_constant data has already been initialized. More... | |
bool | assemble_cell_variable_data_matrix |
Flag used to let assemble_cell_variable_data know that derivatives do not need to computed as only the residual needs to be computed. More... | |
Enumeration for flags used in equation classes to control assembly.
This info is used to increase code efficiency by assembly only the inforamtion that is necessary.
bool FuelCellShop::Equation::EquationFlags::assemble_cell_constant_data |
Flag used to let equation class know that cell_constant data has already been initialized.
bool FuelCellShop::Equation::EquationFlags::assemble_cell_variable_data_matrix |
Flag used to let assemble_cell_variable_data know that derivatives do not need to computed as only the residual needs to be computed.
bool FuelCellShop::Equation::EquationFlags::assemble_generic_data |
Flag used to let equation clases know that generic data has already been initialized.