Intrepid
|
Unit test (CubatureDirect): correctness of integration of monomials for 1D reference cells. More...
#include "Intrepid_CubatureLineSorted.hpp"
#include "Intrepid_Utils.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
Go to the source code of this file.
Functions | |
long double | evalQuad (int order, int power, EIntrepidBurkardt rule) |
long double | evalInt (int power, EIntrepidBurkardt rule) |
int | main (int argc, char *argv[]) |
Unit test (CubatureDirect): correctness of integration of monomials for 1D reference cells.
Definition in file test_11.cpp.
long double evalInt | ( | int | power, |
EIntrepidBurkardt | rule | ||
) |
Definition at line 83 of file test_11.cpp.
long double evalQuad | ( | int | order, |
int | power, | ||
EIntrepidBurkardt | rule | ||
) |
Definition at line 63 of file test_11.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 145 of file test_11.cpp.