Intrepid
Classes | Functions
test_21.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

void adaptSG (StdVector< long double > &iv, std::multimap< long double, std::vector< int > > &activeIndex, std::set< std::vector< int > > &oldIndex, AdaptiveSparseGridInterface< long double, StdVector< long double > > &problem_data, long double TOL, int flag)
 
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_21.cpp.

Function Documentation

◆ adaptSG()

void adaptSG ( StdVector< long double > &  iv,
std::multimap< long double, std::vector< int > > &  activeIndex,
std::set< std::vector< int > > &  oldIndex,
AdaptiveSparseGridInterface< long double, StdVector< long double > > &  problem_data,
long double  TOL,
int  flag 
)

Definition at line 139 of file test_21.cpp.

◆ main()

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

Definition at line 173 of file test_21.cpp.