Defines the indices required for the two-phase fully implicit model.  
#include <dumux/porousmediumflow/2p/indices.hh>
|  | 
| static constexpr int | pressureIdx = 0 | 
|  | index for first/second phase pressure (depending on formulation) in a solution vector 
 | 
|  | 
| static constexpr int | saturationIdx = 1 | 
|  | index of the saturation of the first/second phase 
 | 
|  | 
| static constexpr int | conti0EqIdx = 0 | 
|  | index of the first continuity equation 
 | 
|  | 
◆ conti0EqIdx
  
  | 
        
          | int Dumux::TwoPIndices::conti0EqIdx = 0 |  | staticconstexpr | 
 
 
◆ pressureIdx
  
  | 
        
          | int Dumux::TwoPIndices::pressureIdx = 0 |  | staticconstexpr | 
 
 
◆ saturationIdx
  
  | 
        
          | int Dumux::TwoPIndices::saturationIdx = 1 |  | staticconstexpr | 
 
 
The documentation for this struct was generated from the following file: