Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Functions
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/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

◆ run()

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/driver.cpp.

◆ main()

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

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