concepts::Orders< number > Class Template Reference
Class combining polynomial order and number of quadrature points. More...
#include <karniadakis.hh>
Public Member Functions | |
bool | operator< (const Orders< number > &o) const |
< operator More... | |
bool | operator== (const Orders< number > &o) const |
Equality operator. More... | |
Orders () | |
Default constructor. More... | |
Orders (const int p0, const int P, const int p1=0, const int p2=0) | |
Constructor. More... | |
int | p (const uint i) const |
Returns ith polynomial degree. More... | |
Private Attributes | |
int | p_ [number] |
Polynomial orders. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Orders< number > &o) |
Detailed Description
template<int number>
class concepts::Orders< number >
Class combining polynomial order and number of quadrature points.
- See also
- Karniadakis
Definition at line 40 of file karniadakis.hh.
Constructor & Destructor Documentation
◆ Orders() [1/2]
template<int number>
concepts::Orders< number >::Orders | ( | ) |
Default constructor.
◆ Orders() [2/2]
template<int number>
concepts::Orders< number >::Orders | ( | const int | p0, |
const int | P, | ||
const int | p1 = 0 , |
||
const int | p2 = 0 |
||
) |
Constructor.
Member Function Documentation
◆ operator<()
template<int number>
|
inline |
< operator
Definition at line 82 of file karniadakis.hh.
◆ operator==()
template<int number>
|
inline |
Equality operator.
Definition at line 74 of file karniadakis.hh.
◆ p()
template<int number>
|
inline |
Returns ith polynomial degree.
Definition at line 68 of file karniadakis.hh.
Friends And Related Function Documentation
◆ operator<<
template<int number>
|
friend |
Definition at line 43 of file karniadakis.hh.
Member Data Documentation
◆ p_
template<int number>
|
private |
Polynomial orders.
Definition at line 89 of file karniadakis.hh.
The documentation for this class was generated from the following file:
- integration/karniadakis.hh