MFEM  v4.6.0
Finite element discretization library
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<class 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

◆ KernelMap()

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

Definition at line 58 of file tmop_pa.hpp.

Member Function Documentation

◆ At()

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

Definition at line 62 of file tmop_pa.hpp.

◆ Emplace()

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

Definition at line 64 of file tmop_pa.hpp.

◆ Find()

template<class 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: