Header file for integration rules provided by John Burkardt. <\A>
More...
#include "Intrepid_ConfigDefs.hpp"
#include "Intrepid_Types.hpp"
#include "Teuchos_Assert.hpp"
#include "Intrepid_BurkardtRulesDef.hpp"
Go to the source code of this file.
|
enum | EIntrepidBurkardt {
BURK_CHEBYSHEV1 = 0
, BURK_CHEBYSHEV2
, BURK_CLENSHAWCURTIS
, BURK_FEJER2
,
BURK_LEGENDRE
, BURK_PATTERSON
, BURK_TRAPEZOIDAL
, BURK_HERMITE
,
BURK_GENZKEISTER
, BURK_LAGUERRE
} |
|
Header file for integration rules provided by John Burkardt. <\A>
- Author
- Created by D. Kouri and D. Ridzal.
Definition in file Intrepid_BurkardtRules.hpp.
◆ EIntrepidBurkardt
enum Intrepid::EIntrepidBurkardt |
◆ EIntrepidBurkardtToString()
std::string Intrepid::EIntrepidBurkardtToString |
( |
EIntrepidBurkardt | rule | ) |
|
|
inline |
◆ operator++() [1/2]
EIntrepidBurkardt & Intrepid::operator++ |
( |
EIntrepidBurkardt & | type | ) |
|
|
inline |
◆ operator++() [2/2]
EIntrepidBurkardt Intrepid::operator++ |
( |
EIntrepidBurkardt & | type, |
|
|
int | ) |
|
inline |