Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Functions
TestAssembly.cpp File Reference
#include <iostream>
#include "TestAssembly.hpp"
#include "Kokkos_Core.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Include dependency graph for MPAssembly/TestAssembly.cpp:

Go to the source code of this file.

Functions

template<typename Storage >
void mainHost (const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const int use_print, const int use_trials, const int use_nodes[], const bool check, Kokkos::Example::FENL::DeviceConfig dev_config)
 
template<typename Storage >
void mainCuda (const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const int use_print, const int use_trials, const int use_nodes[], const bool check, Kokkos::Example::FENL::DeviceConfig dev_config)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ mainHost()

template<typename Storage >
void mainHost ( const Teuchos::RCP< const Teuchos::Comm< int > > & comm,
const int use_print,
const int use_trials,
const int use_nodes[],
const bool check,
Kokkos::Example::FENL::DeviceConfig dev_config )

Definition at line 59 of file MPAssembly/TestAssembly.cpp.

◆ mainCuda()

template<typename Storage >
void mainCuda ( const Teuchos::RCP< const Teuchos::Comm< int > > & comm,
const int use_print,
const int use_trials,
const int use_nodes[],
const bool check,
Kokkos::Example::FENL::DeviceConfig dev_config )

Definition at line 83 of file MPAssembly/TestAssembly.cpp.

◆ main()

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

Definition at line 96 of file MPAssembly/TestAssembly.cpp.