Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado.hpp"
#include "advection.hpp"
#include "common.hpp"
#include "impl/Kokkos_Timer.hpp"
Go to the source code of this file.
Macros | |
#define | INST_FUNC_FAD_N_DEV(FAD, N, DEV) |
#define | INST_FUNC_N_DEV(N, DEV) |
#define | INST_FUNC_DEV(DEV) INST_FUNC_N_DEV( fad_dim, DEV ) |
Functions | |
template<typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView > | |
void | run_fad_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_scratch (const FluxView &flux, const WgbView &wgb, const SrcView &src, const WbsView &wbs, const ResidualView &residual) |
template<int N, typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView > | |
void | run_analytic_flat (const FluxView &flux, const WgbView &wgb, const SrcView &src, const WbsView &wbs, const ResidualView &residual) |
template<int N, typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView > | |
void | run_analytic_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_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_scratch (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
template<int N, typename ExecSpace > | |
double | time_analytic_flat (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
template<int N, typename ExecSpace > | |
double | time_analytic_const (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
template<int N, typename ExecSpace > | |
double | time_analytic_team (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
#define INST_FUNC_FAD_N_DEV | ( | FAD, | |
N, | |||
DEV | |||
) |
Definition at line 396 of file advection.cpp.
#define INST_FUNC_N_DEV | ( | N, | |
DEV | |||
) |
Definition at line 400 of file advection.cpp.
#define INST_FUNC_DEV | ( | DEV | ) | INST_FUNC_N_DEV( fad_dim, DEV ) |
Definition at line 408 of file advection.cpp.
void run_fad_flat | ( | const FluxView & | flux, |
const WgbView & | wgb, | ||
const SrcView & | src, | ||
const WbsView & | wbs, | ||
const ResidualView & | residual | ||
) |
Definition at line 38 of file advection.cpp.
void run_fad_scratch | ( | const FluxView & | flux, |
const WgbView & | wgb, | ||
const SrcView & | src, | ||
const WbsView & | wbs, | ||
const ResidualView & | residual | ||
) |
Definition at line 69 of file advection.cpp.
void run_analytic_flat | ( | const FluxView & | flux, |
const WgbView & | wgb, | ||
const SrcView & | src, | ||
const WbsView & | wbs, | ||
const ResidualView & | residual | ||
) |
Definition at line 115 of file advection.cpp.
void run_analytic_team | ( | const FluxView & | flux, |
const WgbView & | wgb, | ||
const SrcView & | src, | ||
const WbsView & | wbs, | ||
const ResidualView & | residual | ||
) |
Definition at line 159 of file advection.cpp.
double time_fad_flat | ( | int | ncells, |
int | num_basis, | ||
int | num_points, | ||
int | ndim, | ||
int | ntrial, | ||
bool | check | ||
) |
Definition at line 226 of file advection.cpp.
double time_fad_scratch | ( | int | ncells, |
int | num_basis, | ||
int | num_points, | ||
int | ndim, | ||
int | ntrial, | ||
bool | check | ||
) |
Definition at line 259 of file advection.cpp.
double time_analytic_flat | ( | int | ncells, |
int | num_basis, | ||
int | num_points, | ||
int | ndim, | ||
int | ntrial, | ||
bool | check | ||
) |
Definition at line 292 of file advection.cpp.
double time_analytic_const | ( | int | ncells, |
int | num_basis, | ||
int | num_points, | ||
int | ndim, | ||
int | ntrial, | ||
bool | check | ||
) |
Definition at line 325 of file advection.cpp.
double time_analytic_team | ( | int | ncells, |
int | num_basis, | ||
int | num_points, | ||
int | ndim, | ||
int | ntrial, | ||
bool | check | ||
) |
Definition at line 361 of file advection.cpp.