/home/runner/work/amr-wind/amr-wind/amr-wind/core/Slice.H File Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
Slice.H File Reference
#include <iterator>#include "AMReX_Vector.H"#include "AMReX_Gpu.H"
Include dependency graph for Slice.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | amr_wind::utils::Slice< T > |
Namespaces | |
| namespace | amr_wind |
| This test case is intended as an evaluation of the momentum advection scheme. | |
| namespace | amr_wind::utils |
Functions | |
| template<typename T> | |
| Slice< T > | amr_wind::utils::slice (std::vector< T > &vec, const size_t start, const size_t count) |
| template<typename T> | |
| Slice< T > | amr_wind::utils::slice (std::vector< T > &vec, const size_t start) |
| template<typename T> | |
| Slice< T > | amr_wind::utils::slice (amrex::Vector< T > &vec, const size_t start, const size_t count) |
| template<typename T> | |
| Slice< T > | amr_wind::utils::slice (amrex::Vector< T > &vec, const size_t start) |
| template<typename T> | |
| Slice< T > | amr_wind::utils::slice (amrex::Gpu::DeviceVector< T > &vec, const size_t start, const size_t count) |
| template<typename T> | |
| Slice< T > | amr_wind::utils::slice (amrex::Gpu::DeviceVector< T > &vec, const size_t start) |
Generated by