Tempus
Version of the Day
Time Integration
|
#include <CDR_Model_Functors.hpp>
Public Types | |
using | SC = typename TpetraVectorType::impl_scalar_type |
using | LO = typename TpetraVectorType::local_ordinal_type |
using | GO = typename TpetraVectorType::global_ordinal_type |
using | Map = typename TpetraVectorType::map_type |
using | LocalMap = typename Map::local_map_type |
using | DV = typename TpetraVectorType::dual_view_type |
using | View = typename DV::t_dev |
Public Member Functions | |
CoordFiller (TpetraVectorType &coords, const SC zMin, const SC dx, const GO minGI) | |
KOKKOS_INLINE_FUNCTION void | operator() (const LO i) const |
Public Attributes | |
const View | coordsView_ |
const SC | zMin_ |
const SC | dx_ |
const SC | minGI_ |
Definition at line 19 of file CDR_Model_Functors.hpp.
using Tempus_Test::CoordFiller< TpetraVectorType >::SC = typename TpetraVectorType::impl_scalar_type |
Definition at line 20 of file CDR_Model_Functors.hpp.
using Tempus_Test::CoordFiller< TpetraVectorType >::LO = typename TpetraVectorType::local_ordinal_type |
Definition at line 21 of file CDR_Model_Functors.hpp.
using Tempus_Test::CoordFiller< TpetraVectorType >::GO = typename TpetraVectorType::global_ordinal_type |
Definition at line 22 of file CDR_Model_Functors.hpp.
using Tempus_Test::CoordFiller< TpetraVectorType >::Map = typename TpetraVectorType::map_type |
Definition at line 23 of file CDR_Model_Functors.hpp.
using Tempus_Test::CoordFiller< TpetraVectorType >::LocalMap = typename Map::local_map_type |
Definition at line 24 of file CDR_Model_Functors.hpp.
using Tempus_Test::CoordFiller< TpetraVectorType >::DV = typename TpetraVectorType::dual_view_type |
Definition at line 25 of file CDR_Model_Functors.hpp.
using Tempus_Test::CoordFiller< TpetraVectorType >::View = typename DV::t_dev |
Definition at line 26 of file CDR_Model_Functors.hpp.
|
inline |
Definition at line 33 of file CDR_Model_Functors.hpp.
|
inline |
Definition at line 43 of file CDR_Model_Functors.hpp.
const View Tempus_Test::CoordFiller< TpetraVectorType >::coordsView_ |
Definition at line 28 of file CDR_Model_Functors.hpp.
const SC Tempus_Test::CoordFiller< TpetraVectorType >::zMin_ |
Definition at line 29 of file CDR_Model_Functors.hpp.
const SC Tempus_Test::CoordFiller< TpetraVectorType >::dx_ |
Definition at line 30 of file CDR_Model_Functors.hpp.
const SC Tempus_Test::CoordFiller< TpetraVectorType >::minGI_ |
Definition at line 31 of file CDR_Model_Functors.hpp.