|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Sacado.hpp"#include "advection_hierarchical_dfad.hpp"#include "common.hpp"#include "Kokkos_Timer.hpp"
Go to the source code of this file.
Macros | |
| #define | SACADO_VIEW_CUDA_HIERARCHICAL_DFAD 1 |
| #define | SACADO_KOKKOS_USE_MEMORY_POOL 1 |
| #define | INST_FUNC_N_DEV(N, DEV) |
| #define | INST_FUNC_DEV(DEV) |
Functions | |
| template<typename FluxView, typename WgbView, typename SrcView, typename WbsView, typename ResidualView> | |
| void | run_dfad_hierarchical_team (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_dfad_hierarchical_team_scratch (const FluxView &flux, const WgbView &wgb, const SrcView &src, const WbsView &wbs, const ResidualView &residual) |
| template<int N, typename ExecSpace> | |
| double | time_dfad_hierarchical_team (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
| template<int N, typename ExecSpace> | |
| double | time_dfad_hierarchical_team_scratch (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
| #define SACADO_VIEW_CUDA_HIERARCHICAL_DFAD 1 |
Definition at line 30 of file advection_const_basis/advection_hierarchical_dfad.cpp.
| #define SACADO_KOKKOS_USE_MEMORY_POOL 1 |
Definition at line 31 of file advection_const_basis/advection_hierarchical_dfad.cpp.
| #define INST_FUNC_N_DEV | ( | N, | |
| DEV ) |
Definition at line 218 of file advection_const_basis/advection_hierarchical_dfad.cpp.
| #define INST_FUNC_DEV | ( | DEV | ) |
Definition at line 222 of file advection_const_basis/advection_hierarchical_dfad.cpp.
| void run_dfad_hierarchical_team | ( | const FluxView & | flux, |
| const WgbView & | wgb, | ||
| const SrcView & | src, | ||
| const WbsView & | wbs, | ||
| const ResidualView & | residual ) |
Definition at line 41 of file advection_const_basis/advection_hierarchical_dfad.cpp.
| void run_dfad_hierarchical_team_scratch | ( | const FluxView & | flux, |
| const WgbView & | wgb, | ||
| const SrcView & | src, | ||
| const WbsView & | wbs, | ||
| const ResidualView & | residual ) |
Definition at line 80 of file advection_const_basis/advection_hierarchical_dfad.cpp.
| double time_dfad_hierarchical_team | ( | int | ncells, |
| int | num_basis, | ||
| int | num_points, | ||
| int | ndim, | ||
| int | ntrial, | ||
| bool | check ) |
Definition at line 124 of file advection_const_basis/advection_hierarchical_dfad.cpp.
| double time_dfad_hierarchical_team_scratch | ( | int | ncells, |
| int | num_basis, | ||
| int | num_points, | ||
| int | ndim, | ||
| int | ntrial, | ||
| bool | check ) |
Definition at line 181 of file advection_const_basis/advection_hierarchical_dfad.cpp.