Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Kokkos::Example::HexElement_Data< NodeCount > Class Template Reference

#include <HexElement.hpp>

Public Member Functions

 HexElement_Data ()
 
 HexElement_Data ()
 

Public Attributes

double weights [integration_count]
 
double values [integration_count][function_count]
 
double gradients [integration_count][spatial_dimension][function_count]
 

Static Public Attributes

static const unsigned spatial_dimension = 3
 
static const unsigned element_node_count = NodeCount
 
static const unsigned integration_count = NodeCount
 
static const unsigned function_count = NodeCount
 

Detailed Description

template<unsigned NodeCount>
class Kokkos::Example::HexElement_Data< NodeCount >

Definition at line 212 of file HexElement.hpp.

Constructor & Destructor Documentation

template<unsigned NodeCount>
Kokkos::Example::HexElement_Data< NodeCount >::HexElement_Data ( )
inline

Definition at line 223 of file HexElement.hpp.

template<unsigned NodeCount>
Kokkos::Example::HexElement_Data< NodeCount >::HexElement_Data ( )
inline

Definition at line 223 of file view/HexElement.hpp.

Member Data Documentation

template<unsigned NodeCount>
static const unsigned Kokkos::Example::HexElement_Data< NodeCount >::spatial_dimension = 3
static

Definition at line 214 of file HexElement.hpp.

template<unsigned NodeCount>
static const unsigned Kokkos::Example::HexElement_Data< NodeCount >::element_node_count = NodeCount
static

Definition at line 215 of file HexElement.hpp.

template<unsigned NodeCount>
static const unsigned Kokkos::Example::HexElement_Data< NodeCount >::integration_count = NodeCount
static

Definition at line 216 of file HexElement.hpp.

template<unsigned NodeCount>
static const unsigned Kokkos::Example::HexElement_Data< NodeCount >::function_count = NodeCount
static

Definition at line 217 of file HexElement.hpp.

template<unsigned NodeCount>
double Kokkos::Example::HexElement_Data< NodeCount >::weights

Definition at line 219 of file HexElement.hpp.

template<unsigned NodeCount>
double Kokkos::Example::HexElement_Data< NodeCount >::values

Definition at line 220 of file HexElement.hpp.

template<unsigned NodeCount>
double Kokkos::Example::HexElement_Data< NodeCount >::gradients

Definition at line 221 of file HexElement.hpp.


The documentation for this class was generated from the following files: