Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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 FadMPAssembly/HexElement.hpp.

Constructor & Destructor Documentation

◆ HexElement_Data() [1/2]

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

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

◆ HexElement_Data() [2/2]

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

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

Member Data Documentation

◆ spatial_dimension

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

Definition at line 214 of file FadMPAssembly/HexElement.hpp.

◆ element_node_count

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

Definition at line 215 of file FadMPAssembly/HexElement.hpp.

◆ integration_count

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

Definition at line 216 of file FadMPAssembly/HexElement.hpp.

◆ function_count

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

Definition at line 217 of file FadMPAssembly/HexElement.hpp.

◆ weights

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

Definition at line 219 of file FadMPAssembly/HexElement.hpp.

◆ values

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

Definition at line 220 of file FadMPAssembly/HexElement.hpp.

◆ gradients

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

Definition at line 221 of file FadMPAssembly/HexElement.hpp.


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