Class documentation of Concepts

Loading...
Searching...
No Matches
transmissionWeight.hh
Go to the documentation of this file.
1
7#ifndef transmissionWeight_hh
8#define transmissionWeight_hh
9
11
12namespace hp2D {
13
14 // forward declarations
15 class SingularSet;
16
17 template<class F>
18 class Quad;
19
20 // **************************************************** TransmissionWeight **
21
28 public:
31 const Quad<concepts::Real>*) const;
32 };
33
34 std::ostream& operator<<(std::ostream& os, const TransmissionWeight& p);
35
36 // ************************************************ TransmissionWeightProd **
37
49
50 std::ostream& operator<<(std::ostream& os, const TransmissionWeightProd& p);
51
52} // namespace hp2D
53
54#endif // transmissionWeight_hh
concepts::Real operator()(const SingularSet &, concepts::Real2d point, const Quad< concepts::Real > *) const
Returns the product of x2 and y2 of point.
concepts::Real operator()(const SingularSet &, concepts::Real2d point, const Quad< concepts::Real > *) const
Returns the minimum of x2 and y2 of point.
double Real
Definition typedefs.hh:39