16 #ifndef _FCST_FUELCELLSHOP_EQUATION_EQUATION_AUXILIARIES_H_
17 #define _FCST_FUELCELLSHOP_EQUATION_EQUATION_AUXILIARIES_H_
19 #include <boost/shared_ptr.hpp>
30 using namespace dealii;
31 using namespace FuelCell::ApplicationCore;
33 namespace FuelCellShop
125 std::string fname=
"";
153 boost::shared_ptr< FuelCell::ApplicationCore::ApplicationData >
data;
unsigned int solution_index
Index of the user-defined solution variable, retrieved from #SystemManagement.
Definition: equation_auxiliaries.h:56
This class is created for the objects handed to the mesh loops.
Definition: mesh_loop_info_objects.h:544
std::vector< MatrixBlock< FullMatrix< double > > > MatrixVector
The matrix vector used in the mesh loops.
Definition: matrix_block.h:102
unsigned int block_index
Block index of the matrix relating to the variable corresponding to an equation, retrieved from #Syst...
Definition: equation_auxiliaries.h:61
IMPORTANT: Add all new solution variables and equations here !
Definition: system_management.h:300
This simple structure stores certain information regarding a particular variable for the equation (al...
Definition: equation_auxiliaries.h:51
BlockVector< double > FEVector
The vector class used by applications.
Definition: application_data.h:46
The data type used in function calls of Application.
Definition: fe_vectors.h:59
bool indices_exist
Boolean storing whether indices exist or not.
Definition: equation_auxiliaries.h:74
unsigned int fetype_index
Index corresponding to type of fevalue object used for this variable.
Definition: equation_auxiliaries.h:67