Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Functions | |
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) |
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.