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

The structure indicating which blocks of which stored vectors should be handed over to the local integration functions for residuals and matrices. More...

#include <dof_application.h>

Public Attributes

std::string name
 The name of the vector as stored in ApplicationData.
 
unsigned int block
 The block number for which values should be computed.
 
unsigned int components
 The number of components the result should contain.
 
dealii::UpdateFlags flags
 Which values should be computed.
 

Detailed Description

The structure indicating which blocks of which stored vectors should be handed over to the local integration functions for residuals and matrices.

Author
Guido Kanschat, 2007

Member Data Documentation

unsigned int AppFrame::VectorSelector::block

The block number for which values should be computed.

unsigned int AppFrame::VectorSelector::components

The number of components the result should contain.

In order for this to work properly, this should be divisible by the block size of the element.

dealii::UpdateFlags AppFrame::VectorSelector::flags

Which values should be computed.

May be a combination of update_values and update_gradients

std::string AppFrame::VectorSelector::name

The name of the vector as stored in ApplicationData.


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