|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Map a grid onto a unit cube with smooth nonlinear grading of the map. More...
#include <BoxElemFixture.hpp>
Public Member Functions | |
| MapGridUnitCube (const unsigned grid_max_x, const unsigned grid_max_y, const unsigned grid_max_z, const double bubble_x, const double bubble_y, const double bubble_z) | |
| template<typename Scalar> | |
| KOKKOS_INLINE_FUNCTION void | operator() (int grid_x, int grid_y, int grid_z, Scalar &coord_x, Scalar &coord_y, Scalar &coord_z) const |
| MapGridUnitCube (const size_t grid_max_x, const size_t grid_max_y, const size_t grid_max_z, const double bubble_x, const double bubble_y, const double bubble_z) | |
| template<typename Scalar> | |
| KOKKOS_INLINE_FUNCTION void | operator() (int grid_x, int grid_y, int grid_z, Scalar &coord_x, Scalar &coord_y, Scalar &coord_z) const |
Public Attributes | |
| const double | m_a |
| const double | m_b |
| const double | m_c |
| const unsigned | m_max_x |
| const unsigned | m_max_y |
| const unsigned | m_max_z |
| const size_t | m_max_x |
| const size_t | m_max_y |
| const size_t | m_max_z |
Map a grid onto a unit cube with smooth nonlinear grading of the map.
Definition at line 63 of file FadMPAssembly/BoxElemFixture.hpp.
|
inline |
Definition at line 72 of file FadMPAssembly/BoxElemFixture.hpp.
|
inline |
Definition at line 72 of file MPAssembly/BoxElemFixture.hpp.
|
inline |
Definition at line 88 of file FadMPAssembly/BoxElemFixture.hpp.
|
inline |
Definition at line 88 of file MPAssembly/BoxElemFixture.hpp.
| const double Kokkos::Example::MapGridUnitCube::m_a |
Definition at line 65 of file FadMPAssembly/BoxElemFixture.hpp.
| const double Kokkos::Example::MapGridUnitCube::m_b |
Definition at line 66 of file FadMPAssembly/BoxElemFixture.hpp.
| const double Kokkos::Example::MapGridUnitCube::m_c |
Definition at line 67 of file FadMPAssembly/BoxElemFixture.hpp.
| const unsigned Kokkos::Example::MapGridUnitCube::m_max_x |
Definition at line 68 of file FadMPAssembly/BoxElemFixture.hpp.
| const unsigned Kokkos::Example::MapGridUnitCube::m_max_y |
Definition at line 69 of file FadMPAssembly/BoxElemFixture.hpp.
| const unsigned Kokkos::Example::MapGridUnitCube::m_max_z |
Definition at line 70 of file FadMPAssembly/BoxElemFixture.hpp.
| const size_t Kokkos::Example::MapGridUnitCube::m_max_x |
Definition at line 68 of file MPAssembly/BoxElemFixture.hpp.
| const size_t Kokkos::Example::MapGridUnitCube::m_max_y |
Definition at line 69 of file MPAssembly/BoxElemFixture.hpp.
| const size_t Kokkos::Example::MapGridUnitCube::m_max_z |
Definition at line 70 of file MPAssembly/BoxElemFixture.hpp.