#include "defs.h"#include "fv_compiler.h"#include <stdexcept>#include <cstring>#include <type_traits>

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 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; } |
1.6.1