#include <iostream>
#include "Stokhos_Sacado_Kokkos_MP_Vector.hpp"
#include "Kokkos_View_MP_Vector.hpp"
#include "Sacado_mpl_range_c.hpp"
#include "Sacado_mpl_for_each.hpp"
#include "Sacado_mpl_integral_c.hpp"
#include <Kokkos_UnorderedMap.hpp>
#include <Kokkos_StaticCrsGraph.hpp>
#include <Kokkos_Timer.hpp>
#include <Teuchos_CommHelpers.hpp>
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_VerboseObject.hpp"
#include <BoxElemFixture.hpp>
#include <VectorImport.hpp>
#include <fenl_functors.hpp>
Go to the source code of this file.
|
double | maximum (const Teuchos::RCP< const Teuchos::Comm< int > > &comm, double local) |
|
template<typename Scalar , typename Device , Kokkos::Example::FENL::AssemblyMethod Method> |
Perf | fenl_assembly (const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const int use_print, const int use_trials, const int use_nodes[], Kokkos::Example::FENL::DeviceConfig dev_config, Kokkos::View< Scalar *, Kokkos::LayoutLeft, Device > &nodal_residual) |
|
template<typename ScalarViewType , typename EnsembleViewType > |
bool | check_residuals (const ScalarViewType &scalar_residual, const EnsembleViewType &ensemble_residual) |
|
template<class Storage , int entry_min, int entry_max, int entry_step, Kokkos::Example::FENL::AssemblyMethod Method> |
void | performance_test_driver (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 Scalar , typename Device , Kokkos::Example::FENL::AssemblyMethod Method>
template<typename ScalarViewType , typename EnsembleViewType >
bool check_residuals |
( |
const ScalarViewType & |
scalar_residual, |
|
|
const EnsembleViewType & |
ensemble_residual |
|
) |
| |
template<class Storage , int entry_min, int entry_max, int entry_step, Kokkos::Example::FENL::AssemblyMethod Method>