Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <fenl_functors.hpp>
Public Types | |
typedef FixtureType | fixture_type |
typedef VectorType | vector_type |
typedef vector_type::execution_space | execution_space |
typedef vector_type::value_type | value_type |
typedef Kokkos::Example::HexElement_Data < fixture_type::ElemNode > | element_data_type |
Public Member Functions | |
ResponseComputation (const ResponseComputation &rhs) | |
ResponseComputation (const fixture_type &arg_fixture, const vector_type &arg_solution) | |
value_type | apply () const |
KOKKOS_INLINE_FUNCTION double | compute_detJ (const double grad[][ElemNodeCount], const double x[], const double y[], const double z[]) const |
KOKKOS_INLINE_FUNCTION value_type | contributeResponse (const value_type dof_values[], const double detJ, const double integ_weight, const double bases_vals[]) const |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned i, value_type &response) const |
KOKKOS_INLINE_FUNCTION void | init (value_type &response) const |
KOKKOS_INLINE_FUNCTION void | join (value_type &response, const value_type &input) const |
Public Attributes | |
const element_data_type | elem_data |
const fixture_type | fixture |
const vector_type | solution |
Static Public Attributes | |
static const unsigned | SpatialDim = element_data_type::spatial_dimension |
static const unsigned | TensorDim = SpatialDim * SpatialDim |
static const unsigned | ElemNodeCount = element_data_type::element_node_count |
static const unsigned | IntegrationCount = element_data_type::integration_count |
Definition at line 1116 of file MPAssembly/fenl_functors.hpp.
typedef FixtureType Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::fixture_type |
Definition at line 1120 of file MPAssembly/fenl_functors.hpp.
typedef VectorType Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::vector_type |
Definition at line 1121 of file MPAssembly/fenl_functors.hpp.
typedef vector_type::execution_space Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::execution_space |
Definition at line 1122 of file MPAssembly/fenl_functors.hpp.
typedef vector_type::value_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::value_type |
Definition at line 1123 of file MPAssembly/fenl_functors.hpp.
typedef Kokkos::Example::HexElement_Data< fixture_type::ElemNode > Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::element_data_type |
Definition at line 1125 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1138 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1144 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1153 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1164 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1223 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1274 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1281 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 1285 of file MPAssembly/fenl_functors.hpp.
|
static |
Definition at line 1126 of file MPAssembly/fenl_functors.hpp.
|
static |
Definition at line 1127 of file MPAssembly/fenl_functors.hpp.
|
static |
Definition at line 1128 of file MPAssembly/fenl_functors.hpp.
|
static |
Definition at line 1129 of file MPAssembly/fenl_functors.hpp.
const element_data_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::elem_data |
Definition at line 1134 of file MPAssembly/fenl_functors.hpp.
const fixture_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::fixture |
Definition at line 1135 of file MPAssembly/fenl_functors.hpp.
const vector_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::solution |
Definition at line 1136 of file MPAssembly/fenl_functors.hpp.