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
MeshWorker::VectorSelector::ListEntry Struct Reference

The structure which stores the name of the selected FEVector as it is stored in FEVectors and the types of information extracted. More...

Public Attributes

std::string name
 The name of the selected FEVector as it is stored in FEVectors.
 
bool values
 Update values for this name.
 
bool gradients
 Update gradients for this name.
 
bool hessians
 Update hessians for this name.
 

Detailed Description

The structure which stores the name of the selected FEVector as it is stored in FEVectors and the types of information extracted.

The structure is then stored in the list of selections.

Member Data Documentation

bool MeshWorker::VectorSelector::ListEntry::gradients

Update gradients for this name.

Referenced by MeshWorker::VectorSelector::add_vector().

bool MeshWorker::VectorSelector::ListEntry::hessians

Update hessians for this name.

Referenced by MeshWorker::VectorSelector::add_vector().

std::string MeshWorker::VectorSelector::ListEntry::name

The name of the selected FEVector as it is stored in FEVectors.

Referenced by MeshWorker::VectorSelector::add_vector().

bool MeshWorker::VectorSelector::ListEntry::values

Update values for this name.

Referenced by MeshWorker::VectorSelector::add_vector().


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