Intrepid
|
Unit test (CubatureSparse): correctness of integration of monomials for 2D reference cells. More...
#include "Intrepid_CubatureSparse.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 | |
double | computeMonomial (FieldContainer< double > &p, int xDeg, int yDeg=0, int zDeg=0) |
double | computeIntegral (int cubDegree, int xDeg, int yDeg) |
int | main (int argc, char *argv[]) |
Unit test (CubatureSparse): correctness of integration of monomials for 2D reference cells.
Definition in file test_07.cpp.
double computeIntegral | ( | int | cubDegree, |
int | xDeg, | ||
int | yDeg ) |
Definition at line 81 of file test_07.cpp.
double computeMonomial | ( | FieldContainer< double > & | p, |
int | xDeg, | ||
int | yDeg = 0, | ||
int | zDeg = 0 ) |
Definition at line 67 of file test_07.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 106 of file test_07.cpp.