the sub control volume for the box scheme More...
#include <dumux/discretization/box/subcontrolvolume.hh>
| GV | the type of the grid view | 
| T | the scvf geometry traits | 
| Public Types | |
| using | GlobalPosition = typename T::GlobalPosition | 
| export the type used for global coordinates | |
| using | Traits = T | 
| state the traits public and thus export all types | |
| Public Member Functions | |
| BoxSubControlVolume ()=default | |
| The default constructor. | |
| template<class Corners> | |
| BoxSubControlVolume (const Corners &corners, LocalIndexType scvIdx, GridIndexType elementIndex, GridIndexType dofIndex) | |
| const GlobalPosition & | center () const | 
| The center of the sub control volume. | |
| Scalar | volume () const | 
| The volume of the sub control volume. | |
| LocalIndexType | localDofIndex () const | 
| The element-local index of the dof this scv is embedded in. | |
| LocalIndexType | indexInElement () const | 
| GridIndexType | dofIndex () const | 
| The index of the dof this scv is embedded in. | |
| const GlobalPosition & | dofPosition () const | 
| GridIndexType | elementIndex () const | 
| The global index of the element this scv is embedded in. | |
| using Dumux::BoxSubControlVolume< GV, T >::GlobalPosition = typename T::GlobalPosition | 
| using Dumux::BoxSubControlVolume< GV, T >::Traits = T | 
| 
 | default | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
The element-local index of this scv. For the standard box scheme this is the local dof index.
| 
 | inline | 
| 
 | inline |