MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::kernels::KernelMap< K > Class Template Reference

KernelMap class which creates an unordered_map of the Keys/Kernels. More...

#include <tmop_pa.hpp>

Public Member Functions

 KernelMap ()
 
bool Find (const Key_t id)
 
Kernel_t At (const Key_t id)
 
template<int N>
void Emplace ()
 

Detailed Description

template<typename K>
class mfem::kernels::KernelMap< K >

KernelMap class which creates an unordered_map of the Keys/Kernels.

Definition at line 28 of file tmop_pa.hpp.

Constructor & Destructor Documentation

template<typename K>
mfem::kernels::KernelMap< K >::KernelMap ( )
inline

Definition at line 58 of file tmop_pa.hpp.

Member Function Documentation

template<typename K>
Kernel_t mfem::kernels::KernelMap< K >::At ( const Key_t  id)
inline

Definition at line 62 of file tmop_pa.hpp.

template<typename K>
template<int N>
void mfem::kernels::KernelMap< K >::Emplace ( )
inline

Definition at line 64 of file tmop_pa.hpp.

template<typename K>
bool mfem::kernels::KernelMap< K >::Find ( const Key_t  id)
inline

Definition at line 60 of file tmop_pa.hpp.


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