Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Sacado.hpp"
#include "advection_hierarchical.hpp"
#include "common.hpp"
#include "Kokkos_Timer.hpp"
Go to the source code of this file.
Macros | |
#define | SACADO_VIEW_CUDA_HIERARCHICAL 1 |
#define | SACADO_ALIGN_SFAD 1 |
#define | INST_FUNC_FAD_N_DEV(FAD, N, DEV) |
#define | INST_FUNC_DEV(DEV) |
Functions | |
template<typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView > | |
void | run_fad_hierarchical_flat (const FluxView &flux, const WgbView &wgb, const SrcView &src, const WbsView &wbs, const ResidualView &residual) |
template<typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView > | |
void | run_fad_hierarchical_team (const FluxView &flux, const WgbView &wgb, const SrcView &src, const WbsView &wbs, const ResidualView &residual) |
template<typename FadType , int N, typename ExecSpace > | |
double | time_fad_hierarchical_flat (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
template<typename FadType , int N, typename ExecSpace > | |
double | time_fad_hierarchical_team (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
#define SACADO_VIEW_CUDA_HIERARCHICAL 1 |
Definition at line 30 of file advection/advection_hierarchical.cpp.
#define SACADO_ALIGN_SFAD 1 |
Definition at line 31 of file advection/advection_hierarchical.cpp.
#define INST_FUNC_FAD_N_DEV | ( | FAD, | |
N, | |||
DEV ) |
Definition at line 203 of file advection/advection_hierarchical.cpp.
#define INST_FUNC_DEV | ( | DEV | ) |
Definition at line 207 of file advection/advection_hierarchical.cpp.
void run_fad_hierarchical_flat | ( | const FluxView & | flux, |
const WgbView & | wgb, | ||
const SrcView & | src, | ||
const WbsView & | wbs, | ||
const ResidualView & | residual ) |
Definition at line 41 of file advection/advection_hierarchical.cpp.
void run_fad_hierarchical_team | ( | const FluxView & | flux, |
const WgbView & | wgb, | ||
const SrcView & | src, | ||
const WbsView & | wbs, | ||
const ResidualView & | residual ) |
Definition at line 80 of file advection/advection_hierarchical.cpp.
double time_fad_hierarchical_flat | ( | int | ncells, |
int | num_basis, | ||
int | num_points, | ||
int | ndim, | ||
int | ntrial, | ||
bool | check ) |
Definition at line 118 of file advection/advection_hierarchical.cpp.
double time_fad_hierarchical_team | ( | int | ncells, |
int | num_basis, | ||
int | num_points, | ||
int | ndim, | ||
int | ntrial, | ||
bool | check ) |
Definition at line 161 of file advection/advection_hierarchical.cpp.