Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations
fenl_functors.hpp File Reference
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <cstdlib>
#include <cmath>
#include <limits>
#include <Kokkos_Core.hpp>
#include <Kokkos_Pair.hpp>
#include <Kokkos_UnorderedMap.hpp>
#include <Kokkos_StaticCrsGraph.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <BoxElemFixture.hpp>
#include <HexElement.hpp>
#include "Sacado.hpp"
Include dependency graph for fenl_functors.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Kokkos::Example::FENL::CrsMatrix< ValueType, Space >
 
class  Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >
 
struct  Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::TagFillNodeSet
 
struct  Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::TagScanNodeCount
 
struct  Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::TagFillGraphEntries
 
struct  Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::TagSortGraphEntries
 
struct  Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::TagFillElementGraph
 
struct  Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::Times
 
class  Kokkos::Example::FENL::ElementComputationBase< ExecutionSpace, Order, CoordinateMap, ScalarType >
 
class  Kokkos::Example::FENL::ElementComputation< FiniteElementMeshType, SparseMatrixType, Method >
 
class  Kokkos::Example::FENL::ElementComputation< Kokkos::Example::BoxElemFixture< ExecutionSpace, Order, CoordinateMap >, CrsMatrix< ScalarType, ExecutionSpace >, Analytic >
 
class  Kokkos::Example::FENL::ElementComputation< Kokkos::Example::BoxElemFixture< ExecutionSpace, Order, CoordinateMap >, CrsMatrix< ScalarType, ExecutionSpace >, FadElement >
 
class  Kokkos::Example::FENL::ElementComputation< Kokkos::Example::BoxElemFixture< ExecutionSpace, Order, CoordinateMap >, CrsMatrix< ScalarType, ExecutionSpace >, FadElementOptimized >
 
class  Kokkos::Example::FENL::ElementComputation< Kokkos::Example::BoxElemFixture< ExecutionSpace, Order, CoordinateMap >, CrsMatrix< ScalarType, ExecutionSpace >, FadQuadPoint >
 

Namespaces

 Kokkos
 
 Kokkos::Example
 
 Kokkos::Example::FENL
 

Enumerations

enum  Kokkos::Example::FENL::AssemblyMethod {
  Kokkos::Example::FENL::Analytic, Kokkos::Example::FENL::FadElement, Kokkos::Example::FENL::FadElementOptimized, Kokkos::Example::FENL::FadQuadPoint,
  Kokkos::Example::FENL::Analytic, Kokkos::Example::FENL::FadElement, Kokkos::Example::FENL::FadElementOptimized, Kokkos::Example::FENL::FadQuadPoint
}