OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
FuelCellShop::Equation::EquationFlags Struct Reference

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...
 

Detailed Description

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.

Author
Marc Secanell, 2015

Member Data Documentation

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.


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