ug4
ug::ElementStorageSelector< TElem > Struct Template Reference

Helper class to access the correct element storage from its element type. More...

#include <element_storage.h>

Static Public Member Functions

static const ElementStorage< TElem > & element_storage (const VertexElementStorage &vrts, const EdgeElementStorage &edges, const FaceElementStorage &faces, const VolumeElementStorage &vols)
 
static ElementStorage< TElem > & element_storage (VertexElementStorage &vrts, EdgeElementStorage &edges, FaceElementStorage &faces, VolumeElementStorage &vols)
 

Detailed Description

template<class TElem>
struct ug::ElementStorageSelector< TElem >

Helper class to access the correct element storage from its element type.

Member Function Documentation

◆ element_storage() [1/2]

template<class TElem >
static const ElementStorage<TElem>& ug::ElementStorageSelector< TElem >::element_storage ( const VertexElementStorage vrts,
const EdgeElementStorage edges,
const FaceElementStorage faces,
const VolumeElementStorage vols 
)
inlinestatic

◆ element_storage() [2/2]

template<class TElem >
static ElementStorage<TElem>& ug::ElementStorageSelector< TElem >::element_storage ( VertexElementStorage vrts,
EdgeElementStorage edges,
FaceElementStorage faces,
VolumeElementStorage vols 
)
inlinestatic

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