OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
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. | |
The structure indicating which blocks of which stored vectors should be handed over to the local integration functions for residuals and matrices.
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.