Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
advection_const_basis/driver.cpp File Reference
#include "Sacado.hpp"
#include "advection.hpp"
#include "advection_hierarchical.hpp"
#include "advection_hierarchical_dfad.hpp"
#include "common.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Include dependency graph for advection_const_basis/driver.cpp:

Go to the source code of this file.

Functions

template<typename ExecSpace >
void run (const int cell_begin, const int cell_end, const int cell_step, const int nbasis, const int npoint, const int ntrial, const bool check)
 
int main (int argc, char *argv[])
 

Function Documentation

template<typename ExecSpace >
void run ( const int  cell_begin,
const int  cell_end,
const int  cell_step,
const int  nbasis,
const int  npoint,
const int  ntrial,
const bool  check 
)

Definition at line 44 of file advection_const_basis/driver.cpp.

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

Definition at line 77 of file advection_const_basis/driver.cpp.