![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
Classes |
Public Types |
Public Member Functions |
Static Public Attributes |
Friends |
List of all members
Dune::Fufem::Forms::FaceNormalOperator< GV > Class Template Reference
Operator representing the normal field on intersection. More...
#include <dune/fufem/forms/geometryoperators.hh>
Inheritance diagram for Dune::Fufem::Forms::FaceNormalOperator< GV >:

Classes | |
| class | LocalOperator |
Public Types | |
| using | GridView = GV |
| using | Element = typename GridView::template Codim< 0 >::Entity |
| using | Intersection = typename GridView::Intersection |
| using | Range = typename Intersection::GlobalCoordinate |
Public Member Functions | |
| FaceNormalOperator () | |
| FaceNormalOperator (const GridView &gridView) | |
| auto | basis () const |
| auto | treePath () const |
Static Public Attributes | |
| static constexpr std::size_t | arity |
Friends | |
| LocalOperator | localOperator (const FaceNormalOperator &faceNormalOperator) |
Detailed Description
template<class GV>
class Dune::Fufem::Forms::FaceNormalOperator< GV >
class Dune::Fufem::Forms::FaceNormalOperator< GV >
Operator representing the normal field on intersection.
- Template Parameters
-
GV Type of the underlying GridView
This 0-linear operator represents the unit outer normal field on intersections and can thus only be used in forms integrated over the boundary or the skeleton.
Member Typedef Documentation
◆ Element
template<class GV >
| using Dune::Fufem::Forms::FaceNormalOperator< GV >::Element = typename GridView::template Codim<0>::Entity |
◆ GridView
template<class GV >
| using Dune::Fufem::Forms::FaceNormalOperator< GV >::GridView = GV |
◆ Intersection
template<class GV >
| using Dune::Fufem::Forms::FaceNormalOperator< GV >::Intersection = typename GridView::Intersection |
◆ Range
template<class GV >
| using Dune::Fufem::Forms::FaceNormalOperator< GV >::Range = typename Intersection::GlobalCoordinate |
Constructor & Destructor Documentation
◆ FaceNormalOperator() [1/2]
template<class GV >
|
inline |
◆ FaceNormalOperator() [2/2]
template<class GV >
|
inline |
Member Function Documentation
◆ basis()
template<class GV >
|
inline |
◆ treePath()
template<class GV >
|
inline |
Friends And Related Symbol Documentation
◆ localOperator
template<class GV >
|
friend |
Member Data Documentation
◆ arity
|
staticconstexprinherited |
The documentation for this class was generated from the following file:
