Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include "TestAssembly.hpp"
#include "Kokkos_Core.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Go to the source code of this file.
Functions | |
template<typename Storage , Kokkos::Example::FENL::AssemblyMethod Method> | |
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 , Kokkos::Example::FENL::AssemblyMethod Method> | |
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[]) |
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 28 of file FadMPAssembly/TestAssembly.cpp.
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 53 of file FadMPAssembly/TestAssembly.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 66 of file FadMPAssembly/TestAssembly.cpp.