Intrepid
|
Unit test (CubatureDirect): correctness of integration of monomials for 1D reference cells. More...
#include "Intrepid_AdaptiveSparseGrid.hpp"
#include "Intrepid_Utils.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Teuchos_GlobalMPISession.hpp"
Go to the source code of this file.
Classes | |
class | StdVector< Scalar > |
class | ASGdata< Scalar, UserVector > |
Functions | |
long double | adaptSG (StdVector< long double > &iv, AdaptiveSparseGridInterface< long double, StdVector< long double > > &problem_data, long double TOL) |
int | main (int argc, char *argv[]) |
Unit test (CubatureDirect): correctness of integration of monomials for 1D reference cells.
Definition in file test_17.cpp.
long double adaptSG | ( | StdVector< long double > & | iv, |
AdaptiveSparseGridInterface< long double, StdVector< long double > > & | problem_data, | ||
long double | TOL | ||
) |
Definition at line 168 of file test_17.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 193 of file test_17.cpp.