| 
    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 1117 of file MPAssembly/fenl_functors.hpp.
| typedef FixtureType Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::fixture_type | 
Definition at line 1121 of file MPAssembly/fenl_functors.hpp.
| typedef VectorType Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::vector_type | 
Definition at line 1122 of file MPAssembly/fenl_functors.hpp.
| typedef vector_type::execution_space Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::execution_space | 
Definition at line 1123 of file MPAssembly/fenl_functors.hpp.
| typedef vector_type::value_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::value_type | 
Definition at line 1124 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 1126 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1139 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1145 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1154 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1165 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1224 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1275 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1282 of file MPAssembly/fenl_functors.hpp.
      
  | 
  inline | 
Definition at line 1286 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.
      
  | 
  static | 
Definition at line 1130 of file MPAssembly/fenl_functors.hpp.
| const element_data_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::elem_data | 
Definition at line 1135 of file MPAssembly/fenl_functors.hpp.
| const fixture_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::fixture | 
Definition at line 1136 of file MPAssembly/fenl_functors.hpp.
| const vector_type Kokkos::Example::FENL::ResponseComputation< FixtureType, VectorType >::solution | 
Definition at line 1137 of file MPAssembly/fenl_functors.hpp.
 1.8.5