| 
    
    
     fvbaseboundarycontext.hh   
Go to the documentation of this file. 
int numInteriorFaces(int timeIdx) const  Definition: fvbaseboundarycontext.hh:124 const ExtensiveQuantities & extensiveQuantities(int boundaryFaceIdx, int timeIdx) const  Return the extensive quantities for a given boundary face.  Definition: fvbaseboundarycontext.hh:220 const Intersection & intersection(int boundaryFaceIdx) const  Return the intersection for the neumann segment.  Definition: fvbaseboundarycontext.hh:232 int numPrimaryDof(int timeIdx) const  Definition: fvbaseboundarycontext.hh:118 const Model & model() const  Definition: fvbaseboundarycontext.hh:82 const ElementContext & elementContext() const  Returns a reference to the element context object.  Definition: fvbaseboundarycontext.hh:100 Declare the properties used by the infrastructure code of the finite volume discretizations.  int numBoundaryFaces(int timeIdx) const  Return the number of boundary segments of the current element.  Definition: fvbaseboundarycontext.hh:130 IntersectionIterator & intersectionIt() Return the intersection for the neumann segment.  Definition: fvbaseboundarycontext.hh:243 Scalar boundarySegmentArea(int boundaryFaceIdx, int timeIdx) const  Returns the area [m^2] of a given boudary segment.  Definition: fvbaseboundarycontext.hh:155 const ElementContext & elemCtx_ Definition: fvbaseboundarycontext.hh:247 Vector normal(int boundaryFaceIdx, int timeIdx) const  Returns the outer unit normal of the boundary segment.  Definition: fvbaseboundarycontext.hh:145 Definition: baseauxiliarymodule.hh:35 FvBaseBoundaryContext(const ElementContext &elemCtx) The constructor.  Definition: fvbaseboundarycontext.hh:68 const Element & element() const  Definition: fvbaseboundarycontext.hh:94 const GlobalPosition & pos(int boundaryFaceIdx, int timeIdx) const  Return the position of a local entity in global coordinates.  Definition: fvbaseboundarycontext.hh:164 const GlobalPosition & cvCenter(int boundaryFaceIdx, int timeIdx) const  Return the position of a control volume's center in global coordinates.  Definition: fvbaseboundarycontext.hh:173 int numDof(int timeIdx) const  Definition: fvbaseboundarycontext.hh:112 int globalSpaceIndex(int boundaryFaceIdx, int timeIdx) const  Return the global space index of the sub-control volume at the interior of a boundary segment... Definition: fvbaseboundarycontext.hh:198 Represents all quantities which available on boundary segments.  Definition: fvbaseboundarycontext.hh:41 const GradientCalculator & gradientCalculator() const  Returns a reference to the current gradient calculator.  Definition: fvbaseboundarycontext.hh:106 IntersectionIterator intersectionIt_ Definition: fvbaseboundarycontext.hh:248 const GridView & gridView() const  Definition: fvbaseboundarycontext.hh:88 const IntensiveQuantities & intensiveQuantities(int boundaryFaceIdx, int timeIdx) const  Return the intensive quantities for the finite volume in the interiour of a boundary segment... Definition: fvbaseboundarycontext.hh:208 const Problem & problem() const  Definition: fvbaseboundarycontext.hh:76 short interiorScvIndex(int boundaryFaceIdx, int timeIdx) const  Return the local sub-control volume index of the interior of a boundary segment.  Definition: fvbaseboundarycontext.hh:186 const Stencil & stencil(int timeIdx) const  Definition: fvbaseboundarycontext.hh:136  |