fvbaseboundarycontext.hh
Go to the documentation of this file.
232 const IntensiveQuantities& intensiveQuantities(unsigned boundaryFaceIdx, unsigned timeIdx) const
244 const ExtensiveQuantities& extensiveQuantities(unsigned boundaryFaceIdx, unsigned timeIdx) const
Represents all quantities which available on boundary segments. Definition: fvbaseboundarycontext.hh:46 const GlobalPosition & pos(unsigned boundaryFaceIdx, unsigned timeIdx) const Return the position of a local entity in global coordinates. Definition: fvbaseboundarycontext.hh:183 const GlobalPosition & cvCenter(unsigned boundaryFaceIdx, unsigned timeIdx) const Return the position of a control volume's center in global coordinates. Definition: fvbaseboundarycontext.hh:192 Vector normal(unsigned boundaryFaceIdx, unsigned timeIdx) const Returns the outer unit normal of the boundary segment. Definition: fvbaseboundarycontext.hh:164 unsigned globalSpaceIndex(unsigned boundaryFaceIdx, unsigned timeIdx) const Return the global space index of the sub-control volume at the interior of a boundary segment. Definition: fvbaseboundarycontext.hh:222 const Stencil & stencil(unsigned timeIdx) const Definition: fvbaseboundarycontext.hh:155 FvBaseBoundaryContext(const ElementContext &elemCtx) The constructor. Definition: fvbaseboundarycontext.hh:72 Scalar boundarySegmentArea(unsigned boundaryFaceIdx, unsigned timeIdx) const Returns the area [m^2] of a given boudary segment. Definition: fvbaseboundarycontext.hh:174 unsigned focusDofIndex() const Return the local sub-control volume index upon which the linearization is currently focused. Definition: fvbaseboundarycontext.hh:202 const Intersection intersection(unsigned) const Return the intersection for the neumann segment. Definition: fvbaseboundarycontext.hh:256 const GridView & gridView() const Definition: fvbaseboundarycontext.hh:107 const ElementContext & elementContext() const Returns a reference to the element context object. Definition: fvbaseboundarycontext.hh:119 const IntensiveQuantities & intensiveQuantities(unsigned boundaryFaceIdx, unsigned timeIdx) const Return the intensive quantities for the finite volume in the interiour of a boundary segment. Definition: fvbaseboundarycontext.hh:232 const Problem & problem() const Definition: fvbaseboundarycontext.hh:95 std::size_t numDof(unsigned timeIdx) const Definition: fvbaseboundarycontext.hh:131 const Element & element() const Definition: fvbaseboundarycontext.hh:113 const GradientCalculator & gradientCalculator() const Returns a reference to the current gradient calculator. Definition: fvbaseboundarycontext.hh:125 std::size_t numBoundaryFaces(unsigned timeIdx) const Return the number of boundary segments of the current element. Definition: fvbaseboundarycontext.hh:149 std::size_t numInteriorFaces(unsigned timeIdx) const Definition: fvbaseboundarycontext.hh:143 unsigned interiorScvIndex(unsigned boundaryFaceIdx, unsigned timeIdx) const Return the local sub-control volume index of the interior of a boundary segment. Definition: fvbaseboundarycontext.hh:212 IntersectionIterator intersectionIt_ Definition: fvbaseboundarycontext.hh:272 std::size_t numPrimaryDof(unsigned timeIdx) const Definition: fvbaseboundarycontext.hh:137 const ElementContext & elemCtx_ Definition: fvbaseboundarycontext.hh:271 const Model & model() const Definition: fvbaseboundarycontext.hh:101 const ExtensiveQuantities & extensiveQuantities(unsigned boundaryFaceIdx, unsigned timeIdx) const Return the extensive quantities for a given boundary face. Definition: fvbaseboundarycontext.hh:244 IntersectionIterator & intersectionIt() Return the intersection for the neumann segment. Definition: fvbaseboundarycontext.hh:267 Declare the properties used by the infrastructure code of the finite volume discretizations. Definition: blackoilboundaryratevector.hh:39 typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(.... Definition: propertysystem.hh:233 |