Intrepid
Classes | Functions
test_19.cpp File Reference

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

std::vector< long double > alpha (1, 0)
 
std::vector< long double > beta (1, 0)
 
long double nCDF (long double z)
 
long double compExactInt (void)
 
long double adaptSG (StdVector< long double > &iv, AdaptiveSparseGridInterface< long double, StdVector< long double > > &problem_data, long double TOL)
 
int main (int argc, char *argv[])
 

Detailed Description

Unit test (CubatureDirect): correctness of integration of monomials for 1D reference cells.

Author
Created by P. Bochev and D. Ridzal.

Definition in file test_19.cpp.

Function Documentation

◆ adaptSG()

long double adaptSG ( StdVector< long double > &  iv,
AdaptiveSparseGridInterface< long double, StdVector< long double > > &  problem_data,
long double  TOL 
)

Definition at line 199 of file test_19.cpp.

◆ compExactInt()

long double compExactInt ( void  )

Definition at line 187 of file test_19.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 226 of file test_19.cpp.

◆ nCDF()

long double nCDF ( long double  z)

Definition at line 147 of file test_19.cpp.