mod_fem_viewer/FemViewer/inc/ElemId.hpp File Reference

#include "defs.h"
#include "fv_compiler.h"
#include <stdexcept>
#include <cstring>
#include <type_traits>
Include dependency graph for ElemId.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FemViewer::BaseId< T >
class  FemViewer::Id< T >
class  FemViewer::ElemId< T >
struct  FemViewer::FaceId< T >
struct  FemViewer::CompareBndAct< T >
struct  FemViewer::ElemInfo

Namespaces

namespace  FemViewer

Defines

#define EL_ID_ATTRIB(Tid)   struct{ Tid eid : 24, etype : 1, faces : 5, active : 1, bound : 1; }
#define FA_ID_ATTRIB(Tid)   struct{ Tid fid : 31, ftype : 1; }

Functions

template<typename T >
bool FemViewer::compare_func (T *it1, T *it2)
 FemViewer::FV_STATIC_ASSERT (ElemInfo, 8)

Define Documentation

#define EL_ID_ATTRIB ( Tid   )     struct{ Tid eid : 24, etype : 1, faces : 5, active : 1, bound : 1; }
#define FA_ID_ATTRIB ( Tid   )     struct{ Tid fid : 31, ftype : 1; }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1