Stencil-local finite volume geometry (scvs and scvfs) for cell-centered TPFA models This builds up the sub control volumes and sub control volume faces for each element in the local scope we are restricting to, e.g. stencil or element. More...
#include <optional>
#include <algorithm>
#include <array>
#include <vector>
#include <utility>
#include <dune/common/exceptions.hh>
#include <dumux/common/indextraits.hh>
#include <dune/common/iteratorrange.hh>
#include <dumux/discretization/scvandscvfiterators.hh>
Go to the source code of this file.
Classes | |
class | Dumux::CCTpfaFVElementGeometry< GG, true > |
Stencil-local finite volume geometry (scvs and scvfs) for cell-centered TPFA models Specialization for grid caching enabled. More... | |
class | Dumux::CCTpfaFVElementGeometry< GG, false > |
Stencil-local finite volume geometry (scvs and scvfs) for cell-centered TPFA models Specialization for grid caching disabled. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Detail |
Distance implementation details. | |
namespace | Dumux::Detail::Tpfa |
Functions | |
template<class GridIndexType > | |
auto | Dumux::Detail::Tpfa::findLocalIndex (const GridIndexType idx, const std::vector< GridIndexType > &indices) |