|
Intrepid
|
Test file for integration rules provided by John Burkardt. <\A> More...
#include "Intrepid_BurkardtRules.hpp"#include "Teuchos_oblackholestream.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_Array.hpp"Go to the source code of this file.
Macros | |
| #define | INTREPID_TEST_COMMAND(S) |
Functions | |
| template<class Scalar > | |
| Scalar | evalQuad (int order, int power, Scalar x[], Scalar w[]) |
| template<class Scalar > | |
| Scalar | factorial2 (int n) |
| template<class Scalar > | |
| Scalar | chebyshev1 (int power) |
| template<class Scalar > | |
| Scalar | chebyshev2 (int power) |
| int | main (int argc, char *argv[]) |
Test file for integration rules provided by John Burkardt. <\A>
Definition in file test_01.cpp.
| #define INTREPID_TEST_COMMAND | ( | S | ) |
Definition at line 66 of file test_01.cpp.
| Scalar chebyshev1 | ( | int | power | ) |
Definition at line 115 of file test_01.cpp.
| Scalar chebyshev2 | ( | int | power | ) |
Definition at line 132 of file test_01.cpp.
| Scalar evalQuad | ( | int | order, |
| int | power, | ||
| Scalar | x[], | ||
| Scalar | w[] | ||
| ) |
Definition at line 79 of file test_01.cpp.
| Scalar factorial2 | ( | int | n | ) |
Definition at line 101 of file test_01.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 149 of file test_01.cpp.